@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-Black.woff2') format('woff2'),
    url('..//fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  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-Medium.woff2') format('woff2'),
    url('..//fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  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: 'ZCOOL XiaoWei';
  src: url('..//fonts/ZCOOLXiaoWei-Regular.woff2') format('woff2'),
    url('..//fonts/ZCOOLXiaoWei-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Sans Condensed';
  src: url('..//fonts/SofiaSansCondensed-Regular.woff2') format('woff2'),
    url('..//fonts/SofiaSansCondensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: star;
  src: url(..//fonts/star.eot);
  src: url(..//fonts/star.eot?#iefix) format('embedded-opentype'), url(..//fonts/star.woff) format('woff'), url(..//fonts/star.ttf) format('truetype'), url(..//fonts/star.svg#star) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: WooCommerce;
  src: url(..//fonts/WooCommerce.eot);
  src: url(..//fonts/WooCommerce.eot?#iefix) format('embedded-opentype'), url(..//fonts/WooCommerce.woff) format('woff'), url(..//fonts/WooCommerce.ttf) format('truetype'), url(..//fonts/WooCommerce.svg#star) format('svg');
  font-weight: 400;
  font-style: normal
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

a,
a:visited {
  color: inherit;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}


html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter';
  line-height: 26px;
  font-size: 18px;
  color: #484848;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.header_top_text {
  color: #FFF;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  background-color: #000;
  padding-bottom: 5px;
}

.phones_lang_cart {
  background-color: #333333;
  height: 38px;
  display: flex;
  align-items: center;
}

.phones_lang_cart_row {
  display: flex;
  justify-content: space-between;
}

.phones {
  display: flex;
  gap: 5px;
  align-items: center;
}

.before_phone_text {
  color: #777;
  font-size: 13px;
  line-height: 13px;
}

.phone_list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone_list a {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-decoration: none;
}

.lang_cart_row {
  display: flex;
  align-items: center;
}

.lang ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 38px;
}

.lang ul li a {
  color: #777;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 38px;
  border-left: 1px solid #515151;
  padding: 0 10px;
}

.lang ul li.current_language a {
  pointer-events: none;
}

.lang ul li.current_language a {
  color: #FFF;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
  height: 38px;
}

.xoo-wsc-sc-subt {
  display: none;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger>* {
  margin: 0;
}

.xoo-wsc-sc-cont {
  border-right: 1px solid #515151;
  border-left: 1px solid #515151;
  padding: 0 10px;
}

.xoo-wsc-sc-count {
  position: absolute;
  right: -9px;
  top: 2px;
}

.logo_search_row {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

a.logo {
  text-decoration: none;
  font-family: ZCOOL XiaoWei;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  color: #000;
}

.logo span {
  font-family: Sofia Sans Condensed;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  letter-spacing: normal;
}

.search {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.dgwt-wcas-search-wrapp {
  margin: 0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  height: 45px;
  border: 1px solid #D6D4D4;
  background: #FBFBFB;
  border-radius: 0;
  padding: 0 30px;
  font-size: 18px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: #ADADAD;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  height: 45px;
  padding: 0;
  min-width: 45px;
}

.main_menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  height: 59px;
  border-bottom: 3px solid #E9E9E9;
  background-color: #F6F6F6;
}

.main_menu ul.menu>li>a {
  display: flex;
  align-items: center;
  height: 59px;
  color: #484848;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0 19px;
  border-right: 1px solid #D6D4D4;
  text-decoration: none;
  transition: 0.2s;
}

.main_menu ul.menu>li.menu-item-has-children {
  position: relative;
}

.main_menu ul.menu>li.menu-item-has-children ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 250px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: 0.2s;
  top: 59px;
  white-space: nowrap;
  background-color: #E9E9E9;
  z-index: -1;
}

.main_menu ul.menu li.menu-item-has-children:hover>ul.sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transition: 0.2s;
}

.main_menu ul.menu>li.menu-item-has-children ul.sub-menu li a {
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 1px solid #F6F6F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.main_menu ul.menu>li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a::after {
  content: url(..//img/menu_arrow.svg);
  line-height: 0;
}

.main_menu ul.menu>li.menu-item-has-children ul.sub-menu li:last-child a {
  border-bottom: 0;
}

.main_menu ul.menu>li.menu-item-has-children ul.sub-menu>li.menu-item-has-children ul.sub-menu {
  left: 100%;
  top: 0;
  height: 100%;
}

.main_menu ul.menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
  background-color: #d6d6d6;
}

.main_menu ul.menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
  background-color: #bebebe;
}

.main_menu ul.menu>li:hover>a {
  color: #fff;
  background-color: #333333;
  transition: 0.2s;
}

.main_screen {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.large_img {
  line-height: 0;
  width: 65%;
}

.large_img img {
  width: 100%;
  height: 100%;
  height: 600px;
  object-fit: cover;
}

.small_img {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 0;
  width: calc(35% - 10px);
  height: 600px;
}

.small_img img {
  width: 100%;
  height: 295px;
  object-fit: cover;
}

.cat_list {
  margin-top: 150px;
}

ul.cat_list_row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}

ul.cat_list_row li {
  width: calc(16.66666% - 36.66666px);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}

ul.cat_list_row li:hover {
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}

ul.cat_list_row li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 0;
  height: 100%;
}

ul.cat_list_row li a span {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-bottom: 17px;
  line-height: 14px;
}

.rec_top_new_products {
  margin-top: 50px;
}

.rec_top_new_buttons {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.rec_top_new_buttons>div {
  padding: 14px 70px;
}

.active_button {
  border-radius: 10px;
  background: #333;
  color: #fff;
  padding: 14px 70px;
}

.rec_products_list_row {
  margin-top: 50px;
}

ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 50px;
}

ul.products li.product {
  width: calc(25% - 15px);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.20);
  padding: 20px;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s;
}

ul.products li.product:hover {
  box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.30);
  transition: 0.2s;
}

ul.products li.product a {
  text-decoration: none;
}

ul.products li.product .woocommerce-loop-product__link span.price,
ul.products li.product .add_to_cart_button,
ul.products li.product.product-type-variable p.price,
.single-product .product-type-variable .summary p.price,
.reset_variations {
  display: none !important;
}

ul.products li.product .attachment-woocommerce_thumbnail {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

ul.products li.product .woocommerce-LoopProduct-link>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.star-rating {
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 110px;
  height: 22px;
  font-family: star;
}

.star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 4px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  height: 0;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 4px;
}

.star-rating span::before,
.star-rating::before {
  color: #FFD700;
}

.woocommerce-product-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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;
}

ul.products li .variations {
  float: right;
  margin-top: 20px;
}

ul.products li .variations tbody tr {
  display: flex;
  flex-direction: column;
}

.woocommerce-product-rating {
  margin-top: 20px;
}

.woocommerce-product-rating .count {
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 3px;
}

.woocommerce-product-rating .count::before {
  content: url(..//img/reviews.svg);
  line-height: 0;
}

ul.products li.product .price {
  padding-top: 23px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

ul.products li.product.sale .price {
  padding-top: 13px;
}

ul.products li.product .price ins {
  text-decoration: none;
  color: red;
}

ul.products li.product .price del {
  font-size: 16px;
}

ul.products li.product .variations .label {
  display: none;
}

ul.products li .variations select option:first-child {
  display: none;
}

.variations select {
  border-radius: 5px;
  border: 1px solid #333;
  background: #FFF;
  width: 110px;
  height: 30px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
  color: #333;
}

.variations select:focus,
.variations select:active {
  border: 1px solid #333;
  outline: none;
}

.variations select option {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

ul.products li.product .quantity input {
  border-radius: 5px;
  border: 1px solid #333;
  background: #FFF;
  width: 40px;
  height: 30px;
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

ul.products li.product.product-type-simple form.cart,
ul.products li.product .woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.single_add_to_cart_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 0;
  background: #333;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}

.single_add_to_cart_button::before {
  content: url('..//img/add_to_cart.svg');
  line-height: 0;
  transition: 0.2s;
}

.single_add_to_cart_button:hover::before {
  transform: scale(1.3);
  transition: 0.2s;
}

.top_products_list,
.new_products_list {
  display: none;
}

.products_active {
  border-radius: 10px;
  background: #333;
  color: #fff;
  padding: 12px 70px;
}

.text_after_products {
  margin-top: 100px;
}

.main_footer {
  margin-top: 100px;
  background: #000;
  padding: 30px 0 20px 0;
  color: #fff;
}

.footer_row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer_row a.logo {
  color: #fff;
}

.footer_phones {
  display: flex;
  gap: 10px;
}

.work_hours {
  margin-top: 50px;
}

.email,
.address {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px
}

.artikul {
  margin-top: 20px;
}

.artikul_brand {
  font-size: 14px;
  color: #7C7C7C;
}

.footer_phones a {
  font-size: 16px;
  font-weight: 400;
}

.footer_phones img {
  height: fit-content;
}

.main_footer .phone_list {
  flex-direction: column;
  gap: 10px;
}

.footer_row h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  width: fit-content;
}

.footer_row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer_row ul li a,
.footer_phones a {
  text-decoration: none;
  position: relative;
  left: 0;
  transition: 0.2s;
}

.footer_row ul li a:hover,
.footer_phones a:hover {
  left: 4px;
  transition: 0.2s;
}

.footer_menu ul li:first-child {
  display: none;
}

.payment_shipping {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 220px;
  margin: auto 0;
}

.payment_shipping_img_box {
  width: calc(50% - 10px);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  padding: 5px;
}

.payment_shipping_img_box img {
  max-width: 100%;
}

.copyright {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid #fff;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  text-decoration: none;
}

.dgwt-wcas-meta .dgwt-wcas-sp {
  display: flex;
  gap: 5px;
}

.dgwt-wcas-close:hover {
  opacity: 1;
}

.dgwt-wcas-close:hover svg path {
  fill: #000;
  transition: 0.2s;
}

.woocommerce-breadcrumb {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  color: #CACACA;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  white-space: nowrap;
  padding-bottom: 10px;
}

.woocommerce-breadcrumb a {
  text-decoration: none;
}

.woocommerce-breadcrumb a:first-child {
  font-size: 0;
  line-height: 5px;
}

.woocommerce-breadcrumb a:first-child::before {
  content: url(..//img/home_icon.svg);
  line-height: 0;
}

.line {
  width: 100px;
  height: 4px;
  background-color: #E9E9E9;
}

.page-title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.subcat_list {
  margin-top: 50px;
}

.subcat_list h2,
.products_list h2 {
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

.products_list {
  margin-top: 100px;
}

.woocommerce-result-count {
  float: left;
  color: #9F9F9F;
  font-size: 16px;
  line-height: 35px;
}

.woocommerce-ordering {
  text-align: right;
  margin-bottom: 20px;
}

.woocommerce-ordering select {
  height: 35px;
  border-radius: 10px;
  border: 1px solid #9F9F9F;
  color: #9F9F9F;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 10px;
}

.woocommerce-ordering select:focus {
  outline: none;
  border: 1px solid #9F9F9F;
}

.woocommerce-pagination ul {
  list-style: none;
  padding: 0;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #333;
  font-weight: 500;
}

.woocommerce-pagination ul li a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-pagination ul li span {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_img_summary {
  display: flex;
  gap: 100px;
}

.product_images_small_slider.swiper {
  min-width: 80px;
  max-height: 500px;
  padding: 0 10px;
  margin: 0 -10px;
}

.product_item_small.swiper-slide {
  width: 80px !important;
  height: 80px !important;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.4;
  cursor: pointer;
}

.product_item_small.swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  cursor: auto;
}

.product_item_small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_images {
  min-width: 0;
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 604px;
}

.product_images_small_slider.swiper .swiper-wrapper {
  width: 80px;
  flex-direction: column;
  gap: 10px;
}

.product_images_large_slider.swiper {
  padding: 30px;
  margin: -30px;
  width: 100%;
}

.product_item_large.swiper-slide::before {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  background: url(..//img/zoom.svg) no-repeat center center;
  z-index: 999999;
}

.product_item_large.swiper-slide::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 22px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  z-index: 999998;
}

.product_item_large.swiper-slide {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-height: 500px;
  height: auto;
}

.product_item_large.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary {
  width: 100%;
  margin-top: 20px;
}

.summary h1 {
  margin: 0;
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.summary .woocommerce-product-rating {
  margin-top: 30px;
  justify-content: flex-start;
  gap: 60px;
}

.summary .woocommerce-product-rating a {
  text-decoration: none;
}

.in_stock,
.out_of_stock {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #00D700;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin-top: 30px;
}

.out_of_stock {
  color: red;
}

ul.products li.product .in_stock,
ul.products li.product .out_of_stock {
  display: none;
}

.summary .variations {
  margin-top: 30px;
}

.summary .variations tbody tr {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.summary .variations tbody tr th {
  text-align: left;
  line-height: 0;
}

.summary .variations tbody tr th label {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.summary .price {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.summary .price ins {
  text-decoration: none;
  color: red;
}

.summary .price del {
  font-size: 20px;
}

.summary .quantity input::-webkit-outer-spin-button,
.summary .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.summary .woocommerce-variation-add-to-cart,
.product-type-simple .summary form.cart {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}

.summary .quantity {
  display: flex;
}

.summary .quantity button {
  width: 40px;
  height: 40px;
  border-radius: 20px 0px 0px 20px;
  background: #333;
  position: relative;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.summary .quantity .minus::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #FFF;
}

.summary .quantity .plus {
  border-radius: 0px 20px 20px 0px;
}

.summary .quantity .plus::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #FFF;
}

.summary .quantity .plus::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 15px;
  background: #FFF;
}

.summary .quantity input {
  border: 1px solid #333;
  background: #FFF;
  width: 40px;
  height: 40px;
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.summary .single_add_to_cart_button {
  width: fit-content;
  padding: 0 57px;
}

ul.products li.product .quantity button {
  display: none;
}

.woocommerce-Tabs-panel {
  display: block !important;
}

.woocommerce-Tabs-panel img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.tabs,
.woocommerce-Tabs-panel--additional_information {
  display: none !important;
}

.woocommerce-tabs {
  margin-top: 100px;
}

.single-product h2 {
  margin: 0 0 50px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.woocommerce-Tabs-panel--reviews {
  margin-top: 100px;
}

ol.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

ol.commentlist li {
  background: #FFF;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
}

ol.commentlist li .comment-text {
  display: flex;
  flex-direction: column;
}

ol.commentlist li .comment-text .meta {
  order: 1;
  position: relative;
}

ol.commentlist li .comment-text .star-rating {
  order: 2;
  margin: 15px 0 25px 0;
}

ol.commentlist li .comment-text .description {
  order: 3;
}

ol.commentlist li .comment-text .woocommerce-review__dash {
  display: none;
}

ol.commentlist li .comment-text .woocommerce-review__published-date {
  color: #CACACA;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.show_more,
.blog_show_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 50px auto 0 auto;
  border-radius: 20px;
  border: 2px solid #333;
  background: #333;
  height: 40px;
  padding: 0 50px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}

.show_more:hover,
.blog_show_more:hover {
  background-color: #fff;
  color: #333;
  transition: 0.2s;
}

#review_form_wrapper {
  margin-top: 100px;
  max-width: 710px;
}

.comment-notes {
  display: none;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comment-form-rating {
  order: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.comment-form-author {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comment-form-email {
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#review_form_wrapper label {
  line-height: 20px;
}

.comment-form-author input,
.comment-form-email input {
  border-radius: 10px;
  border: 1px solid #CACACA;
  width: 300px;
  height: 40px;
  padding: 0 20px;
}

.comment-form-comment {
  order: 4;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comment-form-comment textarea {
  border-radius: 10px;
  border: 1px solid #CACACA;
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  resize: none;
}

.form-submit {
  order: 5;
  margin-left: auto;
}

.form-submit input {
  border-radius: 20px;
  background: #333;
  border: 2px solid #333;
  height: 40px;
  padding: 0 40px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}

.form-submit input:hover {
  background: #fff;
  color: #333;
  transition: 0.2s;
}

.required {
  color: red;
  text-decoration: none;
}

.related.products,
.recently_viewed_products,
.upsells.products {
  margin-top: 100px;
}

.content_page_title {
  margin: 50px 0 50px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}

.xoo-wsc-icon-bag2:before {
  content: url(..//img/cart_count.svg);
}

.xoo-wscb-count {
  line-height: 55px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
}

.xoo-wsch-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.xoo-wsc-header {
  padding: 30px 0 50px 0;
}

span.xoo-wsch-close {
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.xoo-wsc-icon-cross:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #333;
  transform: rotate(45deg);
}

.xoo-wsc-icon-cross::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #333;
  transform: rotate(-45deg);
}

.xoo-wsc-img-col img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.xoo-wsc-img-col {
  width: auto;
  line-height: 0;
}

.xoo-wsc-body a {
  text-decoration: none;
}

.woocommerce-notices-wrapper,
.xoo-wsc-product dl.variation dt {
  display: none;
}

.xoo-wsc-product {
  border-bottom: 1px solid #CACACA;
}

.xoo-wsc-product:first-child {
  border-top: 1px solid #CACACA;
}

.xoo-wsc-sm-left>*:not(:last-child) {
  padding: 0;
}

span.xoo-wsc-pname a {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.xoo-wsc-product dl.variation dd,
.xoo-wsc-product dl.variation dt {
  margin: 0;
  color: #8C8C8C;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
}

.xoo-wsc-sm-left {
  gap: 5px;
  justify-content: space-between;
}

.xoo-wsc-sm-info {
  height: 100%;
}

.xoo-wsc-qty-box {
  margin: 5px 0 0 0;
  border: 0;
}

span.xoo-wsc-chng {
  min-width: 25px;
  height: 25px;
  border-radius: 15px 0px 0px 15px;
  background: #333;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

span.xoo-wsc-chng::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 1.5px;
  background-color: #fff;
}

span.xoo-wsc-chng.xoo-wsc-plus {
  border-radius: 0px 15px 15px 0px;
}

span.xoo-wsc-chng.xoo-wsc-plus::after {
  content: '';
  position: absolute;
  width: 1.5px;
  height: 9px;
  background-color: #fff;
}

.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty {
  width: 25px;
  height: 25px;
  border: 1px solid #333;
  color: #333;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
}

span.xoo-wsc-smr-del {
  margin: 0;
}

.xoo-wsc-sm-right {
  padding-left: 20px;
}

.xoo-wsc-sm-right {
  max-width: 37px;
}

.xoo-wsc-sm-right bdi {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.xoo-wsc-body {
  flex-grow: 0;
}

.xoo-wsc-footer {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}

.xoo-wsc-ft-totals {
  flex-grow: 1;
}

span.xoo-wsc-ft-amt-label {
  text-align: right;
}

.xoo-wsc-ft-amt {
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.xoo-wsc-ft-totals {
  padding: 30px 0 0 0;
}

.xoo-wsc-ft-buttons-cont {
  grid-row-gap: 20px;
}

.xoo-wsc-ft-buttons-cont a {
  text-decoration: none;
  border-radius: 30px;
  border: 2px solid #333;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.xoo-wsc-ft-buttons-cont a:last-child {
  background: #333;
  color: #fff;
  transition: 0.2s;
}

.xoo-wsc-ft-buttons-cont a:hover {
  background: #333;
  color: #fff;
  transition: 0.2s;
}

.xoo-wsc-ft-buttons-cont a:last-child:hover {
  background: #fff;
  color: #333;
  transition: 0.2s;
}

.xoo-wsc-payment-btns,
.xoo-wsc-ft-extras {
  display: none;
}

body.woocommerce-checkout .line {
  display: none;
}

body.woocommerce-checkout h1 {
  text-align: center;
}

body.woocommerce-checkout .woocommerce {
  max-width: 1000px;
  margin: 0 auto;
}

form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 50px;
}

#customer_details {
  width: 43%;
}

#order_review {
  width: 47%;
}

#customer_details .form-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#customer_details .form-row label {
  font-size: 18px;
  line-height: 18px;
}

#customer_details .form-row input,
#customer_details .form-row textarea {
  border-radius: 10px;
  border: 1px solid #CACACA;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-family: 'Inter';
  font-size: 18px;
  color: #484848;
}

#customer_details .form-row textarea {
  padding: 10px 20px;
  height: 100px;
  resize: none;
}

#customer_details #billing_country_field {
  display: none;
}

.wcus-checkout-fields h3 {
  margin: 20px 0 10px 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.wcus-checkout-fields h3::after {
  content: ' *';
  color: red;
  font-size: 18px;
}

.woocommerce-NoticeGroup-checkout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding: 50px !important;
  margin: 0 !important;
  position: relative;
  background-color: #FFF;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error::after {
  content: url(..//img/close.svg);
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.woocommerce-NoticeGroup-checkout_close {
  display: none;
}

.wcus-checkout-fields>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wcus-checkout-fields>div>div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.zen-ui-select__value {
  padding: 0 20px !important;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  border: 1px solid #CACACA;
}

.woocommerce-additional-fields {
  margin-top: 50px;
}

.woocommerce-additional-fields h3,
.optional {
  display: none;
}

.woocommerce-checkout-review-order-table {
  border-radius: 20px;
  border: 1px solid #CACACA;
  background: #FFF;
  padding: 30px 40px;
  display: block;
}

.woocommerce-checkout-review-order-table thead th {
  text-align: left;
}

#order_review_heading {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.woocommerce-checkout-review-order-table tbody {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout-review-order-table .cart_item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #CACACA;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.woocommerce-checkout-review-order-table .cart_item:first-child {
  border-top: 1px solid #CACACA;
}

.woocommerce-checkout-review-order-table .product-total bdi {
  display: flex;
}

.woocommerce-shipping-totals th {
  font-weight: 400;
}

.woocommerce-shipping-totals {
  font-size: 16px;
  line-height: 16px;
}

.woocommerce-shipping-totals th::after,
.order-total th::after {
  content: ":";
}

.woocommerce-shipping-totals,
.order-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.woocommerce-checkout-review-order-table tfoot {
  display: block;
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}

#payment {
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid #CACACA;
  background: #FFF;
  padding: 30px 40px;
  position: relative;
  margin-bottom: 80px;
}

#payment h3 {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

ul.wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#place_order {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 2px solid #333;
  background: #333;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}

#place_order:hover {
  background: #fff;
  color: #333;
  transition: 0.2s;
}

.place-order {
  position: absolute;
  bottom: -80px;
  width: 100%;
  left: 0;
}

.main_menu_mobile_box,
.search_mobile {
  display: none;
}

.xoo-wsc-container,
.xoo-wsc-slider {
  width: 100%;
}

ul.articles_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.articles_list li {
  width: calc(25% - 15px);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.20);
  transition: 0.2s;
  overflow: hidden;
}

ul.articles_list li:hover {
  box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.30);
  transition: 0.2s;
}

ul.articles_list li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: auto;
}

ul.articles_list li a>img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

ul.articles_list li a h3 {
  margin: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

ul.articles_list li a .the_excerpt {
  font-size: 18px;
  line-height: 24px;
  margin: 0 20px 20px 20px;
  flex-grow: 1;
}

ul.articles_list li a span {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 20px 20px 20px;
}

ul.articles_list li a span::after {
  content: url(..//img/read_more.svg);
  line-height: 0;
  position: relative;
  left: 0;
  transition: 0.2s;
}

ul.articles_list li a:hover span::after {
  left: 6px;
  transition: 0.2s;
}

.loop_product_thumbnail {
  display: none;
}

.loop_product_thumbnail_active {
  display: block;
}

.term-description {
  margin-top: 80px;
  line-height: 180%;
}

.woocommerce-thankyou-order-received {
  display: none;
}

/* ===================================================================================ADAPTIVE=================================================================================== */
@media(max-width:1450px) {
  .container {
    max-width: 95%;
  }

  .main_menu ul.menu>li>a {
    font-size: 11px;
    padding: 0 16px;
  }
}

@media(max-width:1200px) {
  ul.articles_list li {
    width: calc(33.33333% - 13.33333px);
  }

  .header_top_text {
    font-size: 50px;
    line-height: 50px;
  }

  .main_menu,
  .search {
    display: none;
  }

  .main_menu_mobile_box,
  .search_mobile {
    display: block;
  }

  .burger {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .burger span {
    background: #333;
    width: 42px;
    height: 5px;
    border-radius: 3px;
  }

  .main_menu_mobile_opacity_box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .opacity {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999998;
  }

  .main_menu_mobile {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    background: #F6F6F6;
    color: #484848;
    overflow-y: auto;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.2s;
  }

  .main_menu_mobile_active {
    right: 0;
    transition: 0.2s;
  }

  .no_scroll {
    overflow: hidden;
  }

  .main_menu_mobile_title_close_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
    color: #fff;
    padding: 20px;
  }

  .close_menu_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
  }

  .close_menu_mobile::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    transform: rotate(45deg);
    background: #fff;
  }

  .close_menu_mobile::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    transform: rotate(-45deg);
    background: #fff;
  }

  .main_menu_mobile_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
  }

  .main_menu_mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .main_menu_mobile ul.menu {
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
    flex-grow: 1;
  }

  .main_menu_mobile ul.menu>li {
    border-bottom: 1px solid #D6D4D4;
  }

  .main_menu_mobile ul.menu>li>a {
    display: flex;
    padding: 15px 0;
    position: relative;
    text-decoration: none;
    color: #484848;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
  }

  .main_menu_mobile ul.menu>li:first-child {
    border-top: 1px solid #D6D4D4;
  }

  .main_menu_mobile ul.menu>li ul.sub-menu {
    display: none;
    padding: 0 0 10px 10px;
  }

  .main_menu_mobile ul.menu>li ul.sub-menu li a {
    text-decoration: none;
    padding: 9px 0;
    display: block;
  }

  .main_menu_mobile .phones {
    padding: 0 20px 30px 20px;
  }

  .main_menu_mobile .phone_list a {
    color: #333;
  }

  .main_menu_mobile ul.menu li.menu-item-has-children>a {
    position: relative;
  }

  .main_menu_mobile ul.menu li.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background-color: #484848;
    border-radius: 5px;
  }

  .main_menu_mobile ul.menu li.menu-item-has-children>a::before {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #484848;
    border-radius: 5px;
    transition: 0.3s;
  }

  .main_menu_mobile ul.menu li.menu-item-has-children>a.menu_open::before {
    transform: scale(0);
    transition: 0.3s;
  }

  .search_mobile {
    margin-top: 20px;
  }

  .dgwt-wcas-search-wrapp {
    margin: 0 auto;
  }

  .main_menu_mobile .phones {
    align-items: flex-start;
  }

  .main_menu_mobile .phones img {
    height: fit-content;
  }

  .main_menu_mobile .phones .phone_list {
    flex-direction: column;
  }

  ul.cat_list_row {
    gap: 20px;
  }

  ul.cat_list_row li {
    width: calc(25% - 15px);
  }

  ul.products li.product {
    width: calc(33.33333% - 13.33333px);
  }

  .footer_row {
    flex-direction: column;
    align-items: center;
  }

  .product_img_summary {
    flex-direction: column;
  }

  .product_images {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product_images_small_slider.swiper {
    padding: 10px 30px;
    margin: -10px -30px;
  }

  .product_images_small_slider.swiper .swiper-wrapper {
    width: 100%;
    flex-direction: row;
  }

  .logo_search_row {
    margin-top: 20px;
  }
}

@media(max-width:900px) {
  .contacts_row {
    flex-direction: column;
    gap: 50px;
  }

  ul.articles_list li {
    width: calc(50% - 10px);
  }

  .header_top_text {
    font-size: 40px;
    line-height: 40px;
  }

  ul.products li.product {
    width: calc(50% - 10px);
  }

  .rec_top_new_buttons {
    justify-content: center;
  }

  .rec_top_new_buttons>div {
    padding: 14px 50px;
    white-space: nowrap;
  }
}

@media(max-width:768px) {
  .header_top_text {
    font-size: 30px;
    line-height: 30px;
  }

  .before_phone_text {
    display: none;
  }

  .phones_lang_cart_row .phone_list a {
    display: none;
  }

  .phones_lang_cart_row .phone_list a:first-child {
    display: block;
  }

  a.logo {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4px;
  }

  .logo span {
    font-size: 14px;
    line-height: 14px;
  }

  .main_screen {
    display: none;
  }

  .cat_list {
    margin-top: 50px;
  }

  ul.cat_list_row li {
    width: calc(33.33333% - 13.33333px);
  }

  .rec_top_new_buttons>div {
    padding: 10px 12px;
    font-size: 12px;
  }

  .page-title {
    font-size: 30px;
    line-height: 30px;
  }

  .subcat_list h2,
  .products_list h2 {
    font-size: 18px;
    line-height: 18px;
  }

  ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 21px;
  }

  .summary h1,
  .single-product h2 {
    font-size: 30px;
  }

  .line {
    width: 70px;
  }

  .product_img_summary {
    gap: 50px;
    margin: 0 -30px;
  }

  .summary {
    padding: 0 30px;
  }

  .woocommerce-tabs,
  .woocommerce-Tabs-panel--reviews,
  #review_form_wrapper {
    margin-top: 50px;
  }

  .single-product h2 {
    margin: 0 0 30px 0;
  }

  .xoo-wsch-text {
    font-size: 20px;
    line-height: 20px;
  }

  .xoo-wsc-icon-bag2:before {
    display: inline-block;
    transform: scale(0.9);
  }

  .xoo-wsc-header {
    padding: 7px 0 20px 0;
  }

  form.woocommerce-checkout {
    flex-direction: column;
  }

  #customer_details,
  #order_review {
    width: 100%;
  }

  .woocommerce-checkout-review-order-table,
  #payment {
    padding: 25px;
  }

  .content_page_title {
    margin: 30px 0;
    font-size: 30px;
    line-height: 34px;
  }
}

@media(max-width:600px) {
  .footer_row {
    align-items: flex-start;
  }

  .contacts_row>p iframe {
    width: 100%;
  }

  ul.articles_list li {
    width: 100%;
  }

  ul.products li.product {
    width: 100%;
  }

  .woocommerce-ordering {
    text-align: left;
  }

  .woocommerce-result-count {
    float: unset;
  }

  .woocommerce-ordering select {
    width: 100%;
  }

  ol.commentlist li .comment-text .woocommerce-review__published-date {
    position: unset;
    font-size: 12px;
    line-height: 12px;
  }

  ol.commentlist li .comment-text .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}

@media(max-width:500px) {
  .header_top_text {
    font-size: 20px;
    line-height: 20px;
    padding: 5px 0;
  }

  ul.cat_list_row li {
    width: calc(50% - 10px);
  }

  .page-title {
    font-size: 26px;
    line-height: 26px;
  }

  .subcat_list h2,
  .products_list h2 {
    font-size: 16px;
    line-height: 16px;
  }

  ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 20px;
  }

  .products_list {
    margin-top: 70px;
  }

  .summary .woocommerce-variation-add-to-cart,
  .product-type-simple .summary form.cart {
    gap: 20px;
  }

  ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 21px;
  }

  .summary h1,
  .single-product h2 {
    font-size: 26px;
  }

  .line {
    width: 50px;
  }

  .content_page_title {
    font-size: 26px;
    line-height: 30px;
  }

}

@media(max-width:380px) {

  .summary .woocommerce-variation-add-to-cart,
  .product-type-simple .summary form.cart {
    gap: 10px;
  }

  .summary .single_add_to_cart_button {
    padding: 0 40px;
  }

  .product_item_small.swiper-slide {
    width: 70px !important;
    height: 70px !important;
  }
}