@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: "Lato", sans-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{display:none;}

/********************************/
.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;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #0f0605;
    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: #87bd13 ;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {background:#6a6a6a;}

/*====banner====*/
.banner{
    float: left;
    width: 100%;
    background: url(../images/banner.jpg) no-repeat center top;
    /* background-size: cover; */
    height: 975px;
	}
.banner_left{
    float: left;
    width: 51%;
    text-align: left;
    padding: 190px 0 0px;
}
.banner_text1{
	float: left;
	width: 100%;
	font-size: 38px;
	line-height: 42px;
	color: #613822;

	letter-spacing: 2px;
	margin-bottom: 10px;
	}
.banner_heading{
	float: left;
	width: 100%;
	font-size: 55px;
	line-height: 65px;
	color: #000;
	font-weight: 700;
	margin-top: 0;
	font-family: "Comfortaa", sans-serif;
	text-transform: capitalize;
}
.banner_heading span{
	display:block;
	font-size:30px;
	line-height:40px;
	font-weight:400;
	margin-bottom:10px;
	}
.banner_text{
	float: left;
    width: 75%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 15px;
}
.shop_btn{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 210px;
    background: #87bd13;
    text-align: center;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
    font-family: "Comfortaa", sans-serif;
    letter-spacing: 0.3px;
    height: 52px;
    margin-top: 30px;
    text-transform: uppercase;
    border: none;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 5px;
	}
.banner_prod{
	position: absolute;
    right: 40px;
    top: 130px;
    max-width: 700px;
	}
/*===section_1===*/	
.section_1{
	float: left;
    width: 100%;
    padding: 0px 0 60px;
    background: #fff;
	}
.sec1-inr{ display:inline-block; width:80%; text-align:center; margin:-80px 0 0;}
ul.s1_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;
    row-gap: 20px;
    margin-top:35px;
}
ul.s1_list li {
    float: left;
    width: 32%;
    position: relative;
    text-align: center;
    padding: 0 5px;
}
ul.s1_list li img{
	display:block;
	margin:0 auto 10px;
	}
ul.s1_list li span{
	display: block;
    font-size: 22px;
    line-height: 30px;
    color: #87bd13;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Comfortaa", sans-serif;
}
ul.s1_list li p{
	display:inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #161616;
    margin-top: 6px;

	}
ul.s1_list li:after{
	position:absolute;
	content:"";
	top:0;
	right:0;
	bottom:0;
	border-right:1px solid #d7d7d7; }
ul.s1_list li:last-child:after{ display:none; }

.comn-hding{
    display: inline-block;
    width: 100%;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    letter-spacing: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Comfortaa", sans-serif;
	}
.comn-hding2{
	float:left;
	width:100%;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	font-size:45px;
	line-height:52px;
	margin-top:10px;
	}
.comn-hding2 span{
	display:block;
	text-transform:capitalize;
	font-size:36px;
	line-height:45px;
	margin-top:10px;
	}
.common_text{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #161616;
    margin-top: 18px;
	}
.common_text.martop0{ margin-top:0;} 
.s1_mid{
    display: inline-block;
    width: 100%;
    margin-top: 45px;
    position: relative;
	}
.s1_mid_left{
	float: right;
    width:50%;
    text-align: left;
    margin-top: 40px;
	padding: 40px 0;
	}
.s1_mid_left .shop_btn{ margin-top:35px;}
.s1_mid_right{
	float:right;
	width:65%;
	margin-top:50px;
	
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	}
.s1_mid_right_col{
	width:31%;
	border:1px solid #c4a588;
	overflow:hidden;
	border-radius:0 70px 0 70px;
	}
.s1_img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.s1-btls{
    position: absolute;
    top: 330px;
    right: 65px;
    max-width: 395px;
    filter: drop-shadow(2px 8px 6px #ccc);
	}
/*===section_2===*/	
.section_2{
    float: left;
    width: 100%;
    padding: 40px 0px;
    background: #777;
	}
.s2_img{
	float: left;
    margin: 35px 0 0;
    max-width: 545px;
	}
.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:45px 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: 0;
    row-gap: 20px;
    margin-top: 0px;
    border: 2px solid #87bd13;
    border-radius: 10px;
    padding: 25px 0px;
}
ul.strp_list li {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #454545;
}
ul.strp_list li img{
	display:block;
	margin:0 auto 10px;
	}
ul.strp_list li span{
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
	}
/*===product_section===*/	
.product_section{
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff;
	}

.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:32%;
    float: left;
    position: relative;
	}
.prod_img_box{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    background: #fff;
    border: 2px solid #87bd13;
    border-radius: 10px;
	}
.prod_img{
	display:block;
	margin:0 auto 0;
	width:100%;
	}
.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: 24px;
    line-height: 34px;
    color: #000;
    margin-top: 0px;
    font-weight: 700;
    font-family: "Comfortaa", sans-serif;
	}
.prod_price{
    float: left;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    font-weight: 700;
    margin: 10px 0px 0 0;
    width: 100%;
	}
.prod_btn{
	margin-top: 20px;
    max-width: 75%;
}
.prod_btn img.btn-arw {display: none;}
.prod_btn:hover{}
/*===section_3===*/	
.section_3{
	float:left;
	width:100%;
	padding:60px 0px;
	background: url(../images/sec3.jpg) no-repeat center top;
	height:720px;
	}
.s3_lft{
	float:left;
	width:53%;
	text-align:left;
	margin-top:20px;
	}
ul.s3_list{
    float: left;
    width: 75%;
    margin-top: 50px;
    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;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
	}
ul.s3_list li img{
	display:block;
	margin:0 auto 0px;
	}
.cont-bx{
    background: #87bd13;
    padding: 30px 10px 25px;
    text-align: center;
    float: left;
    width: 100%;
	}
.cont-bx span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:28px;
	color:#fff;
	font-weight:700;
	font-family: "Comfortaa", sans-serif;
	margin-bottom:10px;
	}
.cont-bx p{
	    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
	
	}
ul.s3_list li:nth-child(2) .cont-bx{ background:#fff; }
ul.s3_list li:nth-child(2) .cont-bx span{ color:#000;}
ul.s3_list li:nth-child(2) .cont-bx p{ color:#000;}
.section_3 .shop_btn{ margin-top:50px;}





/* 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;
	}	