nav.breadcrumb {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 9;
  background-color: #fff;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid #c2e7b4;
  border-radius: 0.6rem;
}

nav.breadcrumb a {
  color: #32970a;
}

.woocommerce-error,
.woocommerce-info {
  padding: 1rem 3.5rem 1rem 2rem;
  margin: 0 0 2rem;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 0.2rem solid #7f54b3;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-error::before,
.woocommerce-info::before {
  font-family: "icons";
  content: "\F31F";
  display: inline-block;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.woocommerce-error .button,
.woocommerce-info .button {
  float: left;
}

.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.woocommerce-info {
  border-top-color: #1e85be;
}

.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  background-color: #b81c23;
  color: #fff;
  border-radius: 1rem;
  font-size: 0.8rem;
  border: none;
  margin: 0.5rem auto;
}

.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

.woocommerce-message {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5rem;
  margin: 0.7rem auto;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  font-size: 0.8rem;
}

.woocommerce-message a.button.wc-forward {
  color: #d60644;
}

/* Start Style Single Product =================== */
div.product {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.product-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  position: relative;
}

/* Start Style Product Gallery ================================ */

.single-product .img-gallery-product {
  --gallery-green: #32970a;
  --gallery-green-dark: #267707;
  --gallery-dark: #242424;
  --gallery-text: #3f3f3f;
  --gallery-muted: #777;
  --gallery-border: rgba(36, 36, 36, 0.09);
  --gallery-border-strong: rgba(36, 36, 36, 0.14);
  --gallery-soft: #f7f9f6;
  --gallery-green-soft: rgba(50, 151, 10, 0.08);
  --gallery-shadow: rgba(36, 36, 36, 0.07);

  position: relative;
  width: 100%;
  padding: 1rem;
  background:
    radial-gradient(circle at top right, rgba(50, 151, 10, 0.055), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
  border: 1px solid var(--gallery-border);
  border-radius: 1.35rem;
  box-shadow:
    0 18px 45px var(--gallery-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
  isolation: isolate;
}

.single-product .img-gallery-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(50, 151, 10, 0.08), transparent 32%),
    linear-gradient(315deg, rgba(36, 36, 36, 0.04), transparent 36%);
  pointer-events: none;
}

@media (max-width: 700px) {
  .single-product .img-gallery-product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 701px) {
  .single-product .img-gallery-product {
    flex: 0 0 49%;
    max-width: 49%;
  }
}

@media (min-width: 830px) {
  .single-product .img-gallery-product {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 1000px) {
  .single-product .img-gallery-product {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media (min-width: 1124px) {
  .single-product .img-gallery-product {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.single-product .img-gallery-product .woocommerce-product-gallery {
  width: 100%;
  margin: 0;
  opacity: 1 !important;
}

.single-product .img-gallery-product .hexella-single-swipers,
.single-product .img-gallery-product .hexella-single-swiper {
  position: relative;
  overflow: hidden;
}

.single-product .img-gallery-product .product-sale {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  pointer-events: none;
}

.single-product .img-gallery-product .product-sale span,
.single-product .img-gallery-product span.onsale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.25rem 0.8rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.01em;
  background:
    linear-gradient(135deg, var(--gallery-green), var(--gallery-green-dark));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow:
    0 10px 22px rgba(50, 151, 10, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.single-product .img-gallery-product .product-sale span::before,
.single-product .img-gallery-product span.onsale::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  margin-left: 0.4rem;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.single-product .img-gallery-product .product-sale span.special-label {
  order: 1;
  background: linear-gradient(135deg, var(--gallery-dark), #111111);
  box-shadow:
    0 10px 22px rgba(36, 36, 36, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.single-product .img-gallery-product span.new-badge.onsale {
  position: absolute;
  top: 50%;
  right: -0.55rem;
  left: auto;
  z-index: 20;
  min-height: auto;
  padding: 0.2rem 0.65rem;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gallery-dark), #111111);
  border-radius: 0 0 0.55rem 0.55rem;
  transform: translateY(-50%) rotate(90deg);
}

.single-product .img-gallery-product .hexella-single-swipers {
  width: 100%;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8faf7 100%);
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 1.15rem;
  box-shadow:
    0 12px 32px rgba(36, 36, 36, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.single-product .img-gallery-product .hexella-single-swipers .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.single-product .img-gallery-product .hexella-single-swipers .swiper-slide a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0.7rem;
  overflow: hidden;
  text-decoration: none;
  outline: none;
}

.single-product .img-gallery-product .hexella-single-swipers .swiper-slide a::after {
  content: "⌕";
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--gallery-dark);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 36, 36, 0.09);
  border-radius: 0.85rem;
  box-shadow: 0 10px 22px rgba(36, 36, 36, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(8px) scale(0.94);
  transition: 0.25s ease;
}

.single-product .img-gallery-product .hexella-single-swipers img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0.9rem;
  transform: scale(1);
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

@media (hover: hover) {
  .single-product .img-gallery-product .hexella-single-swipers .swiper-slide a:hover img {
    transform: scale(1.035);
    filter: saturate(1.03) contrast(1.02);
  }

  .single-product .img-gallery-product .hexella-single-swipers .swiper-slide a:hover::after {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.single-product .img-gallery-product .hexella-single-swipers .swiper-slide a:focus-visible {
  outline: 3px solid rgba(50, 151, 10, 0.18);
  outline-offset: -4px;
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails {
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.15rem 2.55rem;
  border-radius: 1rem;
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f6f8f5;
  border: 1px solid rgba(36, 36, 36, 0.075);
  border-radius: 1rem;
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 0.25rem;
  background: #ffffff;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 0.85rem;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.62;
  box-shadow: 0 6px 16px rgba(36, 36, 36, 0.045);
  transition:
    opacity 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    background 0.22s ease;
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.65rem;
  transform: scale(1);
  transition: transform 0.25s ease;
}

@media (hover: hover) {
  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-slide:hover {
    opacity: 1;
    transform: translateY(-2px);
    border-color: rgba(50, 151, 10, 0.22);
    box-shadow: 0 9px 22px rgba(36, 36, 36, 0.075);
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-slide:hover img {
    transform: scale(1.04);
  }
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-slide-thumb-active,
.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  background: #ffffff;
  border-color: rgba(50, 151, 10, 0.58);
  box-shadow:
    0 10px 22px rgba(50, 151, 10, 0.14),
    inset 0 0 0 2px rgba(50, 151, 10, 0.08);
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0.18rem;
  width: 1.5rem;
  height: 0.18rem;
  background: var(--gallery-green);
  border-radius: 999px;
  transform: translateX(50%);
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-next,
.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-prev {
  top: 50%;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  color: var(--gallery-dark);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(36, 36, 36, 0.09);
  border-radius: 0.75rem;
  box-shadow: 0 8px 18px rgba(36, 36, 36, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    opacity 0.2s ease;
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-next {
  right: auto;
  left: 0.25rem;
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-prev {
  right: 0.25rem;
  left: auto;
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-next::after,
.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-prev::after {
  font-size: 0.75rem;
  font-weight: 900;
}

@media (hover: hover) {
  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-next:hover,
  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-prev:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--gallery-green), var(--gallery-green-dark));
    border-color: rgba(50, 151, 10, 0.2);
    transform: translateY(-1px);
    box-shadow:
      0 10px 22px rgba(50, 151, 10, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }
}

.single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-disabled {
  opacity: 0.32;
  cursor: not-allowed;
  pointer-events: none;
}

.single-product .img-gallery-product div.woocommerce-product-gallery div.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image {
  border-radius: 1rem;
  overflow: hidden;
}

.single-product .img-gallery-product ol.flex-control-thumbs {
  display: flex;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
}

.single-product .img-gallery-product ol.flex-control-thumbs li {
  flex: 0 0 auto;
  width: 4.7rem;
  height: 4.7rem;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 0.85rem;
  cursor: pointer;
  transition: 0.22s ease;
}

.single-product .img-gallery-product ol.flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.65;
  transition: 0.22s ease;
}

.single-product .img-gallery-product ol.flex-control-thumbs li img.flex-active,
.single-product .img-gallery-product ol.flex-control-thumbs li:hover img {
  opacity: 1;
}

.fancybox__container {
  --fancybox-bg: rgba(12, 12, 12, 0.88);
}

.fancybox__caption {
  color: #ffffff;
  font-family: inherit;
  font-size: 0.88rem;
  line-height: 1.9;
}

.fancybox__toolbar,
.fancybox__nav {
  --f-button-bg: rgba(255, 255, 255, 0.08);
  --f-button-hover-bg: rgba(50, 151, 10, 0.85);
  --f-button-color: #ffffff;
  --f-button-hover-color: #ffffff;
}

@media (max-width: 768px) {
  .single-product .img-gallery-product {
    padding: 0.85rem;
    border-radius: 1.2rem;
  }

  .single-product .img-gallery-product .product-sale {
    top: 0.85rem;
    left: 0.85rem;
  }

  .single-product .img-gallery-product .product-sale span,
  .single-product .img-gallery-product span.onsale {
    min-height: 1.85rem;
    padding: 0.22rem 0.7rem;
    font-size: 0.74rem;
  }

  .single-product .img-gallery-product .hexella-single-swipers {
    border-radius: 1rem;
  }

  .single-product .img-gallery-product .hexella-single-swipers .swiper-slide a {
    padding: 0.55rem;
  }

  .single-product .img-gallery-product .hexella-single-swipers .swiper-slide a::after {
    opacity: 1;
    right: 0.65rem;
    bottom: 0.65rem;
    width: 1.95rem;
    height: 1.95rem;
    font-size: 0.95rem;
    transform: none;
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails {
    margin-top: 0.65rem;
    padding: 0.15rem 2.35rem;
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-next,
  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-prev {
    width: 1.85rem;
    height: 1.85rem;
    margin-top: -0.925rem;
    border-radius: 0.68rem;
  }
}

@media (max-width: 520px) {
  .single-product .img-gallery-product {
    padding: 0.65rem;
    border-radius: 1rem;

    box-shadow:
      0 12px 30px rgba(36, 36, 36, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .single-product .img-gallery-product .product-sale {
    top: 0.7rem;
    left: 0.7rem;
  }

  .single-product .img-gallery-product .hexella-single-swipers {
    border-radius: 0.95rem;
  }

  .single-product .img-gallery-product .hexella-single-swipers .swiper-slide a {
    padding: 0.45rem;
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails {
    padding: 0.15rem 2.1rem;
    border-radius: 0.9rem;
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails::before {
    border-radius: 0.9rem;
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-slide {
    border-radius: 0.75rem;
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-slide img {
    border-radius: 0.55rem;
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-next,
  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-prev {
    width: 1.7rem;
    height: 1.7rem;
    margin-top: -0.85rem;
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-next::after,
  .single-product .img-gallery-product .hexella-single-swiper.thumbnails .swiper-button-prev::after {
    font-size: 0.65rem;
  }
}

@media (max-width: 380px) {
  .single-product .img-gallery-product {
    padding: 0.55rem;
  }

  .single-product .img-gallery-product .product-sale span,
  .single-product .img-gallery-product span.onsale {
    font-size: 0.7rem;
    padding-inline: 0.62rem;
  }

  .single-product .img-gallery-product .hexella-single-swiper.thumbnails {
    padding-inline: 1.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .single-product .img-gallery-product *,
  .single-product .img-gallery-product *::before,
  .single-product .img-gallery-product *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* END Style Product Gallery ------------- */

/* Start Style Summary Product Body ------------------ */
/*div.summary {*/
/*  background-color: #fff;*/
/*  padding: 1rem;*/
/*  border-radius: 1rem;*/
/*  position: relative;*/
/*  border: 0.1rem solid #e5e5e5;*/
/*}*/

/*@media (max-width: 700px) {*/
/*  div.summary {*/
/*    flex: 0 0 49%;*/
/*    max-width: 49%;*/
/*    margin-top: 1rem;*/
/*  }*/
/*}*/

/*@media (max-width: 500px) {*/
/*  div.summary {*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*    margin-top: 1rem;*/
/*  }*/
/*}*/

/*@media (min-width: 701px) {*/
/*  div.summary {*/
/*    flex: 0 0 50%;*/
/*    max-width: 50%;*/
/*  }*/
/*}*/

/*@media (min-width: 830px) {*/
/*  div.summary {*/
/*    flex: 0 0 59%;*/
/*    max-width: 59%;*/
/*  }*/
/*}*/

/*@media (min-width: 1000px) {*/
/*  div.summary {*/
/*    flex: 0 0 33%;*/
/*    max-width: 33%;*/
/*  }*/
/*}*/

/*@media (min-width: 1124px) {*/
/*  div.summary {*/
/*    flex: 0 0 47%;*/
/*    max-width: 47%;*/
/*  }*/
/*}*/

/*div.summary h1.entry-title {*/
/*  font-size: 1.4rem;*/
/*  position: relative;*/
/*  font-weight: bold;*/
/*}*/

/*div.woocommerce-product-details__short-description h2 {*/
/*  font-size: 1.3rem;*/
/*}*/

/*div.woocommerce-product-details__short-description ul {*/
/*  padding-right: 1rem;*/
/*  font-size: 0.9rem;*/
/*}*/

/*div.woocommerce-product-details__short-description ul li::marker {*/
/*  color: #4cd964;*/
/*  font-size: 1rem;*/
/*}*/

/*button.toggle-description {*/
/*  border: none;*/
/*  margin-bottom: 1rem;*/
/*  background-color: #ddd;*/
/*  font-size: 0.8rem;*/
/*  padding: 0.3rem 0.5rem;*/
/*  border-radius: 0.5rem;*/
/*  margin-top: 0.4rem;*/
/*}*/

/*div.display-sizes {*/
/*  margin: 0.7rem 0;*/
/*  display: flex;*/
/*  gap: 0.5rem;*/
/*  align-items: center;*/
/*}*/

/*div.display-sizes h4.hedding-display-sizes {*/
/*  font-size: 1rem;*/
/*  margin: 0;*/
/*}*/

/*div.display-sizes ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  list-style: none;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 0.5rem;*/
/*}*/

/*div.display-sizes ul li a.single-product-related {*/
/*  padding: 0.4rem 0.7rem;*/
/*  border-radius: 0.5rem;*/
/*  transition: all 0.3s;*/
/*  background-color: #d60644;*/
/*  color: #fff;*/
/*}*/

/*div.display-sizes ul li a.single-product-related:hover {*/
/*  color: #ffffff;*/
/*  background-color: #04A897;*/
/*}*/

/*div.pwb-single-product-brands {*/
/*  font-size: 0.9rem;*/
/*  padding: 0;*/
/*}*/

/*div.pwb-single-product-brands a {*/
/*  margin-right: 0.2rem;*/
/*}*/

/*div.product_meta .product-brand {*/
/*  position: relative;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  align-items: center;*/
/*  padding-right: 0.6rem;*/
/*  margin: 0.6rem 0;*/
/*}*/

/*div.product_meta .product-brand::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 0.5rem;*/
/*  height: 2rem;*/
/*  background-color: #4cd964;*/
/*  right: 0;*/
/*}*/

/*div.product_meta .product-brand:hover::before {*/
/*  background-color: #0000ff;*/
/*}*/

/*div.product_meta .product-brand a {*/
/*  color: #d60644;*/
/*  border: 0.1rem solid #d60644;*/
/*  padding: 0.2rem 0.6rem;*/
/*  border-radius: 0.3rem;*/
/*  margin: 0.2rem;*/
/*  font-size: 0.94rem;*/
/*}*/

/*div.product_meta .product-brand a:hover {*/
/*  color: #0000ff;*/
/*  border-color: #0000ff;*/
/*}*/

/*.hexella-garranty {*/
/*  margin: 1rem auto;*/
/*  background-color: #dcf5e8;*/
/*  padding: 0.2rem 0.5rem;*/
/*  border-radius: 0.5rem;*/
/*}*/

/*.hexella-garranty span {*/
/*  margin: 0.2rem;*/
/*}*/

/* Start Style Product Summary Style - NinjaKala / Hexella ============= */
.summary.entry-summary {
  --nk-green: #32970a;
  --nk-green-dark: #267707;
  --nk-green-soft: rgba(50, 151, 10, 0.1);
  --nk-green-soft-2: rgba(50, 151, 10, 0.16);
  --nk-charcoal: #242424;
  --nk-text: #343434;
  --nk-muted: #777;
  --nk-border: rgba(36, 36, 36, 0.08);
  --nk-border-strong: rgba(50, 151, 10, 0.22);
  --nk-bg: #ffffff;
  --nk-bg-soft: #f8faf7;
  --nk-shadow: 0 18px 45px rgba(36, 36, 36, 0.08);
  --nk-shadow-hover: 0 24px 60px rgba(36, 36, 36, 0.12);
  --nk-radius: 22px;

  position: relative;
  background:
    radial-gradient(circle at top right, rgba(50, 151, 10, 0.1), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #fbfcfb 50%, #f7faf6 100%);
  padding: 1.35rem;
  border-radius: var(--nk-radius);
  border: 1px solid var(--nk-border);
  box-shadow: var(--nk-shadow);
  overflow: hidden;
  isolation: isolate;
  transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.summary.entry-summary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(50, 151, 10, 0.38),
    rgba(255, 255, 255, 0.35),
    rgba(36, 36, 36, 0.08)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.summary.entry-summary::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -80px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(50, 151, 10, 0.12), transparent 68%);
  pointer-events: none;
  z-index: -1;
}

.summary.entry-summary:hover {
  box-shadow: var(--nk-shadow-hover);
  border-color: var(--nk-border-strong);
}

.summary.entry-summary h1.product_title.entry-title,
.summary.entry-summary h1.entry-title {
  position: relative;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  color: var(--nk-charcoal);
  font-size: clamp(1.25rem, 1.2vw + 0.95rem, 1.75rem);
  font-weight: 850;
  line-height: 1.75;
  letter-spacing: -0.035em;
}

.summary.entry-summary h1.product_title.entry-title::after,
.summary.entry-summary h1.entry-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 74px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--nk-green), rgba(50, 151, 10, 0.18));
}

.summary.entry-summary h1.product_title.entry-title::before,
.summary.entry-summary h1.entry-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 22px;
  height: 8px;
  border-radius: 999px;
  background: var(--nk-green);
  box-shadow: 0 0 18px rgba(50, 151, 10, 0.35);
}

.summary.entry-summary .woocommerce-product-details__short-description {
  margin-top: 1rem;
}

.summary.entry-summary .woocommerce-product-details__short-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.05rem;
  color: var(--nk-text);
  font-size: 0.93rem;
  line-height: 1.9;
}

.summary.entry-summary .woocommerce-product-details__short-description ul li {
  position: relative;
  padding: 0.48rem 2rem 0.48rem 0.75rem;
  border-radius: 13px;
  transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.summary.entry-summary .woocommerce-product-details__short-description ul li::before {
  content: "✓";
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05rem;
  height: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--nk-green), var(--nk-green-dark));
  font-size: 0.68rem;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(50, 151, 10, 0.24);
}

.summary.entry-summary .woocommerce-product-details__short-description ul li:hover {
  background: var(--nk-green-soft);
  border-color: rgba(50, 151, 10, 0.16);
  transform: translateX(-3px);
}

.summary.entry-summary button.toggle-description {
  border: 0;
  outline: none;
  margin: 0.85rem 0 0;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: var(--nk-charcoal);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(36, 36, 36, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.summary.entry-summary button.toggle-description:hover {
  background: var(--nk-green);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(50, 151, 10, 0.22);
}

.summary.entry-summary .product_meta {
  margin: 1rem 0 0;
  padding: 0.78rem 0.95rem;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(36, 36, 36, 0.035), rgba(50, 151, 10, 0.055));
  border: 1px solid rgba(36, 36, 36, 0.06);
  color: var(--nk-muted);
  font-size: 0.84rem;
  line-height: 1.9;
  display: none;
}

.summary.entry-summary .product_meta .sku_wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--nk-muted);
}

.summary.entry-summary .product_meta .sku_wrapper::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nk-green);
  box-shadow: 0 0 0 5px rgba(50, 151, 10, 0.1);
}

.summary.entry-summary .product_meta .sku {
  color: var(--nk-charcoal);
  font-weight: 800;
}

.summary.entry-summary .woocommerce-product-rating {
  margin: 1rem 0 0;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(36, 36, 36, 0.065);
  box-shadow: 0 10px 26px rgba(36, 36, 36, 0.045);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem 0.8rem;
}

.summary.entry-summary .woocommerce-product-rating .star-rating {
  margin: 0;
  color: #f5b301;
  letter-spacing: 0.08em;
}

.summary.entry-summary .woocommerce-product-rating .star-rating::before {
  color: rgba(36, 36, 36, 0.14);
}

.summary.entry-summary .woocommerce-review-link {
  color: var(--nk-charcoal);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--nk-green-soft);
  border: 1px solid rgba(50, 151, 10, 0.14);
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.summary.entry-summary .woocommerce-review-link:hover {
  color: #fff;
  background: var(--nk-green);
  border-color: var(--nk-green);
}

.summary.entry-summary .hexella-garranty {
  position: relative;
  margin: 1rem 0 0;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(50, 151, 10, 0.12), rgba(255, 255, 255, 0.92)),
    #f6fbf4;
  border: 1px solid rgba(50, 151, 10, 0.2);
  color: var(--nk-charcoal);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(50, 151, 10, 0.09);
}

.summary.entry-summary .hexella-garranty::before {
  content: "";
  position: absolute;
  right: -36px;
  top: 50%;
  width: 82px;
  height: 82px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(50, 151, 10, 0.1);
  pointer-events: none;
}

.summary.entry-summary .hexella-garranty svg {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 2.1rem;
  height: 2.1rem;
  padding: 0.45rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--nk-green), var(--nk-green-dark));
  box-shadow: 0 12px 24px rgba(50, 151, 10, 0.24);
}

.summary.entry-summary .hexella-garranty span {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--nk-charcoal);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.9;
}

.summary.entry-summary .display-sizes {
  margin: 1rem 0 0;
  padding: 0.9rem;
  border-radius: 16px;
  background: var(--nk-bg-soft);
  border: 1px solid rgba(36, 36, 36, 0.06);
  display: flex;
  gap: 0.7rem;
  align-items: center;
  flex-wrap: wrap;
}

.summary.entry-summary .display-sizes h4.hedding-display-sizes {
  margin: 0;
  color: var(--nk-charcoal);
  font-size: 0.9rem;
  font-weight: 850;
}

.summary.entry-summary .display-sizes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.summary.entry-summary .display-sizes ul li a.single-product-related {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  color: var(--nk-charcoal);
  background: #fff;
  border: 1px solid rgba(36, 36, 36, 0.08);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
  transition: all 0.25s ease;
}

.summary.entry-summary .display-sizes ul li a.single-product-related:hover {
  color: #fff;
  background: var(--nk-green);
  border-color: var(--nk-green);
  box-shadow: 0 10px 22px rgba(50, 151, 10, 0.2);
  transform: translateY(-2px);
}

.summary.entry-summary .pwb-single-product-brands {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 15px;
  background: rgba(36, 36, 36, 0.035);
  font-size: 0.86rem;
}

.summary.entry-summary .pwb-single-product-brands a,
.summary.entry-summary .product_meta .product-brand a {
  display: inline-flex;
  align-items: center;
  margin: 0.2rem;
  padding: 0.25rem 0.68rem;
  border-radius: 999px;
  color: var(--nk-green);
  background: rgba(50, 151, 10, 0.08);
  border: 1px solid rgba(50, 151, 10, 0.16);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.summary.entry-summary .pwb-single-product-brands a:hover,
.summary.entry-summary .product_meta .product-brand a:hover {
  color: #fff;
  background: var(--nk-green);
  border-color: var(--nk-green);
}

.summary.entry-summary .product_meta .product-brand {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  padding-right: 0.85rem;
  margin: 0.6rem 0;
}

.summary.entry-summary .product_meta .product-brand::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.35rem;
  width: 4px;
  height: calc(100% - 0.7rem);
  border-radius: 999px;
  background: var(--nk-green);
}

@media (max-width: 700px) {
  .summary.entry-summary {
    flex: 0 0 49%;
    max-width: 49%;
    margin-top: 1rem;
  }
}

@media (max-width: 500px) {
  .summary.entry-summary {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 18px;
  }

  .summary.entry-summary h1.product_title.entry-title,
  .summary.entry-summary h1.entry-title {
    font-size: 1.18rem;
    line-height: 1.8;
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .summary.entry-summary .woocommerce-product-details__short-description {
    padding: 0.75rem;
    border-radius: 15px;
  }

  .summary.entry-summary .woocommerce-product-details__short-description ul {
    font-size: 0.86rem;
    gap: 0.45rem;
  }

  .summary.entry-summary .woocommerce-product-details__short-description ul li {
    padding: 0.42rem 1.85rem 0.42rem 0.55rem;
    border-radius: 12px;
  }

  .summary.entry-summary .woocommerce-product-rating {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .summary.entry-summary .hexella-garranty {
    padding: 0.8rem;
    align-items: flex-start;
  }

  .summary.entry-summary .hexella-garranty svg {
    width: 1.95rem;
    height: 1.95rem;
  }

  .summary.entry-summary .hexella-garranty span {
    font-size: 0.84rem;
  }
}

@media (min-width: 701px) {
  .summary.entry-summary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 830px) {
  .summary.entry-summary {
    flex: 0 0 59%;
    max-width: 59%;
  }
}

@media (min-width: 1000px) {
  .summary.entry-summary {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 1124px) {
  .summary.entry-summary {
    flex: 0 0 47%;
    max-width: 47%;
  }
}





/* Start Reverse Timer sale =-=-=-=-=-=-= */
div.dominokala-sale-reverse-timer {
  background-color: #eaeef2;
  font-size: 0.9rem;
  padding: 0.8rem 1rem;
  margin: 0.5rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}

span.dominokala-sale-timer-value {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}

span.dominokala-days,
span.dominokala-hours,
span.dominokala-minutes,
span.dominokala-seconds {
  background-color: #d60644;
  color: #fff;
  width: 2.2rem;
  height: 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
}

/* END Reverse Timer sale =-=-=-=-=-=-= */
.woocommerce-product-rating a.woocommerce-review-link {
  font-size: 0.8rem;
}

.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 400;
  color: #eabe12;
  width: fit-content;
  font-family: "icons";
}

.star-rating:before {
  content: "\F588" "\F588" "\F588" "\F588" "\F588";
  color: var(--color-gray-300);
}

.star-rating span {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  overflow: hidden;
  width: 100%;
  text-indent: 99999px;
}

.star-rating span:before {
  content: "\F586" "\F586" "\F586" "\F586" "\F586";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  text-indent: 0;
}

/* hexella Product Price Box WooCommerce Single Product =================== */

select#pa_color,
select#pa_garranty,
.variations_form select[data-converted="1"] {
  display: none !important;
}

div.product_meta span.sku_wrapper,
div.summary p.price,
div.summary form.cart,
div.summary .stock {
  display: none;
}

div.product-price {
  --dk-primary: #111827;
  --dk-accent: #6706d6;
  --dk-green: #18a058;
  --dk-red: #d60644;
  --dk-gold: #d6a84f;
  --dk-border: rgba(17, 24, 39, 0.09);
  --dk-muted: #6b7280;
  --dk-bg: #ffffff;

  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(103, 6, 214, 0.11), transparent 34%),
    radial-gradient(circle at bottom left, rgba(24, 160, 88, 0.1), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 18px 50px rgba(15, 23, 42, 0.08),
    inset 0 0 0 1px rgba(17, 24, 39, 0.06);
  isolation: isolate;
}

div.product-price::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.75),
      transparent 38%,
      rgba(255, 255, 255, 0.28)
    );
  z-index: -1;
}

div.product-price::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(214, 168, 79, 0.22), rgba(103, 6, 214, 0.08));
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 700px) {
  div.product-price {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 1rem;
  }
}

@media (max-width: 500px) {
  div.product-price {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
    border-radius: 20px;
    padding: 1.1rem;
  }
}

@media (min-width: 701px) {
  div.product-price {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
}

@media (min-width: 830px) {
  div.product-price {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
}

@media (min-width: 1000px) {
  div.product-price {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 1124px) {
  div.product-price {
    flex: 0 0 21%;
    max-width: 21%;
    margin-top: 0;
  }
}

.dk-product-code,
.dk-product-garanty,
div.dominokala-last-price-update {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--dk-primary);
  font-size: 0.82rem;
  line-height: 1.9;
  margin-bottom: 0.55rem;
  padding: 0.52rem 0.7rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035);
}

.dk-product-garanty::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.72rem;
  background: linear-gradient(135deg, var(--dk-green), #35c46f);
  box-shadow: 0 6px 15px rgba(24, 160, 88, 0.25);
}

.dk-product-code span.dk-code {
  margin-left: 0.2rem;
}

.dk-product-code span {
  color: var(--dk-red);
}

div.dominokala-last-price-update {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}

div.dominokala-last-price-update::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--dk-green);
  box-shadow: 0 0 0 5px rgba(24, 160, 88, 0.11);
  animation: dkPulse 1.45s infinite ease-in-out;
}

div.dominokala-last-price-update::after {
  display: none;
}

div.dominokala-last-price-update span.last-update-text {
  color: var(--dk-muted);
}

div.dominokala-last-price-update span.last-date-update {
  color: var(--dk-green);
  font-weight: 700;
}

@keyframes dkPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.65;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.65;
  }
}

.add-price-product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.add-price-product p.price,
.add-price-product span.price,
.woocommerce-variation-price span.price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  width: 100%;
  margin: 0.15rem 0 0.85rem;
  line-height: 1.6;
}

div.product-type-variable p.price > span {
  display: none;
}

div.single_variation_wrap div.single_variation {
  display: block !important;
}

.add-price-product p.price del,
.add-price-product span.price del,
.woocommerce-variation-price span.price del {
  color: #9ca3af;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(220, 38, 38, 0.55);
  opacity: 1;
}

.add-price-product p.price del span,
.add-price-product span.price del span,
.woocommerce-variation-price span.price del span {
  color: #8b95a1;
  font-size: 0.95rem;
  font-weight: 500;
}

.add-price-product p.price ins,
.add-price-product span.price ins,
.woocommerce-variation-price span.price ins {
  text-decoration: none;
}

.add-price-product p.price ins span.woocommerce-Price-amount,
.add-price-product span.price ins span.woocommerce-Price-amount,
.woocommerce-variation-price span.price ins span.woocommerce-Price-amount {
  color: var(--dk-red);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.woocommerce-Price-currencySymbol {
  font-size: 0.78em;
  font-weight: 700;
  margin-right: 0.15rem;
}

.add-price-product p.stock.in-stock {
  width: 100%;
  font-size: 0.8rem;
  color: var(--dk-green);
  margin: 0.5rem auto;
  font-weight: 700;
}

.add-price-product form.cart,
.add-price-product form.variations_form {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: 100%;
  margin: 0.3rem auto;
}

table.variations {
  width: 100%;
  margin: 0;
  border: 0;
}

table.variations tbody,
table.variations tr,
table.variations td,
table.variations th {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
}

table.variations tr {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.82rem;
}

table.variations th.label {
  margin-bottom: 0.2rem;
}

table.variations th.label label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--dk-primary);
  font-size: 0.82rem;
  font-weight: 800;
}

table.variations th.label label::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--dk-accent);
  box-shadow: 0 0 0 4px rgba(103, 6, 214, 0.1);
}

table.variations tr td.value select {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(17, 24, 39, 0.14);
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  color: var(--dk-primary);
}

table.variations tr td.value select:focus-visible {
  outline: none;
  border-color: var(--dk-accent);
}

.variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
  width: 100%;
}

.variation-buttons.variation-pa_garranty,
.variation-buttons[class*="variation-"] {
  display: flex;
  flex-direction: column;
}

.variation-buttons button {
  position: relative;
  width: 100%;
  min-height: 44px;
  padding: 0.68rem 0.85rem 0.68rem 2.2rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.92));
  color: var(--dk-primary);
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 16px;
  cursor: pointer;
  text-align: right;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.7;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.variation-buttons button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.85rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 2px solid rgba(17, 24, 39, 0.18);
  background: #fff;
  transition: 0.22s ease;
}

.variation-buttons button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1rem;
  transform: translateY(-50%) scale(0);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #fff;
  transition: 0.22s ease;
}

.variation-buttons button:hover {
  transform: translateY(-1px);
  border-color: rgba(103, 6, 214, 0.35);
  box-shadow: 0 12px 28px rgba(103, 6, 214, 0.08);
}

.variation-buttons button.active {
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, #7c1cff 0%, #5700c8 100%);
  box-shadow:
    0 14px 30px rgba(103, 6, 214, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.variation-buttons button.active::before {
  border-color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.22);
}

.variation-buttons button.active::after {
  transform: translateY(-50%) scale(1);
}

.single_variation_wrap {
  width: 100%;
}

.woocommerce-variation.single_variation {
  margin-top: 0.2rem;
}

.woocommerce-variation-description,
.woocommerce-variation-availability {
  font-size: 0.8rem;
}

.woocommerce-variation-add-to-cart,
.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: 100%;
}

div.quantity {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035);
}

div.quantity button.minus,
div.quantity button.plus {
  border: none;
  padding: 0;
  width: 44px;
  height: 100%;
  background-color: transparent;
  color: var(--dk-primary);
  font-size: 1.25rem;
  font-weight: 800;
  border-radius: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
  cursor: pointer;
}

div.quantity button.minus:hover,
div.quantity button.plus:hover {
  background: rgba(103, 6, 214, 0.08);
  color: var(--dk-accent);
}

div.quantity input.qty {
  text-align: center;
  border: none;
  background-color: transparent;
  padding: 0.4rem;
  width: 100%;
  height: 100%;
  color: var(--dk-primary);
  font-weight: 800;
  border-left: 1px solid rgba(17, 24, 39, 0.08);
  border-right: 1px solid rgba(17, 24, 39, 0.08);
}

div.quantity input.qty:focus-visible {
  outline: none;
}

div.quantity input::-webkit-outer-spin-button,
div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div.quantity input[type="number"] {
  -moz-appearance: textfield;
}

button.single_add_to_cart_button,
.woocommerce button.single_add_to_cart_button.button.alt {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  border: none;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 0.85rem 1rem;
  margin-top: 0.15rem;
  border-radius: 17px;
  cursor: pointer;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.25), transparent 35%),
    linear-gradient(135deg, #18a058 0%, #0d7f41 100%);
  box-shadow:
    0 16px 30px rgba(24, 160, 88, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  isolation: isolate;
}

button.single_add_to_cart_button::before,
.woocommerce button.single_add_to_cart_button.button.alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #242424 0%, #111827 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -1;
}

button.single_add_to_cart_button::after,
.woocommerce button.single_add_to_cart_button.button.alt::after {
  content: "";
  position: absolute;
  top: -70%;
  right: -35%;
  width: 60%;
  height: 220%;
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(25deg);
  transition: 0.45s ease;
  pointer-events: none;
}

button.single_add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button.button.alt:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 38px rgba(17, 24, 39, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

button.single_add_to_cart_button:hover::before,
.woocommerce button.single_add_to_cart_button.button.alt:hover::before {
  opacity: 1;
}

button.single_add_to_cart_button:hover::after,
.woocommerce button.single_add_to_cart_button.button.alt:hover::after {
  right: 120%;
}

.woocommerce-variation-add-to-cart-disabled button.single_add_to_cart_button,
button.single_add_to_cart_button.disabled,
button.single_add_to_cart_button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none;
}

div.dominokala-cart-single {
  display: flex;
  justify-content: end;
  font-size: 0.8rem;
  width: 100%;
  margin: 0.45rem auto 0;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035);
}

div.dominokala-cart-single.empty-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.75rem;
}

.dominokala-cart-single a {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--dk-primary);
  text-decoration: none;
}

.dominokala-cart-single span.dk-cart-view {
  color: var(--dk-muted);
  font-weight: 700;
}

.dominokala-cart-single span.bg-cart-product {
  position: relative;
  background-color: #fff;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  border-radius: 0.7rem;
  margin-right: 0.6rem;
}

.dominokala-cart-single i.icon-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dk-red);
  font-size: 1.15rem;
  width: 2rem;
  height: 2rem;
  border-radius: 12px;
  background: rgba(214, 6, 68, 0.08);
}

.dominokala-cart-single span.cart-count {
  background-color: var(--dk-red);
  color: #fff;
  line-height: 0.9;
  padding: 0.3rem 0.4rem;
  border-radius: 0.5rem;
  font-size: 0.78rem;
  position: absolute;
  top: 20%;
  right: -0.3rem;
}

span.woocommerce-Price-amount.amount.out-of-stock {
  font-size: 1.4rem;
  color: var(--dk-red);
  font-weight: 900;
}

div.dominokala-call-to-action {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.88rem;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.7rem;
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

div.dominokala-call-to-action .dk-call-text {
  font-size: 0.85rem;
  color: var(--dk-muted);
}

div.dominokala-call-to-action .dk-call-phone {
  color: var(--dk-red);
  font-size: 1.1rem;
  font-weight: 900;
}

.woocommerce-product-rating a.woocommerce-review-link {
  font-size: 0.8rem;
  color: #6b7280;
  text-decoration: none;
}

.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 400;
  color: #eab308;
  width: fit-content;
  font-family: "icons";
}

.star-rating:before {
  content: "\F588" "\F588" "\F588" "\F588" "\F588";
  color: #d1d5db;
}

.star-rating span {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  overflow: hidden;
  width: 100%;
  text-indent: 99999px;
}

.star-rating span:before {
  content: "\F586" "\F586" "\F586" "\F586" "\F586";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  text-indent: 0;
}

/* END Style Summery Product Body ------------------ */

/* Start Style Single Product Trust ============== */
div.dominokala-trust-single-product {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  div.dominokala-trust-single-product {
    margin: 2rem auto 1rem;
  }
}

div.dominokala-trust-single-product div.dominokala-tsp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}

div.dominokala-trust-single-product div.dominokala-tsp span {
  font-size: 0.8rem;
}

/* Start Style Related Product ---------- */
section.related-products {
  background-color: #d60644;
  margin: 1rem auto;
  padding: 1rem 2rem 1.5rem;
  border-radius: 1rem;
}

section.related-products h2,
section.related-products h3 {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

section.related-products div.product-items {
  background-color: #fff;
  padding: 0.3rem;
  border-radius: 0.6rem;
}

section.related-products div.product-items div.item-title h3,
section.related-products div.product-items div.item-title h4 {
  line-height: 1;
}

section.related-products div.product-items div.item-title h3 a.items-link,
section.related-products div.product-items div.item-title h4 a.items-link {
  font-size: 0.95rem;
}

section.related-products div.product-items div.item-price {
  font-size: 0.85rem;
}

/* END Style Related Product ---------- */
/* END Style Single Product Trust ============== */

/* Luxury Call Single Box ================================ */
.single-product div.call-single {
  --call-primary: #111827;
  --call-muted: #6b7280;
  --call-green: #18a058;
  --call-green-dark: #0d7f41;
  --call-purple: #6706d6;
  --call-border: rgba(17, 24, 39, 0.08);

  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  margin: 0.8rem auto;
  padding: 1.05rem 1.2rem;
  border-radius: 22px;
  color: var(--call-primary);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.9;
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(24, 160, 88, 0.16), transparent 35%),
    radial-gradient(circle at bottom left, rgba(103, 6, 214, 0.08), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #f4fbf7 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow:
    0 16px 38px rgba(15, 23, 42, 0.07),
    inset 0 0 0 1px var(--call-border);
  isolation: isolate;
}

.single-product div.call-single::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.72),
      transparent 42%,
      rgba(255, 255, 255, 0.25)
    );
  z-index: -1;
}

.single-product div.call-single::after {
  content: "☎";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.35), transparent 36%),
    linear-gradient(135deg, var(--call-green), var(--call-green-dark));

  box-shadow: 0 12px 24px rgba(24, 160, 88, 0.22);
}

.single-product div.call-single {
  padding-right: 4.1rem;
}

.single-product div.call-single span.call-single-btn {
  display: inline-flex;
}

.single-product div.call-single span.call-single-btn a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 38px;
  margin: 0;
  padding: 0.42rem 0.95rem;
  color: var(--call-green-dark);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-decoration: none;
  direction: ltr;
  border-radius: 14px;
  border: 1px solid rgba(24, 160, 88, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 253, 245, 0.92));
  box-shadow:
    0 8px 20px rgba(24, 160, 88, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.single-product div.call-single span.call-single-btn a::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  flex: 0 0 0.45rem;
  border-radius: 999px;
  background: var(--call-green);
  box-shadow: 0 0 0 5px rgba(24, 160, 88, 0.11);
  animation: callPulse 1.45s infinite ease-in-out;
}

.single-product div.call-single span.call-single-btn a::after {
  content: "";
  position: absolute;
  top: -70%;
  right: -40%;
  width: 45%;
  height: 230%;
  background: rgba(255, 255, 255, 0.42);
  transform: rotate(25deg);
  transition: 0.45s ease;
  pointer-events: none;
}

.single-product div.call-single span.call-single-btn a:hover {
  transform: translateY(-2px);
  color: #fff;
  border-color: transparent;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(135deg, var(--call-green), var(--call-green-dark));
  box-shadow:
    0 14px 30px rgba(24, 160, 88, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.single-product div.call-single span.call-single-btn a:hover::before {
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.18);
}

.single-product div.call-single span.call-single-btn a:hover::after {
  right: 120%;
}

@keyframes callPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.65;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(0.9);
    opacity: 0.65;
  }
}

@media (max-width: 600px) {
  .single-product div.call-single {
    justify-content: center;
    gap: 0.55rem;
    padding: 1rem;
    padding-top: 3.7rem;
    border-radius: 20px;
    font-size: 0.86rem;
  }

  .single-product div.call-single::after {
    top: 1rem;
    right: 50%;
    transform: translateX(50%);
  }

  .single-product div.call-single span.call-single-btn {
    width: 100%;
  }

  .single-product div.call-single span.call-single-btn a {
    width: 100%;
    min-height: 44px;
    font-size: 1.02rem;
  }
}

.single-product div.call-single .call-single-text {
  color: #111827;
  font-weight: 900;
}

/* Hexella WooCommerce Product Tabs =============================== */

.single-product .woocommerce-tabs {
  --tab-green: #32970a;
  --tab-green-dark: #267707;
  --tab-dark: #242424;
  --tab-text: #3f3f3f;
  --tab-muted: #777;
  --tab-bg: #ffffff;
  --tab-soft: #f7f9f6;
  --tab-soft-green: rgba(50, 151, 10, 0.08);
  --tab-border: rgba(36, 36, 36, 0.1);
  --tab-shadow: rgba(36, 36, 36, 0.07);

  width: 100%;
  margin: 2rem 0;
  color: var(--tab-text);
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after,
.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.2rem !important;
  padding: 0.45rem !important;
  list-style: none;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 1rem;
  background: #f5f7f4;
}

.single-product .woocommerce-tabs ul.tabs li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0.8rem !important;
  background: transparent !important;
  transition: 0.25s ease;
}

.single-product .woocommerce-tabs ul.tabs li::before {
  position: absolute !important;
  top: 50% !important;
  right: 0.85rem !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 2;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #777;
  font-family: "icons";
  font-size: 1.05rem;
  line-height: 1;
  border: none !important;
  box-shadow: none !important;
  transform: translateY(-50%);
  transition: 0.25s ease;
}

.single-product .woocommerce-tabs ul.tabs li#tab-title-description::before {
  content: "\F44A";
}

.single-product .woocommerce-tabs ul.tabs li#tab-title-additional_information::before {
  content: "\F473";
}

.single-product .woocommerce-tabs ul.tabs li#tab-title-reviews::before {
  content: "\F24A";
}

.single-product .woocommerce-tabs ul.tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 2.8rem 0.75rem 1.15rem !important;
  color: var(--tab-dark) !important;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.6;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0.8rem;
  background: transparent;
  transition: 0.25s ease;
}

.single-product .woocommerce-tabs ul.tabs li:not(.active):hover {
  transform: translateY(-1px);
}

.single-product .woocommerce-tabs ul.tabs li:not(.active):hover a {
  color: var(--tab-green) !important;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(36, 36, 36, 0.06);
}

.single-product .woocommerce-tabs ul.tabs li:not(.active):hover::before {
  color: var(--tab-green);
}

.single-product .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(135deg, var(--tab-green), var(--tab-green-dark)) !important;
  box-shadow:
    0 10px 22px rgba(50, 151, 10, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff !important;
}

.single-product .woocommerce-tabs ul.tabs li.active::before {
  color: #ffffff !important;
}

.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
  outline: 3px solid rgba(50, 151, 10, 0.18);
  outline-offset: 3px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 100%;
  margin: 0 !important;
  padding: 1.5rem 1.35rem 1.7rem !important;
  color: var(--tab-text);
  font-size: 0.95rem;
  line-height: 2.15;
  background: #ffffff;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 1.15rem;
  box-shadow: 0 10px 30px rgba(36, 36, 36, 0.04);
}

.single-product .woocommerce-Tabs-panel p {
  color: #444;
  line-height: 2.15;
}

.single-product .woocommerce-Tabs-panel > p {
  margin: 0 0 1.2rem;
}

.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3,
.single-product .woocommerce-Tabs-panel h4 {
  position: relative;
  color: var(--tab-dark);
  font-weight: 900;
  line-height: 1.8;
}

.single-product .woocommerce-Tabs-panel h2 {
  margin: 2.2rem 0 1rem;
  padding-right: 1rem;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.single-product .woocommerce-Tabs-panel h2:first-of-type {
  margin-top: 0.4rem;
}

.single-product .woocommerce-Tabs-panel h2::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  right: 0;
  width: 4px;
  height: 1.45em;
  border-radius: 999px;
  background: var(--tab-green);
}

.single-product .woocommerce-Tabs-panel h3 {
  margin: 1.6rem 0 0.7rem;
  padding-right: 1rem;
  font-size: clamp(0.98rem, 1.7vw, 1.12rem);
}

.single-product .woocommerce-Tabs-panel h3::before {
  content: "";
  position: absolute;
  top: 0.75em;
  right: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--tab-green);
  box-shadow: 0 0 0 5px rgba(50, 151, 10, 0.09);
}

.single-product .woocommerce-Tabs-panel a:not(.button) {
  color: var(--tab-green);
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.single-product .woocommerce-Tabs-panel a:not(.button):hover {
  color: var(--tab-green-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-product .woocommerce-Tabs-panel strong {
  color: var(--tab-dark);
  font-weight: 900;
}

.single-product .woocommerce-Tabs-panel .product-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 1.4rem;
  padding: 0.75rem 0.9rem;
  color: var(--tab-muted);
  font-size: 0.82rem;
  line-height: 1.9;
  background: var(--tab-soft);
  border: 1px solid rgba(50, 151, 10, 0.12);
  border-radius: 0.9rem;
}

.single-product .woocommerce-Tabs-panel .product-category::before {
  content: "#";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
  background: var(--tab-green);
  border-radius: 0.5rem;
}

.single-product .woocommerce-Tabs-panel .product-category a {
  color: var(--tab-green);
  font-weight: 800;
}

.single-product .woocommerce-Tabs-panel ul:not(.tabs):not(.children) {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 1.1rem 0 1.6rem;
  padding: 0;
  list-style: none;
}

.single-product .woocommerce-Tabs-panel ul:not(.tabs):not(.children) > li {
  position: relative;
  padding: 0.7rem 2.35rem 0.7rem 0.85rem;
  color: #444;
  line-height: 2;
  background: #fbfbfb;
  border: 1px solid rgba(36, 36, 36, 0.07);
  border-radius: 0.9rem;
  transition: 0.2s ease;
}

.single-product .woocommerce-Tabs-panel ul:not(.tabs):not(.children) > li::before {
  content: "✓";
  position: absolute;
  top: 0.85rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  background: var(--tab-green);
  border-radius: 50%;
}

.single-product .woocommerce-Tabs-panel ul:not(.tabs):not(.children) > li:hover {
  border-color: rgba(50, 151, 10, 0.18);
  background: #ffffff;
  transform: translateX(-2px);
}

.single-product .woocommerce-Tabs-panel img.aligncenter,
.single-product .woocommerce-Tabs-panel figure.aligncenter {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 1.7rem auto;
}

.single-product .woocommerce-Tabs-panel img.aligncenter,
.single-product .woocommerce-Tabs-panel figure.aligncenter img {
  height: auto;

  border-radius: 1.1rem;
  border: 1px solid rgba(36, 36, 36, 0.08);

  box-shadow:
    0 18px 38px rgba(36, 36, 36, 0.08),
    0 2px 8px rgba(36, 36, 36, 0.04);

  transition: 0.3s ease;
}

.single-product .woocommerce-Tabs-panel img.aligncenter:hover,
.single-product .woocommerce-Tabs-panel figure.aligncenter:hover img {
  transform: translateY(-3px);
  box-shadow:
    0 22px 48px rgba(36, 36, 36, 0.11),
    0 3px 10px rgba(36, 36, 36, 0.05);
}

.single-product .woocommerce-Tabs-panel figure.aligncenter {
  width: auto !important;
}

.single-product .woocommerce-Tabs-panel figcaption {
  margin-top: 0.7rem;
  color: var(--tab-muted);
  font-size: 0.78rem;
  text-align: center;
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  background: #ffffff;
  border: 1px solid rgba(36, 36, 36, 0.09);
  border-radius: 1rem;
  box-shadow: 0 10px 28px rgba(36, 36, 36, 0.04);
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes tbody {
  display: table-row-group;
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes tr {
  display: table-row;
  background: #ffffff;
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes tr:nth-child(even) {
  background: #f8f9f7;
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes th,
.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes td {
  padding: 1rem 1.1rem;
  vertical-align: middle;
  color: var(--tab-text);
  font-size: 0.88rem;
  line-height: 1.9;
  border: none;
  border-bottom: 1px solid rgba(36, 36, 36, 0.07);
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes tr:last-child th,
.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes tr:last-child td {
  border-bottom: none;
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes th {
  width: 34%;
  color: var(--tab-dark);
  font-weight: 900;
  background: #f7f8f6;
  border-left: 1px solid rgba(36, 36, 36, 0.07);
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes td {
  font-style: normal;
}

.single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes td p {
  margin: 0;
  padding: 0;
}

/* Reviews Layout ============================================== */

.single-product .woocommerce-Tabs-panel#tab-reviews {
  display: block;
}

.single-product .woocommerce-Tabs-panel #reviews {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}

.single-product .woocommerce-Tabs-panel .woocommerce-Reviews-title:empty {
  display: none;
}

.single-product .woocommerce-Tabs-panel ol.commentlist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.single-product .woocommerce-Tabs-panel ol.commentlist li {
  position: relative;
  margin: 0;
  padding: 0;
}

.single-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container {
  display: flex;
  width: 100%;
}

.single-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment-text {
  width: 100%;
  margin: 0;
  padding: 1rem 1.1rem;
  background: #ffffff;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 1rem;
  box-shadow: 0 10px 28px rgba(36, 36, 36, 0.045);
}

.single-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  margin: 0 0 0.65rem;
  color: var(--tab-muted);
  font-size: 0.76rem;
  line-height: 1.8;
}

.single-product .woocommerce-Tabs-panel .woocommerce-review__author {
  color: var(--tab-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.single-product .woocommerce-Tabs-panel .woocommerce-review__published-date {
  color: #777;
  direction: ltr;
}

.single-product .woocommerce-Tabs-panel .comment-text .description p {
  margin: 0;
  color: #444;
  font-size: 0.88rem;
  line-height: 2;
}

.single-product .woocommerce-Tabs-panel ol.commentlist li img.avatar {
  position: relative;
  top: auto;
  right: auto;
  width: 44px;
  height: 44px;
  margin-left: 0.7rem;
  padding: 0;
  object-fit: cover;
  border: 2px solid #ffffff;
  border-radius: 0.85rem;

  box-shadow: 0 8px 18px rgba(36, 36, 36, 0.12);
}

.single-product .woocommerce-Tabs-panel ol.commentlist li ul.children {
  margin: 0.65rem 2rem 0 0;
  padding: 0;
  list-style: none;
}

.single-product .woocommerce-Tabs-panel ol.commentlist li ul.children .comment-text {
  background: #f8fbf6 !important;
  border-color: rgba(50, 151, 10, 0.16) !important;
}

.single-product .woocommerce-Tabs-panel ol.commentlist li ul.children .comment-text::before {
  content: "پاسخ فروشگاه";
  display: inline-flex;
  margin-bottom: 0.65rem;
  padding: 0.22rem 0.6rem;
  color: var(--tab-green);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.7;
  background: rgba(50, 151, 10, 0.08);
  border: 1px solid rgba(50, 151, 10, 0.14);
  border-radius: 0.5rem;
}

/* Star Rating ============================================= */
.single-product .woocommerce-Tabs-panel .comment-text .star-rating {
  float: left;
  margin: 0.1rem 0 0.45rem 0;

  color: #d8a500;
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.single-product .woocommerce-Tabs-panel .comment-form-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  margin: 0.2rem 0 1rem;
}

.single-product .woocommerce-Tabs-panel .comment-form-rating label {
  color: var(--tab-dark);
  font-size: 0.84rem;
  font-weight: 900;
}

.single-product .woocommerce-Tabs-panel p.stars {
  margin: 0;
  line-height: 1;
}

.single-product .woocommerce-Tabs-panel p.stars span {
  display: inline-flex;
  direction: ltr;
  gap: 0.18rem;
}

.single-product .woocommerce-Tabs-panel p.stars a {
  position: relative;
  display: inline-block;
  width: 1.35rem;
  height: 1.35rem;
  color: transparent;
  font-size: 0;
  text-indent: -999rem;
  text-decoration: none;
}

.single-product .woocommerce-Tabs-panel p.stars a::before {
  content: "\F588";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9c9c9;
  font-family: "icons";
  font-size: 1.18rem;
  line-height: 1;
  text-indent: 0;
  transition: 0.2s ease;
}

.single-product .woocommerce-Tabs-panel p.stars:hover a::before,
.single-product .woocommerce-Tabs-panel p.stars.selected a:not(.active)::before,
.single-product .woocommerce-Tabs-panel p.stars.selected a.active::before {
  content: "\F586";
  color: #d8a500;
}

.single-product .woocommerce-Tabs-panel p.stars a:hover ~ a::before,
.single-product .woocommerce-Tabs-panel p.stars.selected a.active ~ a::before {
  content: "\F588";
  color: #c9c9c9;
}

.single-product .woocommerce-Tabs-panel p.stars a:hover::before {
  transform: scale(1.15);
}

/* Review Form =============================================== */
.single-product .woocommerce-Tabs-panel #review_form_wrapper {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 1.15rem;
  box-shadow: 0 12px 30px rgba(36, 36, 36, 0.045);
}

.single-product .woocommerce-Tabs-panel .comment-respond {
  display: flex;
  flex-direction: column;
}

.single-product .woocommerce-Tabs-panel .comment-reply-title {
  position: relative;
  display: block;
  margin-bottom: 1.2rem;
  padding-right: 1rem;
  color: var(--tab-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.single-product .woocommerce-Tabs-panel .comment-reply-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 1.45rem;
  background: var(--tab-green);
  border-radius: 999px;
  transform: translateY(-50%);
}

.single-product .woocommerce-Tabs-panel form#commentform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 2%;
  width: 100%;
}

.single-product .woocommerce-Tabs-panel form#commentform p {
  margin-top: 0;
}

.single-product .woocommerce-Tabs-panel form#commentform p.comment-notes {
  flex: 0 0 100%;
  margin-bottom: 1.15rem;
  color: var(--tab-muted);
  font-size: 0.78rem;
}

.single-product .woocommerce-Tabs-panel form#commentform p.comment-form-author,
.single-product .woocommerce-Tabs-panel form#commentform p.comment-form-email {
  display: flex;
  flex: 0 0 49%;
  flex-direction: column;
}

.single-product .woocommerce-Tabs-panel form#commentform p.comment-form-comment {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
}

.single-product .woocommerce-Tabs-panel form#commentform label {
  margin-bottom: 0.45rem;
  color: var(--tab-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.single-product .woocommerce-Tabs-panel form#commentform .required {
  color: var(--tab-green);
}

.single-product .woocommerce-Tabs-panel form#commentform input[type="text"],
.single-product .woocommerce-Tabs-panel form#commentform input[type="email"],
.single-product .woocommerce-Tabs-panel form#commentform textarea {
  width: 100%;
  padding: 0.78rem 0.9rem;
  color: var(--tab-dark);
  font-family: inherit;
  font-size: 0.88rem;
  line-height: 1.9;
  background: #f8f9f7;
  border: 1px solid rgba(36, 36, 36, 0.09);
  border-radius: 0.85rem;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(36, 36, 36, 0.025);
  transition: 0.22s ease;
}

.single-product .woocommerce-Tabs-panel form#commentform textarea {
  min-height: 165px;
  resize: vertical;
}

.single-product .woocommerce-Tabs-panel form#commentform input[type="text"]:focus,
.single-product .woocommerce-Tabs-panel form#commentform input[type="email"]:focus,
.single-product .woocommerce-Tabs-panel form#commentform textarea:focus {
  background: #ffffff;
  border-color: rgba(50, 151, 10, 0.38);
  box-shadow:
    0 0 0 4px rgba(50, 151, 10, 0.08),
    0 8px 20px rgba(36, 36, 36, 0.04);
}

.single-product .woocommerce-Tabs-panel form#commentform p.form-submit {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 100%;
  margin: 0.4rem 0 0;
}

.single-product .woocommerce-Tabs-panel form#commentform input#submit {
  min-width: 130px;
  min-height: 46px;
  padding: 0.7rem 1.7rem;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--tab-green), var(--tab-green-dark));
  border: none;
  border-radius: 0.85rem;
  cursor: pointer;
  box-shadow:
    0 12px 24px rgba(50, 151, 10, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: 0.22s ease;
}

.single-product .woocommerce-Tabs-panel form#commentform input#submit:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--tab-dark), #111);
  box-shadow:
    0 14px 28px rgba(36, 36, 36, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.single-product .woocommerce-Tabs-panel form#commentform input#submit:focus-visible {
  outline: 3px solid rgba(50, 151, 10, 0.18);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .single-product .woocommerce-tabs {
    margin: 1.4rem 0;
    padding: 0.85rem;
    border-radius: 1.2rem;
  }

  .single-product .woocommerce-tabs ul.tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.4rem !important;
    border-radius: 0.95rem;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
  }

  .single-product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
    min-height: 44px;
    scroll-snap-align: start;
  }

  .single-product .woocommerce-tabs ul.tabs li a {
    min-height: 44px;
    padding: 0.65rem 2.6rem 0.65rem 1rem !important;
    font-size: 0.82rem;
  }

  .single-product .woocommerce-tabs ul.tabs li::before {
    right: 0.78rem !important;
    font-size: 1rem;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 1.15rem 1rem 1.35rem !important;
    border-radius: 1rem;
  }

  .single-product .woocommerce-Tabs-panel form#commentform p.comment-form-author,
  .single-product .woocommerce-Tabs-panel form#commentform p.comment-form-email {
    flex: 0 0 100%;
  }
}

@media (max-width: 520px) {
  .single-product .woocommerce-tabs {
    padding: 0.65rem;
    border-radius: 1rem;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 1rem 0.85rem 1.2rem !important;
    font-size: 0.88rem;
    line-height: 2.05;
  }

  .single-product .woocommerce-Tabs-panel h2 {
    margin-top: 1.7rem;
    font-size: 1.05rem;
  }

  .single-product .woocommerce-Tabs-panel h3 {
    font-size: 0.96rem;
  }

  .single-product .woocommerce-Tabs-panel .product-category {
    align-items: flex-start;
    padding: 0.65rem 0.75rem;
  }

  .single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes {
    display: block;
    overflow: visible;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes tbody {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes tr {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff !important;
    border: 1px solid rgba(36, 36, 36, 0.08);
    border-radius: 0.9rem;
    box-shadow: 0 7px 20px rgba(36, 36, 36, 0.035);
  }

  .single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes th,
  .single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes td {
    display: block;
    width: 100%;
    padding: 0.72rem 0.85rem;
    border: none;
  }

  .single-product .woocommerce-Tabs-panel table.woocommerce-product-attributes th {
    background: #f7f8f6;
    border-bottom: 1px solid rgba(36, 36, 36, 0.07);
  }

  .single-product .woocommerce-Tabs-panel #review_form_wrapper {
    padding: 1rem 0.85rem;
    border-radius: 1rem;
  }

  .single-product .woocommerce-Tabs-panel ol.commentlist li ul.children {
    margin-right: 0.75rem;
  }

  .single-product .woocommerce-Tabs-panel .comment-text .star-rating {
    float: none;
    margin-bottom: 0.65rem;
  }

  .single-product .woocommerce-Tabs-panel form#commentform p.form-submit {
    justify-content: stretch;
  }

  .single-product .woocommerce-Tabs-panel form#commentform input#submit {
    width: 100%;
  }
}

/* END Style Tabs ------------------ */

/* END Style Single Product =================== */

/* Start Style Archive Product ========================== */
/* div.top-bg {
  background-color: #2ecc71;
  width: 100%;
  height: 22rem;
  position: absolute;
  z-index: -1;
  margin-top: 1rem;
} */
section.main-category {
  margin-bottom: 2rem;
}

@media (min-width: 991px) {
  section.main-category {
    flex: 0 0 78%;
    max-width: 78%;
    order: 1;
  }
}

@media (max-width: 990px) {
  section.main-category {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}

main.list-products {
  background-color: #fff;
  /* border-radius: 1rem;
  border: 0.1rem solid #e5e5e5;
  padding: 1rem 1.5rem; */
}

div.top-header-plp {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}

div.top-header-plp h1 {
  font-size: 1.9rem;
}

div.dk-filters {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

form.woocommerce-ordering select.orderby {
  border: none;
  padding: 0.6rem;
  background-color: #e5e5e5;
  border-radius: 0.6rem;
  font-size: 0.85rem;
  position: relative;
  left: 0;
}

form.woocommerce-ordering select.orderby:focus-visible {
  outline: none;
}

@media (max-width: 678px) {
  div.dk-filters {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0.6rem;
  }
}

@media (max-width: 330px) {
  form.woocommerce-ordering {
    width: 26%;
    overflow: hidden;
    border-radius: 0.7rem;
  }
}

/* Start Link Product Category ======== */
div#plp_desc_cat ul {
  list-style: none;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

div#plp_desc_cat ul li {
  background-color: #ffffff;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #d60644;
  transition: 0.5s;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 26.563rem) {
  div#plp_desc_cat ul li {
    width: 48%;
  }
}

div#plp_desc_cat ul li::before {
  content: "";
  background-color: #d60644;
  display: inline-block;
  width: 60%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-border-radius: 0.7rem 0.7rem 0 0;
  -moz-border-radius: 0.7rem 0.7rem 0 0;
  border-radius: 0.7rem 0.7rem 0 0;
  height: 0.2rem;
  bottom: -0.1rem;
  transition: 0.5s;
}

div#plp_desc_cat ul li:hover {
  border-color: blue;
}

div#plp_desc_cat ul li:hover::before {
  background-color: blue;
}

div#plp_desc_cat ul li a {
  color: #d60644;
  font-size: 0.9rem;
}

div#plp_desc_cat ul li:hover a {
  color: blue;
}

/* END Link Product Category ======== */

div.dk-row-products {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  margin: 1.5rem 0 1.5rem;
}

div.dk-row-products .product-category {
  list-style: none;
}

div.dk-row-products .product-category a {
  display: flex;
  flex-direction: column;
}

div.dk-row-products .product-category a h2 {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 0.6rem;
}

div.dk-row-products .product-category a h2 mark.count {
  display: none;
}

@media (min-width: 768px) {

  div.dk-row-products div.product-items,
  div.dk-row-products .product-category {
    flex: 0 0 24.25%;
    max-width: 24.25%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {

  div.dk-row-products div.product-items,
  div.dk-row-products .product-category {
    flex: 0 0 32.6%;
    max-width: 32.6%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {

  div.dk-row-products div.product-items,
  div.dk-row-products .product-category {
    flex: 0 0 32.6%;
    max-width: 32.6%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 600px) {

  div.dk-row-products div.product-items,
  div.dk-row-products .product-category {
    flex: 0 0 49.5%;
    max-width: 49.5%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 478px) {
  main.list-products {
    padding: 0.3rem;
    border: none;
  }

  div.dk-row-products div.product-items,
  div.dk-row-products .product-category {
    flex: 0 0 49.5%;
    max-width: 49.5%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 300px) {

  div.dk-row-products div.product-items,
  div.dk-row-products .product-category {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

div.dk-row-products div.list-product-item,
div.dk-row-products .product-category a {
  position: relative;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  padding: 1rem;
  height: 100%;
  border-radius: 1rem;
  box-shadow: -0.2rem -0.5rem 1rem #fff, 0 0.3rem 1rem #4361ee15;
  transition: all 1s ease;
}

div.dk-row-products div.list-product-item:hover,
div.dk-row-products .product-category a:hover {
  box-shadow: 0 0 1rem 0 #e5daf1;
}

div.list-product-item div.item-title {
  margin: 1rem auto 0.5rem auto;
  position: relative;
}

div.list-product-item div.item-title h3 {
  line-height: 1;
  text-align: center;
}

div.list-product-item div.item-title h3 a {
  font-size: 1.1rem;
  color: #242424;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  div.list-product-item div.item-title h3 a {
    font-size: 1rem;
  }
}

div.list-product-item div.item-rating {
  text-align: center;
}

div.list-product-item div.item-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.list-product-item div.item-price del span.amount {
  color: #484848;
  font-size: 0.85rem;
}

div.list-product-item div.item-price ins {
  text-decoration: none;
}

div.list-product-item div.item-price ins span.amount {
  color: #d60644;
  font-size: 0.9rem;
}

div.list-product-item div.item-price span.out-of-stock {
  font-size: 1rem;
}

nav.woocommerce-pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: center;
  align-items: center;
}

nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
  background-color: #d60644;
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}

nav.woocommerce-pagination ul li span.current {
  background-color: #6706d6;
}

div.term-description {
  position: relative;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  height: 100%;
  box-shadow: -0.2rem -0.5rem 1rem #fff, 0 0.3rem 1rem #4361ee15;
}

@media (max-width: 478px) {
  div.list-product-item div.item-title h3 a {
    font-size: 0.9rem;
  }

  div.term-description {
    padding: 0.3rem;
  }
}

/* Start Sidebar Style Product Category ------------ */
section.aside {
  order: 0;
}

@media (min-width: 991px) {
  section.aside {
    flex: 0 0 25%;
    max-width: 22%;
    order: 0;
  }
}

section.aside .aside-pcat {
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  padding: 1.2rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.filter-icon {
  display: none;
}

@media (max-width: 990px) {
  .filter-icon {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 1rem;
    line-height: 0.7;
  }

  section.aside .aside-pcat {
    position: fixed;
    transform: translate(-100%, 0);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    z-index: 1025;
  }

  aside.plp-sidebar.hx-aside {
    transition: all 0.5s ease;
    transform: translateX(0);
    margin-bottom: 2rem;
    padding: 1rem;
  }

  span.filter-icon.filter-icon-close {
    margin-bottom: 1.3rem;
  }

  span.filter-icon.filter-icon-close i {
    font-size: 2rem;
  }
}

/* Start Filter inStock ------------ */
div.hx-remove-all-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.2rem;
  align-items: center;
  justify-content: space-between;
}

div.hx-remove-all-filters button {
  font-size: 0.8rem;
  color: #d60644;
  border: none;
  background: transparent;
}

.hexella-stock-filter {
  background-color: #fff;
  color: #242424;
  width: 100%;
  min-height: 3rem;
  margin: 1rem auto 0.5rem;
  border-radius: 0.5rem;
  border: none;
}

.hexella-stock-filter .hx-checkbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  padding: 0.4rem 0.6rem;
  margin-bottom: 0.3rem;
}

.hexella-stock-filter .hx-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  justify-content: space-between;
  width: 100%;
}

.hexella-stock-filter input[type="checkbox"] {
  cursor: pointer;
  text-indent: -9999px;
  width: 3.75rem;
  height: 1.675rem;
  border-radius: 100px;
  position: relative;
  padding: 0.3125rem;
  display: inline-block;
  background-color: #e5e5e5;
  border: none;
  min-height: unset;
  -webkit-appearance: none;
}

.hexella-stock-filter input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1rem;
  height: 1rem;
  background-color: #6706d6;
  border-radius: 5.625rem;
  transition: all 0.3s ease;
}

.hexella-stock-filter input[type="checkbox"]:active::after {
  width: 2.5rem;
}

.hexella-stock-filter input[type="checkbox"]:checked::after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
  background-color: #f4f4f4;
}

.hexella-stock-filter input[type="checkbox"]:checked {
  background-color: #6706d6;
}

.hexella-stock-filter input[type="checkbox"]:checked::before {
  content: "";
  margin: -0.1875rem -0.25rem 0 0;
  height: 1.3125rem;
  width: 1.3125rem;
  opacity: 0;
  color: #fff;
  top: 0.625rem;
  margin: -0.4375rem -0.375rem 0 0;
}

/* END Filter inStock ------- */

/* Start Filters Price Range ------------- */
div.hx-filters-price {
  margin-top: -0.2rem;
  margin-bottom: 0.5rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  padding: 0.4rem 0.6rem;
}

.hx-price-filter {
  display: none;
}

.hx-price {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.2rem;
  justify-content: space-between;
  align-items: center;
}

div.hx-show-price {
  /* border-top: 0.1rem solid #e5e5e5; */
  border-bottom: 0.1rem solid #e5e5e5;
  padding-top: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

div.hx-show-price span.hx-min-prices,
div.hx-show-price span.hx-max-prices {
  color: #d60644;
}

div.price-slider-amount div.price-in,
div.price-slider-amount div.price-to {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
  align-items: center;
  margin-bottom: 0.4rem;
}

div.price-slider-amount div.price-in input.form-control,
div.price-slider-amount div.price-to input.form-control {
  border: none;
  border-bottom: 0.1rem solid #e5e5e5;
  color: #6706d6;
  font-weight: bolder;
  padding: 0.1rem;
  width: 100%;
}

div.price-slider-amount div.price-in input.form-control:focus-visible,
div.price-slider-amount div.price-to input.form-control:focus-visible {
  outline: none;
  border-color: #6706d6;
  color: #6706d6;
}

div.price-slider-amount div.price-in input.form-control::placeholder,
div.price-slider-amount div.price-to input.form-control::placeholder {
  text-align: right;
  font-size: 0.9rem;
}

div div.price-in input.form-control::-webkit-outer-spin-button,
div div.price-in input.form-control::-webkit-inner-spin-button,
div div.price-to input.form-control::-webkit-outer-spin-button,
div div.price-to input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div.price-slider-amount div.price-in input.form-control[type="number"],
div.price-slider-amount div.price-to input.form-control[type="number"] {
  -moz-appearance: textfield;
}

div.hx-price-filter button.btn.hx-filter-btn,
button.hx-remove-filter-btn {
  border: none;
  background-color: #e5e5e5;
  color: #242424;
  font-size: 0.85rem;
  padding: 0.3rem;
  margin-top: 0.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}

div.hx-price-filter button.btn.hx-filter-btn:hover {
  background-color: #6706d6;
  color: #fff;
}

button.hx-remove-filter-btn {
  background-color: #d60644;
  color: #fff;
}

button.hx-remove-filter-btn:hover {
  background-color: #e5e5e5;
  color: #242424;
}

/* END Filters Price Range ------------- */

p.sidebar-title {
  margin: 1rem 0 0.2rem 0;
  font-size: 0.9rem;
}

span.select2-selection.select2-selection--single {
  height: 3rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  color: #242424;
  font-size: 0.9rem;
}

form span.select2 span.selection span.select2-selection__rendered,
form span.select2 span.selection span.select2-selection__arrow {
  height: 100%;
}

form span.select2 span.selection span.select2-selection__rendered {
  display: flex;
  align-items: center;
}

form span.select2 span.selection span.select2-selection__rendered span.select2-selection__placeholder {
  color: #242424;
}

div.pwb-filter-products {
  border: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  border-top: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  padding: 0.6rem;
}

div.pwb-filter-products ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
  max-height: 10rem;
}

.pwb-filter-products::-webkit-scrollbar,
div.pwb-filter-products ul::-webkit-scrollbar,
div.semantic-links ul::-webkit-scrollbar {
  width: 0.4rem;
}

.pwb-filter-products::-webkit-scrollbar-track,
div.pwb-filter-products ul::-webkit-scrollbar-track,
div.semantic-links ul::-webkit-scrollbar-track {
  background-color: #33333330;
  border-radius: 1rem;
}

.pwb-filter-products::-webkit-scrollbar-thumb,
div.pwb-filter-products ul::-webkit-scrollbar-thumb,
div.semantic-links ul::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 1rem;
}

.pwb-filter-products label {
  line-height: 1.3;
  /* display: grid;
  grid-template-columns: 1em auto; */
  display: flex;
  gap: 0.5rem;
}

.pwb-filter-products input {
  width: 1rem;
  height: 1rem;
}

.pwb-filter-products span {
  font-size: 0.9rem;
}

.pwb-filter-products input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.1rem solid #33333330;
  border-radius: 0.4rem;
  display: grid;
  place-content: center;
}

.pwb-filter-products input[type="checkbox"]::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  /* -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62% );
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); */
  transform: scale(0.3);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #6706d6;
  border-radius: 50%;
}

div.pwb-filter-products input[type="checkbox"]:checked::before {
  transform: scale(1);
}

div.pwb-filter-products input[type="checkbox"]:checked+label::before {
  transform: scale(1);
}

div.semantic-links .semantic-sidebar {
  padding: 0.6rem;
  margin-top: 0.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
}

div.semantic-links ul {
  list-style: circle;
  display: flex;
  flex-wrap: wrap;
  padding-right: 1rem;
  overflow-y: scroll;
  max-height: 10rem;
}

div.semantic-links ul li {
  margin: 0;
  flex: 100%;
  font-size: 0.9rem;
}

div.semantic-links ul li a {
  margin: 0;
  width: 100%;
  transition: all 0.3s;
}

div.semantic-links ul li a:hover {
  color: #d60644;
}

select.wc-brand-dropdown-layered-nav-product_brand {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  padding: 0.8rem 0.6rem;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

/* Start Style Price Filters =============== */
.price_slider_wrapper {
  margin: 20px 0;
  position: relative;
}

.ui-slider-handle {
  background: #0073aa;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.ui-slider-range {
  background: #0073aa;
}

div.price_slider_wrapper div.price_slider {
  height: 0.4rem;
}

div.price_slider_wrapper div.price_slider span.slider-handle-left,
div.price_slider_wrapper div.price_slider span.slider-handle-right {
  background-color: #6706d6;
  border-radius: 50%;
  top: -8px;
}

div.price_slider_wrapper div.price_slider span.slider-handle-left {
  margin-left: -0.1rem;
}

div.price_slider_wrapper div.price_slider span.slider-handle-right {
  margin-left: -1rem;
}

div.price_slider_amount {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

div.price_slider_amount button.button {
  border: navajowhite;
  background-color: #6706d6;
  color: #fff;
  border-radius: 0.4rem;
  padding: 0.4rem 1.5rem;
}

div.price_slider_amount a.remove-filter {
  color: #d60644;
}

div.price_slider_amount .price_label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

div.price_slider_amount .price_label span.from {
  position: absolute;
  top: -2rem;
  left: 0;
  font-size: 0.85rem;
}

div.price_slider_amount .price_label span.to {
  position: absolute;
  top: 1rem;
  left: 0;
}

/* END Style Price Filters =============== */

/* END Sidebar Style Product Category ------------ */
/* END Style Archive Product ========================== */

/* Start Style Woocommerce Page ================== */

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  margin-top: 2rem;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1460px;
}

/* Start Style Cart Page ----------------- */
.woocommerce table.shop_table {
  margin: 0 0 1rem -0.0625rem;
  text-align: right;
  width: 100%;
  border-collapse: separate;
  border-radius: 0.3rem;
}

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
  display: none;
}

tr.woocommerce-cart-form__cart-item.cart_item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 0.6rem;
  border: 0.13rem solid #e5e5e5;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
  margin-bottom: 0.5rem;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
  font-size: 2rem;
  color: #d60644;
  transition: all 0.3s;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-remove:hover {
  color: #6706d6;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
  width: 5rem;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0.4rem;
  background-color: #fff;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
  font-size: 0.9rem;
  font-weight: bold;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
  display: none;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity {
  width: 7rem;
}

.woocommerce table.shop_table .coupon {
  display: none;
}

.woocommerce table.shop_table tr td.actions {
  text-align: end;
}

.woocommerce table.shop_table button.button {
  border: none;
  background-color: #242424;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 0.6rem;
  font-size: 0.9rem;
}

.woocommerce table.shop_table button.button:disabled {
  background-color: #e5e5e5;
  color: #242424;
}

div.cart-collaterals h2 {
  font-size: 1.3rem;
}

div.cart-collaterals table.shop_table tr.cart-subtotal th,
div.cart-collaterals table.shop_table tr.cart-subtotal td,
div.cart-collaterals table.shop_table tr.woocommerce-shipping-totals th,
div.cart-collaterals table.shop_table tr.woocommerce-shipping-totals td,
div.cart-collaterals table.shop_table tr.order-total th,
div.cart-collaterals table.shop_table tr.order-total td {
  background-color: #fff;
  border: 0.13rem solid #e5e5e5;
  padding: 0.4rem;
  font-size: 1rem;
}

div.wc-proceed-to-checkout {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 4rem;
}

div.wc-proceed-to-checkout a.checkout-button {
  background-color: #6706d6;
  color: #fff;
  width: 30%;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.8rem 0 #6706d64a;
  text-align: center;
  transition: all 0.3s;
}

div.wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #d60644;
  box-shadow: 0 0 0.5rem 0 #d606444a;
}

@media (max-width: 1024px) {
  div.wc-proceed-to-checkout a.checkout-button {
    width: 40%;
  }
}

@media (max-width: 768px) {
  div.wc-proceed-to-checkout a.checkout-button {
    width: 50%;
  }
}

@media (max-width: 425px) {
  div.wc-proceed-to-checkout a.checkout-button {
    width: 100%;
  }
}

/* END Style Cart Page ----------------- */

/* Start Style CHeckout Page ------------------ */
.woocommerce-info {
  font-size: 0.9rem;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0.6rem 0;
  border: none;
  border-radius: 0.6rem;
}

.woocommerce-info a.showlogin,
.woocommerce-info a.showcoupon {
  color: #6706d6;
}

form.woocommerce-form-login p.form-row {
  display: flex;
  gap: 1rem;
  align-items: center;
}

form.woocommerce-form-login p.form-row-first,
form.woocommerce-form-login p.form-row-last {
  flex-direction: column;
  align-items: flex-start;
}

form.woocommerce-form-login p.form-row-last span {
  width: 100%;
}

label.woocommerce-form__label.woocommerce-form-login__rememberme {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
  width: 100%;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  width: 9rem;
  border: none;
  background-color: #e5e5e5;
  padding: 0.6rem;
  border-radius: 0.6rem;
}

p.lost_password {
  font-size: 0.9rem;
}

label.woocommerce-form__label.woocommerce-form-login__rememberme span {
  width: 100%;
}

input#rememberme {
  width: auto;
}

form.checkout_coupon {
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

form.checkout_coupon p {
  font-size: 0.9rem;
  width: auto;
}

form.checkout_coupon p label {
  display: none;
}

form.checkout_coupon p button.button {
  border: none;
  background-color: #6706d6;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
}

form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  text-align: center;
}

form.woocommerce-checkout div.col2-set {
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  margin: 1rem 0 3rem;
  padding: 1rem 2rem 2rem;
  flex: 0 0 60%;
  width: 60%;
}

@media (max-width: 768px) {
  form.woocommerce-checkout div.col2-set {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0;
  }
}

form.woocommerce-checkout div.col2-set div.col-1,
form.woocommerce-checkout div.col2-set div.col-2 {
  flex: 0 0 auto;
  width: 100%;
}

form.woocommerce-checkout div.col2-set div.col-1 {
  border: none;
  padding: 0;
}

form.woocommerce-checkout div.col2-set .woocommerce-billing-fields h3 {
  font-size: 1.4rem;
}

div.woocommerce-billing-fields__field-wrapper,
div.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

p.form-row {
  flex: 0 0 auto;
  width: 49%;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  p.form-row {
    width: 100%;
  }
}

p.form-row label {
  position: relative;
  top: 0.4rem;
  right: 1rem;
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  z-index: 1;
}

p.form-row.form-row-wide.create-account.woocommerce-validated {
  width: 100%;
}

.woocommerce-account-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.6rem;
  color: #d60644;
}

.woocommerce-account-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input#createaccount {
  width: auto;
}

p.form-row span.woocommerce-input-wrapper,
p.form-row input {
  width: 100%;
  display: block;
}

p.form-row input {
  background-color: #fff !important;
  color: #818181;
  font-size: 0.8rem;
  padding: 0.6rem 1rem;
  border: 0.13rem solid #e5e5e5;
  border-radius: 0.6rem;
}

p.form-row input:-internal-autofill-selected {
  background-color: #fff !important;
}

p.form-row input:focus-visible {
  outline: none;
  border: 0.13rem solid #6706d6;
}

p#billing_country_field,
p#shipping_country_field {
  display: none;
}

p#billing_first_name_field {
  order: 1;
}

p#billing_phone_field {
  order: 2;
}

p#billing_state_field {
  order: 3;
}

p#billing_city_field {
  order: 4;
}

p#billing_address_1_field {
  order: 5;
}

p#billing_postcode_field {
  order: 6;
}

p#billing_melli-code_field {
  order: 7;
}

p#billing_email_field {
  order: 8;
}

form.woocommerce-checkout div.col2-set div.col-2 {
  margin: 2rem 0;
}

div.shipping_address {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid #e5e5e5;
}

div.woocommerce-shipping-fields h3 {
  font-size: 1.4rem;
}

div.woocommerce-additional-fields p#order_comments_field {
  width: 100%;
}

div.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
  width: 100%;
  padding: 1rem;
  border: 0.13rem solid #e5e5e5;
  border-radius: 0.6rem;
}

h3#order_review_heading {
  display: none;
}

div#order_review {
  flex: 0 0 auto;
  width: 38%;
}

@media (max-width: 768px) {
  div#order_review {
    flex: 0 0 100%;
    width: 100%;
  }
}

div.woocommerce-checkout-review-order {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 1rem 0 3rem;
  border: 0.1rem solid #e5e5e5;
}

table.shop_table thead {
  background-color: #764af1;
  color: #fff;
  text-align: center;
}

table.shop_table tbody {
  background-color: #e5e5e5;
}

table.shop_table th,
table.shop_table td {
  border: 1.6px solid #fff;
  border-bottom: 1.6px solid #fff;
  padding: 0.6rem;
}

table.shop_table tfoot {
  background-color: #4cd9640f;
}

table.shop_table tfoot tr.order-total td {
  color: #f32424;
}

table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
  border: 1.6px solid #fff;
  border-bottom: 1.6px solid #fff;
  padding: 0.6rem;
}

table.shop_table tfoot tr.cart-subtotal span.amount,
table.shop_table tfoot tr.woocommerce-shipping-totals span.amount {
  color: #242424;
  font-weight: 500;
}

tr.woocommerce-shipping-totals.shipping ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.wc_payment_methods {
  list-style: none;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #efefef;
  border-radius: 0.6rem;
  border: 0.1rem solid #e5e5e5;
}

ul.wc_payment_methods li {
  border-bottom: 0.1rem solid #6706d6;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

ul.wc_payment_methods li:last-child {
  border: none;
}

ul.wc_payment_methods li label {
  font-size: 0.9rem;
}

ul.wc_payment_methods li.payment_method_cod label,
ul.wc_payment_methods li.payment_method_bacs label {
  position: relative;
}

ul.wc_payment_methods li.payment_method_cod label::before,
ul.wc_payment_methods li.payment_method_bacs label::before {
  content: "\F2DB";
  position: absolute;
  font-family: "icons";
  color: #6706d6;
  left: -1.8rem;
  top: 0.2rem;
  font-size: 1.5rem;
  line-height: 0.9;
}

ul.wc_payment_methods li.payment_method_cod label::before {
  content: "\F2D7";
}

ul.wc_payment_methods li.wc_payment_method .payment_box p {
  font-size: 0.9rem;
}

.form-row.place-order button#place_order {
  width: 100%;
  border: none;
  background-color: #d60644;
  color: #fff;
  padding: 1rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
}

.form-row.place-order button#place_order:hover {
  background-color: #6706d6;
}

/* END Style CHeckout Page ------------------ */
div.woocommerce-order p {
  padding: 0.6rem;
  background-color: #e5e5e5;
  border-radius: 1rem;
  margin-top: 0.6rem;
}

div.woocommerce-order p.woocommerce-notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.13rem dashed #6706d6;
  padding: 1rem;
  border-radius: 1rem;
}

div.woocommerce-order p.woocommerce-notice span.text-thankyou {
  margin-right: 0.4rem;
  color: #6706d6;
}

ul.woocommerce-order-overview {
  display: flex;
  list-style: none;
  padding: 1rem;
  margin: 0;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}

ul.woocommerce-order-overview li {
  border-left: 0.2rem dashed #e5e5e5;
  padding: 0.5rem;
}

ul.woocommerce-order-overview li:last-child {
  border: none;
}

@media (max-width: 768px) {
  ul.woocommerce-order-overview li {
    border-bottom: 0.2rem dashed #e5e5e5;
  }
}

@media (max-width: 425px) {
  ul.woocommerce-order-overview li {
    width: 100%;
    border-left: none;
    border-bottom: 0.2rem dashed #e5e5e5;
  }
}

section.woocommerce-order-details {
  margin-bottom: 3rem;
}

section.woocommerce-customer-details {
  display: none;
}

section.col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

@media (min-width: 768px) {

  section.col2-set .col-1,
  section.col2-set .col-2 {
    width: 49%;
  }
}

@media (max-width: 767px) {

  section.col2-set .col-1,
  section.col2-set .col-2 {
    width: 100%;
    margin-bottom: 2rem;
  }
}

section.col2-set .col-1 address,
section.col2-set .col-2 address {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 0.1rem solid #e5e5e5;
  padding: 1rem;
  border-radius: 1rem;
}

section.col2-set .col-1 address p,
section.col2-set .col-2 address p {
  padding: 0.6rem;
  background-color: #e5e5e5;
  border-radius: 1rem;
  margin: 0.2rem 0;
  width: fit-content;
}

/* Start Style Page Login and Register -------------- */
body div.woocommerce {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body div.woocommerce {
  max-width: 1460px;
}

div.woocommerce .col2-set {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

div.woocommerce .col2-set .col-1,
div.woocommerce .col2-set .col-2 {
  flex: 0 0 auto;
  width: 49%;
  border: 0.13rem solid #e5e5e5;
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {

  div.woocommerce .col2-set .col-1,
  div.woocommerce .col2-set .col-2 {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.woocommerce-account form.woocommerce-form-login {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.woocommerce-account form.woocommerce-form-login p.woocommerce-form-row {
  display: initial;
  width: 100%;
}

.woocommerce-account form.woocommerce-form-login p.form-row {
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
}

.woocommerce-account form.woocommerce-form-login p.form-row label.woocommerce-form__label {
  width: auto;
}

form.register p.woocommerce-form-row {
  width: 100%;
}

form.register p.woocommerce-form-row button.woocommerce-Button {
  border: none;
  background-color: #e5e5e5;
  border-radius: 0.6rem;
  padding: 0.6rem 1rem;
  width: 9rem;
}

/* END Style Page Login and Register -------------- */

/* Start Style Page My Account =================== */
body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

nav.woocommerce-MyAccount-navigation {
  width: 20%;
  background-color: #6706d6;
  border-radius: 0.75rem;
  padding: 1rem;
}

.woocommerce-MyAccount-content {
  width: 78%;
}

.woocommerce-MyAccount-content p a {
  color: #0000ff;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #e5e5e5;
  border-radius: 0.6rem;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #242424;
}

li.woocommerce-MyAccount-navigation-link a {
  padding: 0.5rem 0.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-radius: 0.75rem;
  transition: all 0.3s;
}

li.woocommerce-MyAccount-navigation-link:hover a {
  background-color: #e5e5e5;
  color: #242424;
}

li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #e5e5e5;
}

li.woocommerce-MyAccount-navigation-link--customer-logout:hover a {
  background-color: #d60644;
  color: #fff;
}

header.woocommerce-Address-title.title a {
  color: #d60644;
}

.woocommerce-MyAccount-content button.button {
  border: none;
  background-color: #e5e5e5;
  width: 8rem;
  padding: 0.6rem;
  border-radius: 0.6rem;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
  display: none;
}

@media (max-width: 768px) {
  body.woocommerce-account div.woocommerce nav.woocommerce-MyAccount-navigation {
    flex: 0 0 auto;
    width: 100%;
  }

  body.woocommerce-account div.woocommerce .woocommerce-MyAccount-content {
    flex: 0 0 auto;
    width: 100%;
  }

  nav.woocommerce-MyAccount-navigation {
    margin-bottom: 1rem;
  }

  nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0;
  }

  tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.8rem;
    margin-bottom: 1rem;
  }

  form.woocommerce-EditAccountForm.edit-account p.form-row {
    width: 100%;
  }
}

/* END Style Page My Account =================== */

/* END Style Woocommerce Page ================== */