#mw-top-message{
font-family: 'Poppins', sans-serif;
background-color:#C2185B !important;
}
.checkout-modal-products-wrapper .decrement{
  background-color:#C2185B !important;
  border:1px solid #C2185B !important;
}
.checkout-modal-products-wrapper .increment {
  background-color:#C2185B!important;
  border:1px solid #C2185B !important;
}
.text-danger{
  color:#C2185B !important;
}
.mw-checkout-modal-buttons{
background:  #8BC34A !important;
color: white !important;
padding: 3px 8px; 
font-size:16px !important;
border: none;
border:1px solid #8BC34A !important;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
cursor: pointer;
transition: all 0.3s ease-in-out;
text-transform:uppercase !important;
font-family: 'Poppins', sans-serif;
}
#btn-mw-module-1739584065942-contact-form-btn{
  background:  #8BC34A !important;
color: white !important;
padding: 3px 8px; 
font-size:16px !important;
border: none;
  height:50px !important;
border:1px solid #8BC34A !important;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
cursor: pointer;
transition: all 0.3s ease-in-out;
text-transform:uppercase !important;
font-family: 'Poppins', sans-serif;
}
.mw-checkout-modal-buttons{
background:  #8BC34A !important;
color: white !important;
padding: 3px 8px; 
font-size:16px !important;
border: none;
border:1px solid #8BC34A !important;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
cursor: pointer;
transition: all 0.3s ease-in-out;
text-transform:uppercase !important;
font-family: 'Poppins', sans-serif;
}
.btn-links ,a{
 color:#000 !important;
}
#mw-element-1738995360294,#mw-element-1738999703493,#mw-element-1739584065946{
 font-family: 'Poppins', sans-serif;
}
#mw-element-1738997863494,.story-text{
  font-family: 'Poppins', sans-serif;
color:#686868  !important;
}
.mobile-header{
 margin-top:-15px !important;
}
.review-card-rating {
margin-top:-5px !important;
font-family: 'Poppins', sans-serif;
color:#FFBF00 !important;
}
.img-as-background{
height:250px !important;
}
#mw-element-1738995360288,#mw-element-1738996502272{
  font-family: 'Poppins', sans-serif;
  color:#8BC34A !important;
}
.price{
color:#000 !important;
font-weight:600 !important;
font-family: 'Poppins', sans-serif;
}
#mw-element-1738561226627 ,#mw-element-1738997863493,#mw-element-1738999703490,#mw-element-1739000855256,#mw-element-1739008818733,#mw-element-1739584065943{
  font-family: "Playfair Display", Sans-serif !important;
  font-size: 40px !important;
  color: #C2185B !important;
}
.shop-products-skin-2-btn .btn-outline-primary{
  width:100%;
background:  #8BC34A !important;
color: white !important;
padding: 3px 8px; 
border: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
cursor: pointer;
transition: all 0.3s ease-in-out;
text-transform:uppercase !important;
font-family: 'Poppins', sans-serif;
  
}
/*green button */
#btn-mw-module-1738561228312 {
  background-color: #8BC34A !important;
  border: 1px solid #8BC34A !important;
  width: 200px; 
  padding: 10px 20px; 
  border-radius: 8px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transition: all 0.3s ease-in-out; 
}
#btn-mw-module-1738561228312:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px); 
}
/*green button END*/
#mw-element-1738563062091{
  font-family: 'Poppins', sans-serif;
  color:#97a3b3 !important;
}
#mw-element-1738561226628{
 font-family: 'Lucida Handwriting', cursive;
  color:#FF5370 !important;
}
.top-header-title{
margin-left:440px !important;
font-size:18px !important;
color:#fff !important;
font-family: 'Poppins', sans-serif;
font-weight:450 !important;
}
@media (max-width: 768px) {
.top-header-title{
margin-left:40px !important;
font-size:16px !important;
color::#00008B !important;
font-family: 'Poppins', sans-serif;
}
  #mw-element-1739001760169,#mw-element-1739003709089{
	margin-top:20px !important;
  }
.img-as-background{
height:150px !important;
}
}
.container {
        max-width: 1200px;
        margin: auto;
        text-align: center;
    }
    .section-title {
        color: #d28064;
        font-size: 16px;
        font-weight: bold;
	  font-family: 'Poppins', sans-serif;
    }
    .section-heading {
        font-size: 28px;
        font-weight: bold;
        margin: 10px 0;
	  font-family: 'Poppins', sans-serif;
    }
    .feature-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin: 30px 0;
    }
    .feature-box {
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .feature-icon {
        width: 50px;
        margin-bottom: 10px;
    }
    .feature-title {
        font-size: 18px;
        font-weight: bold;
	  font-family: 'Poppins', sans-serif;
    }
    .feature-description {
        font-size: 14px;
        color: gray;
        margin-top: 5px;
	  font-family: 'Poppins', sans-serif;
    }
    .info-section {
        text-align: left;
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    }
    .info-list {
        list-style: none;
        padding: 0;
	  font-family: 'Poppins', sans-serif;
    }
    .info-list li {
        display: flex;
        align-items: center !important;
        font-size: 16px;
        margin-bottom: 10px;
	   text-align: left;
	  font-family: 'Poppins', sans-serif;
    }
    .check-icon {
        width: 20px;
        margin-right: 10px;
    }
    .btn-read-more {
        background:  #8BC34A !important;
color: white !important;
padding: 15px 14px; 
border: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
cursor: pointer;
transition: all 0.3s ease-in-out;
text-transform:uppercase !important;
font-family: 'Poppins', sans-serif;
    }
#mw-element-1738821516443,.info-text,.section-title,#mw-element-1738821516425{
   font-family: 'Poppins', sans-serif;
}
#mw-element-1738990523160{
  color:#C2185B !important;
  font-size:30px !important;
 
}
#btn-mw-module-1738993676366-contact-form-btn{
  background:  #8BC34A !important;
color: white !important;
padding: 3px 8px; 
border: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
cursor: pointer;
transition: all 0.3s ease-in-out;
text-transform:uppercase !important;
font-family: 'Poppins', sans-serif;
}
#mw-element-1738995360290,#mw-element-1738996502289{
font-family: "Playfair Display", Sans-serif !important;
color:#C2185B  !important;
}
/*ABOUT US SECTION */
.story-container {
            max-width: 800px;
            margin: 0 auto;
            background: #fff;
            padding: 20px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            text-align: center;
        }
        .story-title {
            font-size: 28px;
            color: #d35400;
            margin-bottom: 10px;
        }
        .story-subtitle {
            font-size: 22px;
            color: #333;
            margin-bottom: 15px;
        }
        .story-text {
            font-size: 16px;
            text-align: justify;
            margin-bottom: 15px;
        }
        .story-image-container {
            text-align: center;
            margin-bottom: 15px;
        }
        .story-image-container img {
            max-width: 100%;
            border-radius: 10px;
        }
        @media (max-width: 600px) {
            .story-container {
                padding: 15px;
            }
            .story-title {
                font-size: 24px;
            }
            .story-subtitle {
                font-size: 20px;
            }
            .story-text {
                font-size: 14px;
            }
        }
/*ABOUT US SECTION END */
/*PRICE LIST */
.package-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }
        .subscription-box {
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            width: 270px;
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s;
        }
        .subscription-box:hover {
            transform: scale(1.05);
        }
        .starter-plan { background: linear-gradient(135deg, #ff9a9e, #fad0c4); }
        .value-plan { background: linear-gradient(135deg, #fbc2eb, #a6c1ee); }
        .ultimate-plan { background: linear-gradient(135deg, #ffecd2, #fcb69f); }
        .elite-plan { background: linear-gradient(135deg, #a1c4fd, #c2e9fb); }
        .subscription-box h2 {
            font-size: 1.8em;
            margin-bottom: 10px;
            color: #333;
		  font-family: 'Poppins', sans-serif;
        }
        .subscription-box p {
            font-size: 1.2em;
            color: #555;
		  font-family: 'Poppins', sans-serif;
        }
        .cost {
            font-size: 2em;
            font-weight: bold;
            margin: 15px 0;
            color: #222;
		  font-family: 'Poppins', sans-serif;
        }
        .benefits-list {
            list-style: none;
            padding: 0;
            color: #333;
		  font-family: 'Poppins', sans-serif;
        }
        .benefits-list li {
            margin: 8px 0;
		  font-family: 'Poppins', sans-serif;
        }
        .action-btn {
            display: inline-block;
            margin-top: 15px;
            padding: 12px;
            background-color: white;
            color: #333;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
		  font-family: 'Poppins', sans-serif;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        }
        @media (max-width: 768px) {
            .package-container {
                flex-direction: column;
                align-items: center;
            }
        }
/*PRICE LIST END*/
/*Cateogry section*/
.container-120{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            max-width: 100%;
            width: 100%;
        }

        .box-120 {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
        }

        .box-120 img {
            width: 100%;
            display: block;
            border-radius: 10px;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 20px;
            color: white;
        }

        .overlay h3 {
            font-size: 18px;
            text-transform:uppercase !important;
		  color:#fff !important;
        }

        .order-btn {
            background:  #8BC34A !important;
color: white !important;
padding: 3px 8px; 
font-size:16px !important;
border: none;
border:1px solid #8BC34A !important;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
cursor: pointer;
transition: all 0.3s ease-in-out;
text-transform:uppercase !important;
font-family: 'Poppins', sans-serif;
        }

        .order-btn:hover {
            background-color: #8b5e34;
        }