@charset "UTF-8";
/*========= VARIABLES ==========*/
:root {
  --card: #fff;
  --primary: #2145D3;
  --hover: #142770;
  --bg: #fff;
  --bgSecondary: #F5F5F5;
  --stroke: #EDEDED;
  --fontFamily: "Manrope";
  --headPrimary: #0F0F0F;
  --mainTextPrimary: #454545;
  --mainTextSecondary: #949494;
  --danger: #F84747;
  --warning: #FD8E4A;
  --success: #23B754;
  --transition: 0.3s all ease-in-out;
}

/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}
/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--fontFamily), sans-serif;
  box-sizing: inherit;
}

body {
  background-color: var(--bgSecondary);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: var(--bgPrimary);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

a {
  text-decoration: none;
  color: var(--headPrimary);
  transition: var(--transition);
}

ul li {
  list-style-position: inside;
  color: var(--headPrimary);
}
ul li::marker {
  color: #1F2F47;
}

ol li {
  list-style-position: inside;
  color: var(--headPrimary);
  font-size: 18px;
  line-height: 26px;
}

p {
  color: var(--headPrimary);
  font-size: 18px;
  line-height: 26px;
}

h1.page-title {
  margin-bottom: 40px;
}

h1,
.h1 {
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0%;
}

h2,
.h2,
.woocommerce-cart .woocommerce-info {
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: 0%;
}

h3,
.h3,
.woocommerce div.product .product__card .price ins *,
.woocommerce div.product .product__card .price,
.woocommerce div.product .product__right .price ins *,
.woocommerce div.product .product__right .price {
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0%;
}

h4,
.h4,
.woocommerce-cart .cart_item .product-name a,
li.product .price ins *,
li.product .price * {
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0%;
}

h5,
.h5,
.woocommerce div.product .attribute_group_name,
li.product-category .woocommerce-loop-category__title,
#footer .address *,
#footer .footer__work-time * {
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
}

h6,
.h6,
.woocommerce div.product .product__card .price del *,
.woocommerce div.product .product__card .price del,
.woocommerce div.product .product__right .price del *,
.woocommerce div.product .product__right .price del,
form.woocommerce-checkout #shipping_method li label,
form.woocommerce-checkout .wc_payment_method label,
li.product .woocommerce-loop-product__title,
#footer .footer__menu .sub-menu a,
#header .header__nav .nav-menu-element.has-childs .sub-menu a,
#header .header__nav .nav-menu-element a,
.btn,
.woocommerce .clickBuyButton {
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}

.h7, .iconic-was-swatches--text-swatch .iconic-was-swatch, .woocommerce div.product .product__popup-text a {
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
}

.h8, li.product .price del *, li.product .price del, li.product .price .discount-label {
  font-family: var(--fontFamily);
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0%;
}

.p1, .theme-modal .file span {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
}

.p2, .variations td.label, .woocommerce div.product .attribute_name_values .attribute_value p, .woocommerce div.product .attribute_name_values .attribute_name, .theme-modal .form__privacy a, .theme-modal .form__privacy, #footer .footer__menu a, #footer .footer__requisites p, #header #mobile-mnu .mobile__menu a, .wp-editor p,
.wp-editor li {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
}

.p3, .woocommerce div.product .product__short-descr *, #footer .footer__menu .nav-menu-element a, .form__privacy a, .form__privacy, .input__placeholder, input,
textarea, .breadcrumbs span, .breadcrumbs {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
}

.p4, .iconic-was-swatch__text, .woocommerce div.product .product__popup-text *, #header .shop-btn__counter, .input__wrapper.focus .input__placeholder {
  font-family: var(--fontFamily);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
}

.breadcrumbs {
  padding-bottom: 10px;
  color: var(--mainTextSecondary);
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.breadcrumbs span.current-item {
  color: var(--primary);
}
.breadcrumbs .separator {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--primary);
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs a.current-item {
  color: var(--primary);
  pointer-events: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}

.container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn-reset {
  background: unset;
  border: none;
  outline: none;
}

.btn, .woocommerce .clickBuyButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--primary);
  border: 1px solid var(--primary);
  outline: none;
  color: var(--card);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 15px 40px;
  box-sizing: border-box;
}
.btn:hover, .woocommerce .clickBuyButton:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}
.btn.white, .woocommerce .white.clickBuyButton {
  background-color: var(--card);
  color: var(--primary);
  border-color: var(--card);
}
.btn.white:hover, .woocommerce .white.clickBuyButton:hover {
  border-color: var(--hover);
  background: var(--hover);
  color: var(--card);
}
.btn.invert, .woocommerce .btn.clickBuyButton, .woocommerce .invert.clickBuyButton, .woocommerce .clickBuyButton {
  background: transparent;
  color: var(--headPrimary);
}
.btn.invert:hover, .woocommerce .btn.clickBuyButton:hover, .woocommerce .invert.clickBuyButton:hover, .woocommerce .clickBuyButton:hover {
  background: var(--hover);
  color: var(--card);
  border-color: var(--hover);
}
.btn.grey, .woocommerce .grey.clickBuyButton {
  background: var(--stroke);
  border-color: var(--stroke);
  color: var(--headPrimary);
}
.btn.grey:hover, .woocommerce .grey.clickBuyButton:hover {
  background: var(--hover);
  color: var(--card);
  border-color: var(--hover);
}

input,
textarea {
  width: 100%;
  outline: none;
  transition: var(--transition);
  border-radius: 5px;
  color: var(--mainTextPrimary);
  border: 1px solid var(--stroke);
  padding: 17.5px 20px;
  max-height: 50px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--mainTextSecondary);
  font-family: var(--secondFamily);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
input::placeholder,
textarea::placeholder {
  color: var(--mainTextSecondary);
  font-family: var(--secondFamily);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
input:focus,
textarea:focus {
  border-color: var(--hover);
}
input.error, .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid input,
.woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid input,
textarea.error {
  border-color: red !important;
}
input.error + label, .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid input + label,
.woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid input + label,
textarea.error + label {
  color: red;
}

textarea {
  resize: none;
  width: 100%;
  max-height: 160px;
  min-height: 160px;
}

.input__wrapper {
  position: relative;
}

.input__placeholder {
  position: absolute;
  left: 20px;
  top: 16px;
  color: var(--mainTextSecondary);
  line-height: 1 !important;
  background: var(--bg);
  transition: all 0.3s;
  font-family: var(--fontFamily);
  padding: 4px;
}

.input__wrapper.focus .input__placeholder {
  top: 4px;
  font-family: var(--fontFamily);
  background-color: transparent;
}

.input__wrapper input,
.input__wrapper textarea {
  color: transparent;
}

.input__wrapper.focus input,
.input__wrapper.focus textarea {
  padding-top: 28px;
  padding-bottom: 12px;
  color: var(--mainTextSecondary);
}

.input__wrapper.write input,
.input__wrapper.write textarea {
  border-color: var(--success) !important;
  color: var(--success);
}
.input__wrapper.write .input__placeholder {
  color: var(--success);
}

input[type=file] {
  display: none;
}

.file span {
  position: relative;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}
.file {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.file svg path {
  transition: var(--transition);
}
.file:hover svg path {
  fill: var(--bg);
}

.soc-holder {
  display: flex;
  gap: 15px;
  align-items: center;
}

.soc {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--card);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
.soc img,
.soc svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.soc:hover svg path {
  fill: var(--hover);
}
.soc svg path {
  transition: var(--transition);
}

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

#main,
#primary {
  min-height: 63vh;
}

section, .woocommerce div.product .product__info, .services__holder, .archive__wrapper {
  margin-bottom: 100px;
}

.section__title {
  margin-bottom: 40px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}
.pagination span.page-numbers.next,
.pagination span.page-numbers.prev {
  background: var(--stroke);
  border-color: var(--stroke);
}
.pagination span.page-numbers.next svg path,
.pagination span.page-numbers.prev svg path {
  fill: var(--mainTextSecondary);
}
.pagination span.page-numbers {
  background: var(--primary);
  color: var(--bg);
}
.pagination span.page-numbers.dots {
  background: none;
  color: var(--headPrimary);
}
.pagination a.page-numbers:hover {
  background: var(--bg);
  color: var(--hover);
}
.pagination a.page-numbers.next:hover:hover, .pagination a.page-numbers.prev:hover:hover {
  background: var(--hover);
  border-color: var(--hover);
}
.pagination a.page-numbers.next:hover:hover svg path, .pagination a.page-numbers.prev:hover:hover svg path {
  fill: var(--bg);
}
.pagination .page-numbers {
  width: 32px;
  height: 35px;
  min-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid transparent;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  min-width: 60px;
  position: static;
  inset: 0 !important;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: var(--transition);
  background: var(--bg);
}
.pagination .page-numbers.next {
  margin-left: 10px !important;
}
.pagination .page-numbers.prev {
  margin-right: 10px !important;
}

.form__privacy {
  color: var(--mainTextPrimary);
}
.form__privacy a {
  color: var(--primary);
  text-decoration: underline;
}

/*====== NAVIGATION ===========*/
.navigation.pagination {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  text-align: center;
}
.navigation.pagination .page-numbers {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1C0130;
  margin: 0 10px;
}
.navigation.pagination .page-numbers.current {
  font-weight: 750;
}
.navigation.pagination a.prev {
  margin-right: 100px;
  margin-left: -100px;
}
.navigation.pagination a.next {
  margin-right: -100px;
  margin-left: 100px;
}

.swiper-holder {
  position: relative;
}

.nav-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-top: 30px;
}
.nav-holder .nav-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-holder .slider-button {
  position: static;
  inset: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  transition: var(--transition);
  border-radius: 5px;
  background: transparent;
}
.nav-holder .slider-button svg,
.nav-holder .slider-button img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav-holder .slider-button svg path,
.nav-holder .slider-button img path {
  transition: var(--transition);
}
.nav-holder .slider-button::after {
  display: none;
}
.nav-holder .slider-button:hover {
  background: var(--hover);
}
.nav-holder .slider-button:hover svg path {
  fill: var(--bg);
}
.nav-holder .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  inset: 0 !important;
  position: static;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.nav-holder .swiper-pagination-bullet {
  opacity: 1 !important;
  margin: 0 !important;
  width: 22px;
  height: 10px;
  background: var(--card);
  border-radius: unset !important;
  transition: var(--transition);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.nav-holder .swiper-pagination-bullet-active {
  background: var(--headPrimary);
  width: 36px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.swiper-pagination-bullet {
  background: var(--bg) !important;
  border: 1px solid var(--stroke) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: var(--primary) !important;
  border: unset !important;
}

.swiper-holder {
  z-index: 0;
}
.swiper-holder:hover .nav-holder {
  opacity: 1;
}
.swiper-holder .nav-holder {
  opacity: 0;
  transition: var(--transition);
  margin-top: 0;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -70px;
  right: -70px;
  transform: translatey(-50%);
}
.swiper-holder .nav-holder .nav-btns {
  width: 100%;
  justify-content: space-between;
}

.glogo {
  width: 111px;
  height: 17px;
  -webkit-mask-image: url("../images/gmask.png");
          mask-image: url("../images/gmask.png");
  -webkit-mask-origin: border-box;
          mask-origin: border-box;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--bg);
  position: relative;
  cursor: pointer;
}

.glogo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  transform: translateX(100%);
  transition: transform 0.7s ease-in;
  background: linear-gradient(90deg, #fe6604 10%, #ee0a76 30%, #ee0a76 60%, #fe6604 101%) repeat-x 0 0;
  background-size: 100px;
  animation-duration: 5s;
  animation-name: slideUp;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}

.glogo:hover:before {
  /*transform: translateY(-100%);*/
  animation-name: unset;
  transform: translateX(0);
}

.page.privacy-policy .wp-block-heading {
  margin-top: 30px;
  margin-bottom: 20px;
}
.page.privacy-policy p {
  margin-bottom: 10px;
}
.page.privacy-policy main {
  margin-bottom: 40px;
}

.wp-editor p:first-child {
  margin-top: 0 !important;
}
.wp-editor p:last-child {
  margin-bottom: 0 !important;
}
.wp-editor p,
.wp-editor li {
  color: var(--mainTextPrimary);
}
.wp-editor p {
  margin-bottom: 15px;
}
.wp-editor ul {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wp-editor ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.wp-editor ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background: var(--primary);
}
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1840px) {
  .swiper-holder:hover .nav-holder {
    z-index: 1;
    left: 30px;
    right: 30px;
  }
  .swiper-holder .nav-holder {
    left: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  section, .woocommerce div.product .product__info, .services__holder, .archive__wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .pagination .page-numbers.prev {
    margin-right: 0;
  }
  .pagination .page-numbers.next {
    margin-left: 0;
  }
  h2,
  .h2,
  .woocommerce-cart .woocommerce-info {
    font-size: 28px;
    line-height: 110%;
  }
  h1,
  .h1 {
    font-size: 32px;
    line-height: 110%;
  }
  .section__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 550px) {
  h1,
  .h1 {
    font-size: 26px;
  }
  h3,
  .h3,
  .woocommerce div.product .product__card .price ins *,
  .woocommerce div.product .product__card .price,
  .woocommerce div.product .product__right .price ins *,
  .woocommerce div.product .product__right .price,
  h2,
  .h2,
  .woocommerce-cart .woocommerce-info {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .btn, .woocommerce .clickBuyButton {
    width: 100%;
  }
}
@keyframes slideUp {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*============ HEADER =================*/
#header {
  position: sticky;
  z-index: 30;
  top: 0;
  width: 100%;
  background: var(--bg);
  margin-bottom: 20px;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
#header .header__logo {
  max-height: 40px;
  max-width: 125px;
  min-width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--stroke);
  padding: 15px 0;
}
#header .header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--stroke);
  padding: 15px 0;
}
#header .header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
#header .header__nav .nav-menu-element {
  position: relative;
  list-style: none;
}
#header .header__nav .nav-menu-element a {
  color: var(--headPrimary);
  transition: var(--transition);
}
#header .header__nav .nav-menu-element a:hover {
  color: var(--hover);
}
#header .header__nav .nav-menu-element.has-childs {
  position: relative;
}
#header .header__nav .nav-menu-element.has-childs.active::before {
  bottom: -20px;
}
#header .header__nav .nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header .header__nav .nav-menu-element.has-childs .sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  position: absolute;
  align-items: start;
  top: 20px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 280px;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translate(0%, 10px);
  visibility: hidden;
  padding: 30px 40px;
  background: var(--card);
  z-index: 100;
  transition: all 0.3s;
  transition-delay: 0.15s;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.0784313725);
}
#header .header__nav .nav-menu-element.has-childs .sub-menu a {
  color: var(--headPrimary);
}
#header .header__nav .nav-menu-element.has-childs .sub-menu a:hover {
  color: var(--hover);
}
#header .header__nav .nav-menu-element.has-childs:hover > a {
  color: var(--hover);
}
#header .header__nav .nav-menu-element.has-childs:hover > a:after {
  filter: brightness(0) saturate(100%) invert(43%) sepia(75%) saturate(2355%) hue-rotate(1deg) brightness(104%) contrast(104%);
  transform: rotate(180deg);
}
#header .header__nav.menu {
  margin: 0px auto;
}
#header .woo-icons {
  display: flex;
  gap: 5px;
  align-items: center;
}
#header .shop-btn {
  min-width: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  transition: var(--transition);
  position: relative;
}
#header .shop-btn:hover svg path {
  fill: var(--headPrimary);
}
#header .shop-btn__icon {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
  transition: var(--transition);
}
#header .shop-btn__icon svg path {
  transition: var(--transition);
}
#header .shop-btn__counter {
  padding: 1px 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 2px;
  background: var(--danger);
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0%;
  text-align: center;
  color: var(--bg);
  min-width: 20px;
  min-height: 16px;
  display: flex;
  justify-content: center;
  text-align: center;
  place-content: center;
}
#header .shop-btn__counter.not-empty {
  display: none;
}
#header .shop-btn__counter[data-count="0"] {
  display: none;
}
#header .dgwt-wcas-search-wrapp {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 25px;
}
#header .dgwt-wcas-search-wrapp svg path {
  transition: var(--transition);
}
#header .dgwt-wcas-search-wrapp:hover svg path {
  fill: var(--headPrimary);
}

/*================ MOBILE MNU =============*/
#header .mobile__nav {
  list-style: none;
  margin-bottom: 20px;
}
#header .mobile__nav a {
  color: var(--card);
}
#header .phones-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#header .soc-holder {
  margin-bottom: 20px;
}
#header .address-holder {
  margin-bottom: 20px;
}
#header .address-holder p {
  color: var(--card);
}
#header .logo-holder {
  margin-bottom: 20px;
}
#header .header__burger-wrapper {
  min-width: 160px;
}
#header .burger.open_menu {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  height: 24px;
  width: 24px;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
}
#header .burger.open_menu span {
  background-color: var(--mainTextSecondary);
  border-radius: 10px;
  width: 24px;
  height: 2px;
  transition: var(--transition);
}
#header .burger.open_menu span:last-child {
  width: 15px;
}
#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 390px;
  background-color: var(--bg);
  padding: 30px;
  padding-bottom: 80px;
  transition: all 0.3s ease-in;
  transform: translateX(-390px);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}
#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 30px;
  top: 33px;
  cursor: pointer;
  display: block;
}
#header #mobile-mnu #close-mnu svg path {
  transition: var(--transition);
}
#header #mobile-mnu #close-mnu:hover svg path {
  fill: var(--hover);
}
#header #mobile-mnu .mobile__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: auto;
}
#header #mobile-mnu .mobile__menu a {
  color: var(--mainTextSecondary);
}
#header #mobile-mnu .mobile__menu a:hover {
  color: var(--hover);
}
#header #mobile-mnu .mobile__menu-title {
  margin-bottom: 180px;
}
#header #mobile-mnu .mobile__btn {
  width: 100%;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}

@media screen and (max-width: 1100px) {
  #header .header__bottom {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #header #mobile-mnu {
    width: 320px;
  }
}
@media screen and (max-width: 400px) {
  #header .dgwt-wcas-search-wrapp {
    margin-right: 0;
  }
  #header .shop-btn {
    min-width: 30px;
    min-height: 30px;
  }
  #header .container {
    gap: 10px;
  }
}
/*============ FOOTER ===============*/
#footer {
  position: relative;
  z-index: 0;
}
#footer .footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  padding-top: 50px;
}
#footer .footer__middle {
  padding: 40px 0;
  border-top: 1px solid var(--mainTextPrimary);
}
#footer .footer__left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#footer .footer__requisites {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#footer .footer__requisites p {
  color: var(--mainTextSecondary);
}
#footer .footer__bottom {
  padding: 40px 0;
  border-top: 1px solid var(--mainTextPrimary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#footer .footer__dev {
  display: flex;
  flex-direction: column;
  color: var(--bg);
  gap: 5px;
}
#footer .footer__dev .glogo {
  transition: var(--transition);
}
#footer .footer__dev:hover {
  color: var(--primary);
}
#footer .footer__dev:hover .glogo {
  background-color: var(--primary);
}
#footer .footer__copyright {
  color: var(--mainTextSecondary);
}
#footer .footer__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 270px;
}
#footer .footer__menu .nav-menu-element a {
  color: var(--bg);
}
#footer .footer__menu .nav-menu-element a[href="#"] {
  pointer-events: none;
}
#footer .footer__menu .sub-menu {
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer__menu .sub-menu a {
  color: var(--mainTextSecondary);
}
#footer .footer__menu .sub-menu a:hover {
  color: var(--bg);
}
#footer .footer__menu a {
  color: var(--mainTextSecondary);
}
#footer .footer__work-time {
  margin-bottom: 10px;
}
#footer .footer__contacts {
  min-width: 270px;
}
#footer .footer__middle {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#footer .footer__contacts-gallery {
  display: flex;
  gap: 10px;
}
#footer .footer__contacts-title {
  margin-bottom: 20px;
  color: var(--bg);
}
#footer .footer__contacts-icon {
  max-height: 20px;
}
#footer .footer__soc svg path {
  transition: var(--transition);
}
#footer .footer__soc:hover svg path {
  fill: var(--primary);
}
#footer .footer__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 10%;
  overflow: hidden;
}
#footer .footer__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .phones-holder,
#footer .emails-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
#footer .phone,
#footer .email {
  color: var(--card);
  transition: var(--transition);
}
#footer .phone:hover,
#footer .email:hover {
  color: var(--primary);
}
#footer .address-holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
#footer .address,
#footer .footer__work-time {
  color: var(--mainTextSecondary);
}
#footer .address *,
#footer .footer__work-time * {
  color: var(--mainTextSecondary);
}
#footer .emails-holder {
  margin-bottom: 50px;
}
#footer .email {
  color: var(--bg);
}
#footer .privacy-policy {
  color: var(--mainTextSecondary);
  text-decoration: underline;
}
#footer .privacy-policy:hover {
  color: var(--primary);
}
#footer::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: var(--headPrimary);
}

@media screen and (max-width: 1700px) {
  #footer .footer__menu {
    min-width: unset;
  }
  #footer .footer__left {
    gap: 20px;
  }
}
@media screen and (max-width: 1120px) {
  #footer .footer__top {
    flex-direction: column;
    gap: 30px;
  }
  #footer .footer__right {
    align-items: flex-start;
  }
  #footer .footer__left {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer__contacts {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer__bottom {
    flex-direction: column;
  }
}
/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.form.form-v2 button,
.form.form-v2 .btn,
.form.form-v2 .woocommerce .clickBuyButton,
.woocommerce .form.form-v2 .clickBuyButton {
  width: 100%;
  margin-bottom: 10px;
}
.form.form-v2 .form-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--mainTextPrimary);
}
.form.form-v2 .checkbox-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  /* Checked */
  /* Hover */
}
.form.form-v2 .checkbox-holder .form-line {
  height: 20px;
  width: 3px;
  display: block;
  background: var(--mainTextSecondary);
}
.form.form-v2 .checkbox-holder .form_radio input[type=radio] {
  display: none;
}
.form.form-v2 .checkbox-holder .form_radio label {
  display: inline-block;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: 0;
  line-height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--mainTextSecondary);
  transition: var(--transition);
}
.form.form-v2 .checkbox-holder .form_radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--mainTextSecondary);
  background: #fff;
  transition: var(--transition);
}
.form.form-v2 .checkbox-holder .form_radio input[type=radio]:checked + label:before {
  background: var(--hover);
  border-color: var(--card);
  box-shadow: 0 0 0 1px var(--hover);
}
.form.form-v2 .checkbox-holder .form_radio input[type=radio]:checked:before {
  background: var(--hover);
  border-color: var(--card);
  box-shadow: 0 0 0 1px var(--hover);
}
.form.form-v2 .checkbox-holder .form_radio input[type=radio]:checked + label {
  color: var(--hover);
}
.form.form-v2 .checkbox-holder .form_radio label:hover:before {
  background: var(--hover);
  border-color: var(--card);
  box-shadow: 0 0 0 1px var(--hover);
}
.form.form-v2 .checkbox-holder .form_radio label:hover {
  color: var(--hover);
}

#modal-success,
#modal-error {
  max-width: 100%;
}
#modal-success .btn, #modal-success .woocommerce .clickBuyButton, .woocommerce #modal-success .clickBuyButton,
#modal-error .btn,
#modal-error .woocommerce .clickBuyButton,
.woocommerce #modal-error .clickBuyButton {
  width: 100%;
}

.theme-modal {
  display: none;
}
.theme-modal.fancybox__content {
  width: 750px;
  padding: 40px;
  border-radius: 10px;
  background: var(--bg);
  box-sizing: border-box;
  position: relative;
}
.theme-modal.fancybox__content > .f-button.is-close-btn svg path {
  transition: stroke 0.3s ease-in;
}
.theme-modal.fancybox__content > .f-button.is-close-btn:hover svg path {
  stroke: var(--primary);
}
.theme-modal input[type=file] {
  display: none;
}
.theme-modal button {
  margin-bottom: 20px;
}
.theme-modal .file span {
  position: relative;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  color: var(--headPrimary);
}
.theme-modal .file span:hover {
  color: var(--hover);
}
.theme-modal .file__holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.theme-modal .file__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.theme-modal .form__item {
  text-transform: uppercase;
  color: var(--mainTextSecondary);
}
.theme-modal .close-modal {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.theme-modal .form__title {
  margin-bottom: 20px;
  color: var(--headPrimary);
}
.theme-modal .form__descr {
  margin-bottom: 20px;
  color: var(--mainTextPrimary);
}
.theme-modal .f-button.is-close-btn {
  display: none;
}
.theme-modal .inputs__holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

#modal-callback {
  width: 700px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#modal-callback .form__title {
  margin-bottom: 55px;
}

[form-send][disabled] {
  opacity: 0.5;
}

@media screen and (max-width: 510px) {
  .theme-modal.fancybox__content {
    padding: 40px 20px;
  }
  .theme-modal .close-modal {
    top: 20px;
    right: 20px;
  }
}
.services__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1300px) {
  .services__holder {
    grid-template-columns: 1fr;
  }
}
.stocks__holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1240px) {
  .stocks__holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .stocks__holder {
    grid-template-columns: 1fr;
  }
}
.stock__item {
  min-height: 440px;
  padding: 30px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.stock__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.stock__item:hover .stock__item-img img {
  transform: scale(1.05);
}
.stock__item-img {
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.stock__item-img img {
  transition: var(--transition);
}
.stock__item-descr {
  color: var(--card);
}
.stock__item-title {
  color: var(--card);
}
.stock__item-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.stock__item-tag {
  padding: 8px 10px;
  color: var(--card);
  border-radius: 5px;
}

@media screen and (max-width: 992px) {
  .stock__item {
    min-height: 44.355vw;
  }
}
@media screen and (max-width: 500px) {
  .stock__item {
    min-height: 70vw;
  }
}
.error-page .error__content {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  align-items: center;
  justify-content: center;
  max-width: 580px;
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
}
.error-page .error__title {
  color: var(--primary);
  margin-bottom: 50px;
  text-align: center;
}
.error-page .error__title-second {
  margin-bottom: 15px;
  color: var(--headPrimary);
  text-align: center;
}
.error-page .error__descr {
  color: var(--mainTextPrimary);
  margin-bottom: 20px;
  text-align: center;
}
.error-page .error__btn {
  text-align: center;
}
.error-page .error__img {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 550px;
  transform: translate(-50%, -50%);
}
.error-page .breadcrumbs {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .error-page .error__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/*========= SHOP BASE CONFIG ==========*/
.woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
  padding: 10px;
  width: 100%;
  border-top: 3px solid var(--primary);
  border-radius: 3px;
  background-color: white;
  color: var(--primary);
  margin-bottom: 10px;
  box-shadow: 0 0 20px rgba(64, 34, 24, 0.1);
  margin-top: 10px;
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-top-color: red;
  color: red;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  list-style-type: none;
}

ul.products {
  list-style: none;
  display: grid;
  gap: 10px;
}
ul.products.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
ul.products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

li.product {
  background: var(--bg);
  height: 100%;
  list-style: none;
  border-radius: 10px;
  border: 1px solid var(--stroke);
  overflow: hidden;
	box-sizing: border-box;
}
li.product .woocommerce-loop-product__title {
  color: var(--mainTextPrimary);
  margin-bottom: 20px;
}
li.product .product__bottom-wrapper {
  padding: 20px;
}
li.product .image-holder {
  width: 100%;
  max-height: 340px;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
li.product img {
  transition: var(--transition);
}
li.product .add_to_cart_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
li.product .add_to_cart_button {
  width: 100%;
  background: var(--bgSecondary);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 13px 10px;
  color: var(--mainTextSecondary);
  transition: var(--transition);
}
li.product .add_to_cart_button svg path {
  transition: var(--transition);
}
li.product .add_to_cart_button:hover {
  background: var(--hover) !important;
}
li.product:hover .add_to_cart_button {
  background: var(--primary);
  color: var(--card);
}
li.product:hover .add_to_cart_button svg path {
  fill: var(--card);
}
li.product:hover img {
  transform: scale(1.04);
}
li.product .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
  justify-content: start;
  color: var(--headPrimary);
}
li.product .price .discount-label {
  color: var(--danger);
}
li.product .price ins,
li.product .price del {
  text-decoration: unset;
}
li.product .price ins {
  color: var(--danger);
}
li.product .price del {
  color: var(--mainTextSecondary);
}
li.product-category {
  background: transparent;
  border: none;
}
li.product-category a {
  display: flex;
  flex-direction: column;
}
li.product-category .category-top-subcats {
  display: none;
}
li.product-category .product-category__img {
  width: 100%;
  max-height: 270px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--bg);
}
li.product-category .woocommerce-loop-category__title {
  text-align: center;
  transition: var(--transition);
}
li.product-category:hover .woocommerce-loop-category__title {
  color: var(--hover);
}

.sub-cats-list {
  margin-bottom: 20px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.sub-cats-list .product-subcategory {
  list-style: none;
}
.sub-cats-list .product-subcategory a {
  display: flex;
  height: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  background: var(--bg);
  transition: var(--transition);
}
.sub-cats-list .product-subcategory a:hover {
  background: var(--primary);
  color: var(--bg);
}
.sub-cats-list .product-subcategory a:hover .category__icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(244deg) brightness(103%) contrast(101%);
}
.sub-cats-list .product-subcategory__name {
  display: flex;
  gap: 5px;
  align-items: center;
}
.sub-cats-list .category__icon {
  max-height: 30px;
  max-width: 60px;
  transition: var(--transition);
}

.favorite-btn {
  width: 50px;
  height: 50px;
  min-width: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgSecondary);
  border-radius: 5px;
  outline: none;
  border: none;
}
.favorite-btn svg {
  width: 24px;
  height: 24px;
}
.favorite-btn svg path {
  transition: var(--transition);
}
.favorite-btn-second {
  border: none !important;
  width: 24px;
  height: 24px;
  background: transparent;
  min-width: 24px;
}
.favorite-btn:hover svg path {
  fill: var(--danger);
}
.favorite-btn.favorite-remove {
  background: var(--bg);
  border: 1px solid var(--stroke);
}
.favorite-btn.favorite-remove svg path {
  background: var(--danger);
  fill: var(--danger);
  opacity: 1;
}

.tags-holder {
  position: absolute;
  display: flex;
  gap: 5px;
  left: 20px;
  right: 20px;
  bottom: 5px;
  z-index: 2;
}

.tag {
  padding: 5px 10px;
  background: var(--success);
  color: var(--bg);
  border-radius: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.tag.hit {
  background: var(--danger);
}
.tag.percent {
  background: var(--warning);
}

.tag__icon {
  max-width: 20px;
  max-height: 20px;
}

#noticer {
  position: fixed;
  top: 250px;
  right: 0;
  background: var(--bg);
  border: 1px solid var(--primary);
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
  transition: 0.5s;
  opacity: 0;
  z-index: 100;
  transform: translateX(100%);
  font-size: 14px;
}

#noticer.active {
  transform: unset;
  opacity: 1;
}

.woocommerce .archive__wrapper {
  display: flex;
  gap: 10px;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  background: var(--bgSecondary);
  padding: 10px 15px;
  max-width: 150px;
  min-width: 150px;
  height: 50px;
}
.quantity .quantityDown,
.quantity .quantityUp {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 25px;
  cursor: pointer;
}
.quantity .quantityDown:focus,
.quantity .quantityUp:focus {
  outline: none;
}
.quantity .quantityDown.disabled,
.quantity .quantityUp.disabled {
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(41%) sepia(17%) saturate(408%) hue-rotate(159deg) brightness(98%) contrast(90%);
}
.quantity .qty {
  background: none;
  border: none;
  max-width: 30px;
  overflow-x: auto;
  text-align: center;
  padding: 0;
  margin: 0;
  color: var(--headPrimary);
  text-align: center;
}
.quantity .qty::-moz-placeholder {
  color: var(--headPrimary);
  text-align: center;
}
.quantity .qty::placeholder {
  color: var(--headPrimary);
  text-align: center;
}
.quantity .qty:focus {
  outline: none;
}
.quantity .qty::-webkit-outer-spin-button, .quantity .qty::-webkit-inner-spin-button {
  display: none;
}
.quantity .qty *[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1400px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  li.product .image-holder {
    max-height: 400px;
  }
}
@media screen and (max-width: 1299px) {
  ul.products.columns-6 {
    grid-template-columns: repeat(4, 1fr);
  }
  li.product-category .product-category__img {
    height: 21vw;
  }
}
@media screen and (max-width: 900px) {
  ul.products.columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  li.product-category .product-category__img {
    height: 30vw;
  }
}
@media screen and (max-width: 600px) {
  ul.products.columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  li.product-category .product-category__img {
    height: 40vw;
  }
}
@media screen and (max-width: 450px) {
  ul.products.columns-6 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  li.product-category .product-category__img {
    height: 80vw;
    max-height: 320px;
  }
}
@media screen and (min-width: 1300px) {
  li.product-category:first-child, li.product-category:nth-child(2), li.product-category:nth-child(3) {
    background: var(--bg);
    grid-column: 2 span;
    border-radius: 10px;
  }
  li.product-category:first-child a, li.product-category:nth-child(2) a, li.product-category:nth-child(3) a {
    flex-direction: column-reverse;
  }
  li.product-category:first-child .product-category__img, li.product-category:nth-child(2) .product-category__img, li.product-category:nth-child(3) .product-category__img {
    max-width: 100%;
    max-height: 400px;
    height: 21vw;
    margin-bottom: 0;
  }
  li.product-category:first-child .woocommerce-loop-category__title, li.product-category:nth-child(2) .woocommerce-loop-category__title, li.product-category:nth-child(3) .woocommerce-loop-category__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
  }
  li.product-category:first-child .category-top, li.product-category:nth-child(2) .category-top, li.product-category:nth-child(3) .category-top {
    padding: 60px 40px;
    min-height: 310px;
    box-sizing: border-box;
  }
  li.product-category:first-child .category-top-subcats, li.product-category:nth-child(2) .category-top-subcats, li.product-category:nth-child(3) .category-top-subcats {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
  }
  li.product-category:first-child .category-top-subcat, li.product-category:nth-child(2) .category-top-subcat, li.product-category:nth-child(3) .category-top-subcat {
    color: var(--headPrimary);
    padding: 10px 16px;
    background: var(--bgSecondary);
    border-radius: 5px;
    transition: var(--transition);
  }
  li.product-category:first-child .category-top-subcat:hover, li.product-category:nth-child(2) .category-top-subcat:hover, li.product-category:nth-child(3) .category-top-subcat:hover {
    background: var(--mainTextPrimary);
    color: var(--bg);
  }
  li.product-category:first-child:hover .woocommerce-loop-category__title, li.product-category:nth-child(2):hover .woocommerce-loop-category__title, li.product-category:nth-child(3):hover .woocommerce-loop-category__title {
    color: var(--headPrimary);
  }
}
@media screen and (max-width: 1150px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 840px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  ul.products.columns-3 {
    grid-template-columns: 1fr;
  }
  ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
}
.woocommerce .sidebar {
  min-width: 410px;
}
.woocommerce .sidebar #open-filter {
  position: fixed;
  background: var(--primary);
  color: #fff;
  padding: 15px 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
  writing-mode: vertical-lr;
  left: 0;
  top: 50%;
  display: none;
  transform: translateX(300px);
}
.woocommerce .sidebar #open-filter:hover {
  background-color: #fff;
  color: #07060B;
}
.woocommerce .sidebar #open-filter.active {
  opacity: 0.5;
}

.woocommerce .sidebar .filters-widget {
  position: sticky;
  top: 160px;
  width: 100%;
  background-color: var(--bg);
  border-radius: 1px solid var(--stroke);
  border-radius: 10px;
  padding-top: 10px;
}

.woocommerce .sidebar .filters-widget .filter-block {
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid var(--stroke);
}

.woocommerce .sidebar .filters-widget .filter-holder {
  max-height: 65vh;
  overflow: auto;
}
.woocommerce .sidebar .filters-widget .filter-holder::-webkit-scrollbar {
  width: 2px;
}
.woocommerce .sidebar .filters-widget .filter-holder::-webkit-scrollbar-track {
  background: var(--bgPrimary);
}
.woocommerce .sidebar .filters-widget .filter-holder::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

.woocommerce .sidebar .filters-widget .filter-block.filter-block-price .filter-block-title {
  pointer-events: none;
}

.woocommerce .sidebar .filters-widget .filter-block.opened .filter-block-header .filter-block-toggler::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce .sidebar .filters-widget .filter-block.opened .filter-block-header .filter-block-toggler::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.woocommerce .sidebar .filters-widget .filter-block-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.woocommerce .sidebar .filters-widget .filter-block-header:hover .filter-block-title {
  color: var(--primary);
}
.woocommerce .sidebar .filters-widget .filter-block-header:hover .filter-block-toggler::after,
.woocommerce .sidebar .filters-widget .filter-block-header:hover .filter-block-toggler::before {
  background: var(--primary);
}

.woocommerce .sidebar .filters-widget .filter-block-title {
  cursor: pointer;
  transition: var(--transition);
}

.woocommerce .sidebar .filters-widget .filter-block-toggler {
  width: 20px;
  height: 20px;
  position: relative;
}
.woocommerce .sidebar .filters-widget .filter-block-toggler::after, .woocommerce .sidebar .filters-widget .filter-block-toggler::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--headPrimary);
  transition: var(--transition);
}
.woocommerce .sidebar .filters-widget .filter-block-toggler::after {
  width: 2px;
  height: 18px;
}
.woocommerce .sidebar .filters-widget .filter-block-toggler::before {
  width: 18px;
  height: 2px;
}

.woocommerce .sidebar .filters-widget .filter-block-price .inputs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.woocommerce .sidebar .filters-widget .filter-block-price .range-minus {
  width: 10px;
  min-width: 10px;
  height: 1px;
  background: var(--headPrimary);
  display: block;
}

.woocommerce .sidebar .filters-widget .filter-block-price .inputs input {
  border: 1px solid var(--bgSecondary);
  background: var(--bgSecondary);
  color: var(--mainTextSecondary);
  border-radius: 5px;
  outline: none;
  transition: var(--transition);
}

.woocommerce .sidebar .filters-widget .filter-block-price .inputs input:focus {
  border-color: var(--primary);
  color: var(--main-text);
}

.woocommerce .sidebar .filters-widget .inputs {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  position: relative;
}

.woocommerce .sidebar .filters-widget .group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.woocommerce .sidebar .filters-widget .group input[type=checkbox],
.woocommerce .sidebar .filters-widget .group input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: contents;
  display: none;
}

.woocommerce .sidebar .filters-widget .group input[type=checkbox]:checked + .group-label:after,
.woocommerce .sidebar .filters-widget .group input[type=radio]:checked + .group-label:after {
  opacity: 1;
}

.woocommerce .sidebar .filters-widget .group input[type=checkbox]:checked + .group-label,
.woocommerce .sidebar .filters-widget .group input[type=radio]:checked + .group-label {
  background: var(--bgSecondary);
}

.woocommerce .sidebar .filters-widget .group-label {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  transition: var(--transition);
}
.woocommerce .sidebar .filters-widget .group-label:hover {
  color: var(--primary);
}
.woocommerce .sidebar .filters-widget .group-label:hover:after {
  filter: brightness(0) saturate(100%) invert(22%) sepia(87%) saturate(2232%) hue-rotate(218deg) brightness(91%) contrast(94%);
}

.woocommerce .sidebar .filters-widget .group-color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1607843137) inset;
}

.woocommerce .sidebar .filters-widget .group-label:after {
  content: "";
  background-image: url("../images/check.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  opacity: 0;
  flex-shrink: 0;
  display: flex;
  transition: var(--transition);
}

.woocommerce .sidebar .filters-widget .local-search {
  margin-bottom: 10px;
}

.woocommerce .sidebar .filters-widget .local-search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--elements-light);
  padding-bottom: 5px;
  outline: none;
}

.woocommerce .sidebar .filters-widget .local-search input:focus {
  border-color: var(--primary);
}

.woocommerce .sidebar .filters-widget .range-slider {
  height: 3px;
  margin: 10px 8px;
  display: inline-block;
  width: calc(100% - 16px);
  border-radius: 2px;
  background-color: var(--elements-light);
}

.woocommerce .sidebar .filters-widget .range-slider .noUi-base,
.woocommerce .sidebar .filters-widget .range-slider .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.woocommerce .sidebar .filters-widget .range-slider .noUi-connects {
  background: var(--stroke);
}

.woocommerce .sidebar .filters-widget .range-slider .noUi-connect,
.woocommerce .sidebar .filters-widget .range-slider .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

.woocommerce .sidebar .filters-widget .range-slider .noUi-connect {
  top: 0;
  height: 4px;
  border-radius: 2px;
  background-color: var(--primary);
}

.woocommerce .sidebar .filters-widget .range-slider .noUi-origin {
  left: auto;
  right: 0;
}

.woocommerce .sidebar .filters-widget .range-slider .noUi-handle {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: auto;
  right: -12px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: var(--primary);
  border: 1px solid var(--bg);
  outline: none;
  cursor: pointer;
}

.woocommerce .sidebar .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
}

.woocommerce .sidebar .buttons .link {
  cursor: pointer;
}

.woocommerce .sidebar .buttons .btn, .woocommerce .sidebar .buttons .clickBuyButton {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.woocommerce .sidebar .clear-filters {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease-in;
}

.woocommerce .sidebar .clear-filters svg path {
  transition: fill 0.3s ease-in;
}

.woocommerce .sidebar .clear-filters:hover {
  color: var(--primary);
}

.woocommerce .sidebar .clear-filters:hover svg path {
  fill: var(--primary);
}

@media screen and (max-width: 1025px) {
  .woocommerce .sidebar {
    min-width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 300px;
    transform: translateX(-300px);
    transition: transform 0.3s ease-in;
    z-index: 31;
    background-color: #fff;
    padding: 0;
  }
  .woocommerce .sidebar.active {
    transform: translateX(0);
  }
  .woocommerce .sidebar .filters-widget {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
  }
  .woocommerce .sidebar .filters-widget .filter-block.filter-block-price {
    border: none;
    padding: 0;
    background: #fff;
  }
  .woocommerce .sidebar .filters-widget .filter-block .filter-block-header .filter-block-title {
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce .sidebar .filters-widget .buttons {
    justify-content: center;
    align-items: center;
  }
  .woocommerce .sidebar .filters-widget .buttons .btn, .woocommerce .sidebar .filters-widget .buttons .clickBuyButton {
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce .sidebar .filters-widget .category__block .block__title {
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce .sidebar #open-filter {
    display: block;
  }
}
.woocommerce-checkout .content > .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-checkout form.checkout {
  display: flex;
  width: 100%;
  gap: 10px;
  padding-bottom: 40px;
  align-items: flex-start;
}

.woocommerce-checkout form .form-left-side {
  width: calc(76% - 30px);
  display: flex;
  flex-direction: column;
}

.form-checkout-title {
  margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.woocommerce-billing-fields__field-wrapper .input__placeholder,
.woocommerce-shipping-fields__field-wrapper .input__placeholder {
  background: var(--bg);
  color: var(--mainTextSecondary);
}
.woocommerce-billing-fields__field-wrapper .input__wrapper.focus input,
.woocommerce-shipping-fields__field-wrapper .input__wrapper.focus input {
  color: var(--mainTextSecondary);
}
.woocommerce-billing-fields__field-wrapper .input__wrapper.write input,
.woocommerce-shipping-fields__field-wrapper .input__wrapper.write input {
  color: var(--success);
}

.woocommerce-billing-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p {
  width: 100%;
}
.checkout-inline-error-message {
  display: none;
}

.woocommerce .woocommerce-checkout label {
  display: none;
}

.woocommerce .woocommerce-checkout .checkout__text {
  margin-bottom: 40px;
}

.woocommerce-billing-fields__field-wrapper input,
.woocommerce-shipping-fields__field-wrapper input {
  display: block;
  background: var(--bg);
}

.woocommerce-checkout .form-row.place-order {
  display: none;
}

#ship-to-different-address {
  display: none;
}

.form-checkout-left-side {
  width: 100%;
  max-width: 1250px;
}

.woocommerce-checkout .product-count-total {
  color: var(--headPrimary);
  padding: 20px 30px;
  background: var(--bg);
  border-radius: 10px;
  margin-bottom: 10px;
}

.woocommerce-checkout .checkout__totals {
  padding: 20px 30px;
  background: var(--bg);
  border-radius: 10px;
  margin-bottom: 10px;
}

.col2-set,
.form-checkout-left-side {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#shipping_method,
form.woocommerce-checkout .wc_payment_methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
}

form.woocommerce-checkout #shipping_method li,
.woocommerce-checkout li.wc_payment_method {
  width: 100%;
}

form.woocommerce-checkout #shipping_method li:has(input.free) {
  position: relative;
}

form.woocommerce-checkout #shipping_method li:has(input.free):before {
  content: "(Бесплатно)";
  top: 60px;
  left: 75px;
  position: absolute;
  width: 100px;
  height: 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--mainTextPrimary);
  z-index: 1;
  pointer-events: none;
  transition: 0.5s;
}

form.woocommerce-checkout #shipping_method li:has(input.free:checked):before {
  color: var(--mainTextPrimary);
}

form.woocommerce-checkout #shipping_method li input,
form.woocommerce-checkout .wc_payment_method input {
  display: contents;
}

form.woocommerce-checkout #shipping_method li label,
form.woocommerce-checkout .wc_payment_method label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  padding: 20px;
  padding-left: 50px;
  overflow: hidden;
  background: var(--bg);
  min-height: 90px;
  border: 1px solid var(--stroke);
  transition: 0.5s;
  cursor: pointer;
  height: 100%;
  justify-content: center;
  border-radius: 5px;
}

form.woocommerce-checkout .wc_payment_method label span,
form.woocommerce-checkout #shipping_method label span,
form.woocommerce-checkout #shipping_method label span bdi {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--mainTextPrimary);
  transition: 0.5s;
}

form.woocommerce-checkout #shipping_method li label:hover,
form.woocommerce-checkout .wc_payment_method label:hover {
  color: var(--hover);
}

form.woocommerce-checkout #shipping_method li label:before,
form.woocommerce-checkout .wc_payment_method label:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  position: absolute;
  border-radius: 100%;
  background: transparent;
  border: 1px solid var(--mainTextSecondary);
  transition: 0.3s;
  box-sizing: border-box;
  color: var(--bg);
}

form.woocommerce-checkout #shipping_method li label:after,
form.woocommerce-checkout .wc_payment_method label:after {
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  position: absolute;
  border-radius: 100%;
  background: transparent;
  transition: 0.3s;
}

form.woocommerce-checkout #shipping_method li input:checked + label,
form.woocommerce-checkout .wc_payment_method input:checked + label {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--bg);
}

form.woocommerce-checkout #shipping_method li input:checked + label bdi,
form.woocommerce-checkout #shipping_method li input:checked + label bdi span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--bg);
}

form.woocommerce-checkout #shipping_method li input:checked + label:before,
form.woocommerce-checkout .wc_payment_method input:checked + label:before {
  border-color: var(--bg);
  background: var(--bg);
}

form.woocommerce-checkout #shipping_method li input:checked + label:after,
form.woocommerce-checkout .wc_payment_method input:checked + label:after {
  background: var(--primary);
}

.commect-block label {
  display: none;
}

.commect-block p {
  width: 100%;
  display: flex;
}

.commect-block span:has(#order_comments) {
  width: 100%;
  display: flex;
}

.woocommerce-checkout #order_comments {
  display: block;
  background: var(--bg);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  height: 200px;
  resize: none;
  outline: none;
  width: 100%;
  padding: 20px;
  border-color: var(--bgSecondary);
  transition: 0.5s;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--mainTextSecondary);
}

.woocommerce-checkout #order_comments:hover {
  border-color: var(--primary);
}

.woocommerce-checkout .form-checkout-right-side {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 410px;
  min-width: 410px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 170px;
}

.woocommerce-checkout .form-checkout-right-side .btn, .woocommerce-checkout .form-checkout-right-side .woocommerce .clickBuyButton, .woocommerce .woocommerce-checkout .form-checkout-right-side .clickBuyButton {
  width: 100%;
}

.woocommerce-checkout .custom-shipping-cost {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.woocommerce-checkout .custom-shipping-cost span:first-child {
  margin-right: auto;
}

.woocommerce-checkout .cart__sale {
  display: flex;
  margin-bottom: 10px;
}

.woocommerce-checkout .cart__sale-span {
  margin-right: auto;
}

.woocommerce-checkout .total-price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.woocommerce-checkout .totals-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--mainTextPrimary);
}

.woocommerce-checkout .total-price bdi,
.woocommerce-checkout .total-price bdi span {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
}

.woocommerce-checkout .woo__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.woocommerce-checkout .woo__block {
  background: var(--bg);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .woo__block:hover .woo__block-link {
  color: var(--primary);
}
.woocommerce-checkout .woo__block-icon {
  max-width: 24px;
  max-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.woocommerce-checkout .woo__block-title {
  margin-bottom: 20px;
  color: var(--mainTextPrimary);
}
.woocommerce-checkout .woo__block-link {
  margin-top: auto;
  transition: var(--transition);
}
.woocommerce-checkout .woo__block-link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.woocommerce-checkout .total-count {
  color: var(--mainTextPrimary);
  display: flex;
  gap: 5px;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid var(--stroke);
}

.woocommerce-checkout .counter {
  color: var(--headPrimary);
  margin-bottom: 10px;
}

.woocommerce-NoticeGroup {
  width: 100%;
}

.woocommerce-error {
  display: flex;
  flex-direction: column;
}

.woocommerce-error li a {
  font-size: 12px;
}

.woocommerce-error li a strong {
  font-size: 12px;
  color: red;
}

.woocommerce-order-received .woocommerce-order {
  padding-bottom: 40px;
}

.woocommerce-order-received .woocommerce-order tr th {
  text-align: left;
  font-size: 14px;
}

.woocommerce-order-received .woocommerce-order tr {
  border-bottom: 1px solid var(--stroke);
  padding-bottom: 3px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-table--order-details tr:has(.order-actions--heading) {
  display: none;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  background: var(--bgSecondary);
  gap: 10px;
  margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.woocommerce-order-received .woocommerce-order-overview li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid var(--white);
  font-size: 14px;
}

.woocommerce-order-received .woocommerce-order-overview li strong,
.woocommerce-order-received .woocommerce-order-overview li bdi,
.woocommerce-order-received .woocommerce-order-overview li bdi span,
.woocommerce-order-received .order-details-item bdi span,
.woocommerce-order-received .order-details-item bdi {
  color: var(--primary);
  font-weight: 600;
}

.woocommerce-order-received .woocommerce-order-overview li:nth-child(1) {
  padding-top: unset;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}

.woocommerce-order-received .woocommerce-order-details h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.woocommerce-order-received .order-details-item {
  display: flex;
  gap: 5px;
  border-bottom: 1px solid var(--white);
  font-size: 14px;
  padding: 5px 0px;
}

.woocommerce-order-received .order-details-item:first-child {
  padding-top: unset;
}

.woocommerce-order-received .order-details-item:last-child {
  padding-bottom: unset;
  border-bottom: unset;
}

.woocommerce-order-received .order-details-item span {
  white-space: nowrap;
}

.woocommerce-order-received .table-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
  background: var(--background-light);
  gap: 10px;
}

.woocommerce-order-received .order-totals-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce-order-received .totals-item {
  display: flex;
  gap: 5px;
}

.woocommerce-order-received .totals-item .totals-item-price,
.woocommerce-order-received .totals-item .totals-item-price bdi,
.woocommerce-order-received .totals-item .totals-item-price bdi span,
.woocommerce-order-received .totals-item .totals-item-price span,
.woocommerce-order-received .totals-item .totals-item-price small {
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
}

.woocommerce-order-received .order-notes-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.woocommerce-order-received .notes-title {
  margin-bottom: 0px;
  font-size: 20px;
}

.woocommerce-order-received .notes-text {
  border-radius: 10px;
  padding: 10px;
  background: var(--background-light);
  min-height: 100px;
  width: 100%;
}

.woocommerce-order-received .col2-set {
  gap: 20px;
}

.woocommerce-order-received .woocommerce-column__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.woocommerce-order-received .col2-set address,
.woocommerce-order-received .col2-set p {
  font-size: 14px;
  font-style: normal;
}

.woocommerce-order-received .order-info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.woocommerce-order-received .order-item-name {
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-order-received .order-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 1240px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .woocommerce-checkout form.checkout {
    flex-direction: column;
    gap: 30px;
  }
  .form-checkout-left-side,
  .woocommerce-checkout .form-checkout-right-side {
    width: 100%;
    min-width: 100%;
  }
  .woocommerce-checkout .woo__block {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media screen and (max-width: 900px) {
  #shipping_method,
  form.woocommerce-checkout .wc_payment_methods {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper,
  #shipping_method,
  form.woocommerce-checkout .wc_payment_methods {
    grid-template-columns: 1fr;
  }
  form.woocommerce-checkout #shipping_method li,
  .woocommerce-checkout li.wc_payment_method {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .woocommerce-checkout .woo__blocks {
    grid-template-columns: 1fr;
  }
}
.woocommerce div.product .product__content {
  margin-bottom: 10px;
  display: flex;
  background: var(--bg);
  padding: 60px 140px 60px 70px;
  border-radius: 10px;
  gap: 80px;
}
.woocommerce div.product div.summary {
  float: unset !important;
  width: 100% !important;
  margin-bottom: 30px;
}
.woocommerce div.product div.summary .btn, .woocommerce div.product div.summary .clickBuyButton {
  width: 100%;
  align-items: center;
}
.woocommerce div.product div.summary form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce div.product .product__right {
  flex-basis: 100%;
}
.woocommerce div.product .product__right .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  justify-content: start;
  color: var(--headPrimary);
}
.woocommerce div.product .product__right .price .discount-label {
  display: none;
}
.woocommerce div.product .product__right .price ins,
.woocommerce div.product .product__right .price del {
  text-decoration: unset;
}
.woocommerce div.product .product__right .price ins {
  color: var(--headPrimary);
}
.woocommerce div.product .product__right .price del {
  color: var(--mainTextSecondary);
  text-decoration: line-through;
}
.woocommerce div.product .product__right .product__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.woocommerce div.product .product__right .product__block-title {
  margin-bottom: 10px;
}
.woocommerce div.product .product__right .product__block-btn {
  color: var(--headPrimary);
  justify-content: center;
  padding: 15px;
  display: flex;
  width: 100%;
  transition: var(--transition);
}
.woocommerce div.product .product__right .product__block-btn:hover {
  color: var(--primary);
}
.woocommerce div.product .product__right .product__block-inner {
  border-radius: 5px;
  background: var(--bgSecondary);
}
.woocommerce div.product .product__right .benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce div.product .product__right .benefits__item {
  border-bottom: 2px solid var(--stroke);
  padding: 20px 30px;
}
.woocommerce div.product .product__right .benefits__item-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.woocommerce div.product .product__right .benefits__item-icon {
  max-width: 24px;
  max-height: 24px;
}
.woocommerce div.product .product__right .benefits__item-descr {
  color: var(--mainTextPrimary);
}
.woocommerce div.product .product__title {
  margin-bottom: 20px;
}
.woocommerce div.product .product__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.woocommerce div.product .product__popups {
  display: flex;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.woocommerce div.product .product__popup {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce div.product .product__popup:first-child .product__popup-title {
  color: var(--primary);
  background: unset;
  padding: 0;
}
.woocommerce div.product .product__popup:first-child .product__popup-text::before {
  left: 50px;
}
.woocommerce div.product .product__popup:hover .product__popup-text {
  opacity: 1;
  border-radius: 5px;
  visibility: visible;
}
.woocommerce div.product .product__popup-title {
  color: var(--bg);
  background: var(--primary);
  border-radius: 4px;
  padding: 5px 8px;
}
.woocommerce div.product .product__popup-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 30;
  bottom: 40px;
  left: -40px;
  width: 400px;
  height: -moz-fit-content;
  height: fit-content;
  transition: var(--transition);
  padding: 15px 20px;
  border-radius: 5px;
  background: var(--mainTextPrimary);
}
.woocommerce div.product .product__popup-text * {
  color: var(--stroke);
}
.woocommerce div.product .product__popup-text li::marker {
  color: var(--stroke);
}
.woocommerce div.product .product__popup-text a {
  display: block;
  margin-top: 10px;
}
.woocommerce div.product .product__popup-text::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  background: var(--mainTextPrimary);
  bottom: -10px;
  left: 70px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.woocommerce div.product .product__popup-separator {
  align-self: center;
  width: 4px;
  height: 4px;
  min-width: 4px;
  min-height: 4px;
  background: var(--stroke);
  border-radius: 50%;
}
.woocommerce div.product .product__short-descr {
  margin-bottom: 30px;
}
.woocommerce div.product .product__short-descr * {
  color: var(--mainTextPrimary);
}
.woocommerce div.product .product__short-descr a {
  color: var(--primary);
  text-decoration: underline;
}
.woocommerce div.product .product__card {
  position: sticky;
  top: 170px;
}
.woocommerce div.product .product__card .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  justify-content: start;
  color: var(--headPrimary);
}
.woocommerce div.product .product__card .price .discount-label {
  display: none;
}
.woocommerce div.product .product__card .price ins,
.woocommerce div.product .product__card .price del {
  text-decoration: unset;
}
.woocommerce div.product .product__card .price ins {
  color: var(--headPrimary);
}
.woocommerce div.product .product__card .price del {
  color: var(--mainTextSecondary);
  text-decoration: line-through;
}
.woocommerce div.product .product__card-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
.woocommerce div.product .product__card-image {
  max-height: 140px;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.woocommerce div.product .product__card-title {
  margin-bottom: 40px;
}
.woocommerce div.product .product__characteristics-title {
  margin-bottom: 25px;
}
.woocommerce div.product .product__characteristics-list {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 5px;
  margin-bottom: 30px;
}
.woocommerce div.product .product__characteristics-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  background: var(--bgSecondary);
  border-radius: 5px;
}
.woocommerce div.product .product__characteristics-item span {
  color: var(--mainTextPrimary);
}
.woocommerce div.product .product__char-value {
  color: var(--headPrimary);
}
.woocommerce div.product .product__descr-title {
  margin-top: 40px;
  margin-bottom: 20px;
}
.woocommerce div.product .product__descr .gallery {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.woocommerce div.product .product__descr .gallery a {
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce div.product .product__descr .gallery a:first-child {
  grid-column: 2 span;
}
.woocommerce div.product .product__info {
  display: flex;
  gap: 10px;
}
.woocommerce div.product .product__info-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-basis: 100%;
}
.woocommerce div.product .product__info-right {
  padding: 60px 50px;
  background: var(--bg);
  border-radius: 10px;
  max-width: 550px;
  flex-basis: 100%;
}
.woocommerce div.product .product__info-right form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce div.product .product__info-right button {
  width: 100%;
}
.woocommerce div.product .attribute_group_row:first-child th {
  padding-top: 0;
}
.woocommerce div.product .attribute_group_row th {
  padding-bottom: 5px;
  padding-top: 20px;
}
.woocommerce div.product .product__block-padding {
  padding: 60px 70px;
  background: var(--bg);
  border-radius: 10px;
}
.woocommerce div.product .product__block-padding p {
  max-width: 760px;
}
.woocommerce div.product .product__block-title {
  margin-bottom: 40px;
}
.woocommerce div.product .product__gallery {
  position: sticky;
  top: 150px;
  display: flex;
  gap: 10px;
  max-height: 575px;
}
.woocommerce div.product .product__gallery .swiper {
  min-width: 0;
  margin: 0;
}
.woocommerce div.product .product__gallery .product__swiper-thumb {
  overflow: hidden;
  max-height: 430px;
  min-width: 100px;
}
.woocommerce div.product .product__gallery .product__swiper-thumb .swiper-slide {
  max-width: 100px;
  min-height: 100px;
  margin: 0;
  height: auto;
  border-radius: 5px;
}
.woocommerce div.product .product__gallery .product__image-thumb,
.woocommerce div.product .product__gallery .product__image-main {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.woocommerce div.product .product__gallery .product__swiper-main {
  max-width: 565px;
  position: relative;
  z-index: 0;
}
.woocommerce div.product .product__gallery .product__swiper-main:hover .product__swiper-btns {
  opacity: 1;
}
.woocommerce div.product .product__gallery .tags-holder {
  top: 10px;
  left: 10px;
  bottom: unset;
}
.woocommerce div.product .product__gallery .swiper-thumb-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.woocommerce div.product .product__gallery .swiper-button-next,
.woocommerce div.product .product__gallery .swiper-button-prev {
  position: static;
  inset: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  transition: var(--transition);
  border-radius: 5px;
  background: transparent;
}
.woocommerce div.product .product__gallery .swiper-button-next svg,
.woocommerce div.product .product__gallery .swiper-button-next img,
.woocommerce div.product .product__gallery .swiper-button-prev svg,
.woocommerce div.product .product__gallery .swiper-button-prev img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce div.product .product__gallery .swiper-button-next svg path,
.woocommerce div.product .product__gallery .swiper-button-next img path,
.woocommerce div.product .product__gallery .swiper-button-prev svg path,
.woocommerce div.product .product__gallery .swiper-button-prev img path {
  transition: var(--transition);
}
.woocommerce div.product .product__gallery .swiper-button-next::after,
.woocommerce div.product .product__gallery .swiper-button-prev::after {
  display: none;
}
.woocommerce div.product .product__gallery .swiper-button-next:hover,
.woocommerce div.product .product__gallery .swiper-button-prev:hover {
  background: var(--hover);
}
.woocommerce div.product .product__gallery .swiper-button-next:hover svg path,
.woocommerce div.product .product__gallery .swiper-button-prev:hover svg path {
  fill: var(--bg);
}
.woocommerce div.product .product__swiper-btns {
  opacity: 0;
  transition: var(--transition);
}
.woocommerce div.product .product__swiper-btns .swiper-button-next,
.woocommerce div.product .product__swiper-btns .swiper-button-prev {
  inset: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce div.product .product__swiper-btns .swiper-button-next {
  right: 10px;
}
.woocommerce div.product .product__swiper-btns .swiper-button-prev {
  left: 10px;
}
.woocommerce div.product .attribute_group_name {
  color: var(--headPrimary);
  text-align: start;
}
.woocommerce div.product .attribute_name_values {
  width: 100%;
}
.woocommerce div.product .attribute_name_values .attribute_name {
  text-align: start;
  color: var(--mainTextPrimary);
}
.woocommerce div.product .attribute_row,
.woocommerce div.product .shop_attributes {
  width: 100%;
}
.woocommerce div.product .product__table-wrapper {
  display: block;
  max-height: 510px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.woocommerce div.product .product__table-wrapper.is-expanded::after {
  display: none;
}
.woocommerce div.product .product__table-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 1;
}
.woocommerce div.product .product__table-btn {
  width: 100%;
}
.woocommerce div.product .attribute_name_values tbody tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--stroke);
}
.variations {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--stroke);
  width: 100%;
}
.variations tr {
  margin: 0;
  display: flex;
  gap: 30px;
}
.variations tbody {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.variations .iconic-was-swatches__item {
  margin: 0;
}
.variations .iconic-was-swatches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
}
.variations td.label {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80px;
  color: var(--headPrimary);
}
.variations td.label .iconic-wlv-variations__colon,
.variations td.label .iconic-wlv-variations__selection {
  display: none;
}
.variations .iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch--selected::before {
  border-color: var(--primary) !important;
}

.iconic-was-swatches--text-swatch .iconic-was-swatch--selected,
.iconic-was-swatches--text-swatch .iconic-was-swatch--selected:hover {
  background: var(--bg);
  border-color: var(--primary);
  color: var(--headPrimary) !important;
}

.iconic-was-swatches--text-swatch .iconic-was-swatch {
  color: var(--headPrimary) !important;
  padding: 10px 25px;
}
.iconic-was-swatches--text-swatch .iconic-was-swatch:hover {
  border-color: var(--primary);
  color: var(--headPrimary) !important;
}

.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch::before {
  border-color: var(--bg) !important;
}

.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch__graphic--colour {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1607843137) inset;
}

.iconic-was-swatch__container {
  max-width: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
}

.iconic-wlv-terms__term--partial-match:not(.iconic-was-swatches__item--out-of-stock) {
  pointer-events: none;
}

.iconic-was-swatch__text {
  background: var(--mainTextPrimary);
  color: var(--stroke);
  padding: 15px 20px;
}

@media screen and (max-width: 1500px) {
  .woocommerce div.product .product__content {
    padding: 60px;
  }
  .woocommerce div.product .product__content {
    gap: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .woocommerce div.product .product__content {
    flex-direction: column;
  }
  .woocommerce div.product .product__block-padding {
    padding: 30px;
  }
  .woocommerce div.product .product__info-right {
    max-width: 400px;
    padding: 30px;
  }
}
@media screen and (max-width: 850px) {
  .woocommerce div.product .product__info {
    flex-direction: column;
  }
  .woocommerce div.product .product__info-right {
    max-width: 100%;
  }
  .woocommerce div.product .product__card-image {
    max-height: 200px;
  }
  .woocommerce div.product .product__table-wrapper {
    max-height: 350px;
  }
}
@media screen and (max-width: 750px) {
  .woocommerce div.product .product__gallery .product__swiper-main {
    width: 78.571vw;
    height: 87vw;
  }
  .woocommerce div.product .product__gallery .product__swiper-thumb .swiper-slide {
    width: 17.143vw;
    min-height: 15vw;
  }
  .woocommerce div.product .product__gallery .product__swiper-thumb {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .woocommerce div.product .product__gallery .product__image-main img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .woocommerce div.product .product__gallery .product__swiper-btns {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .woocommerce div.product .product__content {
    padding: 20px;
    gap: 10px;
  }
  .woocommerce div.product .product__popup-text {
    left: 0 !important;
    width: 300px;
  }
  .woocommerce div.product .product__popup-text::before {
    left: 20px !important;
  }
  .woocommerce div.product .product__block-padding {
    padding: 20px;
  }
  .woocommerce div.product .product__block-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce div.product .product__gallery .product__swiper-thumb {
    max-height: 350px;
    height: 71.429vw;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce div.product .product__descr .gallery {
    grid-template-columns: 1fr;
  }
  .woocommerce div.product .product__descr .gallery a:first-child {
    grid-column: 1 span;
  }
}
@media screen and (max-width: 400px) {
  .woocommerce div.product .product__gallery .product__swiper-main {
    height: 100vw;
  }
}
@media screen and (max-width: 500px) {
  .variations tr {
    flex-direction: column;
    gap: 10px;
  }
  .variations tbody {
    gap: 15px;
  }
  .woocommerce div.product .product__right .benefits__list {
    grid-template-columns: 1fr;
  }
  .woocommerce div.product .product__popup-text {
    width: 190px;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce div.product .product__title,
  .woocommerce div.product .product__short-descr,
  .woocommerce div.product .product__top {
    margin-bottom: 10px;
  }
  .woocommerce div.product .product__title {
    font-size: 18px;
  }
  .woocommerce div.product .product__right .benefits__item {
    padding: 15px;
  }
}
/* cart start */
.woocommerce-cart__holder {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  gap: 20px;
  margin-bottom: 40px;
}

.woocommerce-cart__holder > * {
  flex-basis: 100%;
}

.woocommerce-cart .woocommerce-info {
  margin-bottom: 20px;
}

.woocommerce-cart .order-total {
  padding: 20px 30px;
  background: var(--bg);
  border-radius: 10px;
}

.woocommerce-cart__holder .cart_totals {
  max-width: 410px;
}

.woocommerce-cart__holder .cart_totals_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 150px;
}

.woocommerce-cart .product-count-total {
  padding: 20px 30px;
  background: var(--bg);
  border-radius: 10px;
}

.woocommerce-cart .cart__sale {
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
}

.woocommerce-cart .cart__sale-text {
  color: var(--mainTextSecondary);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--stroke);
  margin-bottom: 15px;
}

.woocommerce-cart .cart__sale .cart__sale-span {
  margin-right: auto;
}

.woocommerce-cart-form {
  background: var(--bg);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 60px;
  gap: var(--thirty);
}

.woocommerce-cart-form__head {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--stroke);
}

.cart-select__all-option__checkbox {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

.cart-select__all-option__checkbox label {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.cart-select__all-option__checkbox input {
  all: initial;
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: var(--bg);
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid var(--mainTextSecondary);
  box-sizing: border-box;
}

.cart-select__all-option__checkbox input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_758_6762)'%3E%3Cpath d='M11.7134 2.8139C11.3421 2.44212 10.7392 2.44236 10.3674 2.8139L4.30963 8.8719L1.61722 6.17951C1.24544 5.80773 0.642796 5.80773 0.27102 6.17951C-0.100757 6.55128 -0.100757 7.15393 0.27102 7.5257L3.63639 10.8911C3.82216 11.0768 4.06576 11.17 4.30937 11.17C4.55299 11.17 4.79682 11.0771 4.98259 10.8911L11.7134 4.16007C12.0851 3.78855 12.0851 3.18565 11.7134 2.8139Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_758_6762'%3E%3Crect width='12' height='12' fill='white' transform='translate(-0.0078125 0.852539)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  width: 70%;
  height: 70%;
  margin: auto;
  transition: var(--transition);
}

.cart-select__all-option__checkbox input:checked {
  background: var(--headPrimary);
  border-color: var(--headPrimary);
}

.cart-select__all-option__checkbox input:checked:before {
  opacity: 1;
}

.cart-delete__selected-action {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}

.cart-delete__selected-action svg {
  display: flex;
}

.cart-delete__selected-action__value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-align: center;
  color: #767d83;
}

button[name=update_cart] {
  display: none;
}

.product-cart__checkbox-option {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 0;
}

.product-cart__checkbox-option label {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.product-cart__checkbox-option input {
  all: initial;
  position: relative;
  border: 1px solid var(--mainTextSecondary);
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: var(--bg);
  cursor: pointer;
  transition: var(--transition);
}

.product-cart__checkbox-option input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_758_6762)'%3E%3Cpath d='M11.7134 2.8139C11.3421 2.44212 10.7392 2.44236 10.3674 2.8139L4.30963 8.8719L1.61722 6.17951C1.24544 5.80773 0.642796 5.80773 0.27102 6.17951C-0.100757 6.55128 -0.100757 7.15393 0.27102 7.5257L3.63639 10.8911C3.82216 11.0768 4.06576 11.17 4.30937 11.17C4.55299 11.17 4.79682 11.0771 4.98259 10.8911L11.7134 4.16007C12.0851 3.78855 12.0851 3.18565 11.7134 2.8139Z' fill='white' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_758_6762'%3E%3Crect width='12' height='12' fill='white' transform='translate(-0.0078125 0.852539)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  width: 70%;
  height: 70%;
  margin: auto;
  transition: var(--transition);
}

.product-cart__checkbox-option input:checked {
  background: var(--headPrimary);
  border-color: var(--headPrimary);
}

.product-cart__checkbox-option input:checked:before {
  opacity: 1;
}

.woocommerce-cart .cart_item {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px 60px;
  border-bottom: 1px solid var(--stroke);
  position: relative;
}

.woocommerce-cart .woo__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.woocommerce-cart .woo__block {
  background: var(--bg);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .woo__block:hover .woo__block-link {
  color: var(--primary);
}
.woocommerce-cart .woo__block-icon {
  max-width: 24px;
  max-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.woocommerce-cart .woo__block-title {
  margin-bottom: 20px;
  color: var(--mainTextPrimary);
}
.woocommerce-cart .woo__block-link {
  margin-top: auto;
  transition: var(--transition);
}
.woocommerce-cart .woo__block-link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.woocommerce-cart .cart_item .product-thumbnail__holder-outer {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-cart .cart_item .product-thumbnail__holder {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.woocommerce-cart .cart_item .product-thumbnail {
  width: 160px;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.woocommerce-cart .cart_item .product-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}

.woocommerce-cart .cart_item .product-name__holder {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 600px;
}

.woocommerce-cart .cart_item .product-sku {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #93999e;
}

.woocommerce-cart .cart_item .product-cart__item-content {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: var(--thirtyFive);
  align-items: center;
}

.woocommerce-cart .cart_item .product-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
}

.woocommerce-cart .product-quantity {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.woocommerce-cart .cart_item .regular-price__holder {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.woocommerce-cart .cart_item .regular-price,
.woocommerce-cart .cart_item .regular-price * {
  color: var(--headPrimary);
  white-space: nowrap;
}

.woocommerce-cart .cart_item .sale-price {
  text-align: end;
  white-space: nowrap;
}

.woocommerce-cart .cart_item .sale-price,
.woocommerce-cart .cart_item .sale-price * {
  color: var(--mainTextSecondary);
  text-decoration: line-through;
}

.woocommerce-cart .cart_item .discount {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  color: var(--white);
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  align-items: center;
  border-radius: 4px;
  padding: 4px 8px;
  background: var(--green);
}

.woocommerce-cart .product__right {
  width: 100%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .product__top {
  margin-bottom: auto;
}
.woocommerce-cart .product__top, .woocommerce-cart .product__bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.woocommerce-cart .product__bottom {
  margin-top: 20px;
}
.woocommerce-cart .info-holder-btns {
  display: flex;
  gap: 30px;
  align-items: center;
}

.woocommerce-cart .woocommerce .product-remove {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  color: var(--mainTextSecondary);
}

.woocommerce-cart .woocommerce .product-remove svg {
  width: 16px;
  height: 20px;
  margin-bottom: 2px;
}

.woocommerce-cart .woocommerce .product-remove:hover {
  color: var(--danger);
}

.woocommerce-cart .woocommerce .product-remove path {
  transition: 0.3s;
}

.woocommerce-cart .woocommerce .product-remove:hover path {
  fill: var(--danger);
}

.woocommerce-cart .favorite__btn {
  display: flex;
  gap: 5px;
  align-items: center;
  background: unset;
  border: unset;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--mainTextPrimary);
  position: relative;
}

.woocommerce-cart .favorite__btn[favorite-remove] .h6, .woocommerce-cart .favorite__btn[favorite-remove] .btn, .woocommerce-cart .favorite__btn[favorite-remove] #header .header__nav .nav-menu-element a, #header .header__nav .nav-menu-element .woocommerce-cart .favorite__btn[favorite-remove] a, .woocommerce-cart .favorite__btn[favorite-remove] #footer .footer__menu .sub-menu a, #footer .footer__menu .sub-menu .woocommerce-cart .favorite__btn[favorite-remove] a, .woocommerce-cart .favorite__btn[favorite-remove] li.product .woocommerce-loop-product__title, li.product .woocommerce-cart .favorite__btn[favorite-remove] .woocommerce-loop-product__title, .woocommerce-cart .favorite__btn[favorite-remove] form.woocommerce-checkout #shipping_method li label, form.woocommerce-checkout #shipping_method li .woocommerce-cart .favorite__btn[favorite-remove] label,
.woocommerce-cart .favorite__btn[favorite-remove] form.woocommerce-checkout .wc_payment_method label,
form.woocommerce-checkout .wc_payment_method .woocommerce-cart .favorite__btn[favorite-remove] label, .woocommerce-cart .favorite__btn[favorite-remove] .woocommerce div.product .product__right .price del, .woocommerce div.product .product__right .price .woocommerce-cart .favorite__btn[favorite-remove] del, .woocommerce-cart .favorite__btn[favorite-remove] .woocommerce div.product .product__right .price del *, .woocommerce div.product .product__right .price del .woocommerce-cart .favorite__btn[favorite-remove] *, .woocommerce-cart .favorite__btn[favorite-remove] .woocommerce div.product .product__card .price del, .woocommerce div.product .product__card .price .woocommerce-cart .favorite__btn[favorite-remove] del, .woocommerce-cart .favorite__btn[favorite-remove] .woocommerce div.product .product__card .price del *, .woocommerce div.product .product__card .price del .woocommerce-cart .favorite__btn[favorite-remove] *, .woocommerce-cart .favorite__btn[favorite-remove] .woocommerce .clickBuyButton, .woocommerce .woocommerce-cart .favorite__btn[favorite-remove] .clickBuyButton {
  color: var(--danger);
}
.woocommerce-cart .favorite__btn[favorite-remove].favorite-remove .favor-icon {
  background-image: url(../images/cartFavorActive.svg);
}

.woocommerce-cart .favorite__btn .favor-icon {
  width: 20px;
  height: 20px;
  display: flex;
  background-image: url(../images/cartFavor.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: var(--transition);
}

.woocommerce-cart .favorite__btn:hover .favor-icon {
  background-image: url(../images/favorHover.svg);
}

.woocommerce-cart .favorite__btn.favorite-remove .favor-icon {
  background-image: url(../images/favorHover.svg);
}

.woocommerce-cart .favorite__btn .favor-added,
.woocommerce-cart .favorite__btn .favor-removed {
  color: var(--mainTextSecondary);
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  transition: 0.5s;
}

.woocommerce-cart .favorite__btn:hover .favor-added {
  color: var(--primary);
}

.woocommerce-cart .favorite__btn:hover .favor-removed {
  color: var(--danger);
}

.woocommerce-cart .favorite__btn.favorite-add .favor-removed {
  opacity: 0;
  display: none;
}

.woocommerce-cart .favorite__btn.favorite-remove .favor-added {
  opacity: 0;
  display: none;
}

.product-cart__actions {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.product-cart__actions-row {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 15px;
}

.product-cart__actions-row > *,
.product-cart__actions-row svg {
  display: flex;
}

.woocommerce-cart .cart_item .quantity {
  min-width: 121px;
  min-height: 40px;
  justify-content: space-between;
}

.product-cart__item-meta {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.product-cart__item-meta > * {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-cart__item-meta > * * {
  margin-bottom: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: var(--gray2);
  /* width: 15%;
  text-wrap: nowrap; */
  width: -moz-fit-content;
  width: fit-content;
}

.product-cart__item-meta dt {
  margin-right: 5px;
}

.product-cart__item-meta dd {
  margin-right: 15px;
}

.woocommerce-cart-form__contents {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.woocommerce-cart .cart_item .plus svg path {
  fill: black;
}

.woocommerce-cart .cart_item .favorite-remove svg path {
  fill: var(--primary);
}

.cart_totals table,
.cart_totals tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.cart_totals tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
}

.cart_totals .count_products {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

.cart_totals .count_products th {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  color: #1c2126;
}

.cart_totals .count_products td {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--primary);
}

.cart_totals .order-total.regular {
  margin-bottom: 8px;
}

.cart_totals .order-total.regular th {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #93999e;
}

.cart_totals .order-total.regular td {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: var(--gray3);
}

.cart_totals .order-total.sale th {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 135%;
  color: #1c2126;
}

.cart_totals .order-total.sale td {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 135%;
  color: #1c2126;
}

.cart_totals .wc-proceed-to-checkout {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.cart_totals .wc-proceed-to-checkout .btn, .cart_totals .wc-proceed-to-checkout .woocommerce .clickBuyButton, .woocommerce .cart_totals .wc-proceed-to-checkout .clickBuyButton {
  width: 100%;
}

.cart_totals .clear-cart {
  all: initial;
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.cart_totals .clear-cart .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: var(--gray3);
}

@media screen and (max-width: 1800px) {
  .woocommerce-cart .product__right {
    max-width: 45.556vw;
  }
}
@media screen and (max-width: 1640px) {
  .woocommerce-cart .product__right {
    max-width: 38vw;
  }
  .woocommerce-cart .cart_item .product-name__holder {
    max-width: 400px;
  }
}
@media screen and (max-width: 1440px) {
  .woocommerce-cart .cart_item {
    padding: 20px 40px;
  }
  .product-cart__checkbox-option {
    top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .woocommerce-cart-form {
    padding: 20px;
  }
}
@media screen and (max-width: 1340px) {
  .woocommerce-cart .cart_item .product-name__holder {
    max-width: 28vw;
  }
}
@media (max-width: 1250px) {
  .woocommerce-cart__holder {
    flex-direction: column;
  }
  .woocommerce-cart__holder .cart_totals {
    max-width: 100%;
  }
  .woocommerce-cart .cart_item .product-name__holder {
    max-width: 400px;
  }
  .woocommerce-cart .product__right {
    max-width: 72vw;
  }
  .woocommerce-cart .cart_item {
    flex-wrap: nowrap;
  }
  .woocommerce-cart .woo__block {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .woocommerce-cart .woo__block-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .woocommerce-cart .cart_item .product-name__holder {
    max-width: 350px;
  }
}
@media screen and (max-width: 800px) {
  .woocommerce-cart .info-holder-btns {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-cart .cart_item .product-name a {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .woocommerce-cart .cart_item .product-thumbnail {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-cart .cart_item {
    padding: 20px;
  }
}
/* @media(max-width:900px) {
  .product-cart__item-meta>* * {
    width: 25%;
  }
} */
@media (max-width: 700px) {
  .woocommerce-cart .cart_item .product-cart__item-content {
    width: 100%;
    justify-content: space-between;
  }
}
/* @media(max-width:550px) {
  .product-cart__item-meta>* * {
    width: 50%;
    text-wrap: wrap;
  }
} */
@media screen and (max-width: 550px) {
  .woocommerce-cart .product__top,
  .woocommerce-cart .product__bottom {
    flex-direction: column;
  }
  .woocommerce-cart .cart_item .sale-price {
    text-align: start;
  }
  .woocommerce-cart .cart_item .product-thumbnail__holder-outer {
    align-items: flex-start;
  }
}
@media (max-width: 400px) {
  .cart-delete__selected-action__value {
    font-size: 12px;
  }
  .cart-delete__selected-action svg {
    width: 15px;
    height: 15px;
  }
  .woocommerce-cart .cart_item {
    flex-direction: column;
    gap: 10px;
  }
  .woocommerce-cart .woo__blocks {
    grid-template-columns: 1fr;
  }
}
/* cart end */
/*============ THANK YOU PAGE ============*/
.woocommerce-order-details .woocommerce-table--order-details {
  border-collapse: collapse;
  border: 1px solid var(--primary);
}

.woocommerce-order-details .woocommerce-table--order-details th {
  text-align: left;
}

.woocommerce-order-details .woocommerce-table--order-details td,
.woocommerce-order-details .woocommerce-table--order-details th {
  border: 1px solid var(--primary);
  padding: 5px;
}

.page-favorites .info-holder {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.page-favorites .order-count {
  display: flex;
  gap: 5px;
  align-items: center;
}
.page-favorites .info-holder-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.page-favorites .name {
  color: var(--mainTextPrimary);
}
.page-favorites .value {
  color: var(--headPrimary);
}
.page-favorites .clear-favorites {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--headPrimary);
  transition: var(--transition);
}
.page-favorites .clear-favorites svg {
  transition: var(--transition);
}
.page-favorites .clear-favorites svg path {
  transition: var(--transition);
}
.page-favorites .clear-favorites:hover {
  color: var(--hover);
}
.page-favorites .clear-favorites:hover svg path {
  stroke: var(--hover);
}
.page-favorites .products-holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1240px) {
  .page-favorites .products-holder {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1240px) {
  .page-favorites .products-holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 980px) {
  .page-favorites .name {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

@media screen and (max-width: 700px) {
#header .header__burger-wrapper {
  min-width: fit-content;
}
}

@media screen and (max-width: 600px) {
  .page-favorites .products-holder {
    grid-template-columns: 1fr;
  }
  .page-favorites .info-holder-right {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=main.css.map */