@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	color:#000000;
	text-align:center;
	font-family: "Poppins", 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: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;}


/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #c50018;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #333;
}
.yes-btn {
	
}
/*****************************/

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    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;
    padding: 10px 0;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fdfdfd;
	-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: 0;
	width: 220px;
	}
a.header-btn{ 
	float:right; 
	width:141px;
	font-size:16px;
	color:#000000;
	height:42px;
	border-radius:50px;
	font-weight:500;
	line-height:42px;
	border:1px solid #000000;
	margin-top:14px;
	}
a.header-btn:hover{ background:#000000; color:#fff;}
.cart-icon{
	float:right;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#ab1f80;
	margin:20px 20px 0 10px;
	padding-top:2px;
	}
ul.mainMenu{
	float: right;
    margin-top: 15px;
    margin-right: 10px;
	}
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: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:#000;}

/*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: #000;
	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:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:82px;
	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%;
	overflow:hidden;
	padding:0 0 0px;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	height:620px;
	}
.banner-left-side{
  	float: left;
    width: 30%;
    text-align: left;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
.bnr-imgs{
	position: absolute;
    top: 10px;
    right: 130px;
    max-width: 320px;
}
.bnr-txt {
    font-size: 95px;
    line-height: 95px;
    position: absolute;
    transform-origin: 0 0;
    top: 610px;
    right: -600px;
    transform: rotate(-90deg);
    color: #f1f1f1;
}
.bnrHdng{
	float: left;
    width: 100%;
    font-size: 48px;
    line-height: 67px;
    color:#151414;
    margin-top: 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: "Anton", sans-serif;
}
.bnrHdng span{color:#fd000d;font-size: 74px;line-height: 74px;}
.banner-text2{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 29px;
    color:#090908;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.shop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 230px;

    height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
	border:2px solid #fd000d;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
	background:#0f0f0e;
	border-radius:5px;
	}
.banner .shop-btn{ }
.banner-left-side2{
    float: right;
    width:65%;
    text-align: right;
	margin-top:30px;
	}
.banner-left-side2-txt1{
	float:left;
	width:20%;
	font-size:38px;
	line-height:44px;
	font-weight:700;
	margin-top:100px;
}		
ul.bnr-list{
    float: right;
    width: 70%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0;
	column-gap:0;
	}
ul.bnr-list li{
    float: left;
    width: 32%;
    }
.bnr-rgt{
	float: right;
    width: 25%;
    margin: 389px 0 0 0;
    text-align: left;
	position:relative;
	}	
.bnr-rgt-txt1{
	float:left;
	width:100%;
	font-weight:400;
	text-transform:uppercase;
	font-family: "Anton", sans-serif;
	font-size:24px;
	line-height:31px;
	}
.bnr-rgt-price{
	    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
	}
.bnr-rgt-price span{
	font-weight:700;
	color:#c50018;
	}
.bnr-prod{
	position: absolute;
    top: 64px;
    left: 0;
	}				
/*---------------------
BNR-STRIP
----------------------*/	
.bnr-strip{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0;
	}
	
.red_strip{
	float:left;
	width:100%;
	text-align:center;
	padding:20px 0;
	background:#c70102;
	}
.red-txt{
	    display: inline-block;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 34px;
    line-height: 54px;
	}			
/*---------------------
BNR-SEC1
----------------------*/
.bnr-sec1{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding:35px 0px 30px 0px;
	text-align:left;
	position:relative;
	}
.bnr-sec1 .common-hdng:before{
	position: absolute;
    z-index: 9;
    content: '';
    right: 0;
    bottom: -20px;
    left: 0;
    height: 1px;
    background: #f70808;
}	
.bnr_innr{
	display:inline-block;
	width:100%;
	margin-top:45px;
	}

.bnr-box-right{
	float:right;
	width:55%;
	text-align:left;
	}
.bnr-rit{
	float:right;
	width:53%;
	text-align:left;
	}
.bnr-cont{
	    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
    margin: 20px 0 0 0;
	}
.bnr-bx{
	float: left;
    width: 32%;
    text-align: left;
    padding: 31px 0px 0;
    position: relative;
    background: url(../images/bnr-li-bg1.png)#fff no-repeat center top;
    height: 233px;
	}
.bnr-bx-hdg2{
	    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    padding: 10px 0;
    font-weight: 400;
	}	
.white{ color:#fff !important;}	
.bnr-bx:nth-child(2){ background: url(../images/bnr-li-bg2.png)#fff no-repeat center top;}
.bnr-bx:last-child{ background: url(../images/bnr-li-bg3.png)#fff no-repeat center top;}
.bnr-bx-hdg{ font-size:20px; line-height:28px; font-weight:700; color:#000;}
.bnr-bx-pric{  font-size: 20px; line-height: 26px; font-weight: 700; margin: 0px 0 0;}
.bnr-bx .shop-btn{
	background:none;
	color:#000 !important;
	font-size:16px;
	line-height:20px;
	height:auto;
	width:auto;
	border:none;
	border-radius:0;
	margin-top:135px;
	}
.bnr-bx-arw{     margin: 0px 0px 0px 8px;}
/*---------------------
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:inherit;
	}
.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:#000000;
	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%;
	/*height:410px;*/
	/*background:url(../images/strp-bg.jpg) no-repeat center top;*/
	background: linear-gradient(to bottom, #fff 60%, #fff 40%);
	padding:50px 0px;
	/*overflow:hidden;*/
	text-align:center;
	}
.strp-innr{
	display:inline-block;
	width:100%;
	position:relative;
	padding:0px 0px;
	}
.strp-lft{
    display: inline-block;
    width: 58%;
    text-align: center;
	}
.strp-prdt1_bx{
    float: left;
    width: 100%;
    height: auto;
    background: #044c70;
    margin-top: 20px;
    position: relative;
    text-align: left;
    padding: 75px 40px 75px 240px;
	}
.strp-prdt1_bx .s1-prod{
	position:absolute;
	top:0;
	left:0;
	}
.strp-prdt1_bx .prod-name{
	font-size:22px;
	line-height:28px;
	font-weight:700;
	text-transform:uppercase;
	}
.strp-prdt1_bx .s1-col-text1{
	background:none; color:#fff; padding:5px 0;}
.strp-rgt{
display: inline-block;
    width: 100%;
	}
.strp-rgt .strp-prdt1_bx{
	background:#071828;
	padding: 90px 240px 90px 40px;
	}
.strp-rgt .strp-prdt1_bx .s1-prod{
	top:25px;
	left:auto;
	right:0;
	}
.strp-rgt .common-para{
	font-weight:300;
	}
ul.bx-lst, ul.bx-lst2{
	float:left;
	width:100%;
	margin-top:25px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 8px;
	}
ul.bx-lst li, ul.bx-lst2 li{
	float: left;
	width:49%;
	position:relative;
	background:#f6f7f9;
	padding:15px 15px;
	text-align:left;
	}
ul.bx-lst2 li{
	background:#f6f7f9;}
ul.bx-lst li h1, ul.bx-lst2 li h1{
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#000;
	}
ul.bx-lst li h1 span, ul.bx-lst2 li h1 span{
	display:block;
	font-weight:700;
	}
ul.bx-lst li .s2-btn{
	background: none;
    text-decoration: underline;
    height: auto;
    width: auto;
    border: none;
    color: #ffbe00;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 10px;
	}
.bnr-bx-imgs, .bnr-bx-imgs2{
	display:block;
	margin:15px auto 10px;
	}
.bnr-bx-imgs2{ margin:75px auto 10px; }
ul.bx-lst li:last-child{ background:#000000; }
ul.bx-lst2 li:last-child{ background:#f6f7f9;}
.strp-prodt{
	position: absolute;
    left: 16%;
    top: -185px;
	max-width:100%;
	}	
.strp-hdng{
        float: left;
    width: 100%;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    font-family:inherit;
    text-transform: capitalize;
	}
.strp-hdng span{
	display:block;
	font-size:31px;
	line-height:41px;
	color:#fff;
	text-transform: capitalize;
	}	
.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: #000000;
    text-decoration: underline;
	}
.strip .sec1-col{ margin:0 10px;
	}
/*==========sectionOne============*/
.sectionOne{
	float: left;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    background: #fff;
	}
.sub-hdng{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
	}
.common-hdng{
	display: inline-block;
    width: 100%;
    font-size: 38px;
    line-height: 45px;
    color: #2f2f2f;
    font-family: "Anton", sans-serif;
    text-transform: capitalize;
    vertical-align: middle;
}
.common-hdng span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 4px;
}
.sub-text{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
	margin-top:15px;
	
	}
.common-para{
	    display: inline-block;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: #000;
    margin-top: 15px;
    vertical-align: middle;
	}
/*===================*/
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:4px 25px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;  
	color:#000000;
	background:#fff;
    text-transform: capitalize;
	border-radius:50px;   
}

ul.tab-list li:hover, ul.tab-list li.active, ul.tab-list li:hover a, ul.tab-list li.active a{
	background: #9ec0d0;
	color: #fff;
	border:none;
	font-weight:500;
}
/*-------------*/
.sec1-prod-section{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 40px;
}
.sec1-col{
   float: left;
    width: 24%;
    padding: 20px 10px;
    text-align: left;
    position: relative;
    border-radius: 0px;
	border-radius:12px;
    background: #f9f9f9;
    border:2px solid #fd000d;
	transition: all 0.3s;
	}
.sec1-col:hover{    background:#DDD5CC;}	
.sec1-col:hover .shop-btn {background: #333;}

.sec1-col:hover .brnd-name {color: #101010;}
.sec1-col:hover .prod-name{color: #101010;}
.sec1-col:hover .s1-col-text1{color: #fd000d;}
.s2-prod-txt{
	position: absolute;
    top: 489px;
    right: 240px;
    font-size: 80px;
    line-height: 85px;
    color: #ededed;
    font-weight: 700;
    transform: rotate(270deg);
	}	
.wid32{ width: 32%;}
.saletxt{
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background: #333;
    padding: 5px 8px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 20px;
	display: none;
	}
.sec1-col-prdtimg{
	display:inline-block;
	width:100%;
	padding:15px 20px 10px;
	}
.sec1-col-img_bg{
    position: relative;
	}
.prod-left{
	display: inline-block;
    width: 100%;
    padding: 0 0px 0 0;
    margin: 0px 0 0;
    text-align: center;
}
	
.s1-prod{
	display: block;
    margin: 0 auto 15px;
    max-width: 100%;
    width: 200px;
	}
.brnd-name{
	float:left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #1e1e1e;
    font-weight: 400;
    text-transform: uppercase;
	}
.prod-name{
        float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #1e1e1e;
    font-weight: 500;
    text-transform: capitalize;
    min-height: 70px;
}
.s1-col-text1{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color:#072750;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 0px 0px 0px;
	}
.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{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    border-radius: 5px;
    height: 48px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    position: relative;
    border: 2px solid #e80623;
    background: #e80623;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;

	}
.sec1-col:hover .s1-btn{}
.col-cart-icn{
	margin:0 0; display:none; vertical-align:middle;}
.s1-btn img{
	display: none;
    vertical-align: middle;
    margin: 0 0px;
	}

.s1-list{
    float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 11px;
}
.s1-list-col{
	background: #f8f8f8;
    height: auto;
    float: left;
    width: 42%;
    margin-top: 0px;
    text-align: left;
    padding: 25px 20px;
    position: relative;
	border:2px solid #fff;
	border-radius:10px;
	box-shadow: 0px 0px 5px #bbb;
	}
.s1-list-col:nth-child(1), .s1-list-col:nth-child(2), .s1-list-col:nth-child(5), .s1-list-col:nth-child(6){ width:28%; text-align:left;padding: 25px 20px;}
.s1-list-col .shop-btn{
	width:auto;
	height:auto;
	line-height:20px;
	background:none;
	border:none;
	border-radius:0;
	color:#000;
	font-size: 16px;
	margin-top: 18px;
	}
.s1-list-prd1 {
    position: absolute;
    top: 14px;
    right: 0;
    max-width: 100%;
    width: 310px;
	filter: drop-shadow(-10px 6px 10px #888);
}
.s1-list-rgt{
	float: left;
    width: 55%;
    text-align: left;
    padding: 0px 0 0 0;
	}
.s1-list-txt1{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
	text-transform: uppercase;
	}			
.s1-list-txt2{
	font-size:16px;
	line-height:26px;
	margin-top:15px;
	font-weight:700;
	}	
.s1-list-prd2{
	display:block;
	margin:0 auto 0;
	width:170px;
	}
.s1-list-prd3{
	display:block;
	margin:0 auto 0;
	width:170px;
	filter: drop-shadow(-10px 6px 10px #888);
	}	
.s1-list-txt3{
	font-size:16px;
	line-height:25px;
	}
.s1-list-txt3 span{
	display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
	}			
/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	position:relative;
	}
.sectwo-lft{
	float:left;
	width:100%;
	text-align:center;
	}
.sectwo-lft .common-hdng{ float:left; width:30%; text-align:left;}
.sectwo-lft .common-para{ float:right; width:70%; text-align:left;}	
.sectwo-lft .sec1-prod-section{ row-gap: 25px; margin-top: 28px;column-gap: 13px;}
.sectwo-lft .sec1-col{ }
.sectwo-lft .prod-name{ font-size:20px;}
.sectwo-lft .s1-prod { width: 250px;}
.secTwo_model{
	position: absolute;
    top: 0px;
    right: -5px;
	}
.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 70px;
	text-align:center;
	background: #fff;
	}
.stwo2-rit{
	float: right;
    width: 61%;
    text-align: left;
    padding: 60px 0 0;
	}
.stwo2-rit .common-para{}
.stwo2-rit-mid{
	float:right;
	width:70%;
	margin-top: 15px;
	margin-bottom:15px;
	position:relative;
	z-index:1;
	}
.s2-two-img{
	    position: absolute;
    top: -4px;
    left: -127px;
   width: 510px;
	}
.s2-uls{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 42px 0 0;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s2-uls li{
	    float: left;
    width: 49%;
    padding: 0 0 0 78px;
    position: relative;
    font-size: 18px;
    line-height: 27px;
	}
.s2-uls li span{
	display: block;
    font-size: 24px;
    line-height: 37px;
    font-family: "Anton", sans-serif;
    text-transform: capitalize;
	margin-bottom: 4px;
}
.s2-li-imgs{
	    position: absolute;
    top: 0;
    left: 0;
}
/*===============sectionThree==========*/
.sectionThree{
    float: left;
    width: 100%;
    position: relative; padding-bottom: 45px;
	}


/*==========sectionFour================*/
.sectionFour{
    float: left;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    background:url(../images/sec4-bg.jpg)#f5f5f5 no-repeat center top;
    background-size: cover;
	    height: 859px;
	}
.s4-rgt{
   float: right;
    width: 49%;
    text-align: left;
    padding: 26px 0 0px 0;
	}
.sectionFour .common-hdng	{}
.sectionFour .common-para{
	width: 100%;
	}
.s4-uls{
	float: left;
    width: 100%;
    margin: 16px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
	}	
.s4-uls li{
	    float: left;
    width: 100%;
    position: relative;
    color: #000;
    padding: 15px 30px 10px 180px;
    font-size: 18px;
    line-height: 29px;
	}
.s4-uls li span{
	display: block;
    padding: 0 0 5px 0;
    font-size: 22px;
    line-height: 29px;
    font-family: "Anton", sans-serif;
    text-transform: capitalize;
	}		
.s4-uls li img{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 180px;
	}	
.s4-lab-report{
	position: absolute;
    left: 0;
    top: 0;
	}
.sectionFour .shop-btn{
	margin-top: 41px;
	}	
.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: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.s4-lst li {
	float: left;
    width: 32%;
    text-align: left;
    position: relative;
    font-size: 17px;
    padding: 0px 0px 0 88px;
    line-height: 26px;
}

.s4-lst li span {
	font-size: 22px;
    line-height: 30px;
    display: block;
    margin-bottom: 2px;
    font-family: "Anton", sans-serif;
    text-transform: capitalize;
}
.s4-lst li h3{
	position: absolute;
    top: 91px;
    left: 20px;
    font-weight: 700;
    font-size: 37px;
    line-height: 42px;
    color: #c50018;
	}
.s4-lst li img{
	    position: absolute;
    top: 0px;
    left: 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: #000000;
    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:#e6ddcc;
    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: #000000;
    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;
}

.prd-s1-rit {
    float: right;
    width: 670px;
    text-align: left;
}
.prd-s1-rit .s1-p2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    letter-spacing: 0.3px;
}
.prd-s1-p1 {

    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.prd-s1-p2{
        float: left;
    width: 100%;
    color: #34322d;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin: 10px 0 0 0;
	
}
.prd-s1-p2 span{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0;
}
.prd-s1-p3{
	float: left;
    color: #000;
    font-size: 25px;
    margin-top: 25px;
}

.prd-s1-ul{
	float: left;
    width: 100%;
    margin: 18px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.prd-s1-ul li{
	    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}
.prd-strength-row{
	float: left;
    width: 100%;
	padding:20px 0 0px;
	border-top:1px solid #ebebeb;
}
.prd-s1-ul li span {
    font-weight: 700;
}
.prd-strength-p1{
	display:inline-block;
	vertical-align:middle;
    font-size: 24px;
    line-height: 28px;
    color: #24334a;
	font-weight:500;
	letter-spacing:-0.5px;
}
.prd-strength-pkg {
    display:inline-block;
	vertical-align:middle;
    text-align: left;
    position: relative;
    padding-left: 30px;
	margin-left:35px;
}
.prd-strength-pkg input[type=radio], .buyOpt-pkg input[type=radio] {
    position: absolute;
    opacity: 0;
}
.prd-strength-pkg input[type=radio] + span, .buyOpt-pkg input[type=radio] + span {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 7px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
	background: #fff;
	border:1px solid #000000;
}
.prd-strength-pkg p, .buyOpt-pkg p{
    float: left;
    width: 100%;
    color: #24334a;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
}
.prd-strength-pkg input[type=radio]:checked + span:after, .buyOpt-pkg input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
	background: #000000;
    left: 4px;
    top: 4px;
}
.qty-div {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.qty-div-txt {
   
}
.qty-div .wan-spinner2 {
    vertical-align: middle;
}
.buyOpt-row {
    float: left;
    width: 48%;
    cursor: pointer;
    position: relative;
    border: 1px solid #000000;
    border-radius: 7px;
    background: #eaeff6;
	text-align:left;
}

.buyOpt-pkg{
	float: left;
    width: 100%;
	text-align: left;
    position: relative;
    padding-left: 55px;
}
.buyOpt-pkg input[type=radio] + span {
    left: 18px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.buyOpt-pkg p {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 29px;
	background: #fff;
	border-radius:0 7px 7px 0;
	padding:12px 12px;
}
.buyOpt-pkg input[type=radio]:checked + span:after {
    background: #000000;
	left: 4px;
    top: 4px;
}

.prd-s1-btn-row{
	float: left;
    width: 100%;
	margin:30px 0 20px;
}
.prd-s1-btn-row .shop-btn{
	    width: 100%;
    float: left;
    margin: 0;
}
.prd-mbg-p{
	float: left;
    color: #2d2d2d;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
	text-align:left;
	padding-left:62px;
	position:relative;
	margin:10px 0 0 15px;
}
.prd-mbg-p img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.prd-cards{
	    float: right;
    max-width: 100%;
    margin: 14px 0 0 0;
}
.prd-faq-box{
	float: left;
    width: 100%;
	margin-top:30px;
}
/***********************************/

.inr-cont {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.prd-det-sec {
	float: left;
	width: 100%;
	padding: 60px 0;
	border-bottom: 2px solid #f9f9f9;
}
.prd-det {
	float: left;
	width: 100%;
}
.prd-det .comn-hdg {
	margin-bottom: 0;
}
.prd-det .comn-txt {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.prd-det .comn-hdg-lft {
	float: left;
	width: 100%;
	font-size: 30px;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0 3px;
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
}
.prd-det .btn-box p {
	color: #000;
}
.prd-det-lft {
	float: left;
	width: 38%;
}
.prd-det-rgt {
	float: right;
	width: 57.26%;
	text-align: left;
	padding-right: 70px;
}
.prd-det-rgt small {
	font-size: 16px;
	line-height: 22px;
	color: #a3a3a3;
}
ul.prd-det-list {
	float: left;
	width: 100%;
}
ul.prd-det-list li {
	font-size: 20px;
	line-height: 26px;
	background: url(../images/tick.png) left 10px no-repeat;
	padding-left: 25px;
	text-align: left;
	margin-bottom: 15px;
}
ul.prd-det-list li span {
	font-weight: 700;
	margin-right: 5px;
}
.five-star {
    float: left;
    width: 100%;
}
.prd-det-prc {
	font-size: 38px;
	line-height: 44px;
	color: #262626;
	font-weight: 700;
	margin-top: 20px;
}
.size-guide-box {
	display: inline-block;
    font-weight: 400;
    margin-top: 38px;
    vertical-align: middle;
}
.size-guide-box i {
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	color: #ff0303;
	margin-top: 1px;
	margin-right: 4px;
}
.size-guide-box a {
	color: #ff0303;
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
}
.catagory-select {
	    float: left;
    width: 100%;
    margin: 20px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.select-size {
	float: left;
    align-items: center;
}
.catagory-select h3, .qty-div-txt {
	    color: #000000;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    display: block;
}
.catagory-select  .inner {
    display: inline-block;
    vertical-align: middle;
	margin-top:10px;
}
.select-size a {
	padding: 10px 39px;
    border: 1px solid #eaeaea;
    color: #333;
    line-height: normal;
    min-width: 38px;
    text-align: center;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}
.select-size a.active {
	background-color: #000000;
	color: #fff;
}
.selector-level {
	color: #000;
	margin-top: 0;
	display: block;
	width: 100%;
	font-size: 20px;
}
.prd_quantity {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.prd_quantity p {
	padding-top: 8px;
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
}
.input-counter {
	width: 170px;
	float: left;
	padding: 2px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin: 20px 0;
}
.input-group-prepend, .input-group-append {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	color: #2d2d2d;
	font-family:inherit;
	padding: 10px 0 15px;
}
.input-group-append {
	border-right: 1px solid #e1e1e1;
}
.input-group-prepend {
	border-left: 1px solid #e1e1e1;
}
.input-counter input[type="text"] {
	border: none;
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #2d2d2d;
	outline: none;
	font-family:inherit;
}
.input-counter button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.prd-det-btn {
	float: left;
	margin-top: 20px;
	width: 100%;
	display: block;
	text-align: left;
}
.prd-det-s1 {
	background: #f9f9f9;
	float: left;
	width: 100%;
	position: relative;
}
.prd-det-s1-lft {
	float: left;
	width: 50%;
	text-align: left;
	padding: 60px 50px 80px 0;
}
.prd-det-s1-rgt {
	width: 50%;
	background: url(../images/oil-btl-bg.jpg) left top no-repeat;
	float: right;
	padding: 30px 0 0 0;
}
.capsule-det-s1-rgt {
	background: url(../images/capsule-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.gummies-det-s1-rgt {
	background: url(../images/gummies-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.rub-det-s1-rgt {
	background: url(../images/rub-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.oral-spray-det-s1-rgt {
	background: url(../images/oral-spray-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.aplpe-cream-det-s1-rgt {
	background: url(../images/aplpe-cream-btl-bg.jpg) left center no-repeat;
	background-size: cover;
}
.rollon-det-s1-rgt {
	background: url(../images/roll-btl-bg.jpg) left top no-repeat;
	background-size: cover;
}
.serum-det-s1-rgt {
	background: url(../images/serum-btl-bg.jpg) left top no-repeat;
	background-size: cover;
}
.prd-det-s1 .page-btn {
}
.prd-det-s1-lst {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #2d2d2d;
	position: relative;
	margin-bottom: 30px;
}
.prd-det-s1-lst span {
	margin: 0 10px;
}
.det-prd-img {
	float: left;
	margin: 0 20px 20px 0;
}
.benfits {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #f9f9f9;
}
.ben-inr {
	position: relative;
	margin: 20px 0;
	float: left;
	width: 100%;
}
.ben-prd {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
ul.ben-list {
	width: 31.62%;
}
ul.ben-list li {
	border: 1px solid #ebeef7;
	padding: 25px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	margin-top: 25px;
}
ul.ben-list li img {
	margin-bottom: 8px;
}
ul.ben-list li h3 {
	font-size: 20px;
	line-height: 24px;
	color: #1e1e1e;
	font-weight: 700;
	margin-bottom: 10px;
}
ul.ben-list li:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 49px;
	height: 7px;
	background: url(../images/fade-dot-img.png) right center no-repeat;
}
ul.ben-list.fl li:after {
	right: -49px;
}
ul.ben-list.fr li:after {
	left: -49px;
}
ul.ben-list li:first-child:before {
	content: '';
	position: absolute;
	background: url(../images/dot-img.png) bottom center no-repeat;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	height: 25px;
	width: 5px;
}
.ben-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 480px;
}
.prd-det-s5 {
	background: #f9f9f9;
}
.cart-inr {
	float: left;
	width: 100%;
	margin: 20px 0 70px;
}
.cart-lft {
	width: 60%;
	float: left;
}
.cart-row {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}
.cart-col1, .cart-col2, .cart-col3, .cart-col4, .cart-col5 {
	float: left;
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.cart-col1 {
	width: 10%;
	padding-top: 45px;
}
.cart-remv {
	cursor: pointer;
}
.cart-col2 {
	width: 35%;
	padding-left: 65px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #7f7f7f;
	text-align: left;
}
.cart-col2 span {
	font-weight: 700;
	color: #2d2d2d;
}
.cart-col3 {
	width: 15%;
}
.cart-col4 {
	width: 25%;
	padding-top: 40px;
}
.cart-col4 .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
.cart-col4 .input-group-prepend, .cart-col4 .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.cart-col5 {
	width: 15%;
}
.cart-col3, .cart-col5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #005a39;
	padding-top: 45px;
}
.cart-prd {
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.cart-rgt {
	width: 34%;
	float: right;
}
.cart-prc-det {
	padding: 5px 30px 20px;
	float: left;
	width: 100%;
	background: #f4f4f4;
}
table.prc-list {
	float: left;
	width: 100%;
}
table.prc-list tr td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #2d2d2d;
	padding: 25px 0;
	vertical-align: top;
}
table.prc-list tr td:first-child {
	text-align: left;
}
table.prc-list tr td:last-child {
	text-align: right;
}
table.prc-list tr:last-child td {
	border-bottom: none;
}
table.prc-list tr:first-child td:first-child {
	font-weight: 700;
}
table.prc-list tr:last-child td:last-child {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
table.prc-list tr td small {
	color: #878787;
	font-size: 14px;
	line-height: 18px;
}
.cart-det-btn {
	width: 310px;
}
.inp-coup {
	float: left;
	width: 60%;
	border: 2px dashed #dbdbdb;
	background: #fafafa;
	text-align: left;
	padding: 15px;
	position: relative;
	padding-left: 55px;
	margin-top: 40px;
}
.inp-coup input[type='text'] {
	border: none;
	outline: none;
	background: none;
}
.inp-coup input[type='text']:placeholder {
 font-size:16px;
 line-height:20px;
 font-family:inherit;
}
.inp-coup .coup-img {
	position: absolute;
	left: 15px;
	top: 18px;
}
.frw-img {
	position: absolute;
	right: 15px;
	top: 18px;
	outline: none;
}
.update {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	float: right;
	margin-top: 55px;
}
.conti-btn {
	background: #dedede;
	width: 310px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	margin-top: 35px;
}
.chk-inr {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.chk-inr-lft {
	width: 57%;
	float: left;
}
.frm-box {
	float: left;
	width: 100%;
	background: #f4f8f7;
	border: 1px solid #e6ebf4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.frm-hdg {
	float: left;
	width: 100%;
	background: #005a39;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 5px;
	padding-left: 70px;
}
.frm-hdg span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	font-family:inherit;
	text-transform: uppercase;
}
.frm-hdg img {
	position: absolute;
	left: 15px;
	top: 5px;
}
.frm-box-inr {
	float: left;
	width: 100%;
	padding: 20px;
}
.frm-field {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.frm-field label {
	font-size: 16px;
	line-height: 20px;
	color: #848484;
	width: 110px;
	text-align: right;
	float: left;
	margin-top: 8px;
	font-weight: 300;
}
.frm-field input[type="text"], .frm-field select {
	border: 1px solid #bbbabb;
	padding: 12px 10px;
	width: calc(100% - 125px);
	float: right;
	border-radius: 2px;
	background: #fff;
	font-family:inherit;
	font-size: 16px;
	color: #2d2d2d;
}
.frm-field select {
	background: url(../images/sel-img.jpg) 100% center no-repeat #fff;
	-webkit-appearance: none;
}
.pay-bx .frm-box-inr {
	padding: 30px 50px;
	text-align: left;
}
.billing {
	float: left;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding-left: 25px;
	width: 100%;
	margin-bottom: 20px;
}
.frm-checkbox {
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
}
.frm-checkbox + span {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 3px;
}
.frm-checkbox:checked + span {
	background: url(../images/frm-tike.png) center center no-repeat #fff;
	background-size: 80%;
}
.we-acp {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
.we-acp img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.half {
	width: 48% !important;
}
.full {
	width: 100% !important;
}
a.wht-ths {
	float: left;
	margin: 10px 0 0 20px;
	color: #19abe6;
	font-style: italic;
	text-decoration: underline;
}
.default-hide {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.frm-billing {
	float: left;
	width: 100%;
	cursor: pointer;
}
.chk-btn, .mny-back-100, .secur-logo {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.chk-btn {
	margin: 40px auto 10px;
}
.secur-logo {
	margin: 25px auto;
}
.chk-inr-rgt {
	width: 40%;
	float: right;
	text-align: left;
}
.chk-prc-bx {
	float: left;
	width: 100%;
	border: 1px solid #e6ebf4;
	text-align: left;
	margin: 20px 0;
}
.chk-prc-bx-hdg {
	color: #005a39;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	background: #f4f8f7;
	border-bottom: 1px solid #e3e3e8;
	padding: 10px 20px;
}
table.chk-prd-det {
	padding: 10px 20px;
	width: 100%;
	float: left;
}
table.chk-prd-det tr td:first-child {
	width: 40%;
	text-align: left;
}
table.chk-prd-det tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.chk-prd-det tr td:last-child {
	width: 40%;
	text-align: right;
}
table.chk-prd-det tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.chk-prd-det tr:last-child td {
	border-bottom: none;
}
table.chk-prd-det .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
table.chk-prd-det .input-group-prepend, table.chk-prd-det .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.chk-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 20px;
}
.chk-inr-rgt .comn-hdg {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
	padding-bottom: 35px;
}
ul.chk-list {
	display: inline-block;
	width: 100%;
	text-align: center;
}
ul.chk-list li {
	width: 32.3%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 20px;
	border-right: 2px dotted #e3e5e5;
	font-size: 18px;
	font-weight: 500;
}
ul.chk-list li:nth-child(3), ul.chk-list li:last-child {
	border-right: none;
}
ul.chk-list li img {
	display: block;
	margin: 10px auto;
}
.chk-mny-bck {
	border: 1px solid #d0cfcb;
	border-radius: 5px;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 170px;
	position: relative;
	margin: 12px 0;
}
.chk-mny-bck h3 {
	color: #005a39;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	padding: 10px 10px 0 0;
}
.chk-mny-bck p {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 15px 0;
}
.chk-mny-bck-lft {
	width: 150px;
	background: #1c6c4f;
	padding: 15px;
	position: absolute;
	left: 0;
	height: 100%;
}
.chk-mny-bck-img {
	width: 125px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.chk-mny-bck-lft:after {
	content: '';
	background: url(../images/chk-mny-rgt-img.jpg) right center no-repeat;
	width: 11px;
	height: 61px;
	right: -11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.chk-tsti {
	width: 100%;
	margin: 0 auto;
}
.chk-tsti-bx {
	float: left;
	width: 100%;
	text-align: center;
}
.chk-tsti-bx img {
	margin-bottom: 10px;
}
.chk-tsti-bx small {
	width: 86px;
	height: 86px;
	background: #eee;
	border-radius: 50%;
	color: #8c8c8c;
	font-size: 30px;
	line-height: 86px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	display: block;
}
.chk-tx1 {
	font-size: 20px;
	line-height: 26px;
	color: #005a39;
	font-weight: 500;
	margin-bottom: 10px;
}
.chk-tx2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.chk-tx3 {
	font-size: 16px;
	line-height: 20px;
	color: #616161;
}
.chk-tx3 span {
	font-size: 18px;
	line-height: 24px;
	color: #005a39;
	font-weight: 500;
}
.resour-pg {
	margin: 30px 0 45px;
}
.resour-inr {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.resour-inr .comn-hdg {
	font-family:inherit;
	color: #2b2b2b;
}
.resour-inr-lft {
	width: 74%;
	float: left;
	text-align: left;
}
.res-hdg {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 15px;
}
.resour-img-bx {
	max-width: 100%;
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin-bottom: 15px;
}
.resou-bx-cont {
	background: #f4f8f7;
	padding: 20px;
	border-left: 5px solid #6baf24;
}
.resour-inr-rgt {
	width: 23%;
	float: right;
	border-top: 5px solid #005a39;
	border-bottom: 2px solid #005a39;
	text-align: left;
	margin: 60px 0 20px;
}
.rec-post {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #005a39;
	margin: 15px 0;
}
.rec-post-bx {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #dcdbdb;
}
.rec-post-bx p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.rec-post-bx img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 83px;
}
.faq-sec {
	width: 100%;
	float: left;
}
/*********************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:8px 0px 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{
	font-family:inherit;
    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:#f2cb56;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont-lft, .cont-right{
	float: left;
    width: 47%;
    padding: 35px;
    text-align: left;
}
.cont-right{
	width: 53%;
	background:#fff;
}
.cont-p1{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #000000;
	margin-bottom:12px;
	text-align:left;
}
.cont-ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 40px;
}
.cont-ul li{
	    float: left;
    width: 100%;
    padding: 0 0 0 0;
    position: relative;
    line-height: 26px;
}
.cont-ul li .s4-p2{
	font-size: 24px;
    line-height: 30px;
    font-family: "Anton", sans-serif;
    color: #000000;
    margin-bottom: 5px;
}
.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:#000000;
	font-size:30px;
	display:block;
	}
.cont-btn {
    -webkit-appearance: none;
    border: none;
    outline: none;
    margin: 30px 0 0;
    padding: 0;
	border:2px solid #000;
	background:#fff;
	color: #000;
    font-size: 24px;
	font-weight:700;
	line-height:56px;
	padding:0 27px;
	float:left;
	border-radius:30px;
	 cursor:pointer;
}
.s1-prod {
       display: block;
    margin: 5px auto 10px;
    max-width: 100%;
    width: 210px;
    /*background: #f1e9e2;*/
}


ul.s5-list{
	float: left;
    width: 100%;
	background:#f8f8f8;
	margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
	border:1px solid #e9e9e9;
	padding:30px 20px;
	}
ul.s5-list li{
	float: left;
    width: 30%;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 68px;
    color: #000;
	}
ul.s5-list li:after {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    bottom: 0;
    border-right: 1px solid #e9e9e9;
}	
ul.s5-list li:last-child:after{ display:none;}
ul.s5-list li span{
	display:block;
	margin:0 auto 5px;
	font-size:17px;
	font-weight:700;
	}		
ul.s5-list li img{
	position:absolute;
	top:10px;
	left:0;
	max-width:100%;
	}

/*****************************/
/*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: #000000;
    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 #000000;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: 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);
}







