@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	color: #1e1e1e;
	text-align: center;
	font-family: "Cabin", sans-serif;
	font-weight: 400;
}
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;}
img {border: none; 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: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.blue-strip {
    float: left;
    width: 100%;
    background: #7fa21e;
    padding: 5px 0;
}
.blue-rgt{ display:inline-block;}
.blue-p1{
	float:left;
	font-size:12px;
	line-height:16px;
	color:#fff;
	font-weight:300;
}
.blue-p2{
	display:inline-block;
	vertical-align:inherit;
	font-size:15px;
	line-height:16px;
	color:#fff;
	margin-left:10px;
}
.blue-ship-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
}
.brd-blue-lft{
	border-left:1px solid #fff;
	padding-left:10px;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.top-bar {
	float: left;
    width: 100%;
    background: #fff;
    height: 80px;
    margin-top: -80px;
    position: relative;
    top: 80px;
	    padding: 14px 0;
}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
/*----------------
MENU BAR CSS
-----------------*/
.logo{
	    float: left;
    max-width: 162px;
    margin-top: 1px;

}
.menu-bar {
    float: right;
    padding: 16px 0 0 0px;
}
.menu-bar li {
	float: left;
	position:relative;
}
.menu-bar li a {
    float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 18px;
    padding: 0px 12px;
    font-weight: 500;
}

.menu-bar li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    background: #b8b8b8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.menu-bar li:last-child:after{
	display:none;
}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #545167;
    text-decoration: none;
}
a.cart-top{
	border:1px solid #cbd3df;
	border-radius:5px;
	padding: 8px 10px;
	float:right;
	font-size:18px;
	line-height:16px;
	color:#2d2d2d;
	margin-top:4px;
}
a.cart-top img, a.cart-top span{
	display:inline-block;
	vertical-align:middle;
}
a.cart-top span{
	border-left:1px solid #e1e1e1;
	padding-left:6px;
	margin-left:6px;
}
.fixed-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #efede7;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
    width: 100%;
	height: 706px;
    padding:50px 0;
    position: relative;
	background:url(../images/banner_bg.jpg) #e9cedf no-repeat center top;
    overflow: hidden;
}
.bnr-lft {
	    float: left;
    width: 48%;
    text-align: left;
    position: relative;
    margin-top: 110px;
    z-index: 1;
}


.bnr-prod{
	position: absolute;
	right: 0px;
	top: 10px;
	max-width: 490px;
	}
.bnr-prod_dsk{
	position:absolute;
	top:0;
	right:0;
	}
.bnr-p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: #444e60;
    font-weight: 700;
	text-transform:uppercase;
	margin-bottom:10px;
}
.bnr-p1 {
	float: left;
    width: 100%;
    font-size: 70px;
    line-height: 78px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 5px;
    font-family: "DM Serif Display", serif;
}
.bnr-p1 span{color: #ff9300;}
.bnr-p2 {
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-top: 25px;
    font-weight: 400;
}
.bnr-p3 {
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 300;
}
.sec-line{
	display:inline-block;
	max-width:100%;
	margin:10px 0;
	vertical-align:middle;
}
.bnr-shadow{
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 620px;
	
	}

img.bnr-mob-prd {
	position: absolute;
    top: 155px;
    left: -60px;
    max-width: 340px;
}
.shop-btn, .cart-btn2{
        margin-top: 40px;
    display: inline-block;
    width: 240px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    position: relative;
    background: #ff8600;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.3s;
    vertical-align: middle;
    font-family: inherit;
}
.shop-btn:hover{letter-spacing:0px;}

.shop-btn-txt{
	display:inline-block;
	vertical-align:middle;
	width: 356px;
	font-size:15px;
	line-height:20px;
	margin-top:10px;
	color:#3b3b3b;
	text-align:center;
	position:relative;
	}
/*===============*/
.bnr-btm{
	float: left;
    width: 100%;
    padding: 20px 0 0px;
    text-align: center;
	}
.bnr-btm-lft{
	    float: left;
    width: 30%;
    text-align: left;
}
.bnr-btm s1-p1{ color:#00b8cd;}		
/*-------------------------
BANNER-STRIP
--------------------------*/
.bnr-strip{
    float: left;
    width: 100%;
    padding: 0px 0px 40px 0px;
    background: #fff;
    text-align: center;
	}
.br-strp_lft{
	float:left;
	width:30%;
	position:relative;
	}
.bnr-stp-img{
	position: absolute;
    top: -116px;
    left: 0;
	}
.br-strp_rgt{
	float: right;
    width: 72%;
    text-align: left;
    margin: 0 0 0;
	}	
.stp-uls{
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 13px;
    margin-top: 40px;
    border-top: 10px solid #ff460c;
    padding-top: 30px;
	}
.stp-uls li{
    float: left;
    width: 32%;
    padding: 0px 0px 0px 60px;
    font-size: 18px;
    line-height: 28px;
    color: #3d3d3d;
    text-align: left;
    position: relative;
}
.stp-uls li img{
	position: absolute;
	top: 0px;
	left: 0;
	}	
.stp-uls li span{
	    display: block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 2px;
	}		
.stp-img{
	position: absolute;
    top: 28px;
    left: 2px;
}
/*-------------------------
CSS FOR CSECTION-7
--------------------------*/	
.sec-7{
	float:left;
	width:100%;
	padding: 60px 0;
	height: 600px;
	background:#fff;
	/*background:url(../images/sec-7_bg.jpg) no-repeat center top;*/
	position:relative;
	z-index: 1;
	}
.s7-prodt{
	position: absolute;
    left: 0;
    top: 0px;
	}
.s4-girl{
	float:left;
	margin:0 0 0;
	max-width: 53%;
	}		
.s7-rgt{
    float: right;
    width: 68%;
    margin: 30px 0 0px;
    text-align: left;
	}
.bnr-uls{
        float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px 0 0;
    width: 100%;
    row-gap: 15px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 12px;
}
.bnr-uls li{
	     float: left;
    width: 32%;
    padding: 14px;
    position: relative;
    text-align: left;
    border: 1px solid #e2e2e2;
    /* background: #faeef7; */
    border-radius: 15px;
	}
.bnr-uls li a {color: #000;}			
.bnr-uls li span{
	
	}	
.bnr-img{
	    display: block;
    vertical-align: top;
    max-width: 100%;
	background:#f7f7f7;
    width: 200px;
    margin: 0 auto;
	}
.bnr-uls li:hover{}
.bnr-uls li:hover .bnr-img{}
s7-prodt {
    position: absolute;
    left: 0;
    top: 80px;
}

/*-------------------------
CSS FOR WHITE SEC
--------------------------*/
.white-strip {
	float: left;
	width: 100%;
	padding: 15px 0;
	background:#f4f8ff;
}
.white-p1 {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	color:#1e1e1e;
	font-weight:500;
}
.fet-logo {
	display:inline-block;
	max-width:100%;
	margin:12px 0 0;
	vertical-align:middle;
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding:40px 0 0;
	background:#fff;
	/*height:769px;
	background:url(../images/sec1.jpg) center top no-repeat;*/
}
.s1-inr{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 45px;

	}
.s1-lft{
    display: inline-block;
    /* float: right; */
    width: 76%;
    text-align: center;
    margin: 0px 0px 0 0;
    padding: 0 0px;
	}
.s1-price{
	display:inline-block;
	width:100%;
	font-size:21px;
	line-height:28px;
	font-weight:500;
	text-transform:capitalize;
	color:#444;
	margin-top:15px;
	}
.s1-price span{
	font-weight:600;
	font-size:40px;
	line-height:44px;
	color:#7fa21e;
	}
.s1-price small{
	font-weight:600;
	font-size:22px;
	line-height:28px;
	}
.s1-p1 {
	display: inline-block;
	width: 100%;
	font-size: 42px;
	line-height: 52px;
	color: #432401;
	vertical-align: middle;
	font-family: "DM Serif Display", serif;
}
.s1-p1 span{color: #00b8cd;
}
.s1-p1 span.line-styl{
	float: none;
    width: auto;
    font-size: 38px;
    line-height: 34px;
    vertical-align: middle;
    margin-top: -16px;
    display: inline-block;
}
.sec-line-2{
	display:inline-block;
	max-width:100%;
	margin:12px 0 20px;
	vertical-align:middle;
}
.s1-p2 {
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin-top: 14px;

}
.pad-1{
	padding:0 0px 10px;
}
.marg-2{
	margin-top:15px;
}
ul.bndl-list {
        float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul.bndl-list li{
	    float: left;
    width: 100%;
    padding-left: 27px;
    text-align: left;
    background: url(../images/prd-tik.png) no-repeat left 2px;
    margin: 7px 0;
    font-size: 19px;
	}
.s1-ul{
	float: left;
	width: 520px;
	padding:15px 15px;
	background: url(../images/s1-ul-bg.png) no-repeat left top;
}
.s1-ul li{
	float: left;
	width: 100%;
	padding:15px 0 15px 78px;
	border-bottom:1px solid #ebebeb;
	text-align:left;
	position:relative;
}
.s1-p3 {
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.s1-ul li .s1-p3 {
	padding-bottom:5px;
}
.s1-ic-1{
	position:absolute;
	left:15px;
	top:15px;
}
.s1-ul li:last-child{
	border:none;
	padding-bottom:0;
}
.s1-vdo-box{
	position: relative;
}
.s1-vdo-img{
	position:absolute;
	top:0;
	right:0;
	max-width:100%;
}
.section-1 .shop-btn{
	margin:30px 0 0;
}
.s1-prds{
    position: absolute;
    top: 122px;
    left: 254px;
	}
ul.sec1-list {
        float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 15px;
    justify-content: center;
}
ul.sec1-list li{
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 29px;
}
ul.sec1-list li span {
    font-size: 22px;
    line-height: 40px;
    display: block;
    font-weight: 700;
}
.s1-ics{
	display: block;
    /* vertical-align: middle; */
    margin: 0 auto 10px;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff;
    position: relative;
    text-align: center;
}
.s2lft{
	float: left;
    width: 30%;
    margin: 0 0 0;
    text-align: right;
	}
.s2rgt{
	float:right;
	width:66%;
	text-align:left;
	margin:0 0 0;
	}	
.section-2 .s1-p2 { width: 100%;}
.s2-lft{
	float:left;
	position:relative;
	margin-top: 30px;
	}
.s2-lft img{
	width:466px;}
.s2-rit{
    float: right;
    width: 58%;
	}

.s2-rit .s2-prd-div2 {
    height: 223px;
    overflow: hidden;
}
.section-2 .s1-p1{ margin-bottom:0px; position:relative;}
/*.section-2 .s1-p1:after{
	position:absolute;
    content: "";
    bottom: 12px;
    right: 0;
    background: #e2e2e2;
    width: 675px;
    height: 1px;
	}*/
.s2-block{
	float: left;
    width: 100%;
    margin: 28px 0 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 25px;
    justify-content: center;
}
.s2-prd-box{
	float: left;
    width: 24%;
    text-align: left;
    padding: 12px;
    position: relative;
    overflow: hidden;
    border: 3px solid #f7f7f7;
}
.s2-bx-arw{
	position:absolute;
	left:50%;
	top:-25px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.s2-bx-rit{
    float: left;
    width: 100%;
    padding: 10px 0px 0;
}
.s2-p1{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #432401;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 0 0px;
}
.s2-p2{
	    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #545167;
    font-weight: 700;
    padding: 5px 0px 0;
}
.s2-p2 span{ font-weight:600;}
.s2-prd-div, .s2-prd-div2{
	float: left;
    width: 100%;
    padding: 20px 15px;
	text-align: center;
}
.s2-prd-div2{ }
.s2-prd-1{max-width:100%; margin-top:0px;}
.img2 .s2-prd-1{  max-width: 100%; background: #f7f7f7;}
.s2-prd-2 {
        position: absolute;
    top: -31px;
    right: 0px;
    max-width: 160px;
}
.s2-price-div{
    float: right;
    width:100%;
    position: relative;
    border-radius: 0;
}
.s2-rit .s2-prd-box{ width:48%;}
.s2-price-div-idx{ width:100%;}
.s2-block .shop-btn{
	margin-top: 12px;
	width:88%;
	}
.shop-sec-1 .shop-btn{
	margin-top:12px;   
	}	
.s2-prc-arw{
	position:absolute;
	left:50%;
	top:0px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.s2-p3{
        float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.s2-p3 sup {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
}
.s2-p3 span {
    position: relative;
}
.s2-p3 sub {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    right: -14px;
    bottom: 7px;
    color: #24334a;
}
.marg-1{
	margin:0 1.5%;
}
.s2-p4 {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
	font-weight:500;
    position: relative;
}
.s2-ul{
	float: left;
	width: 100%;
	margin:0 0 0;
}
.s2-ul li{
	    display: inline-block;
    width: 12.5%;
}
.s2-ul li:last-child{
	background:none;
}
.s2-ic-1{
	display:inline-block;
	max-width:100%;
	margin-bottom:10px;
}
.s2-p5{
	float: left;
	width: 100%;
	font-size: 19px;
	line-height:24px;
	font-weight:500;
	color:#2d2d2d;
}

.comy{
	background:#fff5eb;
	padding:30px 0;
	float:left;
	width:100%;
	}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
    float: left;
    width: 100%;
    padding: 50px 0 70px;
	text-align: left;
	background:#fff;
}
.sec3-lft {
	display: inline-block;
    width: 100%;
}
.box2{}
.box2 .s2-bx-rit{ }
.img2{}
.sec3-rit {
    float: right;
    width: 46%;
    text-align: left;
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
    padding: 40px 40px 40px 161px;
    position: relative;
}
.s3-p-img{
    position: absolute;
    top: 50px;
    left: 80px;
	}
.s3-p4 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 400;
}
.s3-p4 span {
    display: block;
    font-weight: 700;
    padding-bottom: 5px;
	font-size:23px;
	line-height:34px;
	text-transform:uppercase;
}
.section-3 .s1-p2{ padding-bottom: 0; padding-top:20px;}
.s3-p2 {
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    padding-top: 15px;
}
.s3-prds{
	position:absolute;
	top:340px;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
	width:500px;
	}
ul.s3-list, ul.s3-list2{
	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;
	row-gap: 20px;
	margin: 0px 0 0;
	}
ul.s3-list2{
	float:right;
	text-align:right;
	}	
ul.s3-list li, ul.s3-list2 li{
   float: left;
    width: 49%;
    height: 251px;
    margin: 0px 0 0;
    text-align: left;
    position: relative;
    background: #ffffff;
    border: 8px solid #f7e7d4;
    padding: 25px 25px;
    outline: 4px solid #fff;
	}
ul.s3-list li h2{
    font-size: 15px;
    line-height: 22px;
    color: #a5a5a5;
    font-weight: 400;
	}
ul.s3-list li h2 span, ul.s3-list2 li span{
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
	color:#151515;
	}	
ul.s3-list li img, ul.s3-list2 li img{
	}
.list-bxs{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 0px;
	padding: 0 0 35px;
	box-sizing: border-box;
	}
.list-bxs-rit{
	 float: left;
    width: 42%;
    position: relative;
    margin-top: 0;
    text-align: left;
    padding-right: 5px;
	}
.list-bxs-h1 {
	float: left;
    width: 100%;
    color: #3a3a3a;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
    padding: 0px 0px 12px 0px;
    text-transform: uppercase;
	}
.list-bxs-h1 span{
	display:block;
	font-weight:700;
	font-size:28px;
	line-height:32px;
	color:#000;
	text-transform:capitalize;
	padding-bottom:10px;
	}
.list-bxs-h2-prc{
	float:left;
	width:100%;
	font-weight:700;
	font-size:18px;
	line-height:28px;
	color:#3a3a3a;
	text-transform:capitalize;
	padding-bottom:10px;
	padding-top:10px;
	}
.list-bxs-pra{
	float: left;
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3a3a3a;
    padding-top: 0px;
	}
.list-bxs-pra span{    display: block;
    color: #ff0000;}	
.list-bxs-img1, .list-bxs-img2{
	position:absolute;
	}
.list-bxs-img1{
    width: 321px;
    top: 7px;
    left: -70px;
    z-index: 9;
	}
.list-bxs-img2, .list-bxs-img4{
}
.list-bxs-img3, .list-bxs-img4{ position: absolute; width: 188px;}
.list-bxs-img3{
	right: 0px;
	}
.list-bxs-img4{
  right: 0px;

	}
ul.s3-list li:nth-child(2) .list-bxs{}
ul.s3-list li:last-child .list-bxs{}
ul.s3-list li:last-child, ul.s3-list2 li:last-child{ margin-right:0px;}				
.section-3 .shop-btn{}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
   	    float: left;
    width: 100%;
    padding: 60px 0 60px;
    position: relative;
    /* height: 570px; */
    background: linear-gradient(to right, #fff9f2 75%, #ffffff 50%);

}
.sec4_img{
	position:absolute;
	top:0;
	right:0;
	}
.s4-inr .s1-p1{}	
.s4-inr .s1-p2{}
.s4-hdg {
    width: 100%;
    font-weight: 700;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 53px;
    color: #2b2b2b;
}
.section-4 .s1-p2 {}
.s4-txt-bg {
	float: left;
	width: 58%;
	padding: 0px 0 0px;
	text-align: left;
}
.s4-img{
	display: inline-block;
    max-width: 100%;
    margin-top: 15px;
	}
.s4-rgt{
	        float: right;
    width: 62%;
    margin: 31px 0 0;
    /* position: relative; */
    text-align: left;
	}
.s4uls{
	float: left;
    display: flex;
    width: 100%;
    row-gap: 25px;
    margin: 30px 0 0 0;
    flex-wrap: wrap;
    justify-content: space-around;
	}
.s4uls li{
	float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 70px;
    position: relative;
	}
.s4uls li span{
	display:block;
	font-size:20px;
	line-height:22px;
	font-weight:700;
	padding-bottom:5px;
	}	
.s4-li-imgs{
	position:absolute;
	top:0;
	left:0;
	}
/*-------------------------
BLACK Strip
--------------------------*/	
.blck-strip{
	float:left;
	width:100%;
	background:url(../images/blck-stp.jpg) no-repeat center top;
	height:259px;
	padding:30px 0;
	
	}
.blk-rgt{
	float:right;
	text-align:right;
	width:54%;
	margin:35px 0 0;
	}
.blck-strip .s1-p1{ color:#fff;}
.blck-strip .s1-p1 span{ color:#ff8600;}
.blck-strip .s1-p2{ color:#fff;}							
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-5 {
    float: left;
    width: 100%;
    padding: 40px 0;
    position: relative;
    background: #fff;
}
.section-5 .s1-p2 {
    width: 75%;
}
.s5-inr{
	display:inline-block;
	width:100%;
	margin:30px 0 0;
	}
.section-5 .shop-btn {
    
    background: none;
    color: #7fa21e;
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 28px;
    text-decoration: underline;
}
.s5-inr .s2-prd-box {
    float: left;
    width: 32%;
	margin:0 5px;
	}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/

.sec6{ padding: 60px 0;
    float: left;
    width: 100%;
    background: #f7f7f7;}
.s6uls{
	float: left;
    width: 100%;
    display: flex;
    margin:30px 0 0;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-around;
	}
.s6uls li{
	    float: left;
    width: 23%;
    padding: 0px 0 15px;
    background: #fff;
    font-size: 17px;
    line-height: 26px;
    position: relative;
    border-radius: 12px;
	}
.s6uls li span{
	display:block;
	font-size:23px;
	line-height:26px;
	font-weight:bold;
	}	
.s6-slide{
	display:block;
	margin:0 auto 12px;
	}	
	
.s6uls li img{ max-width:100%;}	
.section-6 {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #fff;
}
.s6-hdg{
	display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 46px;
    line-height: 36px;
    color: #fefefe;
    margin-bottom: 38px;
	}
.s6-ul {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
}
.s6-ul li {
    float: left;
    width: 24%;
    margin: 0 0 0;
    color: #000000;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    position: relative;
    padding: 0px 10px 0px 73px;
}
.s6-ul li span{
    display: block;
    font-size: 25px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 700;
    margin-bottom: 10px;
	}
.s6-ul li img {
	position:absolute;
	top:0px;
	left:0;
}
.s6-ul li:last-child{ margin-right:0;}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer, .foo-btm {
	float: left;
    width: 100%;
    padding: 30px 0;
    background: #ffff;
}
.foo-logo{
	display:inline-block;
	vertical-align: middle;
	max-width: 240px;
	margin-bottom:5px;
}
.ftrBox2 {
    float: left;
    width: 100%;
}
.ftr-nav {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:10px 0;
}
.ftr-nav li {
	width: 100%;
	line-height: 30px;
}
.ftr-nav li img{     display: inline-block;
    vertical-align: middle;}
.ftr-nav li:last-child{margin-right:0;}
.other-links {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.other-links li{
	    position: relative;
    margin-right: 20px;
    line-height: 28px;
}
.other-links li:last-child{margin-right:0;}
.other-links li:after{
	content:"";
	position:absolute;
	top:2px;
	bottom:2px;
	right:-10px;
	border-right:1px solid #ccc;
}
.other-links li:last-child:after{
	border:none;
}
footer p, .foo-btm p {
    float: left;
    width: 100%;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 20px;
	margin-top:12px;
	font-weight:300;
}
footer .ftr-txt2{
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 22px;
	margin-top:15px;
	}
footer p a{
	color: #2d2d2d;
	padding:0 5px;
}
.foo-btm{
    padding: 15px 0;
	border-top:1px solid #cfd2d9;
}
.foo-btm p{
	margin:0;
}
/*-============================================
CSS FOR INNER PAGE
============================================-*/
.innrBreadcrm {
    float: left;
    width: 100%;
    color: #1d1c1a;
    font-size: 16px;
    text-align: center;
    background: #fff9f2;
    padding: 20px 0;
    font-weight: 500;
}
.innrBreadcrm a, .innrBreadcrm a:hover {
    color: #1d1c1a;
}
.innrBreadcrm span{}
.prd-sec-1 {
    float: left;
    width: 100%;
    padding: 40px 0 ;
	background:#fff;
}
.img-box {
    float: left;
    width: 100%;
}
.img-box li {
       width: 30%;
    border: 6px solid #fff;
    /* max-width: 380px; */
    display: inline-block;
    box-shadow: 0 0 5px #d2d2d2;
    overflow: hidden;
    height: 133px;
    margin: 1px 4px;
}
.img-box img{ max-width:100%;}
.prd-s1-lft {
    float: left;
    width: 470px;
    margin: 0px 0 0;
    border: 1px solid #fff9f2;
	border-radius:10px;
	box-shadow:0px 0px 5px #fff9f2;
}
.prod-lft-list {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.prod-lft-list li {
        float: left;
    width: 16%;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
}
.prod-lft-list li img{
	max-width:70px;
	}
.prd-lft-prc-box{
	float: left;
    width: 100%;
	margin:28px 0 0;
}
.prd-lft-row{
	float: left;
    width: 100%;
	padding:0 18px 0 0;
}
.prd-s1-lft-p1{
	float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 35px;
	text-align:left;
	position:relative;
	padding-left:65px;
	text-transform:uppercase;
}
.prd-s1-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.prd-s1-lft-p2{
	float: right;
    color: #7fa21e;
    font-size: 22px;
    line-height: 35px;
	text-align:right;
	font-weight:500;
}
.prd-s1-hr{
	float: left;
    width: 100%;
	border:none;
	height:1px;
	background-color:#d2daea;
	margin:15px 0;
}

.oil-s1-rgt{
	float: right;
    width: 56%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.oil-s1-rgt-hd{
	padding:8px 0;
	width:100%;
}
.oil-s1-rgt-hd-p1{
	font-size: 30px;
    line-height: 49px;
    text-align: left;
    font-weight: 700;
    color: #161616;
}
.oil-s1-rgt-hd-p1 span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.oil-s1-rgt-hd-p2{
	font-size:17px;
	line-height:20px;
	text-align:left;
	color:#262523;
	margin:6px 0 0 0;
	font-weight:300;
}
.oil-s1-rgt-hd-p2 img{    margin: 0 9px 0 0; max-width: 80px; filter: grayscale(1);}
.oil-s1-rgt-p1{
	    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #434343;
    font-weight: 400;
    margin: 10px 0 0 0;
}
ul.oil-s1-rgt-list{
	margin: 20px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.oil-s1-rgt-list li{
	float: left;
    font-size: 18px;
    line-height: 22px;
    color: #6f6f6f;
    padding: 0 0 0 60px;
    background: url(../images/faq-line.png) 80% 0px no-repeat;
    position: relative;
    width: 33%;
}
ul.oil-s1-rgt-list li span{
	font-weight:600;
	color:#434343;
	display: block;
}
ul.oil-s1-rgt-list li img{
	position:absolute;
	top:0;
	left:0;
}
ul.oil-s1-rgt-list li:nth-child(2){

}
ul.oil-s1-rgt-list li:last-child{
background:none;
}
.oil-s1-rgt-box1{
	width: 100%;
	float: left;
	margin: 0px 0px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	row-gap: 20px;
}
.oil-s1-rgt-box1 .cart-btn2{ width:300px; height: 50px; font-size: 20px; line-height: 50px;    margin-top: 0;}
.prd_quantity {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
	row-gap: 20px;
	column-gap: 20px;
}
.prd_quantity span {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.oil-s1-rgt-box2{
	margin:38px 15px 0 0;
	border:2px solid #549c36;
	height:245px;
	
}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
.oil-s1-rgt-box2-hd1{
	background:#549c36;
	font-size:21px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-weight:700;
	border-radius:3px 3px 0 0;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.size-guide-box {
	position: absolute;
	top: 7px;
	left: 160px;
	font-size: 18px;
}
.size-guide-box a {
    color: #ff0000;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.select-size .inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
	    flex-wrap: wrap;
}
.select-size .inner a {
    float: left;
    border: 1px solid #ccc;
    width: 90px;
    height: 38px;
    text-align: center;
    padding: 4px 0;
    color: #000;
    font-weight: 400;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner .active {background-image: linear-gradient(to right, #c577ca , #bc7fd1 , #9d9ae7 , #8aa9f5); border: 1px solid #92a2ef; color: #fff;}
.select-size .inner a span { font-size: 16px; line-height: 27px; margin:0;}
.select-size .inner .active span{}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .catagory-select{
	float: left;
	width: 100%;
}
.oil-s1-rgt-box-hd2 {
    text-align: left;
    margin: 10px 0;
}
.oil-s1-rgt-box2-hd2{border-radius:0 0 0 0;line-height:32px;}
.oil-s1-rgt-box-prc{
	    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    color: #1a1a1a;
    text-align: left;
    float: left;
}
.oil-s1-rgt-box-prc sup{
	font-weight:300;
	font-size:19px;
}
.oil-s1-rgt-box-prc span {
	font-size: 20px;
    line-height: 30px;
	font-weight: 400;
}
.prc1-3{/*margin:7px auto 0 auto;*/}
.oil-s1-rgt-box-prc-save{
	font-size: 18px;
    line-height: 30px;
    color: #1a1a1a;
    margin: 7px 0 0 0;
    float: left;
    width: 100%;
    font-weight: 400;
}
.oil-s1-rgt-box-prc-ship{
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:8px auto 0 auto;
}
.gray-bar{
	padding:46px 0;
	background:#f7f7f7;
}
.graybar-hding{padding:0;}
.prd-faq-box {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
ul.why-chose {
    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;
    row-gap: 10px;
    margin-top: 20px;
}
ul.why-chose li{
	      float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    background: url(../images/tick.png) no-repeat left top 10px;
    padding-left: 30px;
	}
ul.why-chose li p {
    display: inline-block;
    vertical-align: middle;
}	
	
ul.why-chose li span{
	font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    width: 200px;
	}
ul.prddtls1-rgtlist {
	padding: 0px 0 0 0;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
}
ul.prddtls1-rgtlist li {
    padding: 11px 0 0 48px;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
	font-weight: 400;
}
ul.prddtls1-rgtlist li span {
    width: 16%;
    display: inline-block;
	font-weight:400;
}
ul.prddtls1-rgtlist li span span {
    float: right;
    width: auto;
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 5px;
    left: 0;
    /* border: 1px solid #f1f1f1; */
    padding: 5px;
    box-shadow: 0 0 5px #c59b68;
}
/*SIZE SLIDE*/
.sizeChartWeb-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);
	display:none;
}
.sizeChartWeb-content {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px 20px 0 20px;
	scroll-behavior: smooth;
	box-shadow: 0 0 5px #d5d6d9;
	height: 100%;
	max-width: 800px;
	position: absolute;
	right: 0;
}
.sizeChartWeb-close {
    position: fixed;
    border-radius: 4px;
    top: 3px;
    right: 755px;
    padding: 8px 8px 6px;
	cursor: pointer;
}
.sizeChartWeb-button {
    background-color: #fff;
    border: 0;
    outline: 0;
    color: #282c3f;
    font-size: 15px;
    font-weight: 700;
}
.sizeChartWeb-content h2{font-size:22px;}
.sizeChartWeb-content h3{font-size:18px; margin-top:30px;}
.sizeChartWeb-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	color:#191919;
	margin-top:20px;
	text-align:center;
	}
.sizeChartWeb-content table th {background: #F9F9F9; font-weight:bold;}
.sizeChartWeb-content .horizontalrow {background-color: #f2f2f2; font-weight:bold;}
.sizeChartWeb-content table th,.sizeChartWeb-content table td {padding: 4px;border-right: 1px solid #DCDCDC}
.sizeChartWeb-content table th:first-child,.sizeChartWeb-content table td:first-child {border-left: 1px solid #dcdcdc}
.sizeChartWeb-content table tr {border-bottom: 1px solid #DCDCDC}
.sizeChartWeb-content table tr:first-child {border-top: 1px solid #DCDCDC}
/*-============================================
CSS FOR SHOP PAGE
============================================-*/
.shop-sec-1{
	float: left;
    width: 100%;
    padding: 40px 0;
}
.shop-sec-1 .s1-p1{}
.shop-sec-1 .s1-p1:after {}
/*-============================================
CSS FOR ABOUT PAGE
============================================-*/
.in-pg-cont .s1-p1{
	font-size: 45px;
    line-height: 50px;
}
.abt-sec-1{
	float: left;
    width: 100%;
    padding: 45px 0 70px;
}
.abt-s1-lft{
	float: left;
    width: 550px;
	text-align:left;
}
.abt-s1-lft .s4-p1{
    font-size: 23px;
    color: #2d2d2d;
}
.pad-3{
	padding:5px 0 12px;
}
.abt-s1-ul{
	float: left;
    width: 100%;
	margin:30px 0 38px;
}
.abt-s1-ul li {
    float: left;
    background: url(../images/s2-line.png) no-repeat right bottom;
	text-align:center;
	padding:0 30px;
}
.abt-s1-ul li:last-child {
    background: none;
}
.abt-s1-ul li:nth-child(1){
	padding-left:0;
}
.abt-s1-ic-1{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	height: 44px;
}
.abt-s1-p1 {
    display: inline-block;
    font-size: 16px;
    line-height:18px;
    color: #2d2d2d;
}
.abt-s1-img{
	position:absolute;
	right:0;
	top:0;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.abt-sec-2{
	float: left;
    width: 100%;
    padding: 50px 0;
	background:#f1f5f9;
}
.abt-s2-ul{
	float: left;
    width: 100%;
	padding:35px 95px 0;
}
.abt-s2-ul li{
	float: left;
    width: 300px;
	border:1px solid #cccccc;
	background:#fff;
	padding-bottom:20px;
}
.abt-s2-ul li:nth-child(2){
	margin:0 35px;
}
.abt-s2-img-1{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.abt-s2-p1{
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 28px;
    color: #7fa21e;
    font-weight: 600;
}
.pad-4{
	padding:15px 5px 15px;
}
.abt-s2-p-minht{
	min-height:216px;
	margin-bottom:15px;
}
.abt-s2-p2{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #636363;
    font-weight: 300;
	padding:5px 5px 0;
}
.abt-s2-ul li .s4-p2{
	padding:0 11px;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.abt-sec-3{
	float: left;
    width: 100%;
    padding: 50px 0 90px;
}
.abt-sec-3 .shop-btn{
	margin-top:55px;
}
.abt-s3-lft {
    float: left;
    width: 609px;
    text-align: left;
}
.abt-s3-lft .s4-p2{
	width:90%;
}
.abt-s3-img {
    position: absolute;
    right: 70px;
    top: 0;
}
/*-============================================
CSS FOR FAQ PAGE
============================================-*/
.faq-block{
	float: left;
    width: 100%;
	padding:10px 70px 0;
}
.faq-block .acdn-content p{
	font-size: 20px;
    line-height: 28px;
    color: #1e1e1e;
	padding:2px 0 20px;
}
.faq-block .acdn-content {
    padding: 0 20px;
}
.faq-block .accordion {
    font-size: 22px;
    line-height: 28px;
    color: #014979;
    border-top:none;
	padding: 12px 50px 12px 20px;
	background:#f0f0f0;
	margin:9px 0;
}
.faq-block .acdn-heading.accordion-open {
    border-bottom: none;
}
.faq-block .accordion:after {
    background: url(../images/faq-plus-new.png) no-repeat right center;
	height: 21px;
    width: 22px;
	margin-top: -10px;
}
/*-============================================
CSS FOR LAB PAGE
============================================-*/
.lab-sec-1 {
    float: left;
    width: 100%;
    padding:40px 0 60px;
}
.lab-row{
	float:left;
	width:100%;
	margin:30px 0 0;
}
.lab-btl-300{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.lab-box{
	display:inline-block;
	width:540px;
	margin:0 25px;
	vertical-align:middle;
}
.lab-ul{
	float:left;
	width:100%;
	margin:20px 0 0;
}
.lab-ul li{
	display:inline-block;
	padding:0 25px;
	background: url(../images/s2-line.png) no-repeat right center;
}
.lab-ul li:last-child{
	background:none;
}
.lab-s1-ic{
	display:inline-block;
	max-width:100%;
}
.lab-s1-p1{
	display:inline-block;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 23px;
    font-weight:300;
    text-transform: uppercase;
}
.lab-ul li .s4-p2{
	color:#7fa21e;
	font-weight:normal;
	line-height:23px;
	float:none;
	display:inline-block;
}
.lab-row .lab-300-dtls{
	vertical-align:middle;
	margin:0;
}
.lab-box .s4-p1{
	color:#154369;
	font-weight:bold;
}
.lab-hr{
	float:left;
	width:100%;
	height:1px;
	background:#e1e1e1;
	border:none;
	margin:50px 0 15px;
}
/*-============================================
CSS FOR REVEW PAGE
============================================-*/
.revw-container{
	float:left;
	width:100%;
	padding:30px 70px 0;
}
.revw-block{
	float:left;
	width:100%;
}
.revw-lft{
	float:left;
	width:300px;
	position:relative;
	padding:0 0 0 95px;
	text-align:left;
	background: url(../images/revw-lft-line.png) no-repeat right center;
}
.r-y-stars{
	float:left;
	max-width:100%;
	margin:5px 0 7px;
}
.marg-3{
	margin:5px 0;
}
.revw-right{
	float:left;
	width:698px;
	position:relative;
	padding-left:42px;
	margin-left:28px;
	text-align:left;
}
.blue-clr{
	color:#154369;
}
.marg-4{
	margin-bottom:4px;
}
.rev-coat{
	position:absolute;
	left:0;
	top:3px;
}
.revw-container .lab-hr {
    margin: 30px 0;
}
/*-============================================
CSS FOR CONTACT PAGE
============================================-*/
.cont-sec-1{
	float:left;
	width:100%;
	padding:60px 0;
}
.cont-box{
	    float: left;
    width: 100%;
    -webkit-box-shadow: 1px 1px 15px 3px #e6e6e6;
    box-shadow: 1px 1px 15px 3px #e6e6e6;
    border: 1px solid #e6e6e6;
}
.cont-lft{
	float:left;
	width:525px;
	padding:35px 112px 35px 35px;
	text-align:left;
}
.cont-right{
	float:right;
	width:643px;
	padding:35px 65px 35px 58px;
	background:#fff;
}
.cont-p1{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #d1827e;
	margin-bottom:12px;
	text-align:left;
}
.cont-ul{
	float: left;
    width: 100%;
}
.cont-ul li{
	float: left;
    width: 100%;
    padding: 0 0 0 62px;
    margin-top: 25px;
    position: relative;
}
.cont-ul li .s4-p2{
	margin-bottom:4px;
	font-size: 23px;
    line-height: 30px;
}
.cont-ul li .s4-p1 {
    font-size: 16px;
    line-height: 24px;
}
.cont-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.cont-frm-box{
	float: left;
    width: 100%;
}
.cont-input-box{
	float: left;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #ffffff;
    outline: none;
    margin: 15px 0;
    position: relative;
}
.cont-hlf{
	width: 46%;
}
.cont-frm-ic-1 {
    position: absolute;
    left: 8px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.cont-field-all, .cont-input-box textarea {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #24334a;
    outline: none;
    height: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 0px 0 49px;
    font-family: inherit;
}
.cont-btn {
    -webkit-appearance: none;
	float:left;
}


/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 300px;
	right: 0;
	border-left: 1px solid #e5e5e5;

	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 10px 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
.shifter_page{transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
	
.drawer__header {
	float:left;
	height: 70px;
	width: 100%;
	padding-top:30px;
	border-bottom: 1px solid #e5e5e5;
	}
.table-cell {
	float:left;
	width: 50%;
	font-size:18px;
	color:#2d2d2d;
	text-align:left;
	}
.cart-icon{
	float:left;
	margin:3px 10px 0 0;
	}
.cross-icon{
	float:right;
	cursor:pointer;
	width:16px;
	margin-top:4px;
	}
.drawer_row{
	float:left;
	width:100%;
	padding:20px 0 20px;
	border-bottom:1px solid #d0d0d0;
	}
.drawer-prod-lft{
	float:left;
	width:60px;
	height:60px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	text-align:center;
	background:#f9f9f9;
	position:relative;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top:13px;
	max-width:80%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#104775;
	border-radius:50%;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	line-height:17px;
	}
.drawer-prod-rght{
	float:right;
	width:200px;
	text-align:left;
	}
.drwer-prod-name{
	float:left;
	width:100%;
	font-size:14px;
	line-height:16px;
	color:#1e1e1e;
	font-weight:600;
	}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#1e1e1e;
	font-weight:300;
	}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#104775;
	font-weight:500;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:300;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{
	float:right;
	}
a.chk-btn{
    float: left;
    width: 100%;
    background: #24334a;
    color: #ffffff;
    font-size: 21px;
	line-height:21px;
    text-decoration: none;
    padding: 18px 0;
	text-align:center;
	border-radius:5px;
	margin-top:20px;
	}
a.chk-btn img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
	margin-top:-3px;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}


.qsn-popup{
	position:absolute;
	right:8px;
	top:16px;
	background:#7fa21e;
	color:#fff;
	text-align:center;
	border-radius:50%;
	width:20px;
	font-size:14px;
	height:20px;
	}
.qsn-popup a{ color:#fff;}
.toltip-content{
	position:absolute;
	right:-30px;
	width:500px;
	top:55px;
	background:#0d3353;
	z-index:99;
	padding:12px;
	color:#fff;
	border-radius:5px;
	text-align:left;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	letter-spacing:0.5px;
	box-shadow: 0px 0 25px -5px rgba(0,0,0,0.5);
	}
.toltip-content:after{
	content:'';
	position:absolute;
	top:-11px;
	right:40px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #0d3353;
	}
.close-ttp{
	position:absolute;
	right:0px;
	top:0;
	width:20px;
	height:20px;
	background:#7fa21e;
	border-radius:0 5px 0 5px;
	cursor:pointer;
	line-height:20px;
	text-align:center;
	font-size:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}

.prd-faq-box {
	float: left;
	width: 100%;
	margin-top: 0;
	border-radius: 10px;
	text-align: left;
}
ul.fit-list {
    padding: 10px 0 20px 5px;
    float: left;
    width: 100%;
}
ul.fit-list li {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #333333;
    padding: 0 0 7px 0px;
    margin: 7px 0 0 0;
    border-bottom: 1px solid #f1f1f1;
}
ul.fit-list li strong{ width:30%; display:inline-block;}

.guidelines {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 20px;
}
.guidelines li {
    float: left;
    width: 100%;
    padding-left: 10px;
    list-style: decimal;
    font-size: 17px;
    line-height: 25px;
}



/*================checkout_section===============*/
.checkout_section{
	float:left;
	width:100%;
	padding:50px 0;
	background:#ffffff;
	}
.chk-container-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1030px;
	}
.chk-left{
	float:left;
	width:62%;
	}
.steps-chk{
	float:left;
	width:50%;
	text-align:center;
	border:1px solid #d7d7d7;
	font-size:20px;
	line-height:20px;
	color:#1e1e1e;
	font-weight:300;
	background:#f6f6f6;
	padding:15px 0;
	border-radius:5px 5px 0 0;
	}
.steps-chk.actv{
	background:#7fa21e;
	color:#fff;
	font-weight:500;
	}
.frmBox {
	float: left;
	width: 100%;
	padding:25px 24px;
	border:1px solid #d7d7d7;
	border-radius:0 0 5px 5px;
	text-align:left;
	border-top:none;
	}
.input-box {
	float: left;
	width: 100%;
	height: 44px;
	border: 1px solid #cfcfcf;
	text-align: left;
	padding: 0 0px 0 40px;
	border-radius: 3px;
	background-color: #ffffff;
	outline: none;
	margin:7px 0;
	position: relative;
	}
.input-box.hlf {width: 48%;}
.input-box.fr {float: right;}
.input-box.payfld {padding:0 0 0 15px;}
.fldicon {
	position: absolute;
	left: 12px;
	top: 12px;
	}
.field-all {
	float: left;
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	color: #000;
	font-size: 16px;
	padding: 0 10px 0 5px;
	font-family: inherit;
	border-radius:0 3px 3px 0;
	}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
	}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/dwn-arw.jpg) no-repeat right center;
	padding: 3px 42px 0 5px;
	}
a.continue-btn{
	float:left;
	width:355px;
	max-width:100%;
	font-size: 22px;
    line-height: 50px;
    color: #24334a;
	margin-top:25px;
    letter-spacing: 1px;
    border: 2px solid #24334a;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 3px;
    position: relative;
    transition: all ease 0.2s;
	}
a.continue-btn i {
    margin: -1px 0 0 9px;
    vertical-align: middle;
    font-size: 13px;
	}
a.continue-btn:hover{
	color:#fff;
	background:#24334a;
	transition:all ease 0.2s;
	}
.cvv-img{
	float:left;
	margin:10px;
	}
/*==================*/
.chk-right{
	float:right;
	width:36%;
	background:#f7f7f7;
	padding:15px;
	}
.order-smry-hdng{
	float:left;
	width:100%;
	font-size:23px;
	line-height:26px;
	color:#104775;
	font-weight:500;
	padding-bottom:15px;
	border-bottom:1px solid #d0d0d0;
	text-align:left;
	}
.prc-p1{
	float:left;
	width:75%;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	margin-top:20px;
	}
.prc-p1 span{ 
	color:#4e4e4e;
	font-size:16px;
	font-weight:300;
	}
.prc-p2{
	float:right;
	width:25%;
	text-align:right;
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	margin-top:20px;
	}
.rvw-hr {
    float: left;
    width: 100%;
    height: 1px;
    border: none;
    background: #d0d0d0;
	margin-top:20px;
	margin-bottom:0;
	}
.mrgn-10{ margin-top:12px;}
/*================Payment-section===========*/
.frmBox2{
	padding:20px 30px;
	}
.fieldToggle {
	display:inline-block;
	vertical-align:middle;
    color: #363636;
    font-size: 18px;
    line-height: 22px;
    margin:5px 0;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
	text-align:left;
	}
.fieldToggle input[type=checkbox]{
	position:absolute;
	opacity:0;
	}
.fieldToggle input[type=checkbox] + span,
.protectionHeading label input[type=checkbox] + span{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	width:18px;
	height:18px;
	border:1px solid #808080;
	border-radius:2px;
	position:relative;
	}
.fieldToggle input[type=checkbox] + span{position:absolute; left:0; top:3px;}
.fieldToggle input[type=checkbox]:checked + span:after{
	position:absolute;
	content:'';
	width:13px;
	height:13px;
	background:url(../images/tik-blk.png) no-repeat center center;
	background-size:100%;
	left:1px;
	top:1px;
	}
a.whats-dis {
    float: left;
    color: #257d20;
    font-size: 19px;
    margin: 17px 0 0 20px;
    text-decoration: underline;
	}
.card-accept {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #2d2d2d;
    font-size: 16px;
    text-align: left;
	}
.card-accept img {
    display: inline-block;
    vertical-align: middle;
	}

/*******************/
.thank-pg {
    float: left;
    width: 100%;
    padding: 40px 0;
}

/*****************************/
/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #fff;
        padding: 30px 0px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
        font-size: 24px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 10px 0;
    line-height: 30px;
}
.trms-sec2 p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    margin: 0px 0 10px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 0px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
    background: #ff8701;;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.ing-lft-bx img {
    max-width: 500px;
}

@media only screen and (max-width: 1187px){
	.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{}
	.cart-btn{margin: 10px 0 0 0;}
	
}
@media only screen and (max-width: 1023px){	
.bnrbtn{margin: 25px 0 0 0;}
ul.contact-list li{width: 48%;}
}
@media only screen and (max-width: 767px){
.s2btn, .s4btn, .s5btn{margin:26px auto 0 auto;}
.bnrbtn {
        margin: 20px 0 0 0;
    }
ul.contact-list li {width: 100%; font-size:16px;}
ul.contact-list li h3{font-size: 18px;}
}
@media only screen and (max-width: 479px){
.cart-btn2 {}

}
@media only screen and (max-width: 359px){
.bnrbtn, .s2btn{height:54px;line-height:50px;}
.cart-btn2 {font-size: 14px;margin:6px auto 0 auto;}
}
/*---------------------------*/
/*.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .tab-video {display:none;}
.hide-400, .hide-479{display:inline-block;}*/
@media only screen and (max-width: 1187px){
.show-desk{display:block;}
.show-hide{display:none;}
}
@media only screen and (max-width: 1023px){
.show-tab{display:block;}
.hide-tab{display:none;}
.tab-video{display:block;}
}

@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 570px){
.hide-570{display:none;}
}
@media only screen and (max-width: 479px){

.hide-479, .tab-video{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}

