@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Light.woff2') format('woff2'),
    url('../fonts/Unbounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.woff2') format('woff2'),
    url('../fonts/Unbounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-ExtraLight.woff2') format('woff2'),
    url('../fonts/Unbounded-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.woff2') format('woff2'),
    url('../fonts/Unbounded-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter';
  font-size: 18px;
  line-height: 1.5;
  color: #E0E0E0;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.header_top_box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
}

.work_hours {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}

.phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s;
}

.phone:hover {
  color: #0B59A6;
  transition: 0.2s;
}

.phone path {
  transition: 0.2s;
}

.phone:hover path {
  fill: #0B59A6;
  transition: 0.2s;
}

.socials {
  display: flex;
  align-items: center;
  gap: 15px;
}

.socials>a {
  line-height: 0;
  position: relative;
  bottom: 0;
  transition: 0.2s;
}

.socials>a:hover {
  bottom: 4px;
  transition: 0.2s;
}

.header_bottom {
  background-color: #0B59A6;
  color: #FFF;
  display: flex;
  align-items: center;
  position: relative;
}

.header_bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.main_menu {
  flex-grow: 1;
  position: relative;
  height: 60px;
}

.main_menu>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 100px;
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 60px;
  padding-left: 136px;
}

.catalog {
  position: absolute;
  left: 0;
}

.main_menu .catalog>a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 24px;
}

.header_pc .catalog>a::before {
  content: url(..//img/catalog.svg);
  line-height: 0;
}

.main_menu>ul>li>a {
  padding: 12px 0;
}

.main_menu a {
  display: inline-block;
  color: #fff;
  transition: 0.2s;
}

.main_menu a:hover {
  color: #E31E24;
  transition: 0.2s;
}

.main_menu li.menu-item-has-children>a {
  position: relative;
}

.main_menu li.menu-item-has-children .sub-menu {
  list-style: none;
  margin: 0;
  padding: 30px;
  position: absolute;
  top: 100px;
  visibility: hidden;
  opacity: 0;
  background-color: #E31E24;
  color: #001D39;
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 5;
}

.main_menu li.menu-item-has-children:hover .sub-menu {
  top: 60px;
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}

.main_menu li.menu-item-has-children .sub-menu a:hover {
  color: #FFF;
}

.xoo-wsc-cart-active {
  overflow: hidden;
}

.xoo-wsc-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  transition: 0.3s;
}

.xoo-wsc-cart-active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.xoo-wsc-modal a {
  text-decoration: none;
}

.xoo-wsc-opac {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.xoo-wsc-container {
  width: 95%;
  max-width: 700px;
  max-height: 95%;
  background-color: #1a1a1a;
  color: #E0E0E0;
  border-radius: 20px;
  padding: 30px 40px 40px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  top: 200px;
  right: auto;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
}

.xoo-wsc-cart-active .xoo-wsc-container {
  top: 0;
  transform: scale(1);
  opacity: 1;
  transition: 0.3s;
}

.xoo-wsch-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.xoo-wsch-close::after {
  content: url(..//img/close.svg);
  line-height: 0;
}

.xoo-wsch-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
  text-align: center;
}

.xoo-wsc-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
}

.xoo-wsc-product:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
}

.xoo-wsc-img-col {
  min-width: 60px;
}

.xoo-wsc-img-col a {
  line-height: 0;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.xoo-wsc-img-col img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  transform: scale(1);
  transition: 1s;
}

.xoo-wsc-img-col img:hover {
  transform: scale(1.7);
  transition: 1s;
}

.xoo-wsc-sum-col {
  width: 100%;
}

.xoo-wsc-smr-ptotal {
  font-weight: 600;
}

.xoo-wsc-sm-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.xoo-wsc-sm-left {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.xoo-wsc-pname {
  width: 100%;
}

.xoo-wsc-qty-box {
  display: flex;
  width: 100%;
  max-width: 90px;
  background-color: #E31E24;
  border-radius: 30px;
  position: relative;
}

.xoo-wsc-empty-cart {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.xoo-wsc-empty-cart>a {
  font-weight: 500;
  border-bottom: 1px solid #001D39;
  display: none;
}

.xoo-wsc-loading .xoo-wsc-qty-box::after {
  content: '';
  position: absolute;
  top: 3px;
  left: calc(100% + 5px);
  width: 15px;
  height: 15px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #1A2400;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.xoo-wsc-chng {
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.xoo-wsc-chng span {
  width: 10px;
  height: 2px;
  background-color: #E0E0E0;
  border-radius: 10px;
  position: absolute;
}

.xoo-wsc-plus span:last-child {
  transform: rotate(90deg);
}

.xoo-wsc-minus {
  padding-left: 2px;
}

.xoo-wsc-plus {
  padding-right: 2px;
}

.xoo-wsc-qty {
  background-color: #1a1a1a;
  color: #E0E0E0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-top: 1px solid #E31E24;
  border-bottom: 1px solid #E31E24;
}

.xoo-wsc-qty::-webkit-outer-spin-button,
.xoo-wsc-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.xoo-wsc-qty {
  -moz-appearance: textfield;
}

.xoo-wsc-pname a {
  transition: 0.2s;
  line-height: 1.3;
  display: block;
}

.xoo-wsc-pname a:hover {
  color: #E31E24;
  transition: 0.2s;
}

.xoo-wsc-sm-right {
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.xoo-wsc-icon-trash {
  line-height: 0;
  cursor: pointer;
}

.xoo-wsc-icon-trash svg {
  transform: scale(1);
  transition: 0.2s;
}

.xoo-wsc-icon-trash svg:hover {
  transform: scale(1.2);
  transition: 0.2s;
}

.xoo-wsc-ft-amt-subtotal {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.xoo-wsc-ft-buttons-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.xoo-wsc-ft-buttons-cont>a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 50px;
  width: fit-content;
  padding: 0 50px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.xoo-wsc-ft-btn-continue {
  border: 2px solid #E31E24;
  color: #E31E24;
}

a.xoo-wsc-ft-btn-checkout {
  color: #FFF;
}

.xoo-wsc-ft-btn-continue::before {
  content: url(..//img/back.svg);
  line-height: 0;
  transform: scale(1);
  transition: 0.2s;
}

.xoo-wsc-ft-btn-continue:hover::before {
  transform: scale(1.2);
  transition: 0.2s;
}

.xoo-wsc-ft-btn-checkout {
  background-color: #E31E24;
  color: #FFF;
}

.xoo-wsc-ft-btn-checkout::before {
  content: url(..//img/checkout.svg);
  line-height: 0;
  transform: scale(1);
  transition: 0.2s;
}

.xoo-wsc-ft-btn-checkout:hover::before {
  transform: scale(1.2);
  transition: 0.2s;
}

.xoo-wsc-sc-bki {
  display: block;
  line-height: 0;
}

.xoo-wsc-cart-trigger {
  position: relative;
}

.xoo-wsc-sc-count {
  position: absolute;
  top: -5px;
  right: -14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E31E24;
  font-size: 14px;
  font-weight: 700;
  color: #E0E0E0;
  z-index: 5;
}

.xoo-wsc-sc-subt {
  display: none;
}

.cart_box {
  cursor: pointer;
}

.cart_slider {
  margin-top: 30px;
}

.cart_slider .title>h2 {
  font-size: 14px;
}

.cart_slider .products_loop_swiper_box {
  margin-top: 15px;
}

.cart_slider .woocommerce-loop-product__title {
  font-size: 10px;
  margin-top: 10px;
  flex-grow: 1;
}

.cart_slider .woocommerce-product-rating {
  display: none;
}

.cart_slider span.price {
  font-size: 10px;
  margin: 0 0 10px 0;
}

.cart_slider .add_to_cart_button,
.product_type_simple {
  font-size: 10px;
  height: 20px;
  gap: 10px;
  margin: 10px 20px;
}

.cart_slider .add_to_cart_button::before,
.product_type_simple::before {
  content: url(..//img/cart_slider_add_btn.svg);
  position: relative;
  bottom: 1px;
}

.cart_slider .swiper_prev {
  left: -25px;
}

.cart_slider .swiper_next {
  right: -25px;
}

.cart_slider .swiper_arrows svg {
  max-width: 10px;
}

.cart_slider .swiper_arrows>div {
  width: 10px;
  height: 20px;
}

.main_screen {
  margin-top: 3.4722vw;
}

.main_text>h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  font-family: 'Unbounded';
}

.main_text>p {
  margin: 50px 0 0 0;
  font-size: 20px;
}

a.main_btn,
.main_btn {
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #001D39;
  text-transform: uppercase;
  background-color: #E31E24;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 50px;
}

.main_text .main_btn {
  margin-top: 50px;
}

.main_text .main_btn svg {
  position: relative;
  left: 0;
  transition: 0.2s;
}

.main_text .main_btn:hover svg {
  left: 10px;
  transition: 0.2s;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
}

.title>h2,
.title>h1 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}

.title>span {
  width: 50%;
  height: 2px;
  background-color: #E0E0E0;
}

.mt_80 {
  margin-top: 80px;
}

.mt_40 {
  margin-top: 40px;
}

.products_loop_swiper_box {
  position: relative;
}

.swiper_arrows>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}

.swiper_prev {
  left: -50px;
}

.swiper_next {
  right: -50px;
}

.swiper_arrows>div.swiper-button-disabled {
  opacity: 0.5;
}

.swiper_arrows>div.swiper-button-lock {
  display: none;
}

.swiper_pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.swiper_pagination>span {
  margin: 0 !important;
  border: 2px solid #0B59A6;
  background-color: transparent;
  opacity: 1;
  width: 15px;
  height: 15px;
}

.swiper_pagination>span.swiper-pagination-bullet-active {
  background-color: #0B59A6;
}

ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

ul.products li.product {
  width: calc(25% - 22.5px);
  backdrop-filter: blur(5px);
  background-color: rgba(26, 26, 26, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.popular_products ul.products li.product {
  height: 100%;
  min-height: 600px;
}

ul.products li.product.outofstock {
  position: relative;
}

ul.products li.product.outofstock::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 29, 57, 0.2);
}

.cart_slider ul.products {
  gap: 7px;
}

.cart_slider ul.products li.product {
  width: calc(25% - 5.25px);
}

.cart_slider .product_excerpt_box {
  display: none;
}

.products_loop_swiper_box .swiper {
  padding: 10px 6px;
  margin: -10px -6px;
}

.product_thumbnail_box {
  overflow: hidden;
  aspect-ratio: 3/2;
}

.product_thumbnail_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

ul.products li.product:hover .product_thumbnail_box img {
  transform: scale(1.3);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

.woocommerce-loop-product__title {
  margin: 20px 20px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-family: 'Unbounded';
}

.product_excerpt ul {
  padding-left: 30px;
  list-style: disc;
}

.woocommerce-loop-product__link {
  flex-grow: 1;
}

.star-rating {
  position: relative;
  line-height: 1;
  font-size: 15px;
  width: 100px;
  height: 15px;
  font-family: star;
}

.star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 5px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 15px;
  height: 0;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 5px;
}

.star-rating span::before,
.star-rating::before {
  color: #FFD700;
}

.woocommerce-product-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  width: 100%;
}

.woocommerce-product-rating .woocommerce-LoopProduct-link {
  display: none;
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
  color: #FFD700;
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.woocommerce p.stars.selected a.active::before {
  content: "\e020";
  color: #FFD700;
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
  color: #FFD700;
}

.woocommerce p.stars.selected a.active~a::before {
  content: "\e021";
  color: #FFD700;
}

span.price {
  font-weight: 600;
  margin: 15px 20px;
  text-align: center;
  font-size: 120%;
}

span.price del {
  font-size: 80%;
  padding-right: 10px;
  opacity: 0.7;
}

span.price ins {
  text-decoration: none;
  font-weight: 700;
  color: #E31E24;
  font-family: 'Unbounded';
}

.product_excerpt_box {
  margin: 0 20px;
  font-size: 14px;
  flex-grow: 1;
}

.product_excerpt {
  max-height: 100px;
  overflow: hidden;
  transition: 1s;
}

.product_excerpt.is_open {
  max-height: 1000px;
  transition: 1s;
}

.read_more {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
}

.read_more::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  background-image: url(..//img/read_more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 1s;
}

.read_more.active::after {
  transform: rotate(-180deg);
  transition: 1s;
}

.add_to_cart_button,
.product_type_simple {
  width: calc(100% - 40px);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #E31E24;
  border-radius: 30px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px;
}

.add_to_cart_button::before,
.product_type_simple::before {
  content: url(..//img/cart_loop.svg);
  line-height: 0;
  transform: scale(1);
  transition: 0.2s;
}

.add_to_cart_button:hover:before {
  transform: scale(1.3);
  transition: 0.2s;
}

.added_to_cart {
  display: none;
}

.adv_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.adv_item {
  width: calc(25% - 37.5px);
  border: 4px solid #0B59A6;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.adv_item_img_box {
  height: 178px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  line-height: 0;
}

.adv_item_img_box img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.adv_item_text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #0B59A6;
  text-align: center;
}

.about_box {
  display: flex;
  align-items: center;
}

.about_box>div {
  width: 50%;
}

.about_img {
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_img img {
  max-height: 450px;
  border-radius: 30px;
}

.about_descr p:first-child {
  margin-top: 0;
}

.about_descr p:last-child {
  margin-bottom: 0;
}

.main_footer {
  background-color: #0F0F0F;
  padding: 30px 0;
}

.footer_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.logo_work_hours_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  line-height: 0;
}

.logo img {
  max-width: 200px;
}

.footer_box h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid #001D39;
}

.footer_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer_box a {
  transition: 0.2s;
}

.main_footer a:hover {
  color: #E31E24;
  transition: 0.2s;
}

.footer_delivery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.footer_contacts li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_contacts li svg {
  min-width: 17px;
}

.footer_box .socials {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

.footer_box .socials a {
  line-height: 0;
  display: block;
  position: relative;
  bottom: 0;
  transition: 0.2s;
}

.footer_box .socials a:hover {
  bottom: 4px;
  transition: 0.2s;
}

.footer_bottom {
  padding-top: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  border-top: 1px solid #BCE1E1;
  font-size: 14px;
  line-height: 1;
}

.footer_bottom_links {
  display: flex;
  gap: 30px;
}

.footer_bottom_links a {
  border-bottom: 1px solid #001D39;
  line-height: 1.2;
}

.footer_bottom_links a:hover {
  border-color: #0B59A6;
}

.woocommerce-breadcrumb {
  margin: 30px 0 40px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #E31E24;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.woocommerce-breadcrumb a {
  font-weight: 400;
}

.woocommerce-breadcrumb a:first-child {
  font-size: 0;
  line-height: 0;
}

.woocommerce-breadcrumb a:first-child::before {
  content: url(..//img/home.svg);
}

.result_ordering_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.cat_list_prod_loop_box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 20px;
}

.cat_list_box {
  min-width: 280px;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: 66px;
}

.cat_list_box>h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1;
}

.cat_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.cat_list a {
  transition: 0.2s;
}

.cat_list a:hover {
  color: #0B59A6;
  transition: 0.2s;
}

.prod_loop_box {
  width: 100%;
}

.prod_loop_box>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 13px;
}

.prod_loop_box>ul>li {
  width: calc(25% - 9.75px);
}

.woocommerce-result-count {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  color: #E31E24;
}

.woocommerce-ordering {
  position: relative;
}

.woocommerce-ordering select {
  padding: 0 50px 0 20px;
  height: 36px;
  border: 1px solid #E31E24;
  border-radius: 10px;
  color: #E31E24;
  font-size: 16px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.woocommerce-ordering::after {
  content: url(..//img/select_arrow.svg);
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: -1;
}

.show_more {
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  margin: 50px auto 0;
  height: 50px;
  background-color: #E31E24;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 60px;
  cursor: pointer;
}

.show_more:hover svg {
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.woocommerce-no-products-found {
  width: 100%;
  margin-top: 70px;
}

.product_row {
  display: flex;
  gap: 100px;
}

.product_images {
  width: 100%;
  height: 100%;
  max-width: 618px;
  display: flex;
  gap: 26px;
}

.product_images_small_slider_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: 100%;
  max-width: 92px;
  min-width: 92px;
  max-height: 500px;
}

.vertical_swiper_prev,
.vertical_swiper_next {
  line-height: 0;
  cursor: pointer;
}

.product_images_small_slider {
  width: 100%;
  height: 100%;
  padding: 7px !important;
  margin: -7px !important;
}

.product_item_small {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  line-height: 0;
  max-height: 80px;

}

.product_item_small::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.product_item_small.swiper-slide-thumb-active::after {
  display: none;
}

.product_item_small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_images_large_slider {
  padding: 30px !important;
  margin: -30px !important;
}

.product_item_large {
  line-height: 0;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  outline: none;
  height: auto !important;
}

.product_item_large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_item_large :hover {
  cursor: zoom-in;
}

.product_images_large_slider .swiper_arrows>div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E31E24;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_images_large_slider .swiper_arrow_prev {
  left: 60px;
}

.product_images_large_slider .swiper_arrow_next {
  right: 60px;
}

.product_title {
  margin: 10px 0 30px 0;
  font-size: 30px;
  line-height: 1.2;
}

.summary .woocommerce-product-rating {
  justify-content: flex-start;
  gap: 30px;
}

.summary .star-rating {
  font-size: 20px;
  width: 126px;
  height: 20px;
}

.summary .star-rating span {
  padding-top: 20px;
}

.woocommerce-product-rating .count {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #97C2C2;
}

.summary .woocommerce-product-rating .count {
  font-size: 16px;
}

.product_meta {
  margin: 30px 0;
  font-size: 16px;
  color: rgba(0, 29, 57, 0.6);
  line-height: 1;
}

.product_meta a {
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 29, 57, 0.6);
}

.stock {
  display: flex;
  align-items: center;
  gap: 15px;
}

.stock_icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #25B800;
  display: flex;
  justify-content: center;
  align-items: center;
}

p.price {
  margin: 40px 0 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.quantity {
  display: flex;
  align-items: center;
  background-color: #E31E24;
  border-radius: 30px;
  min-width: 120px;
  height: 40px;
}

.quantity>div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
}

form.cart {
  display: flex;
  gap: 20px;
}

.quantity input {
  width: 40px;
  height: 38px;
  background-color: #FFF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.summary .quantity input::-webkit-outer-spin-button,
.summary .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity>div>span {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #001D39;
}

.quantity>div.plus>span:last-child {
  width: 2px;
  height: 15px;
}

.single_add_to_cart_button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-color: #E31E24;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 40px;
  padding: 2px 35px 0;
  border: 0;
  cursor: pointer;
}

.single_add_to_cart_button::before {
  content: url(..//img/single_add_to_cart.svg);
  line-height: 0;
  position: relative;
  bottom: 2px;
  transition: 0.2s;
}

.single_add_to_cart_button:hover:before {
  transform: scale(1.2);
}

.summary {
  display: flex;
  flex-direction: column;
}

.summary_links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 15px;
  font-weight: 600;
  margin-top: 30px;
}

.summary_links>a {
  border-bottom: 1px solid #001D39;
  width: fit-content;
  line-height: 1;
  transition: 0.2s;
}

.summary_links>a:hover {
  color: #0B59A6;
  border-color: #0B59A6;
  transition: 0.2s;
}

ul.tabs {
  display: none;
}

.woocommerce-Tabs-panel {
  display: block !important;
}

.woocommerce-tabs {
  margin-top: 80px;
}

ol.commentlist {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

li.review {
  background-color: #FFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px;
}

.comment-text>p {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-review__dash {
  display: none;
}

.woocommerce-review__author {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.woocommerce-review__published-date {
  font-size: 14px;
  color: #7D7D7D;
  line-height: 1;
}

.description>p {
  margin: 20px 0 0 0;
}

.comment-notes {
  display: none;
}

.comment-form-rating {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.required {
  color: #FF3030;
}

form#commentform {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form#commentform p {
  margin: 0;
}

.comment-form-email {
  display: none;
}

.comment-form-comment {
  order: 3;
}

.form-submit {
  order: 4;
}

.comment-form-author input {
  display: block;
  margin-top: 10px;
  width: 100%;
  max-width: 600px;
  height: 50px;
  border: 2px solid #E31E24;
  border-radius: 10px;
  padding: 0 20px;
}

.comment-form-comment textarea {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 150px;
  border: 2px solid #E31E24;
  border-radius: 10px;
  padding: 10px 20px;
  resize: none;
}

.form-submit input {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 46px;
  background-color: #E31E24;
  border: 2px solid #E31E24;
  border-radius: 30px;
  padding: 0 50px;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.2s;
}

.form-submit input:hover {
  background-color: transparent;
  color: #E31E24;
  transition: 0.2s;
}

.woocommerce-checkout .title {
  width: 100%;
}

.woocommerce-checkout h1 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin: 80px 0 0 0;
}

form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #001D39;
  padding-bottom: 10px;
}

form.woocommerce-checkout>div {
  width: 48%;
}

.delivery_methods,
.woocommerce-billing-fields,
form.woocommerce-checkout .col-2 {
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 30px 40px;
}

form.woocommerce-checkout .col-2 {
  margin-top: 30px;
}

form.woocommerce-checkout h3 {
  margin: 0;
  font-size: 20px;
}

form.woocommerce-checkout .col-1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

wc-order-attribution-inputs {
  display: none;
}

.delivery_methods {
  font-weight: 700;
  font-size: 20px;
  display: none;
}

#shipping_method {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 100%;
}

.shipping_method,
.input-radio {
  opacity: 0;
}

#shipping_method li,
.wc_payment_method {
  display: flex;
}

#shipping_method label,
.wc_payment_methods label {
  position: relative;
  left: 8px;
  display: block;
  line-height: 1.2;
}

#shipping_method label::before,
.wc_payment_methods label::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #E31E24;
  opacity: 0.6;
}

#shipping_method .shipping_method:checked~label::before,
.wc_payment_methods .input-radio:checked~label::before {
  opacity: 1;
}

#shipping_method .shipping_method:checked~label::after,
.wc_payment_methods .input-radio:checked~label::after {
  content: '';
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #E31E24;
  border-radius: 50%;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-row {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea {
  background-color: transparent;
  border-bottom: 1px solid rgba(40, 33, 25, 0.1);
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 5;
}

.woocommerce-input-wrapper textarea {
  border: 1px solid rgba(40, 33, 25, 0.1);
  padding: 10px 20px;
  border-radius: 10px;
  height: 150px;
  margin-top: 20px;
  resize: none;
}

.woocommerce-invalid-required-field input,
.woocommerce-invalid-phone input {
  border-color: #ff1b1b;
}

input:-webkit-autofill {
  transition: 10000s;
}

.required {
  color: #ff1b1b;
  text-decoration: none;
}

.form-row label {
  position: relative;
  top: 34px;
  transition: 0.3s;
}

label.focused {
  opacity: 0.6;
  font-size: 80%;
  top: 5px;
  transition: 0.3s;
}

#billing_country_field {
  display: none;
}

.wcus-checkout-fields>h3 {
  display: none;
}

.wcus-checkout-fields p {
  margin: 20px 0 0 0;
}

.wcus-checkout-fields {
  margin-top: 25px;
}

.zen-ui-select__value {
  border: 0;
  border-bottom: 1px solid rgba(40, 33, 25, 0.1);
  padding: 8px 28px 8px 0px !important;
}

.zen-ui-select__value.disabled {
  background-color: transparent;
  color: #001D39;
}

#order_review_heading,
#payment h3 {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 30px 30px 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}


.woocommerce-checkout-review-order-table,
.wc_payment_methods {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 0 30px 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
}

.woocommerce-checkout-review-order-table::after,
.wc_payment_methods:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #FFF;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-checkout-review-order-table tbody {
  display: block;
}

.woocommerce-checkout-review-order-table .cart_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(40, 33, 25, 0.1);
  padding: 10px 0;
  font-size: 14px;
}

.woocommerce-checkout-review-order-table .cart_item:first-child {
  border-top: 1px solid rgba(40, 33, 25, 0.1);
}

.woocommerce-checkout-review-order-table tfoot {
  display: block;
  margin-top: 15px;
}

.woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}

.woocommerce-checkout-review-order-table .order-total {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  font-size: 16px;
}

.woocommerce-checkout-review-order-table .product-name {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 360px;
}

.woocommerce-checkout-review-order-table .product-name strong {
  font-size: 16px;
}

.woocommerce-checkout-review-order-table .product-total {
  font-weight: 600;
}

#payment {
  margin-top: 30px;
}

.wc_payment_methods {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 50px;
}

.woocommerce-privacy-policy-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 120%;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#place_order {
  border: 0;
  background-color: #E31E24;
  border: 2px solid #E31E24;
  color: #E0E0E0;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.2s;
}

#place_order:hover {
  background-color: transparent;
  color: #E31E24;
  transition: 0.2s;
}

.woocommerce-NoticeGroup-checkout>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-error {
  padding: 50px;
  margin: 0;
  list-style: none;
  background-color: #FFF;
  border-radius: 20px;
  max-width: 95%;
  max-height: 90%;
  position: relative;
  line-height: 170%;
}

.woocommerce-error::after {
  content: url(..//img/close.svg);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.woocommerce-NoticeGroup-checkout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.woocommerce-NoticeGroup-checkout.close {
  display: none;
}

.woocommerce-thankyou-order-details {
  list-style: none;
  margin: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 2px solid #E31E24;
  border-radius: 20px;
  color: #E31E24;
  width: fit-content;
}

.woocommerce-order {
  display: flex;
  align-items: center;
  gap: 100px;
}

.woocommerce_order_btns {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.woocommerce_order_btns a {
  text-decoration: none;
  border-bottom: 1px solid #0B59A6;
  color: #0B59A6;
  line-height: 120%;
  transition: 0.2s;
}

.woocommerce_order_btns a:hover {
  color: #E31E24;
  border-color: #E31E24;
  transition: 0.2s;
}

.checkout-inline-error-message {
  display: none;
}

.contacts h1 {
  font-size: 20px;
}

.wpcf7-form {
  background-color: #FFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

.wpcf7-form h3 {
  margin: 0;
  font-size: 20px;
  text-align: center;
}

.form-row_textarea {
  margin-top: 15px;
}

.submit_btn {
  position: relative;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #E31E24;
  border-radius: 30px;
  height: 40px;
  color: #001D39;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: 0.2s;
}

.submit_btn:hover::before {
  transform: scale(1.2);
  transition: 0.2s;
}

.submit_btn::before {
  content: url(..//img/send_email.svg);
  line-height: 0;
  transform: scale(1);
  transition: 0.2s;
}

.submit_btn input {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.map_iframe {
  margin-bottom: -80px;
  line-height: 0;
}

.map_iframe iframe {
  width: 100%;
  height: 555px;
}

.contacts_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  max-width: 1000px;
  margin: 50px auto 0;
}

.contacts_items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact_item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.contact_item>a {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.2s;
}

.contact_item>a:hover {
  color: #0B59A6;
  transition: 0.2s;
}

.contact_item>a>svg {
  min-width: 20px;
}

.contact_item .socials {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_item .socials a {
  display: block;
  line-height: 0;
  position: relative;
  bottom: 0;
  transition: 0.2s;
}

.contact_item .socials a:hover {
  bottom: 4px;
  transition: 0.2s;
}

.contacts_box .work_hours {
  font-size: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.woocommerce-input-wrapper input.wpcf7-not-valid {
  border-color: #FF3030;
}

.header_mobile {
  display: none;
}

.mobile_menu_popup {
  position: fixed;
  visibility: hidden;
}

.no_scroll {
  overflow: hidden;
}

.main_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.gallery_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.gallery_item {
  width: calc(33.33333% - 26.6666px);
}

.gallery_item a {
  display: block;
  line-height: 0;
}

.gallery_item img {
  width: 100%;
  aspect-ratio: 4/5;
}

/* ====================================== adaptive ======================================== */
@media(max-width:1700px) {
  .swiper_prev {
    left: 20px;
  }

  .swiper_next {
    right: 20px;
  }
}

@media(max-width:1650px) {
  .container {
    max-width: 95%;
  }
}

@media(max-width:1500px) {
  .adv_list {
    gap: 25px;
  }

  .adv_item {
    width: calc(25% - 18.75px);
  }
}

@media(max-width:1200px) {
  .header_top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header_mobile_right {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .product_row {
    flex-direction: column;
    gap: 30px;
  }

  .product_images {
    margin: 0 auto;
  }

  .prod_loop_box>ul>li {
    width: calc(33.33333% - 8.66666px);
  }

  .footer_bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer_bottom_links {
    flex-direction: column;
    align-items: center;
  }

  .footer_box>div {
    width: 100%;
    text-align: center;
  }

  .logo_work_hours_box {
    align-items: center;
  }

  .footer_box {
    flex-direction: column;
    gap: 40px;
  }

  .footer_box ul {
    align-items: center;
  }

  .footer_box .socials {
    justify-content: center;
  }

  .about_box {
    flex-direction: column;
    gap: 30px;
  }

  .about_box>div {
    width: 100%;
  }

  .about_img {
    margin-left: 0;
  }

  .adv_item {
    width: calc(50% - 12.5px);
  }

  .header_pc {
    display: none;
  }

  .header_mobile {
    display: block;
  }

  .header_mobile_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 5px 0;
  }

  .header_mobile_bottom {
    padding: 10px 0;
  }

  .header_mobile_bottom_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header_mobile_bottom_box .phone {
    color: #FFF;
  }

  .header_mobile_bottom_box .phone path {
    fill: #FFF;
  }

  .burger {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .burger span {
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: #FFF;
  }

  .mobile_menu_popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }

  .mobile_menu_popup.active {
    visibility: visible;
  }

  .mobile_menu_blackout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 29, 57, 0.6);
  }

  .mobile_menu_content {
    position: absolute;
    top: 0;
    left: -100%;
    width: 90%;
    max-width: 450px;
    height: 100%;
    overflow-y: auto;
    background-color: #0F0F0F;
    padding: 30px 30px 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: 0.4s;
  }

  .mobile_menu_popup.active .mobile_menu_content {
    left: 0;
    transition: 0.4s;
  }

  .mobile_menu_close {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    bottom: 10px;
    left: 10px;
  }

  .mobile_menu_close>span {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #E0E0E0;
    transform: rotate(45deg);
  }

  .popular_products ul.products li.product {
    width: calc(50% - 15px);
  }

  .mobile_menu_close>span:last-child {
    transform: rotate(-45deg);
  }

  .mobile_menu_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile_menu_body {
    flex-grow: 1;
    margin: 30px 0;
  }

  .main_menu_mobile>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .main_menu_mobile>ul>li.menu-item-has-children::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 16px;
    height: 2px;
    background-color: #001D39;
  }

  .main_menu_mobile>ul>li.menu-item-has-children::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 7px;
    width: 2px;
    height: 16px;
    background-color: #001D39;
    transition: 0.4s;
  }

  .main_menu_mobile>ul>li.menu-item-has-children.active::after {
    transform: scale(0);
    transition: 0.4s;
  }

  .main_menu_mobile>ul>li.menu-item-has-children {
    display: block;
    position: relative;
    cursor: pointer;
  }

  .main_menu_mobile>ul>li>a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
  }

  .main_menu_mobile>ul>li.menu-item-has-children .sub-menu {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    display: none;
  }

  .main_menu_mobile>ul>li.menu-item-has-children .sub-menu li {
    margin-top: 10px;
  }

  .mobile_menu_footer>ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile_menu_footer>ul>li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  .mobile_menu_footer>ul>li>svg {
    min-width: 16px;
  }

  .mobile_menu_footer .work_hours {
    margin-top: 15px;
  }
}

@media(max-width:1000px) {
  .cat_list_prod_loop_box {
    flex-direction: column;
  }

  .cat_list_box {
    margin-top: 30px;
  }

  .cat_list_box {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .cat_list_box>h3 {
    display: none;
  }

  .cat_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .cat_list>li {
    width: calc(50% - 5px);
    background-color: #E31E24;
    border-radius: 30px;
    padding: 0 20px;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 600;
  }
}

@media(max-width:768px) {
  .popular_products ul.products li.product {
    width: 100%;
    min-height: 0;
  }

  .gallery_item {
    width: 100%;
  }

  .header_top_box {
    padding: 10px 0;
  }

  .cart_slider ul.products {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .cart_slider ul.products li.product {
    width: auto;
    min-width: 70%;
  }

  .header_mobile_right {
    gap: 20px;
  }

  form.woocommerce-checkout {
    flex-direction: column;
    gap: 30px;
  }

  form.woocommerce-checkout>div {
    width: 100%;
  }

  .woocommerce-checkout h1 {
    margin-top: 50px;
  }

  .product_images {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .woocommerce-breadcrumb {
    margin: 15px 0 10px 0;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 15px;
    white-space: nowrap;
    font-size: 13px;
  }

  .product_images_large_slider {
    padding: 10px !important;
    margin: -10px !important;
  }

  .product_item_large {
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }

  .vertical_swiper_prev,
  .vertical_swiper_next {
    display: none;
  }

  .product_images_small_slider_box {
    max-width: 100%;
  }

  .product_item_small {
    max-height: 100%;
  }

  .swiper_arrows {
    display: none;
  }

  body {
    font-size: 16px;
  }

  .main_screen {
    height: auto;
    padding: 30px 0;
  }

  .main_text>h1 {
    font-size: 30px;
  }

  .main_text>p {
    font-size: 16px;
    margin-top: 30px;
  }

  .main_text .main_btn {
    margin-top: 30px;
  }

  .xoo-wsc-product:first-child {
    margin-top: 10px;
  }

  .xoo-wsch-text {
    font-size: 18px;
  }

  .xoo-wsc-sm-info {
    position: relative;
    gap: 0;
  }

  .xoo-wsc-sm-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .xoo-wsc-container {
    font-size: 16px;
    padding: 20px;
    border-radius: 15px;
  }

  .xoo-wsc-pname a {
    font-size: 14px;
  }

  .xoo-wsc-qty-box {
    max-width: 75px;
  }

  .xoo-wsc-chng,
  .xoo-wsc-qty {
    min-width: 25px;
    height: 25px;
    font-size: 14px;
  }

  .xoo-wsc-sm-right {
    min-width: 0;
  }

  .xoo-wsc-smr-ptotal {
    position: absolute;
    bottom: 4px;
    left: 110px;
    font-size: 14px;
  }

  .xoo-wsc-icon-trash {
    position: absolute;
    right: 0;
    bottom: 4px;
  }

  .xoo-wsc-ft-buttons-cont>a {
    gap: 10px;
    padding: 0 20px;
    font-size: 14px;
    height: 40px;
  }

  .xoo-wsc-product {
    align-items: flex-start;
  }

  .xoo-wsc-sc-bki>img {
    max-width: 25px;
  }

  .cart_box {
    margin-right: 10px;
  }

  .xoo-wsc-sc-count {
    width: 18px;
    height: 18px;
    font-size: 13px;
    top: -3px;
    right: -12px;
  }

  .header_mobile_bottom_box .phone {
    font-size: 14px;
    gap: 7px;
  }

  .header_mobile_bottom_box .phone svg {
    max-width: 17px;
  }

  .header_mobile_top .logo img {
    max-width: 92px;
  }

  .logo img {
    max-width: 150px;
  }

  .dgwt-wcas-suggestions-wrapp {
    width: 100% !important;
    left: 0 !important;
    font-size: 14px;
  }

  .search_box .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 40px;
  }

  .search_box .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    font-size: 14px;
  }

  .mt_80 {
    margin-top: 50px;
  }

  .mt_40 {
    margin-top: 30px;
  }

  .product_title {
    font-size: 24px;
  }

  p.price {
    font-size: 20px;
    margin: 30px 0 20px;
  }

  .product_meta {
    margin: 20px 0;
  }

  .woocommerce-tabs {
    margin-top: 50px;
  }

  li.review {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 10px;
  }

  .woocommerce-review__author {
    font-size: 18px;
  }

  #shipping_method {
    font-size: 16px;
  }

  .woocommerce-order {
    flex-direction: column;
    gap: 50px;
  }

  .contacts_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts_form {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .map_iframe {
    margin-bottom: -50px;
  }
}

@media(max-width:600px) {
  .prod_loop_box>ul.products>li.product {
    width: calc(50% - 6.5px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
  }

  .prod_loop_box>ul.products {
    column-gap: 10px;
  }

  .prod_loop_box .product_thumbnail_box {
    margin: -10px -10px 0 -10px;
  }

  .prod_loop_box .woocommerce-loop-product__title {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.1;
  }

  .prod_loop_box .add_to_cart_button,
  .prod_loop_box .product_type_simple {
    gap: 10px;
    font-size: 14px;
    height: 36px;
  }

  .prod_loop_box .add_to_cart_button::before,
  .prod_loop_box .product_type_simple::before {
    transform: scale(0.8);
  }

  .adv_list {
    gap: 10px;
  }

  .adv_item {
    width: calc(50% - 5px);
    border-width: 2px;
    padding: 10px;
    border-radius: 15px;
    gap: 20px;
  }

  .adv_item_img_box {
    height: 100px;
  }

  .adv_item_text {
    font-size: 20px;
  }
}

@media(max-width:450px) {
  .woocommerce-thankyou-order-details {
    padding: 20px;
  }

  .main_screen {
    background-position: 60%;
  }

  .woocommerce-result-count {
    font-size: 12px;
  }

  .woocommerce-ordering select {
    font-size: 14px;
    height: 32px;
    padding: 0 30px 0 10px;
  }

  .result_ordering_box {
    gap: 10px;
  }

  .woocommerce-ordering::after {
    right: 10px;
  }

  .form-submit input {
    width: 100%;
  }

  .delivery_methods,
  .woocommerce-billing-fields,
  form.woocommerce-checkout .col-2 {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 30px;
  }

  #order_review_heading,
  #payment h3 {
    padding: 20px 20px 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  }

  .woocommerce-checkout-review-order-table,
  .wc_payment_methods {
    padding: 0 20px 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  }

  .wc_payment_methods {
    padding-left: 40px;
  }

}