@charset "UTF-8";
.herlan-v3-single-product {
  background-color: #fff;
}
.herlan-v3-single-product .product-details-wrapper .herlan_single_product_tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.herlan-v3-single-product .product-details-wrapper .herlan_single_product_tags li {
  display: inline-block;
  margin-right: 5px;
  border-right: 2px solid #666;
  line-height: 1;
  padding-right: 5px;
}
.herlan-v3-single-product .product-details-wrapper .herlan_single_product_tags li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.herlan-v3-single-product .product-details-wrapper .herlan_single_product_tags li a {
  color: #666;
  font-size: 0.85rem;
}
.herlan-v3-single-product .product-details-wrapper .herlan-single-product-review-share-bar {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
}
.herlan-v3-single-product .product-details-wrapper .herlan-single-product-review-share-bar .share-dropdown {
  position: relative;
  display: inline-block;
}
.herlan-v3-single-product .product-details-wrapper .herlan-single-product-review-share-bar .share-dropdown .share-btn {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.herlan-v3-single-product .product-details-wrapper .herlan-single-product-review-share-bar .share-dropdown .share-btn::hover {
  background: red;
}
.herlan-v3-single-product .product-details-wrapper .herlan-single-product-review-share-bar .share-dropdown .share-menu {
  position: absolute;
  top: 22px;
  right: 0;
  background: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  display: none;
  z-index: 1000;
  white-space: nowrap;
}
.herlan-v3-single-product .product-details-wrapper .herlan-single-product-review-share-bar .share-dropdown .share-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.3s;
}
.herlan-v3-single-product .product-details-wrapper .herlan-single-product-review-share-bar .share-dropdown .share-menu a:hover {
  opacity: 0.8;
}
.herlan-v3-single-product .product-details-wrapper .herlan-single-product-review-share-bar .share-dropdown:hover .share-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product p.stock {
  margin: 0;
  padding: 0;
  border: 0;
}
body.herlan-single-product-in-stock .back-to-top {
  bottom: 150px;
}
body.herlan-single-product-in-stock.herlan_web_mobile_view footer.copyright {
  margin-bottom: 8.8rem !important;
}
.wpclv-attributes .wpclv-term a {
  width: 100%;
  height: 100%;
}
.wpclv-attributes .wpclv-term.out-of-stock a::after, .wpclv-attributes .wpclv-term.out-of-stock span::after {
  content: "✕";
  font-size: 11px;
  font-weight: bold;
  color: black;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpclv-attributes .wpclv-term.out-of-stock a::before, .wpclv-attributes .wpclv-term.out-of-stock span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: white;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.wpclv-attributes .wpclv-terms .wpclv-term, .wpclv-attributes .wpclv-terms .wpclv-term span, .wpclv-attributes .wpclv-terms .wpclv-term a {
  border-radius: 50%;
}
.wpclv-attributes .wpclv-terms .wpclv-term.active, .wpclv-attributes .wpclv-terms .wpclv-term:hover {
  border-color: #000;
}
.cart .single_add_to_cart_button {
  width: calc(92% - 90px);
}
#commercegurus-pdp-gallery-wrapper {
  position: relative;
}
#commercegurus-pdp-gallery-wrapper .tinvwl-commercekit_after_gallery {
  position: absolute;
  top: 0;
  right: 6%;
  z-index: 1;
}
.product-details-wrapper .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
  font-size: 40px;
  margin-top: -6px;
  margin-left: -4px;
}
.summary details summary {
  font-size: 1rem;
  text-transform: capitalize;
}
.summary details summary::after {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19M5 12H19' stroke='%234A5568' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.summary details[open] summary::after {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%234A5568' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.single-product .herlan-related-sections-wrapper {
  padding: 3rem 0;
}
.single-product .herlan-related-sections-wrapper .col-full {
  max-width: 1190px;
  margin: 0 auto;
}
.single-product .herlan-related-sections-wrapper .col-full .herlan-home-products-slider .container {
  margin-top: 2rem;
}
.single-product .herlan-related-sections-wrapper .col-full .herlan-home-products-slider:first-child .container {
  margin-top: 0;
}
div.product form.cart .quantity:has(input[type=hidden]) + button.single_add_to_cart_button {
  margin-left: 0;
  width: 92%;
}
@media (max-width: 768px) {
  section .container {
    width: 100%;
  }
  .single-product .product-details-wrapper .herlan-single-brand-info {
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 0.7rem 0 0.3rem 0;
    margin-bottom: 0.5rem;
  }
  .single-product .product-details-wrapper .product_title {
    font-size: 1rem;
    margin-bottom: 0.2rem;
  }
  .single-product .product-details-wrapper .woocommerce-variation-availability .stock {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
  .single-product .product-details-wrapper .cg-thumb-swiper .swiper-slide img {
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .single-product .product-details-wrapper .cg-thumb-swiper .swiper-slide.swiper-slide-active img {
    border: 1px solid #666;
  }
  .single-product .product-details-wrapper .cg-thumb-swiper .swiper-slide.swiper-slide-thumb-active img {
    border: 1px solid #666;
  }
}
@media (max-width: 991px) {
  .mobile-add-to-cart-wrapper {
    position: fixed;
    bottom: 58px;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    box-shadow: -4px 4px 16px 0 rgba(0, 0, 0, 0.08);
  }
  .mobile-add-to-cart-wrapper .stock {
    display: none;
  }
  .mobile-add-to-cart-wrapper form.cart {
    width: 95%;
    margin: 1em auto !important;
  }
  .mobile-add-to-cart-wrapper form.cart .quantity .input-text {
    height: 45px;
  }
  .mobile-add-to-cart-wrapper form.cart .single_add_to_cart_button {
    height: 45px;
    line-height: 45px;
  }
  .single-product .site-content .archive-header .col-full {
    background-color: #fff;
  }
  .wpclv-attributes .wpclv-attribute {
    margin-bottom: 0;
  }
  .product p.stock {
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .herlan-v3-single-product {
    padding-top: 30px;
  }
  .herlan-v3-single-product .woocommerce-breadcrumb {
    padding-top: 0;
    padding-left: 0;
  }
}
