@charset "utf-8";
/*-----------------------
CSS FOR BANNER
-------------------------*/

/*====scroll_strip====*/
.scroll_strip{
	float:left;
	width:100%;
	padding:15px 0;
	overflow: hidden;
	background:#000;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_strip_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 20s linear infinite;
	}
ul.scroll_strip_list li{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    letter-spacing: 0.7px;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
/*-------------------------
     BANNER CSS
--------------------------*/

.banner-sec{
	float:left;
	width:100%;
	height:743px;
	background:url(../images/banner.jpg) no-repeat center top;
	position:relative;
	overflow:hidden;
	}
.bnr-left{
	float:left;
	width:56%;
	padding:160px 0 80px;
	text-align:center;
	}
.scroll-pic{
	display:inline-block;
	vertical-align:middle;
	}
.bnr-heading{
	    float: left;
    width: 100%;
    font-size: 48px;
    line-height: 60px;
    font-family: "Lora", serif;
    color: #000000;
    margin-top: 10px;

	}
.bnr-para{
	    float: left;
    width: 100%;
    padding-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
	}

.sec-btn{
	display: inline-block;
	vertical-align:middle;
	width:280px;
	margin:40px 0 0 0;
	text-align:center;
	}
.click-btn{
	display: inline-block;
    vertical-align: middle;
	width:100%;
	height:60px;
	font-size:24px;
	line-height:60px;
	color:#ffffff;
	border-radius:50px;
	background:#ffc200;
	font-weight:bold;
	}
.bnr-prod{
	    position: absolute;
    right: -120px;
    top: 60px;
    max-width: 700px;
}
.adv-strip{
	float:left;
	width:100%;
	background:#f3f7fa;
	padding:25px 0;
	}
.adv-strip p{
	display:inline-block;
	vertical-align:middle;
	color:#333333;
	font-size:18px;
	font-weight:500;
	line-height:24px;
	letter-spacing:1px;
	}
/*===========bnr-btm-sec==============*/
.bnr-btm-sec{
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	padding:20px 0;
	}
.bnr-btm-row{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bnr-btm-col{
	    float: left;
    width: 25%;
    text-align: left;
    position: relative;
    padding-left: 60px;
    padding-top: 0;
	}
.bnr-btm-ic{
	    position: absolute;
    left: 0;
    top: 0;
    max-width: 50px;
    filter: drop-shadow(3px 4px 2px #ffecae);
	}
.bnr-btm-col h3{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #000000;
	}
.bnr-btm-col p{
	float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    /* letter-spacing: 0.3px; */
    font-weight: 300;
    color: #000000;
    margin-top: 0;
	}

/*-------------------------
     SECTION1 CSS
--------------------------*/
.section1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.sec-heading{
	float: left;
	width: 100%;
	font-size: 44px;
	line-height: 58px;
	color: #000000;
	font-weight: 400;
	font-family: "Lora", serif;
	}
.s1-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: 0.3px;
	}

.sec1-list{
	float:left;
	width:100%;
	margin-top:40px;
	}
.sec1-list li{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:500;
	padding:0 40px;
	}
.sec1-list li img{
	display:block;
	margin:0 auto 20px;
	}

.sec1-box{
	float:left;
	width:100%;
	margin-top:70px;
	position:relative;
	text-align:left;
	}
.prod-sec .sec1-box{ margin-top:0;}
.s1-bx-pr{
	float:right;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	color:#ffc200;
	margin-top:20px;
	padding-right: 45px;
	position:relative;
	}
.s1-bx-pr a{ color:#ffc200;}
.s1-bx-pr:after{
	position:absolute;
	content:'';
	width:40px;
	height:4px;
	background:#ffc200;
	top:11px;
	bottom:0;
	right:0;
	}
.com-heading{
	float:left;
	width:100%;
	font-size:40px;
	line-height:50px;
	color:#000000;
	font-family: "Lora", serif;
	font-weight: normal;
	}
.com-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#333333;
	margin-top:15px;
	}
.s1-para2{ width:80%;}
.shop-box{
	    float: left;
    width: 100%;
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 50px;
	}

.shop-colm-list{
	width: 30.33%;
    padding: 0 15px 30px;
    border-radius: 10px;
    background: #fff8db url(../images/sp-bg.png) no-repeat center top;
    text-align: center;
	}
.sp-img{
	display:inline-block;
	vertical-align:middle;
	margin-left: -22px;
	}
.shop-prod{
	float: left;
    width: 100%;
    /* height: 300px; */
    margin-top: -30px;
    margin-bottom: 10px;
    background: url(../images/prd-bg.png) no-repeat center top;
	}
.prod-picc{
	display:inline-block;
	vertical-align:middle;
	margin-top:45px;
	}
.sp-bx-pr{
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height: 34px;
	font-family: "Lora", serif;
	}
.sp-bx-pr2{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	margin-top: 10px;
	font-weight: 600;
	}
.sp-bx-pr2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 10px 0 0;
	width:93px;
	}
a.click-btn2{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 270px;
    height: 52px;
    font-size: 20px;
    line-height: 46px;
    color: #ffc200;
    border-radius: 50px;
    border: 2px solid #ffc200;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
	}
a.click-btn2:hover{color:#ffffff; background:#ffc200;}

/*-------------------------
     SECTION2 CSS
--------------------------*/	
.section2{
	float:left;
	width:100%;
	background:#fcfbf0;
	padding:60px 0;
	background-size:cover;
	}
.sec2-pic{
	float:left;
	}
.se2-cont{
	float: left;
    width: 62%;
    padding-left: 120px;
    text-align: left;
	}
.s2-para1{
	font-size: 32px;
	font-weight: bold;
	color: #ffc200;
	font-family: "Lora", serif;
}

.s2-cont2{
	float:right;
	width:23%;
	padding:40px 0 0 0;
	text-align:left;
	}
.s2-cnt-pr1{
	font-size:42px;
	line-height:42px;
	color:#ffc200;
	margin-bottom:10px;
	font-family: "Lora", serif;
	font-weight:bold;
	}
.s2-cnt-pr2{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #f0ebdb;
	}
.s2-cnt-pr2:last-child{border-bottom:none; padding-bottom:0; margin-bottom:0;}

/*-------------------------
     SECTION3 CSS
--------------------------*/
.section3{
	float: left;
	width: 100%;
	padding: 60px 0;
	border-bottom: 1px solid #ededed;
	}
.s3-lft{
	float: left;
    width: 44%;
    text-align: left;
	}
.s3-lft ul{
	float:left;
	width:88%;
	margin-top:10px;
	}
.s3-lft ul li{
	float:left;
	width:100%;
	background:url(../images/chk.png) no-repeat left 8px;
	padding-left:30px;
	margin-top:10px;
	font-size:18px;
	line-height:26px;
	color:#212121;
	text-align:left;
	}
.s3-lft ul li span{
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
	font-family: "Lora", serif;
	font-weight: 600;
}
.s3-prod{
	position: absolute;
	right: 0px;
	top: 0px;
	}

.sec3-bottom{
	float:left;
	width:100%;
	padding:40px 0;
	}
.sec3-bottom ul{
	float:left;
	width:100%;
	}
.sec3-bottom ul li{
	display:inline-block;
	vertical-align:middle;
	width:19%;
	position:relative;
	padding-left:55px;
	text-align:left;
	}
.sec3-bottom ul li img{
	position:absolute;
	left:0;
	top:8px;
	}
.sec3-bottom ul li p{
	font-size:16px;
	line-height:24px;
	color:#757575;
	font-weight:300;
	}
.sec3-bottom ul li p span{
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	display:block;
	font-family: "Lora", serif;
	}
	
/*-------------------------
     SECTION 7 CSS
--------------------------*/
.section7{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s7-list{
	float: left;
    width: 100%;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.s7-list-col{
	width:15.50%;
	border:1px solid #f3e9c8;
	border-radius:10px;
	text-align:center;
	padding:20px 5px;
	}
.s7-ic{
	display:block;
	margin:0 auto 15px;
	}
.s7-list-col p{
	font-size:18px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.5px;
	}

.s7-blog-bx {
        float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
	}
.s7-blog-col {
	width: 32%;
	text-align: center;
	}
.blg-img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    border-radius: 8px;
	}
.blg-date{
	float: left;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    letter-spacing: 0.5px;
	}
.blog-hdng{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0.5px;
    margin-top: 10px;
    font-family: "Lora", serif;
    font-weight: 600;
	}
.blog-abt{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0.5px;
	margin-top:15px;
	}
a.read-more {
    float: left;
    font-size: 16px;
    line-height: 24px;
	font-weight:600;
    color: #ffc200;
    margin-top: 20px;
	}
a.read-more:after {
	display:inline-block;
	vertical-align:middle;
    content: '';
    width: 30px;
    height: 3px;
    background: #ffc200;
	margin:-3px 0 0 10px;
	}
a.see-blg-btn{
	color: #ffffff;
    background: #ffc200;
	}

/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #000;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
	display: block;
	margin: 0 auto 20px;
	max-width: 30%;
	width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx a {
    color: #000;
}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 9999600 !important;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) !important;
}
.pop-up-bg-in {
	height: 100% !important;
	position: fixed !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	opacity: 0.93;
	box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px !important;
	background-color: rgb(255, 255, 255) !important;
	transition: left 1s ease 0s !important;
	z-index: 10000010 !important;
	width: 390px !important;
	left: 0px;
}
.pop-up-left {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	border: 0px;
	background-color: rgb(0, 0, 0) !important;
	display: none !important;
	opacity: 0.8 !important;
	z-index: 10000001 !important;
}
.pop-up-left-txt {
	    position: fixed !important;
    left: 40px;
    bottom: 50% !important;
    top: initial !important;
    margin-bottom: -120px !important;
    margin-left: 0px !important;
    width: 300px !important;
    min-height: 40px !important;
    height: auto !important;
    z-index: 10000100 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: left 30px !important;
    background-image: url(../images/ageverify.png) !important;
    background-size: auto 50px !important;
    text-align: left !important;
    text-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    box-sizing: initial !important;
    padding: 100px 0px !important;
    overflow-wrap: break-word !important;
    line-height: 31px !important;
    border: none !important;
    transition: left 1s ease 0s !important;
}
.pop-up-left-txt span{
	font-weight: 700 !important;
	}
.no-btn {
	position: fixed !important;
	cursor: pointer;
	left: 190px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	z-index: 10000400 !important;
	transition: left 1s ease 0s !important;
	appearance: none !important;
}
.yes-btn {
	position: fixed !important;
	cursor: pointer !important;
	left: 40px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	appearance: none !important;
	transition: left 1s ease 0s !important;
	z-index: 10000200 !important;
}