@charset "utf-8";
/* CSS Document */


body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#2f2f2f;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: "Playfair Display", serif;
	font-weight: normal;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; vertical-align:middle; max-width:100%; height: auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1166px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk, .show-mob, .show-tab{display:none;}
.overflow{ overflow:hidden;}
/*====banner====*/
.banner{
    float: left;
    width: 100%;
	height:907px;
   	background: url(../images/banner.jpg) no-repeat center top;
	overflow:hidden;
	}
.banner_left{
	float: left;
    width: 100%;
        text-align: center;
    padding: 96px 0 0px;
}

.banner_heading{
	        float: left;
    width: 100%;
    font-size: 36px;
    line-height: 56px;
    color: #786660;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
}
.skin-txt{
	position:absolute;
	top:200px;
	left:0;
	max-width:100%;
	}
.banner_text{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
}
.shop_btn{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 208px;
    background: none;
    text-align: center;
    font-size:22px;
    line-height:46px;
    color: #fff;
	font-weight:bold;
    font-family: inherit;
    height: 50px;
    margin-top:28px;
    border: none;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
	background:#895734;
	border:none;
    border-radius:50px;
	}

.banner_left .shop_btn {
}
.banner_rgt{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	position:relative;
	max-width:581px;
	width:100%;
	margin-top:30px;
	
}
.bnr-rgt-txt{
	font-size:40px;
	line-height:50px;
	color:#fff;
	text-align:right;
	position:absolute;
	top:20px;
	right:30px;
	font-weight:bold;
	}


.bnr-prds{
	margin: 14px 0 0 -228px;
    max-width: 100%;
}


/*=== strip ===*/	
.strip{
	float:left;
	width:100%;
	    padding: 50px 0 0;
	}
ul.stp-list{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
}
ul.stp-list li {
    float: left;
    width: 32%;
    position: relative;
    text-align: left;
    padding: 3px 38px 0 69px;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
ul.stp-list li img{
	position:absolute;
	top:0;
	left:0;
	max-width:100%;
	}
ul.stp-list li span{
	display:block;
	font-weight:700;
	text-transform:uppercase;
	}		

/*===section_1===*/	
.section_1{
	float: left;
    width: 100%;
    padding: 0 0 90px;
    background: #fafafa;
	}
.sec1-inr{ float: left; width: 100%; text-align: center;margin: -205px 0 0; }

.sec1-inr2{ float: left; width: 100%; text-align: center;margin: 73px 0 0; position:relative; }


.comn-hding{
    display: inline-block;
    width: 100%;
    font-size: 35px;
    line-height: 51px;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
	}
	
.common_text{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #191919;
    margin-top: 20px;
    font-weight: 400;
	}
.common_text.martop0{ margin-top:0;} 
.s1_mid{
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    position: relative;
	}
.s1_mid_left{
	float: left;
    width: 52%;
    text-align: left;
    margin-top: 40px;
	}
.s1-model{
	position: absolute;
    right: 0;
    top: -11px;
	}	
.s1_mid_left .common_text {
    width: 57%;
}
.s1_mid_left .shop_btn{}
.s1-list{
	float:left;
	width:90%;
	margin-top:40px;	
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	row-gap:35px;
	}
.s1-list li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	padding:0 0 0 42px;
	position:relative;
	text-align:left;
	}
.s1-list li:before{
	content: "";
    position: absolute;
    left: 15px;
    top: 28px;
    bottom: -39px;
    width: 1px;
    border-left: 2px dotted #191919;
	}
.s1-list li:last-child:before{ display:none;}		
.s1-list li img{
	position:absolute;
	left:0;
	top:0;
	}	
.s1-list li span{
	    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #191919;
    font-family: "Playfair Display", serif;
    margin-bottom: 6px;
	}	
.s1_img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.s1-btls{
    position: absolute;
    top: 181px;
    right: 37%;
    z-index: 1;
    transform: rotate(-14deg);
	}
.s1-btls2{
    position: absolute;
    top: 600px;
    right: 232px;
    max-width: 176px;
    z-index: 1;
	}
/*===section_2===*/	
.section_2{
    float: left;
    width: 100%;
    padding: 40px 0px;
    background: #777;
	}
.s2_img{
	float: left;
    margin: -100px 0 25px;
    max-width: 510px;
	}
.s2_img2{
	position:absolute;
	top:0;
	right:0;
	}
.s2_right{
	display:inline-block;
	width:100%;
	text-align: center;
	padding:0px 0;
	}
.s2_right .comn-hding{ color:#fff;}
.s2_right .common_text{ color:#fff; width: 85%;}
.s2_right .shop_btn{ margin-top:55px;}

/*=== section_strip ===*/	
.section_strip{
	float:left;
	width:100%;
	padding:60px 0;
	}
ul.strp_list{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 50px;
}
ul.strp_list li {
    float: left;
    width: 49%;
    position: relative;
    text-align: right;
    padding: 5px 284px 0 0;
    color: #000;
}
ul.strp_list li:nth-child(2){padding: 5px 0 0 284px; text-align:left;}
ul.strp_list li span{
	display: block;
    margin-bottom: 20px;
	}
.stp-img1{
	position:absolute;
	top:0;
	right:0;
	max-width:100%;
	}
.stp-img2{
	position:absolute;
	top:0;
	max-width:100%;
	left:0;
	}	
.strp_list-txt1{
	font-size:18px;
	line-height:30px;
	color:#000000;
	}
.strp_list-txt1 span{
	display:block;
	font-weight:700;
	font-size:24px;
	margin-bottom:8px;
	}
.no{
	font-size:88px;
	line-height:90px;
	color:#e2beac;
	font-weight:700;
	margin-top:20px;
	}
ul.strp_list li:nth-child(2) .no{
	margin:0 0 20px;
	}				

/*===product_section2===*/	
.product_section2{
	float:left;
	width:100%;
	text-align:center;
	padding:50px 0 160px;
	}
.product_section2 .prod_img_box{}
.product_section2 .shop-prod {}
.product_section2 .prod_btn{ display:none;}
/*===product_section===*/	
.product_section{
    float: left;
    width: 100%;
	text-align:left;
    padding: 50px 0;
    background: #fff;
	}
.product_section .common_text{ width: 84%;}
.product_box{
	float:left;
	width:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top:40px;
	row-gap:30px;
	}
.product_col{
	width: 30%;
    float: left;
    position: relative;
	text-align:left;
	}

.prod_img_box{
    float: left;
    width: 100%;
    padding: 10px 10px;
	background:#fff;
	border:1px solid #e9dad4;
	margin-bottom:10px;
	border-radius:12px;
	}
.prod_img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.heart{ display:none;}	
.prod_content{
	float:left;
	width:100%;
	padding:5px 0 0;
	}
.prod_quantity{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#815e4c;
	font-weight:300;
	}
.prod_title{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
	}
.prod_price{
    float: left;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin: 10px 0px 0 0;
    width: 100%;
	}
.prod_btn, .shop-btn{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 208px;
    background: none;
    text-align: center;
    font-size: 22px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    font-family: inherit;
    height: 50px;
    margin-top:13px;
    border: none;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
    border:none;
	background:#895734;
    border-radius: 50px;
}
.prod_btn img.btn-arw {
    display: none;
}

.shop_btn:hover{}
/*===section_3===*/	
.section_3{
	float:left;
	width:100%;
	padding:30px 0 50px;
	}
.s3_lft{
   float: right;
    width: 100%;
    text-align: left;
    padding: 60px 0 73px 580px;
	}
.s3-model{
	position:absolute;
	left:0;
	top:0;
	max-width:100%;
	}
ul.s3_list{
	float: left;
    width: 100%;
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 17px;
    row-gap: 20px;
	}
ul.s3_list li{
	width: 32%;
    float: left;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
	}
ul.s3_list li img{
	display: block;
    margin: 0 auto 15px;
	}
.cont-bx{
	padding: 20px 10px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
	}
.cont-bx span{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 28px;
    color: #b58445;
    margin-bottom: 10px;
    font-family: "Delius", cursive;
	}
.cont-bx p{
	display:inline-block;
    width: 100%;
    color: #171717;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
	}
ul.s3_list li:nth-child(2) img{ margin:20px auto 0; }
ul.s3_list li:nth-child(2) .cont-bx span{ }
ul.s3_list li:nth-child(2) .cont-bx p{ }
.section_3 .shop_btn{}


/* CART STRIP CSS */
.cart-strp{
	display:none;
	background:rgba(146, 192, 85, 0.9);
	padding:15px 0;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index: 9;
}
.cart-inr{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	font-size:18px;
	color: #fff;
	line-height:22px;
}
.cart-icon{
	    width: 20px;
    opacity: 0.9;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    filter: invert(1);
}
.cart-inr span{
	display:inline-block;
	vertical-align:top;
}

p.thnx-txt1 {
    font-size: 50px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
p.thnx-txt2 {
    font-size: 18px;
    float: left;
    width: 100%;
}
.prd-s1-ul{
	float:left;
	width:100%;
	margin:15px 0 0;
	text-align:left;
	}
.prd-s1-ul li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	}	
	
	.prd-s1-rit {
    float: right;
    width: 57%;
    text-align: left;
}
.txt-box {
    float: left;
    width: 100%;
}
.prd-s1-p1 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.prd-s1-p1 span {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}
.s1-p2 {
        font-size: 17px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    float: left;
    width: 100%;
    margin: 12px 0 20px;
}
.pric-box {
    float: left;
    width: 100%;
    padding-left: 0;
}
.prd-strength-row, .prd_quantity {
    width: 100%;
    margin: 0px 0 20px 0;
    float: left;
}
.prd-strength-p1 {
   font-size: 18px;
    line-height: 20px;
    color: #028acf;
    font-weight: 600;
    width: 30%;
    padding: 15px 0 0 0;
    margin: 0 20px 15px 0;
    display: inline-block;
}
.prd-strength-row .option-field {
    height: 51px;
    width: 166px;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    padding: 10px 13px;
    outline: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font-family: inherit;
}
.price {
    font-size: 32px;
    margin: 0px 0 20px;
    float: left;
    width: 100%;
    font-weight: 700;
}
.add-to-cart, .prd-cards {
    display: inline-block;
    float: left;
    margin: 0px 20px 0 0;
}

.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 38px;
    color: #161d25;
    font-weight: bold;
    margin-top: 0px;
}
.prd-list {
    float: left;
    width: 100%;
    padding: 2px 0 18px;
}
.prd-list li {
    float: left;
    width: 100%;
    margin: 8px 0 0;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
}
.prd-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    background: #000;
    border-radius: 50px;
}
.prd-list li span {
    float: left;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    width: 41%;
}
a.add-to-cart.shop-btn { float: left;margin: 0 36px 0 0;}
/*===============product detail sec2================*/
.prddtl-s2 {
	background: #f9f9f9;
    padding: 60px 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    overflow: hidden;
}
ul.prddtl-s2list {
	padding: 20px 60px 0 60px;
}
ul.prddtl-s2list li {
	float: left;
	display: inline-block;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 3%;
}
ul.prddtl-s2list li p {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #082f51;
	text-align: center;
	text-transform: uppercase;
}
.prddtls2l-imgbox {
	float: left;
    width: 100%;
    margin-bottom: 20px;
}
.softgel, .oildrop, .sleeppatch {
	margin: 0 auto;
	display: block;
}
.softgel {
	width: 300px;
}
.oildrop {
	width: 101px;
}
.sleeppatch {
	
}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
       background: #895734;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #333;
}
.yes-btn {
	
}
@media only screen and (max-width: 767px){
.hide-767, .show-desk{display:none;}
.show-767{display:block;}

.pop-innr { width: calc(100% - 10px);}
}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
    display: inline-block;
}
.cont-sec-1.tems_bg{
padding: 30px 0;
    float: left;
    width: 100%;}


