@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Oswald:wght@400;700&display=swap');
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Quattrocento', 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:inherit; text-decoration:none;}
a:hover {}
img {border:none; max-width:100%; height:auto}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #ff4c3b;
    padding:4px 0 6px 0;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:15px;
	line-height:22px;
	letter-spacing:1px;
	}
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	z-index:1;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}

.logo{
	float: left;
    margin-top: 8px;
    max-width: 175px;
	}
a.header-btn{ 
	float:right; 
	width:141px;
	font-size:16px;
	color:#ff4c3b;
	height:42px;
	border-radius:50px;
	font-weight:500;
	line-height:42px;
	border:1px solid #ff4c3b;
	margin-top:14px;
	}
a.header-btn:hover{ background:#ff4c3b; color:#fff;}
.cart-icon{
	float:right;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#ff4c3b;
	margin:20px 20px 0 10px;
	padding-top:5px;
	}
ul.mainMenu{
    float: left;
    margin-top: 28px;
    margin-left: 280px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	border-right:1px solid #ababab;
	position:relative;
	}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000;
	font-size:17px;
	line-height:16px;
	letter-spacing:0.5px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#ff4c3b;}

/*DROP MENU CSS*/
ul.mainMenu li ul{
	position: absolute;
	width:290px;
	background-color: #fff;
	z-index: 99999;
	left:-150px;
	top:42px;	
	border-top:none;
	padding:0 0 1px 0;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	}
ul.mainMenu li ul li{
	    display: inline-block;
    padding: 20px 0;
    width: 40%;
    height: auto;
    color: #000;
    text-align: center;
    line-height: 26px;
    position: relative;
    border: none;
    float: none;
	}
ul.mainMenu li ul li a{
	color:#000;
	width:100%;
	font-size:15px;
	}
ul.mainMenu li ul li:after{
	content:'';
	position:absolute;
	right:0;
	width:1px;
	top:35px;
	bottom:30px;
	background:#e7e3e3;
	}
ul.mainMenu li ul li:last-child:after{display:none;}
.sbmnu-img{
	margin: 10px auto 5px auto;
	display: block;
	width: 41px;
	}
.triangle-up {
	position:absolute;
	left:180px;
	top:-15px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:205px;
    top:25px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #ff4c3b;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#ff4c3b;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#ff4c3b;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	height:686px;
	overflow:hidden;
	padding:0px 0 50px;
	background:url(../images/bnr-bg.jpg) no-repeat center top;
	}
.banner-left-side{
    float: left;
    width: 53%;
    text-align: left;
    padding: 25px;
    background: #ffffffbd;
    margin: 80px 0 0;
	}
.bnrHdng1{
    float: left;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #858585;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 8px 25px;
    background: #fff;
	}
.bnrHdng{
	float: left;
    width: 96%;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #ff4c3b;
    /* padding: 22px 14px; */
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
	}
.bnrHdng span{
	    display: block;
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    
    margin-bottom: 5px;
	}	
.banner-text2{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    color: #383838;
    font-weight: 400;
    margin-top: 27px;
    position: relative;
    z-index: 1;
	}
.bnr-txt{
	position: absolute;
    left: -19.44%;
    top: 313px;
    font-size: 56px;
    line-height: 60px;
    color: #eedae5;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    padding: 4px 71px;
    transform: rotate(-90deg);
    text-align: center;
	}	
.bnr-model{
	position: absolute;
    right: 0%;
    top: 0px;
	}	
.banner-prod{
	position: absolute;
    left: 314px;
    top: 462px;
	}
.bnr-pdt1{
    position: absolute;
    top: 340px;
    right: 33%;
	}
.shop-btn, .s1-btn {
       display: inline-block;
    vertical-align: middle;
    width: 201px;
	    text-transform: capitalize;
    border-radius: 0px;
    height: 52px;
    overflow: hidden;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 52px;
    position: relative;
    background: #ff4c3b;
    margin-top: 28px;
    text-align: center;
    float: left;
	}
.banner .shop-btn{ margin-top:32px;}	
.shop-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px -15px 0 10px;
	}
/*-------------*/	
.banner-btm{
	float: left;
    width: 100%;
    height: 533px;
    overflow: hidden;
    padding: 38px 0 0px;
    background: url(../images/bnr-btm.jpg) no-repeat center top;
	}	
.bnr-mid-side{
    display: inline-block;
    width: 100%;
	text-align:left;
    position: relative;
	}
.bnr-pdt2{
	position: absolute;
    top: -92px;
    left: 0;
	}
ul.bnr-list{
    float: left;
    width: 100%;
    margin-top:30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	column-gap:0px;
	}
ul.bnr-list li{
	float: left;
    width: 49%;
    font-size: 17px;
    line-height: 26px;
    color: #767676;
    font-weight: 400;
    padding: 15px 41px 0 170px;
    text-align: left;
    position: relative;
    }
ul.bnr-list li span{
	display:block;
	font-weight:500;
	font-size:28px;
    line-height: 38px;
	color:#383838;
	margin-bottom:14px;
	font-family: 'Oswald', sans-serif;
	}
ul.bnr-list li span span{
	display:block;
	font-size:21px;
	line-height:31px;
	color:#ff4c3b;
	font-weight:bold;
	font-family: 'Quattrocento', serif;
	margin-top:10px;
	}	
ul.bnr-list li:last-child{
	}
ul.bnr-list li p{ position: relative;}	
ul.bnr-list li img{
	position:absolute;
	left:0;
	top:0px;
	}
ul.bnr-list li:last-child img{}	
.bnr-list-btn{
	display:inline-block;
	font-size:13px;
	line-height:27px;
	color:#ff4c3b;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	margin-top:35px;
	}	
ul.bnr-list li:last-child .bnr-list-btn{ color:#fff;}	

/*---------------------
CART DROPDOWN
----------------------*/
.cart-right{
	float:right;
	position:relative; z-index: 1;
	
	}
.cart_btn_mob{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	position:relative;
	}
.in-cart-item{
	background-color: #fff;
	margin-top: 50px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	width: 300px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
	cursor: auto;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	}
.cart-right:hover .in-cart-item{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	}
.cart-item{
	float:left;
	width:100%;
	padding:10px 0;
	border-top: 1px solid #eeeeee;
	}
.cart-item:first-child{border:none;}
.cart-item .cart-img{
	float:left;
	width:60px;
	background:#e1e1e1;
	padding:5px 0px;
	text-align:center;
	margin-top:9px;
	}
.cart-item .cart-img img{width:60px;}	
.cart-item .cart-details{
	float:left;
	width:180px;
	text-align:left;
	padding:5px 10px 5px 15px;
	}
.cart-details p{
	float:left;
	width:100%;
	color:#334862;
	font-weight:300;
	}
.cart-details p.cart-prod-name{
	font-size:16px;
	color: #333333;
	}
.cart-details p.cart-prod-name span{font-weight:700;}
.cart-prod-type{
	font-size: 16px;
	line-height:22px;
	text-transform: uppercase;
	color: #9f9f9f;
	margin:5px 0;
	}
.cart-prod-price{
	font-size:16px;
	color:#111;
	font-weight:600;
	}
.cart-prod-price span{
	font-weight:normal;
	}
.cart-item .close-icon{float:right;}
.cart-item .close-icon i {
	background-color: #dddddd;
	border-radius: 2em;
	cursor: pointer;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	text-align: center;
	width: 25px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	}
.cart-item .close-icon i:hover{
	background-color: #525252;
	color: #fff;
	}
.cart-item.sub-total{
	font-size:16px;
	text-transform:uppercase;
	}
.cart-item.sub-total .pull-left{float:left;}
.cart-item.sub-total .pull-right{float:right;}
a.viewcart-btn{
	float:left;
	width:100%;
	height:40px;
	line-height:38px;
	font-size:16px;
	background:#0f2b40;
	letter-spacing:0.5px;
	color:#fff;
	font-weight:bold;
	border-radius:20px;
	text-align:center;
	text-transform:uppercase;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
	}	
a.checkout-btn{
	float:left;
	width:100%;
	height:40px;
	border-radius:20px;
	line-height:40px;
	font-size:16px;	
	background:#ff4c3b;
	letter-spacing:0.5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	text-align:center;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
	}

/*==========sectionStrip============*/
.strip{
	float:left;
	width:100%;
	text-align:center;
	}
.strp-innr{
	display: inline-block;
    width: 100%;
    height: 394px;
	margin-top:-65px;
    position: relative;
    background: #222222;
	}
.strp-rgt{
	float: left;
    width: 50%;
    padding: 90px 70px 0;
    text-align: center;
	}
.strp-prodt{
	position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
	}	
.strp-hdng{
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
	}
.strp-hdng span{
	display:block;
	font-size:48px;
	line-height:50px;
	color:#fff;
	text-transform: capitalize;
	margin-bottom:4px;
	position:relative;
	}
.strp-hdng span span{
	position: absolute;
    right: 31%;
    top: 12px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    transform: rotate(-90deg);
	}		
.strp-rgt .shop-btn{ background:#fff; color:#000;}		
.strp-list {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 20px;
}
.strp-list li{
    float: left;
    width: 32%;
    text-align: center;
    padding: 0 0px;
    position: relative;
}
.strp-list li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;}
.strp-li-cont{
    float: left;
    width: 100%;
    margin: -210px 0 0;
    position: relative;
    padding: 20px 25px 20px;
    background: rgba(255, 255, 255, 0.8);
	}
.strp-li-cont p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #070808;
    letter-spacing: 0.5px;
	text-transform:capitalize;
}
.strp-li-cont p span{
	text-transform:none;
	display:block;
	font-size:17px;
	line-height:29px;
	font-weight:400;
	}
.strp-bnt{
    margin: 15px 0 0;
    height: auto;
    width: auto;
    line-height: 18px;
    font-size: 20px;
    background: none;
    color: #ff4c3b;
    text-decoration: underline;
	}
/*==========sectionOne============*/
.sectionOne{
	float: left;
    width: 100%;
    padding: 60px 0 110px;
    overflow: hidden;
    background: #ece8e7;
	}
.sub-hdng{
	float: left;
    width: 100%;
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    color: #020202;
	margin-bottom:7px;
	letter-spacing:0.5px;
	}
.common-hdng{
    float: left;
    width: 100%;
    font-size: 39px;
    line-height: 49px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #000;
    text-transform: capitalize;
	}
.common-hdng span{
	display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ff4c3b;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 7px;
	}	
.sub-text{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
	margin-top:20px;
	}
.common-para{
       display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    margin-top: 18px;
	}
/*===================*/
ul.tab-list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:35px;
    row-gap: 10px;
    column-gap: 10px;
	}
ul.tab-list li {
    float: left;
    width: auto;
    position: relative;
    margin: 0 5px;
    padding: 0px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #222222;
    text-transform: capitalize;
}

ul.tab-list li:hover, ul.tab-list li.active, ul.tab-list li:hover a, ul.tab-list li.active a{
	color: #ff4c3b;
	border:none;
	font-weight:500;
	text-decoration:underline #000;
}
/*-------------*/
.product-section{
	float: left;
    width: 100%;
	padding:50px 0;
	}
.sec1-prod-section{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top:30px;
    column-gap: 14px;
	}
.sec1-col{
	float: left;
    width: 30%;
    padding: 10px 10px 20px;
    text-align: left;
    border: 1px solid #dedede;
    background: #fff;
    position: relative;
	}
.wid32{ width: 32%;}
.sec1-col-prdtimg{
	display:inline-block;
	width:100%;
	padding:15px 20px 10px;
	}
.s1-prod{
	display: block;
    margin: 0 auto 15px;
    max-width: 100%;
    width: 200px;
	}
.prod-name{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 0px 0px;
	}
.s1-col-text1{
    float: left;
    width: 100%;
    font-size: 27px;
    line-height: 35px;
    color: #ff4c3b;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 8px 0px 0px;
    /* background: #fff; */
	}
.s1-col-strenght{
	float: left;
    width: 100%;
    font-size:15px;
    line-height:18px;
    color: #6a6a6a;
	margin:10px 0 0 0;
	display:none;
	text-transform:capitalize;
	}
.s1-col-text2{
	float: left;
    width: 100%;
    font-size:14px;
    line-height:18px;
    color: #6a6a6a;
	margin:5px 0 8px;
	}
.star{
	display:block;
	margin:0 auto;
	}
.s1-btn{
   
	}
.sec1-col:hover .s1-btn{}
.col-cart-icn{
	margin:0 0; display:inline-block; vertical-align:middle;}
/*.s1-btn:after{
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-7px;
	width:10px;
	height:16px;
	content:"";
	background:url(../images/s1-btn-arw.png) no-repeat center center;
	}
.s1-btn:hover:after{
	width:10px;
	height:16px;
	background:url(../images/btn-arw.png) no-repeat center center;
	}*/
.s1-btn img{
	display:none;
	}

.s1-list{
    float: left;
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 0px
	}
.s1-list-col{
    float: left;
    width: 27.36%;
    text-align: left;
    position: relative;
	}
.s1-list-col img{
	display: inline-block;
    max-width: 100%;
    margin: 0 auto 15px;
	}
.s1-list-col p{
	font-size: 18px;
    line-height: 28px;
    font-weight:600;
    color: #3b3b3b;
	}
.s1-list-col p span{
    display: block;
    font-size: 22px;
    line-height:30px;
    color: #ff4c3b;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom:5px;
	}
.s3-list-btm{
	float: left;
    width: 100%;
    margin-top:30px;
	}	
.s3-list-btm li{
	float:left;
	width:50%;
	font-size:22px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	text-transform: capitalize;
	background:#ff4c3b;
	text-align:left;
	padding:38px 0 38px 165px;
	position:relative;
	}
.s3-list-btm li img{
	position:absolute;
	left:40px;
	top:30px;
	}
.s3-list-btm li:last-child{
	background:#000;
	text-align: right;
	padding:38px 165px 38px 0px;
	}
.s3-list-btm li:last-child img{
	left:auto;
	right:40px;
	}			
.s1-lft{
	float: left;
    width: 690px;
	}
.s1-lft .sec1-prod-section {
    column-gap: 12px;
   }	
.s1-lft .sec1-col {
    width: 32%;
	border:none;
	background:#cce5f1;}
.s1-lft .prod-name{
	color:#fff;
    background: #000;
}	
.s1-lft .s1-col-text1{
	color:#fff;
    background: #000;
}
.s1-model{
	position: absolute;
    right: 0;
    top:90px;
    max-width: 450px;
	}	
/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	text-align: center;
	}
.s2-left{
    float: left;
    width:100%;
   text-align:left;

	}
ul.s2-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s2-list li{
	float:left;
	width:100%;
	margin-top:25px;
	text-align:left;
	padding:0 0 0 80px;
	position:relative;
	}
ul.s2-list li img{
	position:absolute;
	left:0;
	top:5px;
	}
ul.s2-list li span{
	float: left;
    width: 100%;
    font-size: 23px;
    line-height: 25px;
    color: #002e52;
    font-weight: 500;
	letter-spacing:0.5px;
	}
ul.s2-list li p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #121212;
	margin-top:5px;
	letter-spacing:0.5px;
	
	}
.s2-rght{
	float: right;
    width: 25%;
    margin-top: 15px;
	position: relative;
	}
.s2-rght-bx{
	float: left;
    width: 100%;
	}
.s2-rght-bx-cont{
    display: inline-block;
    width: 80%;
    margin: 250px 0px 0;
    padding: 20px 23px 20px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: relative;
	}
.s2-rght-bx-txt{
	font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #070808;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	}
.s2-img{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
	}
.prodBox2-col{
	margin:0 10px;
	}
.prodBox2-col .sec1-col-prdtimg{
	background:#fff;
	}
/*=============sectionTwo============*/
.sectionTwo2{
	float:left;
	width:100%;
	padding:0px 0 60px;
	background:#fff;
	}
.s2-Box{
	display:inline-block;
	width:100%;
	position:relative;
	margin-top:-149px;
	}	
.stwo2-rit{
	float: left;
    width: 54.36%;
    text-align: left;
    margin: 0px 0px 0px;
	}
.stwo2-rit-mid{
	float:right;
	width:70%;
	margin-top: 15px;
	margin-bottom:15px;
	position:relative;
	z-index:1;
	}
.s2-two-img{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
	}
.s2-two-img2, .s2-two-img3{
	position:absolute;
	right:0;
	top:0;
	}
.s2-two-img3{ top:390px;}		
ul.s2-lst{
	float:left;
	width:100%;
	margin-top:27px;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
	column-gap: 8px;
	background:#fff;
	box-shadow:0px 0px 10px #bbb;
	padding:15px 15px;
	}
ul.s2-lst li{
	float:left;
	width:24%;
	text-align:center;
	position:relative;
	}
.s2-prdt-bg{
	display:inline-block;
	width:100%;
	max-width:100%;
	padding:10px 10px;
	border:1px solid #e6e6e6;
	}
.s2-prdt-bg .s1-prod{
	background:none;
	}
.disct-txt{
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    padding: 8px 5px;
	}
ul.s2-lst li:hover .disct-txt{ background:#c16e34;}
/*===============sectionThree==========*/
.sectionThree{
    float: left;
    width: 100%;
    padding: 60px 0 0px;
    position: relative;
	background:#fff;
	}
.shopsectionThree{padding: 60px 0;}
.s3-pdts{
        float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 0px;
}
.s3-pdts-col {
        float: left;
    width: 49%;
    height: 300px;
    text-align: left;
    background: #f6eef1;
    position: relative;
    padding: 50px 40px 0 200px;
    overflow: hidden;
    }
.s3-pdts-col:nth-child(2){
	padding:50px 210px 0 40px;
	background:#cce5f1;
	}
.s3-pdts-col:nth-child(2) img{
	position: absolute;
    right: 0;
    top: 20px;
    max-width: 50%;
	}	
.s3-pdts-col:nth-child(3){
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	height:230px;
	padding:85px 15px 0 210px;
	text-align:left;
	}	
.s3-pdts-col:nth-child(3) img{
	position:absolute;
	left:0;
	top:22px;
	max-width:200px;
	}	
.s3-pdts-cont{
    margin: 0px 0 0;
    padding:0px 0px;
    display: inline-block;
    width: 100%;
    float: left;
   }
.s3-pdts-col:nth-child(2) .s3-pdts-cont{}
.s3-li-prodt1{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 198px;
	}
.s3-cont-txt{
   display: inline-block;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    margin-top: 0px;
    text-transform: uppercase;
    padding: 0px 0px 0;
}

.s3-cont-txt2{
    float: left;
    width: 100%;
    font-size:18px;
    line-height:26px;
    color: #000;
    font-weight:400;
    margin-top: 10px;
    padding: 0 0px 0 0;
	}
.s3-cont-txt2 span{
	display:block;
	font-size:34px;
	line-height:44px;
	font-weight:bold;
	margin-top:22px;
	}	
.s3-pdts-cont .shop-btn {
    width: auto;
    height: auto;
    font-size: 19px;
    line-height: 29px;
	color:#ff4c3b;
	text-decoration:underline;
	margin-top:22px;
	z-index:9;
	background:none;
	border:none;
	text-transform:uppercase;
}
.s3-testimonial{
	float:left;
	width:100%;
	margin-top:35px;
	position:relative;
	z-index:2;
	}
.s3-testi-col {
    display: inline-block;
    vertical-align: top;
    width: 300px !important;
	max-width:300px;
	height:250px;
    margin: 5px 13px 0;
    text-align: left;
	background:#fff;
	box-shadow: 0px 2px 9px 1px rgb(0 0 0 / 10%);
	border-radius:10px;
    }
.s3-testi-img{
	display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    border-radius: 10px 10px 0 0;
	}
.s3-testi-cont{
    float: left;
    width: 100%;
    padding: 0 15px 20px;
   }
.s3-testi-name{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin-top: 16px;
    padding: 0 0px 0 0;
	} 
.s3-testi-name span{
	font-size: 18px;
    line-height: 24px;
    color: #1b1b1b;
	font-weight:600;
	}
.s3-testi-name img{
	display:inline-block !important;
	vertical-align:middle;
	margin: -3px 1px 0 6px;
	}
.testi-star{
	float:left;
	margin:10px 0 0 0;
	}			
.s3-testi-para{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
	letter-spacing:0.5px;
    color: #000000;
    margin-top: 15px;
	} 

/*==========sectionFour================*/
.sectionFour{
    float: left;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    background: #fff;
    background-size: cover;
	}
.s4-rght{
    float: right;
    width: 32%;
    text-align: center;
    padding: 45px 0 130px 0;
	}
.s4-rght .common-para{
	line-height:27px;
	margin-top:15px;
	}
.s4-lab-report{
	position: absolute;
    left: 0;
    top: 0;
	}
.lab-result{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	position:relative;
	padding:0 0 8px 0;
	}
.s4lbx{
	min-height:170px;
	background:#fff;
	border-radius:10px;
	position:relative;
	padding:25px 18px 20px 180px;	
	-moz-box-shadow: 0 0 5px #cdd3da;
	-webkit-box-shadow: 0 0 5px #cdd3da;
	box-shadow: 0 0 5px #cdd3da;
	}
.s4lbx img{
	position:absolute;
	left:18px;
	top:20px;
	width:130px;
	}
.s4hding2{
	font-size: 27px;
    line-height: 40px;
    color: #808080;
    font-weight: 300;
    letter-spacing: 0.5px;
	}
.s4ltxt{
	font-size:17px;
	line-height:27px;
	color:#3a3c3c;
	text-align:left;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.s4-lst {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.s4-lst li {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0px;
    position: relative;
}
.s4-lst li p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #070808;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	margin: 12px 0 0;
}
.s4-li-pdt{
	display:inline-block;
	width:100%;
	padding:15px 0;
	background:#ebeff0;
	}
.s4-btn {
    margin: 10px 0 0;
    height: auto;
    width: auto;
    line-height: 33px;
    font-size: 20px;
    background: none;
    color: #ff4c3b;
    text-decoration: underline;
    border: none;
    padding: 0;
    border-radius: 0;
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer, .foo-btm {
        float: left;
    width: 100%;
    padding: 30px 0 10px;
    background: #fff;
	border-top:5px solid #000;
}
.foo-logo{
	display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    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 {
	margin-right: 20px;
	line-height: 28px;
}
.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;
}
.other-links li:last-child{margin-right:0;}
.other-links li:after{
	content: "";
    position: absolute;
    top: 4px;
    bottom: 11px;
    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: 12px;
    line-height:14px;
	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: left;
    background: #f4f8ff;
    padding: 5px 0;
}
.innrBreadcrm a, .innrBreadcrm a:hover {
    color: #1d1c1a;
}
.innrBreadcrm span{
	color: #154369;
}
/*-============================================
CSS FOR SHOP PAGE
============================================-*/
.shop-sec-1{
	float: left;
    width: 100%;
    padding: 40px 0;
	overflow: hidden;
}
/******************************/
.prd-sec-1 {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}
.prd-s1-lft {
    float: left;
    width: 470px;
    margin: 60px 0 0;
    position: relative;
}
.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: #ff4c3b;
    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;
}

.prddtls1-rgt {
    width: 58%;
    padding: 22px;
    float: right;
}
.slide-img {
	margin: 10px auto;
	display: block;
}
.prddtls1-rgthding1 {
	font-size: 20px;
	line-height: 25px;
	color: #707070;
	text-align: left;
	text-transform: uppercase;
}
.prddtls1-rgthding2 {
	    font-weight: bold;
    font-size: 26px;
    line-height: 37px;
    color: #ff4c3b;
    text-transform: capitalize;
    text-align: left;
    padding: 5px 0 5px 10px;
    background: #f1eee9;
    width: 100%;
    margin-top: 10px;
}
.prddtls1-rgttxt {
	color: #000000;
    text-align: left;
    padding: 0px 0 0 0;
    /* display: none; */
    font-size: 17px;
    line-height: 28px;
}
.cont-head {
        float: left;
    width: 100%;
    text-align: left;
    margin: 20px 0 10px;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #ff4c3b;
}
.price {
    font-size: 28px;
    line-height: 34px;
}
.prd-strength-row{
	float: left;
    width: 100%;
	padding:20px 0 0px;
	border-top:1px solid #ebebeb;
	text-align:left;
}
p.prd-txt1 {
    font-size: 20px;
    font-weight: 500;
    float: left;
    width: 100%;
}
.prd-strength-p1{
	display:inline-block;
	vertical-align:middle;
    font-size: 24px;
    line-height: 28px;
    color: #24334a;
	font-weight:500;
	letter-spacing:-0.5px;
}
.option-field1{
	float: left;
    width: 100%;
    margin-top: 20px;
}

.option-field1 li.option {
	z-index: 1;
    padding: 15px 30px 15px 20px;
    display: none;
    float: left;
    width: 100%;
    height: 50px;
	background-color: #f4f8ff;
	box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	-webkit-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	-moz-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.option-field1 li:first-child:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../images/s2-prc-arw.png) no-repeat center right;
    width: 24px;
    height: 15px;
    filter: brightness(0.5);
    background-size: 15px;
    transform: translateY(-50%);
}

.option-field1 li.option span {
    float: right;
}
.option-field1 li.option:hover {
  background-color: #f5f5f5;
}

.option-field1 li:first-child {
  display: block;
}
ul.prddtls1-rgtlist {
	padding: 0px 0 0 0px;
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.other-prd {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
}

.s2-mdl-box2{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	margin-top:30px;
}
.s2-mdl-box2 .s2-prodBx-col {
	width: 49%;
	margin: 0;
	padding: 15px 13px;
}
ul.prddtls1-rgtlist li {
	    padding: 0px 0 10px 25px;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}
ul.prddtls1-rgtlist li strong{ width: 40%; float: left;}
ul.prddtls1-rgtlist li:last-child{ border:none;}
ul.prddtls1-rgtlist li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: #487669;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 4px;
    left: 0;
    /* border: 1px solid #f1f1f1; */
    padding: 5px;
    box-shadow: 0 0 5px #97d0f1;
}
ul.prddtls1-rgtlist li span{
    display: inline-block;
    font-weight: 600;
}
ul.prddtls1-rgtlist li span span{
	float:right;
	width: auto;
	}
ul.prddtl-prclist {
	    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 0px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	    float: left;
    padding: 10px 0;
}
ul.prddtl-prclist li {
	    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #010101;
    text-align: left;
}
ul.prddtl-prclist li:nth-child(2) {}
ul.prddtl-prclist li span {font-weight: bold;}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.size-guide-box {
	position: absolute;
	top: 1px;
	right: 90px;
	font-size: 16px;
}
.size-guide-box a {
    color: #b7953a;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.select-size .inner {
    float: left;
    width: 100%;
}
.select-size .inner a {
        float: left;
    border: 1px solid #ccc;
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 1px 0;
    margin-right: 10px;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner a.active {background: #009bf6;}
.select-size .inner a span { font-size: 18px; line-height: 27px; margin:0;}
.select-size .inner a.active span{color:#fff;}

.inpg-dvdr {
	height: 1px;
	background: #f1f1f1;
	margin: 72px auto 60px auto;
	display: block;
}
.tab-txt1, .tab-txt2 {
	float: left;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
}
.prod-desc {
    max-width: 160px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.tab-txt2 {
	padding: 10px 0 0;
}
ul.prddtl-tablist {
	float: left;
	width: 100%;
}
ul.prddtl-tablist li {
	background: url(../images/bullet.png) left 6px no-repeat;
	padding: 0 0 0 22px;
	font-size: 18px;
	line-height: 24px;
	margin: 11px 0 0 0;
}

/*********************ACCORDION SECTION**********************/
.accordion-container {
	display: inline-block;
	margin: 30px 0 60px;
	padding: 0 15px;
}
p.txt1 {
	margin: 10px 0;
}
.accordion {
	box-sizing: border-box;
	color: #3e3e3e;
	cursor: pointer;
	float: left;
	font-weight: 400;
	font-size: 24px;
	text-align: left;
	line-height: 28px;
	padding: 15px 25px 15px 50px;
	width: 100%;
	margin-right: 20px;
	border: 1px solid #cef5eb;
	letter-spacing: -0.5px;
	border-bottom: none;
}
.accordion-open {
	background: url(../images/ahov2.jpg), url(../images/faq-sel-img.jpg);
	background-position: right center, 22px center;
	background-repeat: no-repeat, no-repeat;
	border-bottom: 1px solid #cef5eb;
	color: #005a39;
	border-radius: 5px 5px 0 0;
	margin-top: 5px;
}
.accordion-close {
	background: url(../images/acord2.jpg), url(../images/faq-un-sel-img.jpg);
	background-position: right center, 20px center;
	background-repeat: no-repeat, no-repeat;
	border-radius: 5px;
	margin: 5px 0;
	border: 1px solid #cef5eb;
	;
}
.acdn-content {
	box-sizing: border-box;
	color: #3e3e3e;
	float: left;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	padding: 15px 60px 20px 20px;
	width: auto;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #cef5eb;
	;
	border-top: none;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
	width: 100%;
}
.acdn-content p {
	font-size: 18px;
	line-height: 26px;
}
.acdn-content ul {
	float: left;
	padding-left: 40px;
	width: 100%;
}
.acdn-content ul li {
	list-style: disc;
	font-size: 16px;
}
.contact-inr {
	padding: 30px 0 50px;
}
ul.contact-list {
	display: block;
	margin: 0 auto;
	width: 100%;
}
ul.contact-list li {
	width: 30%;
	float: left;
	text-align: center;
	position: relative;
	/* padding-left: 75px; */
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}
ul.contact-list li p strong {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.contact-list li img {
	display: inline-block;
}
ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
.thank-pg {
}
.thank-hdg {
	font-size: 50px;
	line-height: 54px;
}
a.baktohme {
	font-size: 16px;
	color: #6baf24;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thank-icon {
    display: block;
    margin: 0 auto 10px;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}


/****************************************/
/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 300px;
	right: 0;
	border-left: 1px solid #e5e5e5;	
	
	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateY (300px);
	-o-transform: translateY (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;
	-webkit-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;-webkit-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;
	}
.drawer .cart-box1 {
    display: none;
}
.drawer .sub-total li:nth-child(2), .drawer .sub-total li:nth-child(3) { display:none;}
.drawer .continue-shpbtn{ margin-top:0;}
.table-cell {
	float:left;
	width: 50%;
	font-size:18px;
	color:#2d2d2d;
	text-align:left;
	}
.cart-icon{
	float: right;
    margin:20px 25px 0 0;
	position:relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:0 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	width:16px;
	margin-top:4px;
	margin-right: 10px;
	}
.cart-box2{
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #d0d0d0;
	}
.drawer-prod-lft{
	     float: left;
    width: 70px;
    height: 80px;
    border: 1px solid #c0d3d9;
    text-align: center;
    background: #e8f1f4;
    position: relative;
    margin: 8px 0 0 0;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 90%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	float:right;
	width:190px;
	text-align:left;
	}
.drwer-prod-name{
	font-family:inherit;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #393733;
    font-weight: normal;
}
.drwer-prod-name span{ color:#0c426d; font-weight:bold; font-size:15px;}
.drwer-prod-name img{
	display:block;
	margin:0 0 0 0;
}
.drwer-txt1{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #393733;
	position:relative;
	}
.drwer-txt1 span{    
font-weight: 700;
    color: #0e8c3d;
    padding-right: 25px;
    float: right;}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:15px;
	line-height:18px;
	color:#393733;
	margin-top:3px;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:300;
	}
.cart-remv img{
	width: 18px;
    /* margin-top: -52px; */
    position: absolute;
    top: 0;
    right: 0;
	}
.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;
	}

.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
	
	
/*-============================================
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;
	background:#f4f8ff;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont-lft, .cont-right{
	float: left;
    width: 43%;
    padding: 35px;
    text-align: left;
}
.cont-right{
	width: 57%;
	background:#fff;
}
.cont-p1{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #ff4c3b;
	margin-bottom:12px;
	text-align:left;
}
.cont-ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 13px;
    margin-top: 13px;
}
.cont-ul li{
	  float: left;
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
    line-height: 31px;
    font-size: 18px;
}
.cont-ul li .s4-p2{
	font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #ff4c3b;
}
.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%);
	filter: grayscale(1);
}
.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: 16px;
    font-weight: 300;
    padding: 0 0px 0 49px;
    font-family: inherit;
	-webkit-appearance:none;
}
.cont-input-box label.error{
	color:#f00;
	font-weight:500;
	}
.fancyboxfrm{
	text-align:center;
	font-size:20px;
	padding:80px 0;
	}
.fancyboxfrm span{
	color:#ff4c3b;
	font-size:30px;
	display:block;
	}
.cont-btn {
    -webkit-appearance: none;
    border: none;
    outline: none;
    margin: 30px 0 0;
    padding: 0;
    background: #ff4c3b;
	color: #fff;
    font-size: 24px;
	line-height:56px;
	padding:0 27px;
	float:left;
	border-radius:30px;
	 cursor:pointer;
}
.s1-prod {
    display: block;
    margin: 0px auto 0px;
    max-width: 100%;
    width: 320px;
}

/*****************************/
/*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: #ff4c3b;
    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 #ff4c3b;
}
.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 {
	float: left;
    text-transform: capitalize;
    font-size: 23px;
        line-height: 40px;
    width: 100%;
}
.trm-bx span {
	text-transform: capitalize;
    display: 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: 530px;
    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;
}

.ftr-txt img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    filter: grayscale(1);
}


/********************************/
.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: #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: #ff4c3b;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #5d5d5d;
}	

@media only screen and (max-width:767px){
.pop-innr {

    width: calc(100% - 10px);
}

}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
}
.error-hed {
    color: red;
    font-size: 32px;
}






