:root{

    --white:#ffffff;

    --black:#000000;

    --background:#166261;

    --gray:#606060;

    --dark_gray:#231F20;

    --sliderBG:#f6f6f6;

    --yellowBg:#FFF4D8;

    --placeholderText:#9E9E9E;

    --facebookBtn:#4267B2;

    --greenText:#108B2A;

    --rewardsText:#404040;

    --minusText:#EA0000;

}

/* *{
    overflow-x:hidden;
} */

.offcanvas-body .offcanvas_footer{
    display:none!important;
}

body{

    margin:0;

    padding:0;

    font-family: 'Jost', sans-serif;

    overflow-x: hidden;

}


section{
    z-index:0;
}

.fw-400{

    font-weight: 400;

}

.fw-500{

    font-weight: 500;

}

.fw-600{

    font-weight: 600;

}

.fw-700{

    font-weight: 700;

}


.text-black{
    color: var(--black);
}

.f40{
    font-size:40px;
}

.f58{
    font-size:2.5rem
}

.f80{
    font-size:3.8rem;
}
@media(max-width:992px){
.f58{
    font-size:2rem
}

.f80{
    font-size:2.5rem;
}

}
.f30{

    font-size:22px;

}
.f32{

    font-size:32px;

}

.f24{

    font-size:20px;

}

.f22{

    font-size:18px;

}



.f20{

    font-size:20px;

}



.f18{

    font-size:1.3rem;

}



.f16{

    font-size:16px;

}

.f14{

    font-size:14px;

}

.f12{

    font-size:12px;

}

.fw-medium{
    font-weight:500 !important;
}

.sidebar-container .form-check-input:checked {
    border:0;

}
.form-check-input:focus{
    border-color:rgba(0,0,0,.25);
    box-shadow:none;
}
.form-check-input:checked{
    border-color:rgba(0,0,0,.25);
    box-shadow:none;
}


.form-select:focus{
    border-color: #ced4da;
    box-shadow: none;
}



/* header */

.navbar .dropdown-item:hover{
    color:var(--white)!important;
    background-color: var(--background)!important;
}

.w100{

    width:100%;

}



.paddingX{

    padding-left:260px;

    padding-right:260px;

}



.discountDiv{



    background-color: var(--background);

    color: var(--white);

    font-size: 14px;

    font-weight: 700;

    height:43px;

}



.cartDiv{

    background-color: var(--background);

    width:fit-content;

    height:auto;

    padding:7px;

    border:1px solid transparent;

    border-radius: 50%;
	position: relative!important;
}
.deliveryDiv{

    background-color: var(--background);



    padding:7px;

    border:1px solid transparent;

    border-radius: 20px;

    text-decoration:none;

    color: var(--white);

}
.deliveryDiv:hover{

    background-color: var(--background);



    padding:7px;

    border:1px solid transparent;

    border-radius: 20px;

    text-decoration:none;

    color: var(--white);

}

.logoImg{

    width: 430px;

    height: 43px;

}



.Navbar2 .navbar-nav li a{

    color: var(--white);

    font-weight: 400;

    

}

.Navbar2 .navbar-nav li a:hover{

    color: var(--white);

}

.Navbar2 .navbar-nav li a:focus{

    color: var(--white);

}



.Navbar2 .dropdown-menu li a{

    color: var(--black);

}

.Navbar2 .dropdown-menu li:hover a{

    color: var(--white);

    background-color: var(--background);

}





.locationImg{

    position: absolute;

    top:10px;

    left:20px;

}



.userDropdown .dropdown-toggle::after 

{

    display: none;

}

.userDropdown .dropdown-menu[data-bs-popper] 

{

    left:-120px;

}


.SearchAbsolute{
    position: absolute;

    top:12px;

    left:20px;

}


input[type="search"]::placeholder{

    color: var(--placeholderText);

}


.form-control:focus{

    box-shadow:none;

    border-color: #ced4da;
}


/* .Navbar2 .navbar-nav .dropdown:hover .dropdown-menu{

    display: block;

} */



/* home */



.home{

    background-image: url('../images/home_banner_bg.jpg');

    background-repeat: no-repeat;

    background-position: bottom center;

    background-size: cover;
    clip-path: url(#imgMask);
    height: 80vh;
    width:100%;

    overflow: hidden;

}


/* 
.shadowText{

    color: var(--white);



    font-size:100px;

    font-weight: 700;

    line-height:1em;


} */

.shadowText{

    color: var(--background);

    text-shadow: -5px -3px 1px var(--white);

    font-size:100px;

    font-weight: 700;



}

.ritualsText{
    color: #FFE4AD!important;
}


.homeP{
    color:var(--white);
    font-size: 28px;

    font-weight: 400;

    letter-spacing: 5px;

}



/* Benefits */



.main_title{

    font-size: 24px;

    font-weight: 700;

    text-align: center;

}



.f18{

    font-size:1.3rem;

    color: var(--dark_gray);

}



.f28{

    font-size: 20px;

    text-transform: uppercase;

    font-weight: 500;

}





/* trending */



.trendingTab .tab{

    background-color: transparent;

    color: var(--black);

    font-size: 20px;

    border:1px solid transparent;

    text-transform: uppercase;

}


.TrendingSlider .slick-prev{
    left:-30px!important;
}
.TrendingSlider .slick-next{
    right:-30px!important;
}


.trendingTab .tab.active{

    background-color: transparent;

    color: var(--background);

    border-bottom: 1px solid var(--background);

    border-width: fit-content;

    font-size: 20px;

    font-weight: 700;

    text-transform: uppercase;

}
#Products_Data .card-body{
    cursor: pointer;
}
.productDetailsSlider .slick-slide{
    height:auto!important;
}
/* .productDetailsSlider .slick-track{
    transform:translate3d(0,0,0)!important;
} */

.slick-prev{

    left:0px;

    z-index:1000;

    width: 50px;    

    height: auto;

}
.products:hover .addCartBtn{
    visibility: visible!important;
}

@media(max-width:768px){
    .products .addCartBtn{
        visibility: visible !important;
    }
}

.products:hover .viewAddonBtn{
    visibility: visible!important;
}

@media(max-width:768px){
    .products .viewAddonBtn{
        visibility: visible !important;
    }
}


.slick-next{

    right:0px;

    z-index:1000;

    width: 50px;

    height: auto;

}



.slick-slide{

    margin-left:15px;

    margin-right:15px;

}

.productDetailsSlider .slick-slide{

    margin-left:0px;

    margin-right:0px;

}

.slick-track .slick-slide img{
    object-fit:cover;
    object-position:center;
    width:100%;
}
.productDetailsSlider > .slider-for img{
    position:absolute;
}
.productDetailsSlider > .slider-for .slick-current.slick-active img{
    position:relative;
}


.slick-prev::before {

    left: 20px;

    color: black;

    z-index: 1000;

    color: var(--background);   

    font-size:30px;

    opacity: 1;

    

    border-radius:50%;

  }

.slick-next::before {

    left: 20px;

    color: black;

    z-index: 1000;

    color: var(--background);   

    font-size:30px;

    opacity: 1;

    

    border-radius:50%;

  }



  .sliderBox{

    /* padding-bottom: 30px; */

    background-color:var(--sliderBG) ;

    z-index:0;  

    border-radius: 15px;

  }

 

  .addCartBtn{

    background-color: var(--background);

    color: var(--white);

    width:fit-content;

    padding:0.7rem 3rem;

    font-size:14px;

    text-transform: uppercase;

    border: 0;

    border-radius: 22px;

  }
.viewAddonBtn{
    background-color: var(--background);

    color: var(--white);

    width:fit-content;

    padding:0.7rem 3rem;

    font-size:14px;

    text-transform: uppercase;

    border: 0;

    border-radius: 22px;
}


  .tab_content {

    padding: 40px 80px;

  }

  

  .tab-content {

    display: none;

    text-align: center;

    color: black;

    transform: translateY(15px);

    animation: tab_fade 0.4s ease 1 forwards;

  }

  

  .tab-content.active {

    display: block;

  }



  .slider-container {

    width: 100%;

    height: auto;

  }

  

  .TrendingSlider .slick-slider {

    width: 100%;

    height: 100%;

    display: none;

  }

  



  /* jfc */

  

.jfc{

    background-image: url('../images/jfc_bg.png');

    background-size: cover;

    background-repeat: no-repeat;

    background-size: cover;

    background-position:  center;

    width: 100%;


    /* height:100%; */

    position: relative;

}






.content{

    font-size: 20px;

    color: var(--dark_gray);



}



.videoDiv{

    width:100%;

    height:200px;

}



.Subscribe{

    background-color: var(--sliderBG);



}



.subscribeText{

    font-size:20px;

    font-weight: 500;

}



.subscribeIcon{

    background-color: var(--black);

    border: 0;

    border-radius: 50%;

    padding:20px;

}



.subscribeImg{

    width:50px;

    height:50px;

}



.customerRow{

    position: relative;

    display: flex!important;
    margin-left:0;

}



.customerSliderDivide{

    position: absolute;

    left:47%;

    top:40%;

    width:80px;

    height:80px;

}



.customerImg{

    width:100%;

}



.customerName{

    font-size:28px;

    font-weight: 500;

}



.profession{

    color: var(--background);

    font-size: 20px;



}



.customerSlider{

    box-shadow: 0px 0px 20px 0px #0000001A;



}



.backgroundGray{
    /* width:100%; */
    background-color: var(--sliderBG);

}



/* download */



.downloadHeading{

    font-size: 40px;

    font-weight: 700;

    

}



.blackDiv{

    padding:30px;

    height:447px;

    margin-top:180px;

}




.mobileImg{

    position: absolute;

    top:58px;


    

}


.gridDisplay{
    display:grid;
    grid-row-gap:100px;
    grid-column-gap:100px;
    grid-template-columns: repeat(3,1fr);
}


.blueText{

    color: var(--background);

    font-weight: 700;

    font-size:20px;

}
.blueText:hover{

    color: var(--background);

    font-weight: 700;

    font-size:20px;

}



.follow1{

    position: absolute;

    top:60px;

    left:0;

    width:325px;

    height:325px;

    z-index:0

}

.follow4{

    position: absolute;

    top:60px;

    right:0;

    width:325px;

    height:325px;

    z-index:0

}

.follow3{

    position: absolute;

    top:350px;

    right:250px;

    width:325px;

    height:325px;

    z-index:9

}



.follow2{

    position: absolute;

    top:350px;

    left:250px;

    width:325px;

    height:325px;

    z-index:9

}



.follow{

    height:700px;

    margin-bottom: 40px;

}



.yellowBg{

    background-color: var(--yellowBg);

    color: var(--black);

    height:auto;

    

}



.coinImg{

    width:100%;

}






/* footer */





.footerDiv{

    background-color: var(--background);

    color: var(--white);

}



.footerUL li a{

    color: white;

    font-weight: 400;

    margin-bottom:16px;

    text-decoration: none;

}

.footerUL li {

    color: white;

    font-weight: 400;

    margin-bottom:16px;

}



.nextImg{

    background-color: var(--white);

    border:1px solid transparent;

    border-radius: 25px;

    position: absolute;

    right:0;

    top:0;

    padding: 9px 21px;

}



.socialImg{

    background-color: var(--white);

    border:1px solid transparent;

    border-radius: 50%;

    padding:0.5rem;
    
    transition: transform 0.2s ease;

}
.socialImg:hover{
    transform:scale(1.1);
}


.footerImg{

    margin-bottom:-5px;


}

.footerDiv input::placeholder{

    color: var(--white);
    
}

.socialButtons{

    width:25px;

    height:25px;
}


.sectionHeading{

    font-size: 30px;

    font-weight: 700;

}



/* Cleanse */



.breadcrumb .breadcrumb-item a{

    color: var(--background);

    text-decoration: none;

    font-size:16px;

}

.breadcrumb .breadcrumb-item {

    color: var(--background);

    font-size:16px;



}



.Heading2{

    font-size:32px;

    font-weight: 700;

}



.CleanseCard .blueBg{

    background-color: #D2EEF9;



    border-radius: 20px;

    border:1px solid transparent;

}



.price{

    color: var(--placeholderText);

    font-size: 16px;

}



 .card-container {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-gap: 30px;

  }



  .accordionShadow{

    box-shadow: 0px 0px 20px 0px #0000001A;



  }

  



  .accordion-button:not(.collapsed)::after{

    background-image: url('../images/accordion-minus.svg');

   

}

  .accordion-button::after{

    background-image: url('../images/accordion-plus.svg');

    

}



.accordion-button:focus{

    box-shadow: none;

    border-color: none;



}



#CleanseAccordiom .accordion-button{

    font-size: 20px;

}

#FAQAccordion .accordion-button{

    font-size: 28px;

    font-weight: 500;

}



.accordion-button:not(.collapsed){

    background-color: var(--white);

    color: var(--black);

    box-shadow: none;

}

#FAQAccordion .accordion-button:not(.collapsed){

    background-color: var(--sliderBG);

    color: var(--black);

    box-shadow: none;

}



.linkText{

    color: var(--background);

    font-weight: 500;

    

}



#registerForm input::placeholder{

    color: var(--placeholderText);

    font-size:16px;

}

#registerForm textarea::placeholder{

    color: var(--placeholderText);

    font-size:16px;

}









/* our mission */



.card-mission {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-gap: 30px;

  }





  /* contact */

  .socialWhiteImg{

    background-color: var(--background);

    border:1px solid transparent;

    border-radius: 50%;

    padding:10px;

}





#questionForm input::placeholder{

    color: var(--placeholderText);

    font-size:14px;

}

#questionForm textarea::placeholder{

    color: var(--placeholderText);

    font-size:14px;

}



/* My Account */

.login-button-container .btn-group{

    width: 100%;

    border: 1px solid var(--placeholderText);

    border-radius: 22px;

    height:43px;

}



.login-button-container .btn-group .btn.active{

    border-radius: 22px;

    background-color: var(--black);

    color: var(--white);

}





#loginForm input::placeholder{

    color: var(--placeholderText);

    font-size:16px;

}

#signupForm input::placeholder{

    color: var(--placeholderText);

    font-size:16px;

}



.form-check-input:checked{

    background-color: var(--background);

}



.OtpBtn{

    background-color: var(--white);

    color: var(--background);

    border:1px solid var(--background);

    font-size: 16px;

    font-weight: 500;

    text-transform: uppercase;

    padding:0.5rem 0;

    border-radius: 22px;

}



.orDiv{

    background-color: var(--white);

    font-size: 1.2rem;

    color: var(--placeholderText);

}



.facebookBtn{

    background-color: var(--facebookBtn);

    color: var(--white);

    font-size: 16px;

    font-weight: 600;

    padding:10px 64px;

    

}



.googleBtn{

    background-color: var(--white);

    color: var(--black);

    font-size: 16px;

    font-weight: 600;

    padding:10px 72px;

    border: 1px solid var(--black);

    text-transform: uppercase;

}





/* shop juice */

.drop-btn-drop.collapsed  i{

    transform: rotate(-90deg)!important;

  }



  .sidebar-container{

    background-color: var(--background);

    color: var(--white);

    padding:40px 30px;

    border-radius: 15px;

  }



  .sidebar-container .form-check-input:checked{

    background-image: url('../images/check_blue.svg');

    background-color: var(--background);

    border:0;

  }

  .sidebar-container .form-check-input{
    font-size: 24px;

  }



  .sidebar-container .mainLabel{

    color: var(--white);

    font-size: 20px;

    padding-left:10px;

  }

  .sidebar-container .subLabel{

    color: var(--white);

    font-size: 16px;

    padding-left:10px;



  }



  .sidebar-container .form-check-input:focus {

    border:0;

    outline: 0;

    box-shadow:none!important;

}



.fa-angle-down{

    color: var(--white);

}



/* minicart */







.offcanvas_footer{

    /* position: absolute; */

    bottom:50px;

    width:100%;

    left:0;



}



.checkoutBtn{

    background-color: var(--white);

    color: var(--background);

    border:1px solid var(--background);

    font-size: 16px;

    font-weight: 500;

    text-transform: uppercase;

    padding:15px 40px;

    border-radius: 29px;

}

.visitcartBtn{

    background-color: var(--background);

    color: var(--white);

    border:0;

    font-size: 16px;

    font-weight: 500;

    text-transform: uppercase;

    padding:15px 40px;

    border-radius: 29px;

}



/* product details */



.colorblue{

    color: var(--background);

}



.sizeDrop{

    /* width:165px; */

    height:43px;

    border: 1px solid #9E9E9E;

    border-radius:22px;

}
.daysDrop{

    /* width:165px; */

    height:43px;

    border: 1px solid #9E9E9E;

    border-radius:22px;

}


/* cart  */

.grayText{

    color: var(--placeholderText);

}



/* shop juice */



.shopDrop{

    border:1px solid var(--placeholderText);

    color: var(--placeholderText);

}



.heartBlue{

    background-image: url('../images/heart_blue.svg');

    background-size: cover;

    width:30px;

    height:30px;

}

.heartGray{

    background-image: url('../images/heart.svg');

    background-size: cover;

    width:30px;

    height:30px;

}





/* checkout  */

.applyBtn{

    position: absolute;

    right:0;

    top:0;

}



.greenDiv{

    color: var(--greenText);

    font-size: 20px;

    

}



/* order history */

.orderHistoryCard a:hover{

    color: var(--background);

}



.orderBtnWidth{

    width:220px;

}



.form-check input[type="radio"]:checked{
    accent-color: var(--background);
}


/* myaccount */

.profile-container{
    position: relative;
    display: inline-block;
}

.profile-img {
    max-width: 150px; /* Adjust the size as needed */
  }
.cameraImg{
    position:absolute;
    bottom:0;
    right:0;
    cursor: pointer;

}

/* reward points */


.blueDiv{
    background-color: var(--background);
    color: var(--white);
    padding: 40px 60px;
}

.rewardsText{
    color: var(--rewardsText);
}

.rewardsMinusText{
    color: var(--minusText);
}
.rewardsMinusText:hover{
    color: var(--minusText);
}

/* subscription */

option{
    background-color: var(--sliderBG)!important;
    color: var(--black);
}

select option[value="3"] {
    background: rgba(200, 200, 200, 0.3);
  }

.btnWishlist{
    position:absolute;
    top:10px;
    right:10px;
}

.counts .cartDiv{
    top:5px
}
#floating-cart-container {
   position: fixed;
    top: 70vh;
    right: 2vw;
    cursor: pointer;
    width: 40px;
    height: auto;
    background-color: #166261;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid white;
}