#billing_country_field {
  display: none !important;
}

.account-login {
  display: inline-flex;
  cursor: pointer;
}

input[type="submit"],
button[type="submit"],
button.button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all ease 0.3s;
  border-radius: 35px;
  width: max-content;
  padding: 12px 32px;
  height: 60px;
  /* min-width: 230px; */
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  background: #ff9f0f;
  color: #ffffff;
  transition: 0.3s;
  border: 3px solid #ff9f0f;
  text-transform: uppercase;
  outline: none;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
button.button:hover {
  background: #ffffff;
  color: #ff9f0f;
  transition: 0.3s;
}
th {
  font-weight: 400;
  text-align: left;
}
td {
  text-align: right;
}
table ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* scrollbar */

/* Firefox */
.has-scroll {
  /* scrollbar-width: thin;
  scrollbar-color: #4CAF50 #222;  */
  /* thumb track */
}

/* Весь скроллбар */
.has-scroll::-webkit-scrollbar {
  width: 6px; /* ширина вертикального */
  height: 6px; /* высота горизонтального */
}

/* Фон (дорожка) */
.has-scroll::-webkit-scrollbar-track {
  background: #a70eee00; /* тёмный фон */
}

/* Ползунок */
.has-scroll::-webkit-scrollbar-thumb {
  background: #d9d9d9; /* зелёный */
  border-radius: 0px;
  border: 0px solid #29bbe000; /* создаёт отступ */
}

/* При наведении */
.has-scroll::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}

/* Кнопки (стрелки, если есть) */
.has-scroll::-webkit-scrollbar-button {
  background: #ff562200; /* оранжевый */
}

/* Угол (пересечение горизонтального и вертикального) */
.has-scroll::-webkit-scrollbar-corner {
  background: #2195f300; /* синий */
}
.container-tight800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.container-tight400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* scrollbar END */

.menu1 .menu-item,
footer .acc-body a {
  text-transform: uppercase;
}
.prod-cat-elem h2,
.prod-cat-elem h3 {
  padding: 10px;
}
.swiper-banner {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.main-banner .banner-elem {
  height: 100%;
}
.main-banner .swiper-slide {
  overflow: hidden;
}
.main-banner .banner-elem .img-wrap,
.main-banner .banner-elem .img-wrap picture,
.main-banner .banner-elem .img-wrap img,
.main-banner .banner-elem .img-wrap video {
  will-change: transform;
}
.main-banner .banner-elem .img-wrap img,
.main-banner .banner-elem .img-wrap video {
  transform: scale(1.035);
  transition: transform 6.2s ease, filter 1.1s ease;
}
.main-banner .swiper-slide-active .banner-elem .img-wrap img,
.main-banner .swiper-slide-active .banner-elem .img-wrap video {
  transform: scale(1.105) translate3d(-1.2%, -0.8%, 0);
}
.main-banner .txt-wrap-inner > * {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.main-banner .txt-wrap-inner.left > * {
  transform: translate3d(-34px, 0, 0);
}
.main-banner .txt-wrap-inner.right > * {
  transform: translate3d(34px, 0, 0);
}
.main-banner .swiper-slide-active .txt-wrap-inner > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.main-banner .swiper-slide-active .txt-wrap-inner > *:nth-child(1) {
  transition-delay: 0.18s;
}
.main-banner .swiper-slide-active .txt-wrap-inner > *:nth-child(2) {
  transition-delay: 0.32s;
}
.main-banner .swiper-slide-active .txt-wrap-inner > *:nth-child(3) {
  transition-delay: 0.46s;
}
.main-banner .swiper-slide-active .txt-wrap-inner > *:nth-child(n+4) {
  transition-delay: 0.58s;
}
.small-banner {
  overflow: hidden;
  isolation: isolate;
}
.small-banner .banner-elem,
.small-banner .img-wrap {
  overflow: hidden;
}
.small-banner .img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(255, 159, 15, 0.08), rgba(0, 0, 0, 0.2)),
    radial-gradient(circle at 75% 50%, rgba(255, 255, 255, 0.12), transparent 38%);
  opacity: 0;
  transition: opacity 1.1s ease;
}
.small-banner .img-wrap img,
.small-banner .img-wrap video {
  transform: scale(1.035);
  transition: transform 5.8s ease, filter 1.1s ease;
  will-change: transform;
}
.small-banner .txt-wrap-inner > * {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.small-banner .txt-wrap-inner.left > * {
  transform: translate3d(-34px, 0, 0);
}
.small-banner .txt-wrap-inner.right > * {
  transform: translate3d(34px, 0, 0);
}
.small-banner .txt-wrap-inner .bttn {
  position: relative;
  overflow: hidden;
}
.small-banner .txt-wrap-inner .bttn::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -70%;
  width: 42%;
  height: 190%;
  opacity: 0;
  pointer-events: none;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
}
.small-banner.is-visible .img-wrap::after {
  opacity: 1;
}
.small-banner.is-visible .img-wrap img,
.small-banner.is-visible .img-wrap video {
  transform: scale(1.095) translate3d(-1.1%, -0.6%, 0);
}
.small-banner.is-visible .txt-wrap-inner > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.small-banner.is-visible .txt-wrap-inner > *:nth-child(1) {
  transition-delay: 0.12s;
}
.small-banner.is-visible .txt-wrap-inner > *:nth-child(2) {
  transition-delay: 0.26s;
}
.small-banner.is-visible .txt-wrap-inner > *:nth-child(3) {
  transition-delay: 0.4s;
}
.small-banner.is-visible .txt-wrap-inner > *:nth-child(n+4) {
  transition-delay: 0.52s;
}
.small-banner.is-visible .txt-wrap-inner .bttn::after {
  animation: smallBannerButtonSheen 4.4s ease 1.1s infinite;
}
@keyframes smallBannerButtonSheen {
  0% {
    left: -70%;
    opacity: 0;
  }
  10% {
    opacity: 0.75;
  }
  24% {
    left: 128%;
    opacity: 0;
  }
  100% {
    left: 128%;
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  .main-banner .banner-elem .img-wrap img,
  .main-banner .banner-elem .img-wrap video {
    transform: scale(1.02);
  }
  .main-banner .swiper-slide-active .banner-elem .img-wrap img,
  .main-banner .swiper-slide-active .banner-elem .img-wrap video {
    transform: scale(1.075) translate3d(0, -0.8%, 0);
  }
  .main-banner .txt-wrap-inner.left > *,
  .main-banner .txt-wrap-inner.right > *,
  .main-banner .txt-wrap-inner > * {
    transform: translate3d(0, 22px, 0);
  }
  .main-banner .swiper-slide-active .txt-wrap-inner > * {
    transform: translate3d(0, 0, 0);
  }
  .small-banner .img-wrap img,
  .small-banner .img-wrap video {
    transform: scale(1.02);
  }
  .small-banner.is-visible .img-wrap img,
  .small-banner.is-visible .img-wrap video {
    transform: scale(1.065) translate3d(0, -0.6%, 0);
  }
  .small-banner .txt-wrap-inner.left > *,
  .small-banner .txt-wrap-inner.right > *,
  .small-banner .txt-wrap-inner > * {
    transform: translate3d(0, 22px, 0);
  }
  .small-banner.is-visible .txt-wrap-inner > * {
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .main-banner .banner-elem .img-wrap img,
  .main-banner .banner-elem .img-wrap video,
  .main-banner .txt-wrap-inner > *,
  .small-banner .img-wrap img,
  .small-banner .img-wrap video,
  .small-banner .txt-wrap-inner > *,
  .small-banner .txt-wrap-inner .bttn::after {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
  .small-banner .img-wrap::after {
    opacity: 1;
    transition: none;
  }
}
.partner-elem.inactive {
  pointer-events: none;
}
.howto-wrap .write-us {
  padding: 16px 0 24px;
  margin-left: -18px;
}
.breadcrumbs {
  padding-bottom: 12px;
  color: #a6a6a6;
}
.breadcrumbs.pt40 {
  padding-top: 30px;
}
.breadcrumbs span a {
  color: #a6a6a6;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-decoration: underline;
  transition: 0.3s;
}
.breadcrumbs span a:hover {
  color: #ff9f0f;
  transition: 0.3s;
}
.breadcrumbs .breadcrumb_last {
  color: #a6a6a6;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
/* li product */
li.product {
  padding: 20px 15px;
  border-radius: 11px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
li.product:hover {
  border-color: #ff9f0f;
  box-shadow: 0px 4px 4px 0px #00000017;
  transition: 0.3s;
}
li.product.outofstock:hover {
  border-color: #d9d9d9;
  box-shadow: none;
}
li.product .img-wrap {
  width: 100%;
  position: relative;
  height: 0;
  /* padding-bottom: 100%; */
    padding-bottom: 70%;

  margin-bottom: 20px;
  transition: 0.3s;
}
li.product .img-wrap:hover {
  transform: scale(1.03);
  transition: 0.3s;
}
li.product.outofstock .img-wrap:hover {
  transform: none;
}
li.product .img-wrap img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
li.product.outofstock .img-wrap,
li.product.outofstock .woocommerce-loop-product__title,
li.product.outofstock .price {
  opacity: 0.55;
}
li.product.outofstock .img-wrap img {
  filter: grayscale(25%);
}
li.product .star-rating {
  display: none;
}
.woocommerce .products li.product .star-rating {
    display: none;
}
.woocommerce-loop-product__title {
  margin-bottom: 20px;
  /* font-weight: 600;
  font-size: 18px; */
    font-weight: 400;
  font-size: 16px;

  line-height: 100%;
  text-align: center;
}
.woocommerce-loop-product__title:hover {
  text-decoration: underline;
  color: #000000;
  transition: 0.3s;
}

li.product .price ins .woocommerce-Price-amount,
li.product .price .woocommerce-Price-amount bdi,
div.product .price ins .woocommerce-Price-amount,
div.product .price .woocommerce-Price-amount bdi {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #ff9f0f;
}
li.product .price del .woocommerce-Price-amount bdi,
div.product .price del bdi {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
}
li.product .price ins,
div.product .price ins {
  text-decoration: none;
}
.woocommerce .products li.product .star-rating,
.woocommerce .products div.product .star-rating {
  margin-left: auto;
  margin-right: auto;
}
div.product .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ff9f0f;
}
.single-product div.product .entry-summary .price {
  font-size: 30px;
  margin-bottom: 32px;
}
ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price,
li.product .price {
  display: block;
  text-align: center;
  margin: auto auto 12px;
}
li.product .bttn.base {
  border: 3px solid #f7f7f7;
  background-color: #f7f7f7;
  min-height: 40px;
  padding: 5px 20px;
  min-width: auto;
  width: 100%;
  font-size: 16px;
}
li.product .bttn.base.added {
  display: none;
}
.boroda-loop-stock-status {
  pointer-events: none;
  cursor: default;
}
li.product .boroda-loop-stock-status--out {
  border-color: #ececec;
  background-color: #f3f3f3;
  color: #8f8f8f;
}
li.product .boroda-loop-stock-status--out:hover {
  border-color: #ececec;
  background-color: #f3f3f3;
  color: #8f8f8f;
  box-shadow: none;
}
.woocommerce-loop-product__link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
/* .woocommerce-loop-product__link .price {
    margin-top: auto;
} */
.woocommerce-loop-product__link:hover {
  color: #000000;
}
li.product .bttn.base:hover {
  border: 3px solid #ff9f0f;
  box-shadow: unset;
}
.top-prods-slide {
  height: auto !important;
}
.added_to_cart {
  display: block;
  border: 3px solid #ff9f0f;
  background-color: #f7f7f7;
  min-height: 40px;
  padding: 0 20px;
  min-width: auto;
  width: 100%;
  font-size: 16px;
  color: #ff9f0f;
  border-radius: 35px;
  gap: 10px;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  transition: all ease 0.3s;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-products-header h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  li.product .img-wrap {
    margin-bottom: 8px;
  }
  .woocommerce-loop-product__title {
    margin-bottom: 12px;
    font-size: 16px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* <-- количество строк */
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* на всякий случай */
   line-height: 100%;
    /* важно: фиксировать line-height */
  }
  li.product .price ins .woocommerce-Price-amount,
  li.product .price .woocommerce-Price-amount bdi,
  div.product .price ins .woocommerce-Price-amount,
  div.product .price .woocommerce-Price-amount bdi {
    font-size: 18px;
  }
  div.product .price {
    font-size: 18px;
  }
}
/* archive-product */
ul.products,
.wc-block-grid__products {
  margin-top: 24px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 36px 20px;
  padding-left: 0;
  padding-bottom: 70px;
}
.woocommerce-ordering {
  width: 300px;
}
.bt-wrap {
  gap: 20px;
}
.shop-top-banner {
  margin-bottom: 24px;
}
.shop-top-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.bt-sidebar {
  min-width: 270px;
  width: 270px;
}
input[type="checkbox"].wc-block-product-filter-checkbox-list__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: currentColor;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
input[type="checkbox"].wc-block-product-filter-checkbox-list__input:checked {
  border: 1px solid #ff9f0f;
  background-color: #ff9f0f;
}
/* input[type=checkbox].wc-block-product-filter-checkbox-list__input:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    transition: .3s opacity ease-in-out;
    background-image: url(assets/img/icons/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0
}

input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked:before {
    opacity: 1;
    transition: .3s opacity ease-in-out
} */

.wc-block-product-filter-checkbox-list__item.has-depth-1 {
  padding-left: 20px;
}
.bt-sidebar h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.filters-bttn {
  gap: 16px;
  cursor: pointer;
}
.filters-bttn .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
}
.bt-widget {
  padding: 24px 0;
}
.bt-widget:first-of-type {
  padding: 0 0 24px;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay {
  pointer-events: all;
  position: static;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
  position: static;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
  transform: translateY(0) !important;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content {
  overflow-y: visible;
  padding: 0;
}
.wc-block-product-filters__open-overlay,
.wc-block-product-filters__overlay-header {
  display: none;
}
/* woocommerce pagination */

ul.page-numbers {
  width: 100%;
  height: 50px;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
}
ul.page-numbers .page-numbers {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}
ul.page-numbers .page-numbers.current {
  color: #ff9f0f;
}
.woocommerce-pagination .next::after,
.woocommerce-pagination .prev::after {
  display: none !important;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  display: block;
  min-width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  font-size: 0 !important;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  position: absolute;
  top: 0;
}
.woocommerce-pagination .next {
  display: block;
  margin-left: auto;
  background-image: url(../../assets/img/icons/pag-next.svg);
  right: 0;
}
.woocommerce-pagination .prev {
  display: block;
  margin-right: auto;
  background-image: url(../../assets/img/icons/pag-prev.svg);
  left: 0;
}
/* @media screen and (max-width: 1199px) {
    ul.products, .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
} */
.filters-wrap {
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  /* ul.page-numbers {
    margin: 32px auto 60px;
  }
  ul.page-numbers .page-numbers {
    font-size: 14px;
  } */
  .bt-sidebar {
    position: fixed;
    width: 90%;
    max-width: 400px;
    background: #ffffff;
    height: 100dvh;
    /* overflow-x: hidden;
    overflow-y: auto; */
    overflow: hidden;
    z-index: 600;
    left: 0;
    top: 0;
    transform: translateX(-101%);
    transition: 0.3s;
    /* padding-top: 75px; */
  }
  .bt-sidebar.open {
    transform: translateX(0);
    transition: 0.3s;
  }
  .filters-back-wrap {
    padding: 26px 32px;
    border-bottom: 1px solid #d9d9d9;
    /* position: fixed;
    left: 0;
    top: 0;
    z-index: 700;
    width: 100%; */
  }
  .filters-back {
    width: max-content;
    gap: 32px;
  }
  .bt-sidebar-wrap {
    height: calc(100dvh - 75px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .bt-widget {
    padding: 24px 32px;
  }
  .bt-widget:first-of-type {
    padding: 24px 32px 24px;
  }
  ul.products,
  .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shop-top-banner {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 599px) {
  ul.products,
  .wc-block-grid__products {
    grid-gap: 12px 12px;
    padding-left: 0;
    padding-bottom: 40px;
  }
  li.product {
    padding: 8px 8px 12px;
  }
  ul.page-numbers {
    gap: 16px;
    height: 30px;
  }
  ul.page-numbers .page-numbers {
    font-size: 16px;
  }
  .woocommerce-pagination .next,
  .woocommerce-pagination .prev {
    min-width: 30px;
    height: 30px;
  }
}
/* Single product */
.img-summary-wrap {
  gap: 30px;
  padding-bottom: 60px;
}
.single-prod-gallery {
  width: 50%;
  position: relative;
  min-width: 50%;
}
.entry-summary {
  flex-grow: 1;
}
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery__trigger {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 10px;
  background-image: url(../../assets/img/icons/zoom_out.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* .bt-badge {
  display: block;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  border-radius: 30px;
} */
.onsale {
  background: #ff9f0f;
  color: #fff;
  display: block;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 10px;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 14px;
}
.woocommerce-product-gallery__trigger span {
  opacity: 0;
}
.flex-control-thumbs {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 15px 0 0;
  padding-left: 0;
}
.flex-control-thumbs img {
  border: 1px solid #d9d9d9;
  cursor: pointer;
  transition: 0.3s;
}
.flex-control-thumbs img.flex-active {
  border: 1px solid #ff9f0f;
  transition: 0.3s;
}
.flex-control-thumbs img:hover {
  border: 1px solid #ff9f0f;
  transition: 0.3s;
}
.product_title {
  margin-bottom: 32px;
}
.status-wrap {
  gap: 15px;
  margin-bottom: 44px;
}
.status-wrap .stock {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.status-wrap .stock.in-stock {
  color: #3e8c28;
}
.status-wrap .stock.out-of-stock {
  color: #d85140;
}
.woocommerce-product-details__short-description {
  margin-bottom: 44px;
  font-size: 15px;
  line-height: 1.35;
  color: #a6a6a6;
}

.woocommerce-product-details__short-description strong,
.woocommerce-product-details__short-description b {
  font-weight: 700;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 15px;
}
.woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product div.product.product-type-variable .woocommerce-product-details__short-description {
  margin-bottom: 22px;
}
.single-product
  div.product
  .entry-summary
  .price
  .woocommerce-Price-amount
  bdi {
  font-size: 30px;
}

.single-product
  div.product
  .entry-summary
  .price
  del
  .woocommerce-Price-amount
  bdi {
  font-size: 20px;
}
.single-product div.product .price ins {
  text-decoration: none;
}

/* .single-product .price del,
.single-product .price del .amount,
.single-product .price del bdi {
    font-weight: 400!important;
}
.single-product .price del *{
    color: #000000!important;
    font-size: 20px!important;
    font-weight: 400!important;
    text-decoration-thickness: 1px!important;
} */
/* .single-product .summary .price del {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
} */
.single-product .summary .price del {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1;
}

.single-product .summary .price del::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}
.single-product .summary .price del .woocommerce-Price-amount,
.single-product .summary .price del bdi {
  font-weight: 400;
  color: inherit;
}

/* .single-product .summary .price ins {
    text-decoration: none;
    font-weight: 700;
    color: #111; 
} */
.single-product .price {
  display: flex;
  align-items: center;
  gap: 4px;
}

.single-product .price ins {
  order: 1;
}

.single-product .price del {
  order: 2;
  margin-left: 32px;
}

.single-product-buy-row {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 20px 0 0;
}

.single-product-buy-row .price,
.single-product-buy-row__price {
  margin: 0 !important;
  width: auto;
  flex: 0 0 auto;
  line-height: 1;
  white-space: nowrap;
}

.single-product-buy-row .quantity {
  flex: 0 0 auto;
}

.single-product form.cart {
  margin-top: 0;
}

.single-product form.cart .variations + .single_variation_wrap .single-product-buy-row,
.single-product form.cart .woocommerce-variation-add-to-cart .single-product-buy-row {
  margin-top: 14px;
}

.single-product form.cart .single_variation {
  margin-top: 10px;
}

.single-product form.cart .single_variation .price {
  margin-bottom: 0;
}
/* quantity */

.quantity {
  /* border-radius: 8px; */
  border: 1px solid #d9d9d9;
  width: max-content;
}
.quantity svg {
  display: block;
}
.quantity .quant-btn {
  cursor: pointer;
}

.quantity .quant-btn,
.quantity .qty,
input.mini-cart-quantity {
  width: 40px;
  height: 40px;
  min-height: 40px;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border: none;
}
.quantity .qty,
input.mini-cart-quantity {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  transition: none !important;
}
.quantity .qty:hover,
input.mini-cart-quantity:hover {
  border: 1px solid transparent;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button,
input.mini-cart-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type="number"],
input.mini-cart-quantity {
  -moz-appearance: textfield;
}
/* quantity END */
/* variations */
.variations {
  width: 100%;
  margin-bottom: 14px;
}
.variations th.label,
p.stock {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  /* color: #000000; */
  background: transparent;
  padding: 0 0 12px;
}
.variations tr {
  display: flex;
  flex-direction: column;
  padding: 14px 0 0;
}
.variations tr .value select {
  width: 380px;
}
.reset_variations {
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
}
.reset_variations:hover {
  color: #ff9f0f;
}
.variations tr .value select:focus {
  border: 1px solid #ff9f0f;
  transition: all ease 0.3s;
}
.variations tr .value select:hover {
  border: 1px solid #ff9f0f;
  transition: all ease 0.3s;
}
/* variations END */

button.single_add_to_cart_button {
  transition: 0.3s;
  border: 3px solid #ff9f0f;
  min-height: 70px;
  border-radius: 35px;
  padding: 0 40px;
  gap: 10px;
  width: 100%;
  text-decoration: none;
  background-color: #d9d9d936;
  color: #ff9f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all ease 0.3s;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  outline: none;
  margin-top: 16px;
}
button.single_add_to_cart_button:hover {
  transition: 0.3s;
  background-color: #ff9f0f24;
  color: #ff9f0f;
  box-shadow: 0 4px 4px #00000040;
}
.entry-summary .woocommerce-product-rating {
  margin-top: 32px;
}

/* TABS */
.bt-tabs-wrap {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 54px 32px;
}
.bt-tabs-heads {
  width: 31%;
  gap: 32px;
}
.bt-tabs-bodies {
  width: 69%;
  padding-left: 24px;
}
.bt-toggle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.34;
  color: #a6a6a6;
  border-right: 2px solid #a6a6a6;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 10px;
}
.bt-toggle.active,
.bt-toggle.is-active {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.34;
  color: #000000;
  border-right: 2px solid #000000;
}
.swiper-buttons {
  min-height: 86px;
}

.commentlist {
  border-top: 1px solid #d9d9d9;
}
.commentlist li {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  /* padding: 60px 0; */
    padding: 30px 0;

}
.commentlist li .comment_container {
  gap: 70px;
}
.commentlist li .gravatar-wrap {
  gap: 28px;
}
.gravatar-img-wrap {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  background: #d9d9d9;
  border-radius: 50%;
  overflow: hidden;
}
.gravatar-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .commentlist .review-meta {

}*/
.commentlist .review-meta h3 {
  margin-bottom: 22px;
}
.commentlist .review-meta p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #a6a6a6;
}
.commentlist .star-rating {
  margin-bottom: 18px;
}
.commentlist .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}
.commentlist .description .dco-attachment {
  margin: 16px 0;
}
.commentlist .description .dco-attachment img {
  display: block;
  max-width: 100%;
  max-height: 300px;
}
.comment-reply-title {
  display: block;
  padding: 18px 60px;
  border-bottom: 1px solid #d9d9d966;
}
.comment-form {
  padding: 28px 32px;
  display: flex;
  flex-wrap: wrap;
}
.comment-form-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  width: 100%;
}
.comment-form-rating-label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.34;
}
.comment-form-rating p.stars {
  text-align: center;
  margin: 0;
}

.comment-form-rating p.stars a {
  height: 38px;
  width: 38px;
  color: #c3c7d0;
}

.comment-form-rating .stars a:hover {
  color: #ffcb22;
}

.comment-form-rating p.stars a::before {
  width: 34px;
  height: 34px;
  content: "★";
  font-size: 38px;
}

.comment-form-rating p.stars a:hover ~ a::before {
  content: "★";
  color: #c3c7d0;
}

.comment-form-rating p.stars:hover a::before {
  content: "★";
  color: #ffcb22;
}

.comment-form-rating p.stars.selected a.active::before {
  content: "★";
  color: #ffcb22;
}

.comment-form-rating p.stars.selected a.active ~ a::before {
  content: "★";
  color: #c3c7d0;
}

.comment-form-rating p.stars.selected a:not(.active)::before {
  content: "★";
  color: #ffcb22;
}
.comment-form-comment {
  margin-bottom: 32px;
  width: 100%;
}
.comment-form-attachment__file-size-notice,
.comment-form-attachment__file-types-notice,
.comment-form-attachment__autoembed-links-notice,
#cancel-comment-reply-link {
  display: none !important;
}
.comment-form-attachment {
  width: 50%;
}
.form-submit {
  width: 50%;
}
.form-submit input[type="submit"] {
  margin-left: auto;
}

#attachment {
  display: none;
}
.input-file-wrap {
  gap: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
.input-file-wrap ._label {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-decoration: underline;
  color: #a6a6a6;
}
.form-login-wrap {
  padding: 50px;
}
.form-login-menu {
  width: 40%;
  min-width: 40%;
  padding-right: 40px;
}
.form-login-wrap .woocommerce-form-login {
  flex-grow: 1;
}
.form-login-menu .bt-tabs-heads {
  width: 100%;
}
.form-login-col {
  width: 100%;
}
.password-input {
  position: relative;
  display: block;
}
.show-password-input {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 24px;
  width: 24px;
  outline: none;
  border: none;
  background-color: transparent;
  background-image: url(../../assets/img/icons/eye-closed.svg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.show-password-input.display-password {
  background-image: url(../../assets/img/icons/eye-open.svg);
}
.form-row {
  margin-bottom: 32px;
}
.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
}
label.checkbox {
  display: flex;
  align-items: center;
}
label.checkbox input {
  margin-right: 12px;
}
/* .form-login-wrap .woocommerce-form__label-for-checkbox {
  margin-bottom: 24px;
} */
.woocommerce-form__label-for-checkbox {
  margin-bottom: 24px;
}
button.woocommerce-form-register__submit,
button.woocommerce-form-login__submit,
.woocommerce-ResetPassword button {
  width: 100%;
}

.form-login-wrap .woocommerce-form-login__submit {
  margin-bottom: 16px;
  width: 100%;
}
.popup-wrap .form-login-wrap {
  padding-top: 42px;
  padding-bottom: 42px;
}
.popup-wrap .form-login-wrap .woocommerce-form-row,
.popup-wrap .form-login-wrap .form-row {
  margin-bottom: 18px;
}
.popup-wrap .form-login-wrap .boroda-account-modal-notice {
  margin-bottom: 18px;
  padding: 12px 16px;
  border-left: 3px solid #ff9d00;
  background: #fff7ea;
  font-size: 14px;
  line-height: 1.4;
  color: #111;
}
.popup-wrap .form-login-wrap .boroda-account-modal-notice--success {
  border-left-color: #1b8f2a;
  background: #effaf1;
}
.popup-wrap .form-login-wrap form.woocommerce-form-register {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 18px;
}
.popup-wrap .form-login-wrap form.woocommerce-form-register .woocommerce-form-row,
.popup-wrap .form-login-wrap form.woocommerce-form-register .form-row {
  margin-bottom: 0;
}
.popup-wrap .form-login-wrap form.woocommerce-form-register .woocommerce-privacy-policy-text,
.popup-wrap .form-login-wrap form.woocommerce-form-register > .form-row:last-child {
  grid-column: 1 / -1;
}
.popup-wrap .form-login-wrap .cf-turnstile,
.popup-wrap .form-login-wrap .cf-turnstile-br {
  grid-column: 1 / -1;
}
.popup-wrap .form-login-wrap .cf-turnstile {
  justify-self: start;
  max-width: 100%;
}
.popup-wrap .form-login-wrap form.woocommerce-form-register > .woocommerce-form-row:nth-of-type(1),
.popup-wrap .form-login-wrap form.woocommerce-form-register > .woocommerce-form-row:nth-of-type(2) {
  grid-column: 1 / -1;
}
.popup-wrap .form-login-wrap .woocommerce-form-row:last-child,
.popup-wrap .form-login-wrap .form-row:last-child {
  margin-bottom: 0;
}
.popup-wrap .form-login-wrap .woocommerce-privacy-policy-text {
  margin: 2px 0 18px;
}
.popup-wrap .form-login-wrap .woocommerce-privacy-policy-text,
.popup-wrap .form-login-wrap .woocommerce-privacy-policy-text p,
.popup-wrap .form-login-wrap .woocommerce-privacy-policy-text a {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.35;
  color: #8f8f8f;
}
.popup-wrap .form-login-wrap .woocommerce-privacy-policy-text p {
  margin: 0;
}
.lost_password a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
  color: #a6a6a6;
}
.woocommerce-product-gallery__image > a > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .variations tr .value select {
    width: 100%;
}
  .img-summary-wrap {
    flex-direction: column;
  }
  .single-prod-gallery {
    width: 100%;
    min-width: auto;
  }
  .onsale {
    font-size: 14px;
  }
  .flex-control-thumbs {
    gap: 10px;
  }
  .flex-control-thumbs img {
    width: 50px;
    height: auto;
  }
  .img-summary-wrap {
    padding-bottom: 0;
  }
  .bt-toggles-wrap {
    padding: 40px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 16px;
  }
  .bt-toggles {
    gap: 32px;
  }
  .bt-toggles-body {
    padding-top: 24px;
  }
  .single-product .section-head .bttn-wrap {
    margin-top: 10px;
  }
  .commentlist li {
    padding: 40px 0;
  }
  .gravatar-img-wrap {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
  .commentlist li .gravatar-wrap {
    gap: 18px;
  }
  .commentlist .review-meta h3 {
    font-size: 24px;
  }
  .commentlist li .comment_container {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .comment-form-attachment {
    width: 100%;
  }
  .form-submit {
    width: 100%;
    margin-top: 24px;
  }
  .input-file-wrap {
    justify-content: center;
  }
  .form-submit input[type="submit"] {
    margin-right: auto;
  }
  .comment-form {
    padding: 20px 16px;
  }
  .popup-close {
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
  }
  .comment-reply-title {
    padding: 12px 40px;
    font-size: 24px;
  }
  .comment-form-comment {
    margin-bottom: 24px;
  }
  .form-login-wrap {
    padding: 20px 16px;
    flex-direction: column;
    gap: 30px;
  }
  .popup-wrap .form-login-wrap form.woocommerce-form-register {
    display: block;
  }
  .popup-wrap .form-login-wrap form.woocommerce-form-register .woocommerce-form-row,
  .popup-wrap .form-login-wrap form.woocommerce-form-register .form-row {
    margin-bottom: 18px;
  }
  .form-login-menu {
    width: 100%;
    min-width: auto;
    padding-right: 0;
  }
  .form-login-menu .bt-tabs-heads {
    gap: 0;
    flex-direction: row;
  }
  .form-login-menu .bt-tabs-heads .bt-toggle {
    width: 50%;
    min-width: 50%;
    border-right: none;
    border-bottom: 2px solid #a6a6a6;
    text-align: center;
    justify-content: center;
  }
  .form-login-menu .bt-tabs-heads .bt-toggle.active {
    width: 50%;
    min-width: 50%;
    border-right: none;
    border-bottom: 2px solid #000000;
  }
}
/* .pswp__img {
  object-fit: contain !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
} */
/*   */
.megamenu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #2b2b2b;
  z-index: 20;
  /* padding: 0 0 40px; */
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.megamenu-wrap.open {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}
.megamenu__container {
  height: 100%;
}
.megamenu-item {
  height: auto;
  padding: 40px 0;
  position: relative;
}
.megamenu-close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 74px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 24px;
  width: 78px;
  z-index: 2;
}
.megamenu-close img {
  display: block;
  height: 29px;
  width: 29px;
}
.megamenu-close:focus-visible {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.megamenu {
  padding: 0;
  padding-right: 100px;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  align-content: start;
  grid-gap: 40px 20px;
}
.megamenu-item--inner {
  height: 100%;
  /* background: #cca04d42; */
  overflow-x: hidden;
  overflow-y: auto;
}
.megamenu * {
  color: #fff;
}
.megamenu > li > a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 4px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.megamenu > li > .sub-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.megamenu > li > .sub-menu a {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}

@media (min-width: 993px) {
  .nav-1,
  .menu1 {
    overflow: visible;
  }

  .menu1 > .boroda-catalog-dropdown-toggle {
    position: relative;
  }

  .header .menu-item.boroda-catalog-dropdown-toggle.open > a {
    color: #ff9f0f;
  }

  .header .menu-item.boroda-catalog-dropdown-toggle.open > a::after {
    filter: brightness(1) invert(0);
  }

  .boroda-catalog-dropdown {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
    left: 0;
    min-width: 310px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 26px);
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    visibility: hidden;
    z-index: 260;
  }

  .boroda-catalog-dropdown-toggle.open > .boroda-catalog-dropdown,
  .boroda-catalog-dropdown-toggle:focus-within > .boroda-catalog-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .boroda-catalog-dropdown__inner {
    max-height: min(70vh, 620px);
    overflow: visible;
    padding: 10px 0;
  }

  .boroda-catalog-dropdown__all,
  .header .menu-item .boroda-catalog-dropdown__all {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ff9f0f;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    padding: 12px 18px 14px;
    text-transform: uppercase;
  }

  .boroda-catalog-dropdown__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .boroda-catalog-dropdown__item {
    padding-left: 0;
    position: relative;
  }

  .boroda-catalog-dropdown__link,
  .header .menu-item .boroda-catalog-dropdown__link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 18px;
    justify-content: space-between;
    line-height: 1.3;
    min-height: 42px;
    padding: 10px 18px;
    transition: background-color 0.18s ease, color 0.18s ease;
    white-space: nowrap;
  }

  .boroda-catalog-dropdown__item:hover > .boroda-catalog-dropdown__link,
  .boroda-catalog-dropdown__item:focus-within > .boroda-catalog-dropdown__link,
  .header .menu-item .boroda-catalog-dropdown__link:hover {
    background: #ff9f0f;
    color: #000;
  }

  .boroda-catalog-dropdown__arrow {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    display: block;
    height: 7px;
    transform: rotate(45deg);
    width: 7px;
  }

  .boroda-catalog-dropdown__list--child {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 18px 18px 38px rgba(0, 0, 0, 0.28);
    left: 100%;
    min-width: 310px;
    opacity: 0;
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    top: -11px;
    transform: translateX(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    visibility: hidden;
    z-index: 2;
  }

  .boroda-catalog-dropdown__item:hover > .boroda-catalog-dropdown__list--child,
  .boroda-catalog-dropdown__item:focus-within > .boroda-catalog-dropdown__list--child {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }
}

/* nav-drill */
.nav-drill {
  transform: translateX(-100%);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}

.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  /* width: 40%; */
  height: 100dvh;
  background-color: #2b2b2b;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
}

@media screen and (max-width: 992px) {
  .nav-drill {
    width: 100%;
    max-width: 400px;
  }
}

.nav-drill--inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.nav-drill-head {
  padding: 16px 20px;
  border-bottom: 1px solid #a6a6a6;
}

.nav-drill--close {
  /* position: absolute; */
  width: auto;
  height: 18px;
  /* right: 28px;
  top: 26px;
  z-index: 1; */
}

.nav-drill--close img {
  width: 100%;
  object-fit: contain;
}

.nav-items {
  /* flex: 0 0 100%; */
  list-style: none;
  padding-left: 0;
  margin: 0;
  gap: 24px;
}

.nav-item--root .txt {
  font-weight: 600;
  color: #ffffff;
}

.nav-item--root {
  position: relative;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav-item--root > .nav-link {
  /* padding: 0.5em 20px; */
  line-height: 1em;
}

.nav-head {
  padding: 1.5rem 20px !important;
}

.nav-link {
  display: flex;
  align-items: center;
  /* padding: 6px 20px; */
  /* background-color: #fff; */
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.sub-menu .nav-link {
  font-weight: 400;
  text-transform: unset;
  letter-spacing: unset;
}

.nav-link._h4 {
  font-weight: 700;
  color: #ffffff;
}

.nav-link img {
  height: 28px;
  width: auto;
  margin-right: 0.5rem;
}

.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 5; */
  width: 100%;
  /* height: 100%; */
  height: auto;
  min-height: 100%;
  transform: translateX(100%);
  background-color: #2b2b2b;
  transition: 0.3s;
  visibility: hidden;
  gap: 24px;
}

.nav-expand-content .nav-link {
  /* background-color: #fff; */
  font-size: 14px;
}

.nav-expand-content .nav-head {
  padding: 1.5rem 12px !important;
}

.nav-expand-content .nav-back-link {
  /* display: flex;
    align-items: center; */
  justify-content: flex-start;
  gap: 8px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}

.nav-expand-content .nav-back-link::before {
  position: relative;
  top: -1px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/icons/chev-right-mob.svg");
  transform: rotate(180deg);
}

/* .nav-expand-content ._h4 {
    padding: 0 20px 8px;
} */

.nav-expand-link {
  display: flex;
  align-items: center;
  min-height: 16px;
}

.nav-expand-link img {
  height: 28px;
  width: auto;
  margin-right: 0.5rem;
}

.nav-expand-link::after {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-left: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/icons/chev-right-mob.svg");
  /*  */
}

.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}

.nav-items {
  padding: 20px 20px 40px;
  /* z-index: 10; */
}

.nav-drill-contacts {
  flex-grow: 1;
  /* padding: 16px 20px; */
  background: #2b2b2b;
  border-top: 1px solid #a6a6a6;
  width: 100%;
  position: relative;
  z-index: -1;
}

.nav-drill-contacts .contact-card {
  padding: 0;
}

.nav-drill-contacts .contact-card .txt-wrap {
  padding-left: 0;
}
/* nav-drill END */
.nav-drill-head .logo {
  /* height: 36px; */
    height: 44px;
  width: auto;
}
.nav-drill-head .logo img {
  height: 100%;
  width: auto;
}
.nav-drill-head .logo:hover img {
  height: 100%;
  width: auto;
}
.account-link {
  padding: 20px;
  gap: 20px;
}
.account-link .txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.nav-drill-contacts .soc-wrap {
  border-top: 1px solid #a6a6a6;
  padding: 20px;
}

/* Performance: reserve media space to reduce CLS before images/maps initialize. */
.main-banner .banner-elem,
.main-banner .img-wrap,
.main-banner picture,
.main-banner video,
.main-banner img {
  min-height: min(720px, 100svh);
}

.small-banner .banner-elem,
.small-banner .img-wrap,
.small-banner picture,
.small-banner video,
.small-banner img {
  min-height: clamp(280px, 36vw, 520px);
}

.woocommerce .product .img-wrap,
.prod-cat-elem .img-wrap,
.advantages-card .img-wrap,
.partner-elem .img-wrap,
.single-prod-gallery,
.woocommerce-product-gallery__wrapper {
  contain: layout paint;
}

.single-prod-gallery {
  min-height: 380px;
}

.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper {
  min-height: 360px;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
}

.woocommerce ul.products li.product img,
.woocommerce .product .img-wrap img,
.prod-cat-elem .img-wrap img,
.single-prod-gallery img,
.woocommerce-product-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.map-wrap,
.wpgmza_map,
[data-map-id] {
  min-height: 420px;
}

@media (max-width: 767px) {
  li.product .img-wrap {
    padding-bottom: 100%;
}

  .main-banner .banner-elem,
  .main-banner .img-wrap,
  .main-banner picture,
  .main-banner video,
  .main-banner img {
    min-height: clamp(520px, 92svh, 760px);
  }

  .small-banner .banner-elem,
  .small-banner .img-wrap,
  .small-banner picture,
  .small-banner video,
  .small-banner img {
    min-height: 360px;
  }

  .map-wrap,
  .wpgmza_map,
  [data-map-id] {
    min-height: 360px;
  }

  .single-prod-gallery {
    min-height: calc(100vw - 32px + 65px);
  }

  .woocommerce-product-gallery,
  .woocommerce-product-gallery__wrapper {
    min-height: calc(100vw - 32px);
  }

  .summary.entry-summary {
    min-height: 720px;
  }

  .flex-control-thumbs {
    min-height: 50px;
  }
}

.boroda-map-placeholder {
  min-height: 420px;
  gap: 24px;
  padding: 40px 16px;
  border: 1px solid #d9d9d9;
  background:
    linear-gradient(135deg, rgba(255, 159, 15, 0.1), rgba(255, 255, 255, 0.88)),
    url("../../assets/img/f01.jpg") center / cover no-repeat;
}

.boroda-map-placeholder__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.boroda-lazy-map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  background: #f4f4f4;
}

.boroda-lazy-map__grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #eeeeee, #fafafa);
  background-size: 84px 84px, 84px 84px, auto;
}

.boroda-lazy-map__grid::before,
.boroda-lazy-map__grid::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 3px;
  background: rgba(255, 159, 15, 0.55);
  transform-origin: center;
}

.boroda-lazy-map__grid::before {
  left: -8%;
  top: 44%;
  transform: rotate(-12deg);
}

.boroda-lazy-map__grid::after {
  right: -12%;
  top: 62%;
  transform: rotate(18deg);
}

.boroda-lazy-map__pin {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.boroda-lazy-map__pin::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.boroda-lazy-map__pin--green {
  background: #3e8c28;
}

.boroda-lazy-map__pin--orange {
  background: #ff9f0f;
}

.boroda-lazy-map__pin:nth-child(1) {
  left: 24%;
  top: 38%;
}

.boroda-lazy-map__pin:nth-child(2) {
  left: 62%;
  top: 31%;
}

.boroda-lazy-map__pin:nth-child(3) {
  left: 76%;
  top: 66%;
}

.boroda-lazy-map__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 32px 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
}

.boroda-lazy-map__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
}

.boroda-lazy-map__text {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}

.boroda-lazy-map iframe {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.boroda-lazy-map.is-loaded iframe {
  opacity: 1;
}

.boroda-lazy-map.is-loaded .boroda-lazy-map__grid,
.boroda-lazy-map.is-loaded .boroda-lazy-map__content {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .boroda-map-placeholder {
    min-height: 340px;
  }

  .boroda-map-placeholder__title {
    font-size: 22px;
  }

  .boroda-lazy-map {
    min-height: 360px;
  }

  .boroda-lazy-map__title {
    font-size: 22px;
  }
}
.woocommerce-product-attributes-item__label {
  vertical-align: top;
}
.boroda-filter-chips-wrap:empty {
  display: none;
}
@media (min-width: 992px) {
.menu-item-has-children  {
  position: relative; 
  padding-left: 24px;
}

.boroda-catalog-dropdown .menu-item-has-children {
  padding-left: 0;
}
}
.menu-item-has-children .sub-menu-toggle {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
   background-image: url(../img/icons/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
  top: 2px;
  left: 0;
  cursor: pointer;
  background-color: #ff9f0f00;
  transition: .3s;
}
.menu-item-has-children .sub-menu-toggle:hover {
  background-color: #ff9f0f;

  transition: .3s;
}
.menu-item-has-children.active .sub-menu-toggle {
   background-image: url(../img/icons/minus.svg);
}

.megamenu-wrap .menu-item-has-children ul.sub-menu {
display: none;
}
