/*
Theme Name: Eternal Bright
Theme URI: https://theeternalbright.com/
Author: Sanjay Idhatiya (Mindbox Technologies)
Author URI: https://www.mindboxtechnologies.com/
Description: Eternal Bright is a modern, responsive WordPress theme developed for the Eternal Bright skincare brand. Built with WooCommerce support, it is optimized for performance, accessibility, and clean UI/UX—tailored for beauty and wellness eCommerce websites.
Version: 2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eternalbright
Tags: eCommerce, WooCommerce, responsive, skincare, beauty, minimal, clean, custom
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.why-trust {
  padding: 15px;
}
.whyteamimg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 0 6px #0000006b;
  margin: 0 auto 10px;
}
.whyteamimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whyteambox {
  text-align: center;
}
.whyteambox h3 {
  margin-bottom: 5px;
  font-size: 24px;
}
.whyteambox h5 {
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
.highspace p:empty {
  display: none;
}
.why-trust p br {
  display: none;
}
.highspace {
  background: #ebf5f7;
  margin-bottom: 50px;
  padding: 0px !important;
}
.why-trust p:empty {
  display: none;
}

.highspace .col-md-6 {
  align-items: center;
  display: flex;
  padding: 0px;
}
.highspace .wrap {
  padding: 15px 30px;
}
.whyteamlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
.whyteamlist .whyteambox {
  width: 20%;
  padding: 10px;
}

.wpcf7-form textarea:focus,
.wpcf7-captchar:focus,
.wpcf7-form .wpcf7-date:focus,
.wpcf7-form .wpcf7-number:focus,
.wpcf7-form .wpcf7-quiz:focus,
.wpcf7-form .wpcf7-select:focus,
.wpcf7-form .wpcf7-text:focus {
  border-color: #d2d2d2;
}
.homeVideo video {
  width: 100%;
  object-fit: contain;
  height: 615px;
}
@media (max-width: 991px) {
  .highspace {
    padding: 0px !important;
  }
  .whyteamlist .whyteambox {
    width: 20%;
  }
  .homeVideo video {
    height: 200px;
  }
  .product-form-group {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .whyteamlist .whyteambox {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .whyteamimg {
    width: 150px;
    height: 150px;
  }
}

.mrp-incls {
  font-size: 10px;
  font-weight: normal;
  display: block;
  color: #000;
}
.product-total .mrp-incls {
  display: inline-block;
  width: 90px;
}
tfoot .cart-subtotal span.mrp-incls,
tfoot .order-total span.mrp-incls {
  display: none;
}
.price {
  width: 100%;
}
.summary video {
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

@media (min-width: 641px) and (max-width: 992px) {
  .mobileShop .cols-md-4 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 640px) {
  .mobileShop .product-media img:first-child {
    height: 150px;
    object-fit: contain;
    background: #f3f3f3;
  }
}
.mobileShop .product {
  font-size: 1.4rem;
  color: #c71a78;
  padding-bottom: 60px;
}
.mobileShop .title {
  font-size: 2rem;
  font-weight: 400;
}
.mobileShop .product-details {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
}

.mobileShop .product-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mobileShop .woocommerce div.product p.price,
.mobileShop .woocommerce div.product span.price {
  font-size: 0.9em;
}
.mobileShop .mrp-incls {
  display: none;
}
.mobileShop .woocommerce .product-wrap .star-rating {
  display: none;
}
.mobileShop .product-name {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.mobileShop .woocommerce div.product p.price,
.mobileShop .woocommerce div.product span.price {
  font-size: 0.8em;
}
.mobileShop .main .woocommerce a.button {
  padding: 0.5em 0 !important;
}
.mobileShop .title {
  font-size: 2rem;
  font-weight: 400;
}
.mobileShop .title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.main .mobileShop .woocommerce {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce a.added_to_cart {
  padding: 0.8em 0 !important;
  background-color: #fff !important;
  color: #3d5265;
  text-transform: uppercase;
  max-width: 51%;
  cursor: pointer;
  border: 1px solid #efefef !important;
  font-weight: 400;
  border-radius: 0 !important;
  line-height: 1.6;
  margin-left: 0px;
  width: 100%;
  position: absolute;
  left: 0;
  margin-left: 0;
}

.woocommerce a.added_to_cart.wc-forward:before {
  content: "\e962";
  border-radius: 0;
  border-bottom: none;
  transition: transform 0.4s;
  font-family: "donald" !important;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
}
.product-details .btn-product {
  max-width: 100%;
}

.woocommerce-checkout-review-order-table img {
  visibility: hidden;
  display: none;
}
/* .woocommerce-checkout-review-order-table tfoot tr:last-child td {
    background: url('https://eclatsuperior.com/wp-content/uploads/2023/03/offer-checkout.png') no-repeat center center;
    background-size: contain;
}*/
.newsletter-popup {
  max-width: 360px !important;
}
.newsletter-popup img {
  max-height: 700px !important;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767px) {
  .newsletter-popup {
    height: auto;
    background: #bf060c;
    max-width: 300px !important;
  }
  .newsletter-popup .col-sm-12 {
    display: flex;
    flex-direction: column;
  }
  .mfp-container {
    padding: 0;
  }
  .mfp-content .mfp-close {
    top: 15px;
    right: 15px;
    z-index: 9999;
    color: #fff;
    opacity: 1;
  }
  .mfp-close::before,
  .mfp-close::after {
    background: #fff;
  }
  .main .woocommerce a.button {
    width: 100%;
    margin-bottom: 5px;
  }
  .product-action {
     
    flex-direction: column;
  }
  .product-action .btn-product-outline {
    width: 100%;
    margin-bottom: 5px;
  }
   
  .product-name-section {
    padding: 0 15px;
    text-align: center;
  }
	
}
.product-qty label {
  display: none;
}
.no-serum {
  display: none;
}
.bundle_wrap .bundle_add_to_cart_button {
  width: 100%;
}
.bundle_button {
  margin-bottom: 15px;
}
.u-column1.col-1.woocommerce-Address {
  max-width: 100%;
}

.newsletter-popup {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
  transition: transform 0.18s, opacity 0.18s;
}

.newsletter-popup.mfp-hide {
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.18s, opacity 0.18s;
}

.newsletter-popup img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
  transition: transform 0.18s, opacity 0.18s;
}
.fadeOutPro p br {
  display: none;
}
.newsletter-popup.mfp-hide img {
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.18s, opacity 0.18s;
}

.pro-offer {
  border: 1px solid #8fe0f9;
  padding: 15px;
  margin-bottom: 15px;
  background: #def7ff;
  display: none !important;
}
.pro-offer h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.pro-offer p {
  margin: 0;
  font-size: 15px;
  color: #000;
  line-height: 1.4;
}

.header-top .owl-item:nth-child(2) h4.icon-box-title.text-white {
  font-size: 0;
}
/* .header-top .owl-item:nth-child(2) h4.icon-box-title.text-white:after { content: "AVAIL40% INSTANT DISCOUNT: CODE: FEST40"; color:#fff; font-size: 1.5rem;} */

.custom-badge {
  width: auto;
  height: 26px;
  line-height: 26px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 10px;
  color: #fff;
  background: #ef5350;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding-right: 15px;
}
.custom-badge:before,
.custom-badge:after {
  content: "";
  position: absolute;
}
.custom-badge:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.custom-badge:after {
  height: 0;
  width: 0;
  right: -14px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;

  border-left: 15px solid #ef5350;
  border-left: 15px solid var(--backgroundColor);
}
.custom-badge {
  background-color: #ef5350;
  background-color: var(--backgroundColor);
}
.product-details {
  position: initial;
}
.product.product-single .custom-badge {
  top: 38px;
  left: 16px;
}

.product-single .product-name {
  margin-top: 1rem;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
  display: block !important;
}

.woocommerce-info {
  display: none;
}
.cart-actions .coupon {
  display: none;
}

.tm-extra-product-options input.use_images {
  position: absolute !important;
  left: 15px;
  top: 13px;
  display: block !important;
  z-index: 111;
}

.pswp img {
  object-fit: contain;
}

.product-name-section dt.tc-name {
  display: none !important;
}

.product-name-section dd.tc-value {
  border-top: 1px solid #ccc;
  margin-top: 5px !important;
  padding-top: 5px;
}
.woocommerce div.product {
  background: #fff;
}
.product-action {
  bottom: 0;
}
.product-wrap .product {
  box-shadow: rgb(130 136 148 / 12%) 0 0 0 1px,
    rgb(130 136 148 / 24%) 0 8px 12px -4px;
}
.product-wrap .product {
  background: #fff;
}

.shop-by-category .product-media {
  position: relative;
}
.shop-by-category .product-media h4 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  position: absolute;
  top: 40px;
  left: 30px;

  text-align: left;
}
.shop-by-category .desc {
  position: absolute;
  top: 100px;
  left: 23px;
  text-align: left;
  width: 190px;
  pointer-events: none;
}

.shop-by-category .desc p {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.2px;
  margin: 0;
  position: relative;
  pointer-events: none;
}

.shop-by-category .desc p:after {
  content: "ʽʽ";
  font-size: 38px;
  position: absolute;
  letter-spacing: -4px;
  transform: rotate(180deg);
  line-height: 10px;
  margin-left: 5px;
  margin-top: -5px;
  color: #cfd1d2;
}
.shop-by-category .desc p:before {
  content: "ʽʽ";
  font-size: 38px;
  position: absolute;
  letter-spacing: -4px;
  line-height: 10px;
  margin-left: -15px;
  margin-top: 10px;
  color: #cfd1d2;
}

.best-selling .product-media {
  position: relative;
}
.best-selling .product-media h4 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
  top: 10%;
  left: 10%;
  text-align: center;
  line-height: 0.9;
  width: 80%;
}
.best-selling .desc {
  position: absolute;
  top: 35%;
  left: 33%;
  text-align: center;
  width: 65%;
  pointer-events: none;
  height: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.best-selling .desc p {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 100%;
  letter-spacing: -0.2px;
  margin: 0;
  position: relative;
  pointer-events: none;
  line-height: 1;
  text-align: center;
}
.best-selling .col-lg-3:nth-child(3) .product-media h4 {
  top: 9%;
}

.best-selling .product-media b {
  display: block;
  font-size: 1.5rem;
  margin-top: 5px;
}
.product-single .product-image {
        height: auto;
    }
@media (max-width: 767px) {
	.product {
    
    padding-bottom: 110px;
}
	
  .product-single .product-details {
    padding: 30px;
    
    margin: 0px 0px 15px;
}
.product-single .product-details {
    padding: 15px 30px;
    
    margin: 0px 0px 15px;
}

    
	
  .product-single .owl-item:first-child {
    background: #fff;
  }
  .product-gallery {
    padding: 10px 0 0;
  }
  .shop-by-category .product-media h4 {
    font-size: 1.8rem;
    padding: 0;
    width: 120px;
    top: 15px;
    left: 22px;
  }
  .shop-by-category .desc {
    top: 45px;
    left: 23px;
    width: 100px;
  }
  .shop-by-category .desc p {
    line-height: 1.2;
    font-size: 10px;
  }
  .shop-by-category .desc p:before {
    font-size: 40px;
    line-height: 10px;
    margin-left: -15px;
    margin-top: 10px;
  }
  .shop-by-category .desc p:after {
    font-size: 40px;
    margin-left: 5px;
    margin-top: -10px;
  }
  .shop-by-category .desc p br {
    display: none;
  }
  .best-selling .product-media h4 {
    font-size: 1.2rem;
    padding: 0;
    width: 140px;
    top: 20px;
    left: 17px;
  }
  .best-selling .desc {
       top: 66px;
                left: 36%;
        width: 100px;
  }
  .best-selling .desc p {
    line-height: 1;
    font-size: 9px;
  }
  .best-selling .product-media b {
    font-size: 1rem;
    margin-top: 5px;
  }

  .best-selling .col-lg-3:nth-child(3) .product-media h4 {
            top: 15px;
        width: 140px;
        left: 8px;
    }
  }
	
}
.home-page .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
}

.tc-product-image {
    margin: 0;
    height: 100px;    
}

.tc-product-image img {
    object-fit: contain;
    height: 100% !important;
}

.tc-epo-element-product-container-wrap .product-title {
    font-size: 1.6rem;
    font-weight: 500;
}

.bundled_product_title_inner {
    font-size: 1.6rem;
    font-weight: 500;
}

.bundled_product_summary .bundled_product_images img {
    width: 100%;
    height: 100px;
    display: block;
    object-fit: contain;
}

.tc-epo-element-product-container {    
    display: flex;    
    align-items: center;     
}

.tc-epo-element-product-li-container .tcwidth-30 {
    --flex-items: calc(100 / 20);
}
.tc-epo-element-product-li-container .tcwidth-70 {
    --flex-items: calc(100 / 80);
}

.p-price {
    position: absolute;
    bottom: 6px;
    right: 8px;
    line-height: 1;
    text-align: right;
    font-family: "Roboto",sans-serif;
}

.p-price span {font-weight: 600;}

.p-price span.mrp-incls {
    font-weight: 400;
    font-size: 9px;
    margin-top: 3px;
}

@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 720px;
  }
.p-price {
    position: absolute;
    bottom: 8px;
    right: 8px;
    line-height: 1.4;
 
    font-size: 10px;
}
	.p-price span.mrp-incls {
    
    font-size: 7px;
	}
}
@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}
/* 
.woocommerce-product-details__short-description:after {
    content: "";
    margin-bottom: 20px;
    display: block;
	background:url(https://eclatsuperior.com/wp-content/uploads/2024/08/offer-1.png) no-repeat;
	background-size:contain;
	height:114px;
	width:100%;
}
.order-table {   
    display:block;
}
table.order-table.woocommerce-checkout-review-order-table:after
 {
    content: "";
    margin-bottom: 20px;
    display: block;
	background:url(https://eclatsuperior.com/wp-content/uploads/2024/08/offer-1.png) no-repeat;
	background-size:contain;
	height:114px;
	width:100%;
} */

.product-banner { text-align: center; margin-bottom: 20px;}
.product-banner img { max-width: 100%;height: auto; }

.hairCarePage h1, .hairCarePage h2, .hairCarePage h3, .hairCarePage h4, .hairCarePage h5, .hairCarePage h6 {    font-family: Poppins, sans-serif;}

.hairCarePage img.bannerTxt {
    position: absolute;
    top: 190px;
    left: 50px;
}
.hairCarePage .hairBannerWrap {
    position: relative;
    text-align: right;
}
.hairCarePage .highspace {
    background: #F7F1FF;    
}
.hairCarePage h4 {
    font-size: 2rem;
    margin-bottom: 0;
}
.hairCarePage .proinfo ul {
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.hairCarePage h2 {
    font-size: 2.4rem;
}
.hairCarePage ul:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    
}

@media (max-width: 767px) {

.hairCarePage .hairBannerWrap {
    position: relative;
    text-align: center;
}
.hairCarePage img.bannerTxt {
    max-width: 80%;
    margin: 0 auto;
    left: 0;
    position: relative;
    top: 0;
}
.hairCarePage .col-md-3 {
    text-align: center;
}
}

.wp-block-woocommerce-checkout { 
    margin: 0 auto !important;
    max-width: 1280px;
}

.post-details h3 {
    font-size: 2rem;
}