/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1763718705
Updated: 2025-11-21 09:51:45

*/

/* HEADER CSS START */
.header-bb .col-3{
    justify-content:end !important;
}
/* HEADER CSS END */
/* CONTACT PAGE CSS start */

.contact-row .wpcf7 form label {
  font-size: 12px;
  font-weight: 500;
  color: #8D8D8D;
  display: block;
  margin-bottom: 25px;
  transition: color 0.3s ease;
  font-family: 'Poppins';
}
 
/* Highlight label when its input/textarea is focused */
.contact-row .wpcf7 form label:focus-within {
  color: #000000;
}
 
.contact-row .wpcf7 input[type="text"],
.contact-row .wpcf7 input[type="email"],
.contact-row .wpcf7 input[type="tel"],
.contact-row .wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #8D8D8D;
  padding: 8px 0;
  font-size: 14px;
  background: transparent;
  outline: none;
  color: #8D8D8D;
  transition: border-color 0.3s ease, color 0.3s ease;
}
 
/* Focus/active state */
.contact-row .wpcf7 input[type="text"]:focus,
.contact-row .wpcf7 input[type="email"]:focus,
.contact-row .wpcf7 input[type="tel"]:focus,
.contact-row .wpcf7 textarea:focus {
  border-bottom: 1px solid #000000;
  color: #000000;
}
 
/* Textarea height */
.contact-row .wpcf7 textarea {
  /* min-height: 90px; */
  resize: none;
  height: 56px;
}
 
/* Submit button styling (unchanged from image) */
.contact-row .wpcf7 input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 15px 48px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
 
.contact-row .wpcf7 input[type="submit"]:hover {
  background: #333;
}
 
/* Two-column rows */
.contact-row .wpcf7 form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
  text-align: left;
}
 
.contact-row .wpcf7 form .row .half {
  flex: 1;
  text-align: left;
}
 
/* Align last row (button) to right */
.contact-row .wpcf7 form .row:last-of-type {
  justify-content: flex-end;
}
 
 
.contact-row .wpcf7 form .row.button {
    display: block !important;
    text-align: left;
}
.contact-row .msg p{
  width:100%;
}
.contact-row .wpcf7-spinner{
  display:none;
}
.contact-columns-second{
  padding-left:50px;
}
.contact-row .social-wrapper{
  display:flex;
  gap:24px;
}
.contact-row .et_pb_blurb_container{
  padding-left:20px;
}
/* CONTACT PAGE CSS END */


/* popup single page CSS start */
.marketplace-button {
    padding: 12px 25px;
    background: #ec008c;
    color: #fff;
    border: 1px solid #ec008c !important;
    border: none;
    cursor: pointer;
    font-size: 17px;
    border-radius: 5px;
    transition: 0.3s ease;
}
.marketplace-button:hover {
    background: #ffffff;
    color: #ec008c;
    border: 1px solid #ec008c;
}

 .marketplace-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0; top: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
        }
.logos-wrapper {
    display: flex; 
    justify-content:center;
    align-items:center;
}
.popup-content {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    position: relative;
     display:flex;
    justify-content: center;
        }
.prod-sec-1 
{
z-index:9999;
}
.close-popup {
    position: absolute;
    right: 15px; top: 10px;
    cursor: pointer;
    font-size: 25px;
        }

.logos-wrapper a {
 display: inline-block;
margin: 15px;
        }

.market-logo {
 width: 120px;
        height: auto;
        }

/* popup single page CSS end */


/*product spec table css start  */

.babelois-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    font-family: 'Mulish';
    background: #00adef;
    border-radius: 20px;
    overflow: hidden;
}
.babelois-spec-table th {
    width: 20%;
    background: #00adef;
    font-weight: 600;
     font-size:14px !important;
    padding: 10px 15px !important;
    border: 1px solid #ddd;
    color: #ffffff;
    font-family: 'Mulish';
    text-align: left;
}
.babelois-spec-table td {
    width: 80%;
    font-size:14px !important;
    padding: 10px 15px !important;
    border: 1px solid #ddd;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Mulish';
}

/*spec table css end  */


/* FAQ Wrapper */
.product-faq-wrapper {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
}

/* FAQ Box */
.faq-box {
    border-bottom: 1px solid #ddd;
    padding: 0;
}
/* Question Style */
.faq-q {
    background: #ffffff;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
    color: black;
    font-family: 'Mulish';
}
/* Hover Effect */
.faq-q:hover {
    background: #eee;
}

/* Plus / Minus Icon */
.faq-q::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s;
}

/* Active State (Minus Icon) */
.faq-q.active::after {
    content: "-";
}
/* Answer Box */
.faq-a {
    display: none;
    padding: 15px 18px;
    background: #d2c9c9;
    color: #000;
    line-height: 1.6;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-family: 'Mulish';
}




/* All Tab Buttons (Inactive Default Style) */
#tab-description,
#tab-features,
#tab-ingredients,
#tab-howtouse {
    border: 1px solid #00adefE;
    padding: 10px 15px;
    cursor: pointer;
    color: #ec008c;
    background: white;
    display: inline-block;
    margin-right: 5px;
    transition: 0.3s;
}

/* Active Tab Style */
.active-tab {
    background: #ec008c !important;
    color: #fff !important;
    border-color: #ec008c !important;
}
.single-pro-col1{
 display:flex;
justify-content:center;
/*  align-items:center; */
gap:30px;
}

@media (max-width: 900px) {
  .single-pro-col1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

    .single-pro-col1 .et_pb_button_module_wrapper {
        flex: 0 0 auto; 
    }

    /* Optional: Smooth scroll */
    .single-pro-col1 {
        scroll-behavior: smooth;
    }

    /* Optional: Hide scrollbar on mobile Chrome/Safari */
    .single-pro-col1::-webkit-scrollbar {
        height: 6px;
    }
}


.variation-add .woocommerce-variation-add-to-cart{
 display:none;   
}

.variation-add .single_add_to_cart_button{
 display:none !important;   
}

.variation-add .woocommerce-variation-price .price {
    color: #ec008c !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 20px !important;
}

.variation-add .woocommerce-variation-price .price del,
.variation-add .woocommerce-variation-price .price ins {
    color: #ec008c !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 13px !important;
}


.variation-add .woocommerce-variation.single_variation {
    display:flex;
     align-items:center;
     gap:10px;
     
}

.variation-add p.stock.in-stock {
    font-size:13px !important;
    line-height:0em !important;
    color:#000000 !important;
    font-weight:700; !important;
}
@media(max-width:980px){
	.contact-sec .contact-row{
    display:flex;
    flex-direction:column-reverse
}
}