@charset "UTF-8";
html body.single-product .quantity {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  gap: 0px !important;
}
html body.single-product .quantity input.plus,
html body.single-product .quantity input.minus {
  padding: 0 !important;
  border: 0 !important;
  color: #656565 !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 5px !important;
}
html body.single-product .quantity input {
  border: none !important;
  border-radius: 0 !important;
  text-align: center !important;
  max-width: 100px !important;
}
html body.single-product .quantity input[type=number]::-webkit-inner-spin-button,
html body.single-product .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html body.single-product .quantity input[type=number] {
  -moz-appearance: textfield !important;
}
html body.single-product .quantity .minus:hover, html body.single-product .quantity .minus:focus,
html body.single-product .quantity .plus:hover,
html body.single-product .quantity .plus:focus {
  color: #fff !important;
}
html body.single-product .quantity .minus:active,
html body.single-product .quantity .plus:active {
  color: #49281b !important;
}
html body.single-product .quantity:hover .qty, html body.single-product .quantity:focus .qty {
  outline: 0px !important;
}

.single-product .button,
.single-product .single_add_to_cart_button,
.single-product .added_to_cart {
  padding: 8px 25px 8px 25px !important;
  position: relative;
  border-radius: 80px !important;
  overflow: hidden;
  font-weight: 600 !important;
  text-transform: inherit !important;
}
.single-product .button:hover,
.single-product .single_add_to_cart_button:hover,
.single-product .added_to_cart:hover {
  color: #fff !important;
  background: #000 !important;
}
.single-product .added_to_cart {
  text-transform: capitalize !important;
}
.single-product .product-attr-label {
  font-weight: 600 !important;
}

.woocommerce div.product.elementor ul.tabs {
  border-bottom: 1px solid #c9c9c9;
}
.woocommerce div.product.elementor ul.tabs li.active {
  border-bottom: 1px solid #49281b !important;
}
.woocommerce div.product.elementor ul.tabs li.active a {
  color: #49281b !important;
  font-weight: 600 !important;
}
.woocommerce div.product.elementor ul.tabs li a {
  background: transparent !important;
  color: #515151 !important;
  padding: 0px !important;
}

@media only screen and (max-width: 1040px) {
  .e-atc-qty-button-holder {
    flex-wrap: wrap !important;
  }
  .e-atc-qty-button-holder .added_to_cart {
    width: 100%;
    max-width: 260px;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .e-atc-qty-button-holder {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .e-atc-qty-button-holder .single_add_to_cart_button,
  .e-atc-qty-button-holder .added_to_cart {
    width: 100%;
    max-width: 200px;
    margin: 20px 0 0 !important;
    font-size: 14px !important;
    height: 38px;
    font-weight: 600 !important;
  }
  .elementor-add-to-cart form.cart {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
  }
  .elementor-add-to-cart form.cart .shiprocket-headless {
    margin-top: 10px !important;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart,
  .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart,
  .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
  }
}
@media (max-width: 768px) {
  html body.single-product .quantity {
    height: auto !important;
  }
  .woocommerce-tabs .tabs.wc-tabs {
    display: none !important;
  }
  .wc-accordion-header {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  .wc-accordion-header.active {
    color: #49281b !important;
    font-weight: 600 !important;
  }
  .wc-accordion-header::after {
    content: "+";
    font-size: 22px;
    font-weight: bold;
  }
  .wc-accordion-header.active::after {
    content: "−";
  }
  .wc-accordion-content {
    display: none;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
  }
}
.wpgs-for .slick-arrow,
.wpgs-for .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .wpgs-for .slick-dots {
    display: block !important;
  }
  .wpgs-for .slick-dots li button:hover, .wpgs-for .slick-dots li button:focus {
    background-color: transparent !important;
  }
  .wpgs-for .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}

.wc-proceed-to-checkoutt {
  width: 276px;
}
@media only screen and (max-width: 1040px) {
  .wc-proceed-to-checkoutt {
    width: 276px;
  }
}
@media only screen and (max-width: 991px) {
  .wc-proceed-to-checkoutt {
    width: 100% !important;
  }
  .wc-proceed-to-checkoutt .sr-headless-checkout {
    max-width: 250px;
    margin: 0 auto !important;
    font-size: 14px !important;
    height: 38px;
    font-weight: 600 !important;
    display: flex;
    justify-content: center;
  }
}

.sr-powered-by {
  display: none !important;
}

.single-product-image {
  position: relative;
}
.single-product-image .wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}
.single-product-image .wishlist-btn .woosw-btn {
  height: 40px;
  width: 40px;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-content .title h1 {
  font-size: 24px !important;
  line-height: 32px !important;
}
.product-content .post-term a {
  font-size: 14px !important;
  line-height: 20px !important;
  border-radius: 20px;
  font-weight: 500;
  padding: 5px 15px;
  background: #fff;
  border-bottom: 2px solid #ffc600 !important;
}
.product-content .woocommerce-Price-currencySymbol {
  top: -16px;
  font-size: 16px !important;
  line-height: 1 !important;
  position: relative;
}
.product-content .price del {
  text-decoration: none;
  display: inline-flex;
  opacity: 1;
  color: #a1a1a1 !important;
}
.product-content .price del .woocommerce-Price-amount {
  text-decoration: line-through;
  margin-top: 0;
  position: relative;
  font-weight: 400 !important;
}
.product-content .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  position: absolute;
  left: -10px;
  top: -4px;
}
.product-content .woocommerce-Price-amount bdi {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.wpgs-nav .slick-slide img {
  padding: 0 5px !important;
}
.wpgs-nav .slick-slide.slick-current img {
  border: 1px solid rgba(73, 40, 27, 0.5);
}
@media only screen and (max-width: 991px) {
  .wpgs-nav {
    display: none;
  }
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  background: #fffcf2 !important;
  border-radius: 10px !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul {
  padding-left: 15px !important;
}

/* Hide default Add to Cart after product is added */
.add_to_cart_button.added {
  display: none !important;
}

/* Always show View Cart button */
a.added_to_cart.wc-forward {
  display: inline-flex !important;
}/*# sourceMappingURL=product-details.css.map */