@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: 'Figtree';
	font-weight: normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {box-sizing: border-box;}

/*====FONTS====*/
/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Regular.woff2') format('woff2'),
        url('Figtree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-SemiBold.woff2') format('woff2'),
        url('Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Bold.woff2') format('woff2'),
        url('Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-ExtraBold.woff2') format('woff2'),
        url('Figtree-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('Calibre-Bold.woff2') format('woff2'),
        url('Calibre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('Calibre-Semibold.woff2') format('woff2'),
        url('Calibre-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.overflow{ overflow:hidden;}
.top-caption{
	float:left;
	width:100%;
	background:#cde7e9;
	height:30px;
	padding:7px 0;
	}
ul.topbar-cont{
	float:left;
	width:100%;
	text-align:left;
	}
ul.topbar-cont li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#0b0b0b;
	letter-spacing:0.5px;
	margin-right:25px;
	}
ul.topbar-cont li:first-child{ padding-left:0;}		
ul.topbar-cont li a{color:#0b0b0b;}
ul.topbar-cont li img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;	
}	
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.nav-sec{
	background: #fff; 
    float: left;
    width: 100%;
    height: 80px;
    padding: 10px 0;
    margin-top: -80px;
    top: 80px;
    position: relative;
    -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);
    text-align: center;
    z-index: 9;
	border-top: 4px solid #222430;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	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;
    max-width: 150px;
    margin-top: 0;
	}		
.nav-rgt{
	float: right;
    margin-top: 6px;
	}		
.cartbox{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-left:15px;
	padding-right:12px;
	}		
.crt-txt-no{
    position: absolute;
    top: -12px;
    right: 0;
    color: #484848;
    font-size: 14px;
    line-height: 20px;
	font-weight:500;
	}
.cart-icn{
    display: block;
    margin: 0 auto;
	}		
		
ul.menu-list{
    margin: 20px 0px 0 0px;
	float:right;
	}
ul.menu-list li{
    float: left;
    border-right: 0px solid #cecece;
    margin-right: 30px;
	}
ul.menu-list li:last-child{ border:none; margin:0;}	
ul.menu-list li a{
	    float: left;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    /* letter-spacing: 0.3px; */
    padding: 0 0;
    font-weight: 500;
	}	
ul.menu-list li a:hover{ color:#d70000;}
ul.menu-list li a.active{ color:#d70000;}

a.nav-btn{
	float: right;
    background: #1bbb46;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 244px;
    height: 57px;
    line-height: 57px;
    border-radius: 5px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
	}
a.nav-btn img{
	display: inline-block;
    vertical-align: middle;
	margin: -2px -4px 0 4px;
    width: 15px;
	}	
 	
/*-----------------------
SECTION-1
------------------------*/
.sec-1{
	float:left;
	width:100%;
}
.sec1-inr{
	padding:50px 0;
	width:48.71%;
	float:left;
	text-align:left;
}
.s1-rat{
	font-size:20px;
	line-height:24px;
}
.s1-rat img{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	margin:-6px 10px 0 0;
}
.s1-hd{
	    font-size: 56px;
    line-height: 64px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
	background: #1F2A7E;
background: linear-gradient(to right, #1F2A7E 25%, #D60811 89%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.s1-hd span{ color:#000;}
.s1-tx{
	    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
}
ul.s1-lst{
	display:flex;
	display:-webkit-flex;
	margin-top:30px;
	justify-content: space-between;
}
ul.s1-lst li{
	float:left;
	text-align:center;
	padding:0 25px;
	border-left:1px solid #e1e1e1;
}
ul.s1-lst li:first-child{padding-left:0; border-left:none;}
ul.s1-lst li img{
	width:42px;
	display:block;
	margin:0 auto 8px;
}
ul.s1-lst li p{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:600;
}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:400px;
	width:100%;
	text-align:center;
	margin-top:35px;
}
.comn-btn{
	float:left;
	width:100%;
	font-size:20px;
	line-height:56px;
	font-weight:800;
	height:56px;
	border-radius:5px;
	background:#30ba0c;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
	box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
}
.btn-tx{
	float: left;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-tx img{
	width:21px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 10px 0 0;
}
.ad-img{
	float:left;
	margin-top:10px;
	max-width:100%;
}
.sec1-img-bx{
	float:right;
	border-radius:20px;
	margin:30px 0;
	position:relative;
	width:537px;
	overflow:hidden;
}
.sec1-img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
}
.spin-bx{
	width: 100px;
    height: 100px;
    position: relative;
    position: absolute;
    left: 0px;
    top: 135px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
	    filter: drop-shadow(1px 2px 4px #d2d2d2);
	-webkit-filter: drop-shadow(1px 2px 4px #d2d2d2);
}
.hemp-log{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 54px;
}
.feel-txt{
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
    max-width:100%;
    z-index: 1;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);}}

.sec-1 .btn-bx{max-width:470px;}

/*-----------------------
As seen on
------------------------*/
.as-seen{
	float:left;
	width:100%;
	padding:30px 0;
	background:#f4f4f4;
	text-align:center;
	}
.as-seen-txt{
	font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
	}
.as-seen-box{
	max-width:1030px;
	width:100%;
	margin:20px auto 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:center;
	}
.as-seen-box li{
	font-size:18px;
	line-height:18px;
	display:block;
}
.as-seen-img{
	display: block;
	margin: 0 auto 10px;
	max-width: 60px;
	}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
/*-----------------------
SECTION-2
------------------------*/
.sec-2{
	float:left;
	width:100%;
	padding:50px 0 60px;
	text-align:center;
}
.comn-hdg{
	font-size:46px;
	line-height:54px;
	font-weight:600;
	background: #1F2A7E;
background: linear-gradient(to right, #1F2A7E 25%, #D60811 89%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.comn-txt{
	font-size:18px;
	line-height:26px;
	margin-top:20px;
}
.comn-txt--ctr{
	max-width:870px;
	width:100%;
	margin:20px auto 0;
}

.s2_mid{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:100%;
	max-width:1030px;
	margin:15px auto 0;
	}
.s2_midLeft{
	float:left;
	max-width:38%;
	overflow:hidden;
	border-radius:10px;
	margin-top:10px;
	background: #333;
	}
.s2_video_img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
    width:540px;
	}
.s2_midRight{
	float:right;
	width:56%;
	}
.s2_mdright_row{
	float:left;
	width:100%;
	border-bottom:1px solid #d7d7d7;
	display: flex;
	justify-content: space-between;
	text-align:left;
	padding:30px 0;
	}
.s2_mdright_row:last-child{ border-bottom:none;}
.s2-img-bx{
	width:21%;
}
.s2_row_img{
	float:right;
	border-radius:10px;
	margin-top:4px;
	max-width:100%;
	}
.s2-content-bx{
	width:75%;
	display: flex;
	align-items: center;
}
.s2-rgt-hd{
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:bold;
}
.s2_rgt_cont_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	margin-top:10px;
	}

ul.s2-btm-lst{
	display:flex;
	display:-webkit-flex;
	max-width:970px;
	width:100%;
	margin:30px auto 0;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
ul.s2-btm-lst li img{
	display:block;
	margin:0 auto 10px;
	width:58px;
}
ul.s2-btm-lst li p{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}
/*-----------------------
SECTION-3
------------------------*/
.sec-3{
	float:left;
	width:100%;
	padding:50px 0 60px;
	background:#faf7ff;
	text-align:center;
}
.pck-sec{
	margin-top: 40px;
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pck-bx{
	cursor: pointer;
	width: 32%;
}
.pck-prd{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	background:#fff;
	border:1px solid #40246a;
	box-shadow:0px 0px 10px 2px rgba(0, 117, 160, 0.2);
	-webkit-box-shadow:0px 0px 10px 2px rgba(0, 117, 160, 0.2);
	border-radius:10px;
	min-height:390px;
	overflow:hidden;
	position:relative;
}
.pck-prd-inr{
	position:relative;
	width:100%;
}
.pck-bg{
	position:absolute;
	left:50%;
	top:50%;
	max-width:100%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.pck-prd-img{
	position:relative;
}
.pck-nm{
	font-size:26px;
	line-height:34px;
	font-weight:bold;
	margin-top:20px;
	text-align:left;
}
.pck-prc{
	margin-top:8px;
	text-align:left;
}
.pck-prc small{
	font-size:20px;
	line-height:26px;
	color:#595959;
	position:relative;
	font-weight:bold;
	margin:0 5px;
}
.pck-prc small:before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:calc(100% + 10px);
	margin-left:-5px;
	border-top:1px solid #f00;
	transform:rotate(-10deg);
}
.pck-prc span{
	font-size: 26px;
	line-height: 30px;
	margin: 5px 0px;
	color: #000;
	float: left;
	width: 100%;
}
.pck-btn{
	display:inline-block;
	vertical-align:top;
	/* max-width:304px; */
	width:100%;
	height:51px;
	background:#30ba0c;
	border-radius:8px;
	color:#fff;
	font-size:18px;
	line-height:51px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:25px;
	text-align:center;
}

.pck-testi{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#faf7ff;
	color:#000;
	padding:35px;
	z-index:1;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	opacity:0;
	transition: .4s cubic-bezier(.25,.46,.45,.94);;
}
.pck-bx:hover .pck-testi{
	opacity:1;
	transform: scale(1.1);
}
.pck-tsti-tx{
	font-size:17px;
	line-height:26px;
	margin: 10px 0 20px;
	float:left;
	width:100%;
}
.pck-tsti-nm{
	font-size:14px;
	line-height:22px;
	font-weight:600;
	margin-top:15px;
	float:left;
	width:100%;
}
.pck-tst-star{
	display:block;
	margin:10px auto 0;
	width: 70px;
}
.quote-top, .quote-bottom{
	width:30px;
}
.quote-top{
	float:left;
}
.quote-bottom{
	float:right;
	transform:scaleX(-1);
}

/*-----------------------
SECTION-4
------------------------*/
.sec-4{
	float:left;
	width:100%;
	padding:50px 0 60px;
	text-align:center;
}
.cate-sec{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	column-gap:3%;
	row-gap:35px;
	margin-top:40px;
}
.cate-bx{
	width:48.5%;
	border:2px solid #40246a;
	box-shadow:0px 0px 10px 2px rgba(0, 117, 160, 0.2);
	-webkit-box-shadow:0px 0px 10px 2px rgba(0, 117, 160, 0.2);
	border-radius:5px;
	padding:25px 0px 25px 25px;
	text-align:left;
	background:#faf7ff;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
}
.cate-content{
	width:100%;
}
.cate-prd{
	width: 40%;
    text-align: center;
    margin-top: 10px;
}
img.cate-prd-icon {
    max-width: 100px;
    display: inline-block;
}
.cate-nm{
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	color:#000;
}
.cate-tx{
	font-size:18px;
	line-height:24px;
	margin-top:15px;
}
.cate-btn{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	text-decoration:underline;
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
}

/*-----------------------
SECTION-5
------------------------*/
.sec-5{
	float:left;
	width:100%;
	padding:50px 0 60px;
	text-align:center;
	background:#faf7ff;
}
.sec5-inr{
	margin-top:40px;
	padding:0 30px;
	display:flex;
	display:-webkit-flex;
	column-gap:2%;
	row-gap:20px;
	flex-wrap: wrap;
}
.sec5-inr-bx{
	width:32%;
}
.sec5-bx-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
}
.sec5-bx-icn{
	display:block;
	margin:0 auto;
	border-radius:50%;
	padding:17px;
	width:36px;
	height:36px;
	background:#fff;
	box-sizing:content-box;
	position:relative;
	z-index:1;
	margin-top:-35px;
}
.sec5-bx-icn img{
	width:36px;
}
.sec5-inr-bx h3{
	font-size:26px;
	line-height:30px;
	font-weight:bold;
}
.sec5-inr-bx p{
	font-size:18px;
	line-height:26px;
	padding:10px 30px 0;
}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6{
	    float: left;
    width: 100%;
    padding: 60px 0;
    background: #f7f7f7;
    text-align: center;
	}
.s6-left{
	display: inline-block;
    width: 100%;
    text-align: center;
	}
.faq-prod{
	display: inline-block;
    margin: 30px auto 0;
    max-width: 100%;
	}
.s11-right{
	float:right;
	width:56.8%;
	}
.faq-section{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 42px 0 0;
    max-width: 972px;

	}
.faq-slide-row{
	    float: left;
    width: 100%;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #ccc; */
    padding: 5px 24px 5px;
    background: #fff;
    
	}
.faq-slide-row-open{
	box-shadow: 0 0 5px #e3e3e3;
    padding: 5px 24px 15px;
	border-radius: 12px 12px;
}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/s6-close.png) no-repeat 98% center;
    background-size: 12px;
    padding: 17px 25px 17px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    cursor: pointer;
    
	}
.acdn-heading.accordion-open{
	background:url(../images/s6-open.png) no-repeat 98% center;
	background-size:12px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
	background:#fff;

	}

.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 35px 15px 0;
	}
.accordion.last, .acdn-content.last{border-bottom:none;}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000000;
	letter-spacing:0.3px;
	margin-bottom:15px;
	font-weight:normal;
	}
	
.acdn-para a{ color:#00F; text-decoration:underline;}
ul.acdn-list{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-left:15px;
	}
ul.acdn-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin:5px 0;
	list-style: disc;
	}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
.footer{
	float: left;
    width: 100%;
    background: #ffffff;
    padding: 35px 0px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
	}
.footer-text-box{
	float:left;
	width:100%;
	margin-top:30px;
	padding:15px 70px;
	border:2px solid #d2d2d2;
	}
.footer-top-text{
	float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #e3e3e3;
    padding: 15px;
    background: #fff;
	}
.footer-logo-row{
	float: left;
    width: 100%;
	text-align: left;
    margin-top: 0px;
	padding-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 15px;
	column-gap:10px;
	}
.ftr-desc {
    float: left;
    width: 23%;
}
.ftr-links-col{ float:left; width:20%;  }
.ftr-links-col2{ float:left; width:38%; }
.ftr-links-col3{ float:left; width:25%; }
.ftr-tx {
    font-size: 16px;
    line-height: 26px;
    float: left;
    color: #000;
    width: 100%;
}
.footer-logo-row-left{
	width:27%;
	text-align:left;
	}
.footer-logo{
	float: left;
    max-width: 220px;
    margin-bottom: 20px;
	}
.footer-logo-text{
	display:inline-block;
	vertical-align:middle;
	margin-left:18px;
	padding-left:20px;
	border-left:1px solid #747474;
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.ftr-links-hd {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-logo-row-right{
	float:left;
	width: 100%;
	margin-top:0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
	}
.footer-logo-row-right li{
    font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
	}
.footer-logo-row-right li:last-child:after{ display:none;}
.footer-logo-row-right li img{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin-right:7px;
	}
.footer-logo-row-right li a{
	display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	}
.footer-link-row{
	    float: right;
    margin-top: 0px;
    padding: 20px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 26px;
    flex-wrap:nowrap;

	}
.footer-link-row li{
	color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
	}
.footer-link-row li a{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	 color: #000;
	}
.footer-link-row li:after, .footer-logo-row-right li:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-20px;
	width:1px;
	background:#000;
	display:none;
	}
.footer-link-row li:last-child:after{ display:none;}

.copyright-section{
	float:left;
	width:100%;
	background:#fff;
	padding:5px 0;
	}
.copyright-row{
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}
.copyright-text{
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: left;
	float: left;
	}
.copyright-logos{
	display:block;
	margin:0 auto;
	width:140px;
	}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
        float: left;
    width: 100%;
    color: #222;
    font-size: 14px;
    text-align: left;
    background: #ffffff;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color: #222;
}
.shopBreadcrm span {
    color: #222;
    font-weight: 600;
}

/*================CART PAGE===============*/
.checkout {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	float:left;
	width:100%;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.summry-lft-hdr {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
	display:none;
}
.summary .summry-lft-hdr{display:block;}
.cart-box1 {
	font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    border-top: 2px solid #f5f9fb;
    padding: 10px 10px;
    border-bottom: 2px solid #f5f9fb;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background:#cff7f3;
}
.summary .cart-box1{display:none}
.one, .two, .three, .four {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.one {
	padding: 0 0 0 10px;
	position: relative;
}
.four {
	text-align: right;
	position: relative;
}
.cart-remv {
	position: absolute;
    left: 10px;
    top: 30px;
}
.cart-box2, .card-box3 {
	padding: 15px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	border-bottom: 2px solid #f5f9fb;
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.summary .cart-box2{
	border-top: 1px solid #a9a9a9;
}
.card-box3 {
	padding: 23px 0;
}
.summary .card-box3 {
    border-top: 1px solid #a9a9a9;
}
.cart-prdname {
	padding: 0px 0px 0px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.span3 {
	display: block;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.span3 span {
    display: block;
    font-weight: normal;
}
.span3 .span2{ display:block;}
.span2 {
    font-size: 16px;
    line-height: 22px;
    
    color: #2d2d2d;
}
.cart-prdname span.span1 {
	font-size: 22px;
	color: 000;
}
.cart-prdname .sec2_prod_img {
	float: left;
    border: 1px solid #ccc;
    width: 90px;
    padding: 5px;
    text-align: center;
}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
}
.sub-total {
	text-align: right;
}
.card-box3rgt {
	float: right;
	width: 40%;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
	font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    padding: 15px 25px;
    border-bottom: 1px solid #d2efec;
}
ul.cart-prclist li:first-child {border: none;}
ul.cart-prclist li:last-child {
	/*border-top: 2px solid #f5f9fb;
    background: #f5f9fb;
    padding: 10px 20px;*/
}
.summary ul.cart-prclist li {
    border-bottom: 1px solid #a9a9a9;
	font-size: 15px;
    line-height: 20px;
}

.summary ul.cart-prclist li:last-child {
    border-bottom: none;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 400;
}
.card-box4-lft {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 10px;
    padding-top: 30px;
    column-gap: 20px;
}
.summary .card-box4-lft {
    padding: 0;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	    font-size: 20px !important;
    padding: 0 30px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 54px;
    background: #1bbb46;
    border-radius: 8px;
    line-height: 54px;
    color: #fff;
    font-weight: bold;
    -webkit-appearance: none;
    position: relative;
    text-align: center;
}
#browse {
	margin-top: 10px;
}
.continue-brwbtn {
	margin-top: 20px;
	height: auto;
	line-height: 20px;
	padding: 10px 0;
}
.proceed-chkbtn {
	float: right;
    background: #fff;
    color: #0cc34d;
    border: 1px solid #0cc34d;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}
/*==================CART FROM===================*/


.summary {
    width: 42%;
    padding-left: 7%;
    float: right;
    padding-top: 6em;
    position: relative;
    box-sizing: content-box;
}

.summary .two, .summary .three,.span3 .summry-qty{
	display:none;
	}
.summary .span3 .summry-qty{
	    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    left: 70px;
    height: 22px;
    width: 22px;
    line-height: 23px;
    top: 0px;
    position: absolute;
    background-color: #31a42c;
    border-radius: 50%;
}
.summary .card-box3rgt{ width:100%;}
.summary .continue-shpbtn, .summary .proceed-chkbtn, .summary.continue-brwbtn{
	width:auto;
	}
/*.summary .cart-remv{ display:none;}*/
.summary .one{ width:80%;}
.div-box {
    float: left;
    width: 68%;
}
.cart-frm{
	float:left;
	width:100%;
	padding: 40px 0;
}
.crt-from-sec {
    float: left;
    width: 49%;
    text-align: center;
    padding-top: 60px;
    padding-right: 40px;
	position: relative;
    z-index: 0;
}
.crt-from-sec:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 0;
    z-index: -1;
    border-right: 1px solid #ccc;
}
.crt-from-sec .logo{
	float:left;
	margin:0 auto;
}
.secure-lock{
	float: right;
    margin-top: 5px;
    width: 130px;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    text-align: left;
    letter-spacing: 0.5px;
	}
.secure-lock img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
    filter: grayscale(100%);
	}
.secure-lock span{
	display:inline-block;
	vertical-align:middle;
	}
.viewBx {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 8px 5px;
	background: #ededed;
	border: 1px solid #d2d2d2;
}
.viewBx p {
    display: inline-block;
    vertical-align: middle;
    color: #161616;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.viewBx p span {
        color: #cfcfcf;
    font-weight: 600;
	margin: 0 10px;
}
.crt-frm1, .crt-frm2 {
	    width: 100%;
    float: left;
    margin: 0 0 0 0;
    border-radius: 4px;
}
.crt-frm2 {
	float: right;
}
.payoptbox{
	float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
	background:#fff;
	border-radius: 4px;
	position:relative;
	}
.payment-cards-box{
	float: left;
    width: 100%;
    padding:13px 15px 10px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-top: 1px solid #d9d9d9;
	}
.payment-cards-box.open{
	border-bottom: 1px solid #d9d9d9;
	}
.payment-cards-box p{
	float:left;
	font-weight: 500;
    color: #333333;
	font-size:17px;
	}
.frm1, .frm2 {
	padding: 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	row-gap: 10px;
}
.frm2 {
    padding-bottom: 30px;
}
.payoptbox {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.payment-flds-box {
        float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
    background-color: #fafafa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.safebox {
	position: relative;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.safe-iconbox, .safe-iconbox2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 62px;
	background: #0e6896 url(../images/safe-icon.png) center center no-repeat;
	display:none;
}
.safe-iconbox2 {
	background: #0e6896 url(../images/pay.png) center center no-repeat;
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.safe-head {
	    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
	text-transform: capitalize;
}
.safe-head span{
	    display: block;
    font-size: 18px;
    
    color: #444444;
}
.safebox .s1-p2 {
        text-align: left;
    margin-top: 5px;
    font-size: 16px;
    line-height: 28px;
    float: left;
    width: 100%;
}
.safebox .s1-p2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 4px 0 0;
    width: 12px;
}
.payment-cards-box {
    float: left;
    width: 100%;
    padding: 13px 15px 10px 15px;
}
.billingtogglbtn, .paymybtn {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:1px solid #d9d9d9;
	border-radius:50%;
	outline:none;
	margin-top:-5px;
	}
.billingtogglbtn input[type=radio]:checked, .ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#fff;
	}
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#000000;
	position:absolute;
	content:'';
	left:3px;
	top:3px;
	}
.paymybtn {
        float: left;
    width: 40%;
    margin-top: 4px;
}
.ship-label-btn input[type=radio], .paymybtn input[type=radio] {
    /*display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 0 0 #000000 inset;
    box-shadow: 0 0 0 0 #000000 inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    outline: none;
    margin-top: -6px;
    margin-right: 10px;*/
}
.ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked {
    /*background: #0098fa;*/
}
.ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
}
/*----------FROM------------*/
.frmElmnts {
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 8px 0;
    text-align: right;
    
}
.weaccept {
	margin: 12px 0 10px 0;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.weaccept span.span1 {
    margin-right: 10px;
    padding: 8px 0;
}
.rd {
	appearance: none;
	-webkit-appearance: none;
	height: 12px;
	width: 12px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #f4f4f4;
	outline: none;
}
.rd:checked {
	background: url(../images/dot.png) center center no-repeat;
}
.cards {
	    max-width: 150px;
    float: right;
}
.paypal {
	margin: 0 0 -7px 0;
}
.sameas {
	font-size: 18px;
	line-height: 28px;
	color: #252525;
	text-align: left;
	position: relative;
	padding: 0 0 0 32px;
	float: left;
	width: 100%;
}
.chkbx {
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
	background: #fff;
	border: 1px solid #d9dbe2;
	border-radius: 4px;
	appearance: normal;
	-webkit-appearance: none;
}
.chkbx:checked {
	background: #fff url(../images/tick.png) center center no-repeat;
}
.topmar2 {
	margin-top: 10px;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.frmfld, .frmfld1 {
	width: 100%;
	position: relative;
	background: #fff;
}
.frm1 .frmfld{
	background: none;
    border: none;
}
.frmfld-short1, .frmfld-short2, .frmfld1-short1, .frmfld1-short2 {
	width: 49%;
}
.frmfld-30{ width:33%;}
.frmfld-short1, .frmfld1-short1, .frmfld-30 {}
.frmfld-30:last-child{ margin-right: 0; width: 29.6%;}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	float: left;
    width: 100%;
    outline: none;
    border: 1px solid #bbb9b7;
    height: 50px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-family: inherit;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    font-size: 16px;
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select{
	width: 100%;
    float: right;
    border: 1px solid #bbbabb;
}
.frmfld select, .frmfld1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/select-fldbg2.png) right top 2px no-repeat;
	position:relative;
	    border: 1px solid #bbbabb;
}
.frmfld select:after{
	}
.icon {
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 999;
	display:none;
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
.submit-btn {
	font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin: 10px auto 0 auto;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 15px 35px 15px;
    font-family: inherit;
    background: #0cc34d;
    width: 100%;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    border-radius: 10px;
}
.secure {
	display: block;
    margin-top: 10px;
    margin: 0 auto;
}
.submit-btn img {
	margin: 0 15px 0px 0px;
    filter: invert(1);
    max-width: 20px;
    display: inline-block;
}
.lock-bg, .help-icon {
    color: #919191;
    width: 17px;
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
}
.trm {
	font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #2d2d2d;
    position: relative;
    padding: 12px 0 0 34px;
    float: left;
    width: 100%;
	    font-size: 14px;
    line-height: 26px;
}
.trm a{ color:#2d2d2d; text-decoration:underline;}
.trm input[type=checkbox] {
	    position: absolute;
    top: 14px;
    left: 10px;
    appearance: none;
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm input[type=checkbox]:checked {
	background: #f4f4f4 url(../images/tick.png) center center no-repeat;
	background-size: 90%;
}
.trm span{ 
	float:left;
	width:100%;
	margin-bottom:10px;
}
.security-text{
	float: left;
    width: 100%;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    margin-top: 15px;
    text-align: left;
	position:relative;
	padding-left:30px;
	}
.security-text img{
	position:absolute;
	left:0;
	top:0;
	}	

/*CSS FOR SIZE POPUP*/
.ing-popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:9;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}
.popup-container{
	float: left;
    width: 100%;
	padding:25px;
    max-height: 100%;
	    text-align: center;
	}
.pop-content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:990px;
	background:#fff;	
	padding:10px;
	position:relative;
	border-radius:10px;
	}
.pop-image{
	float:left;
	width:100%;
	max-height:60vh;
	overflow-y: auto;
	}
.popclose{    
	position: absolute;
    top: -6px;
    right: -10px;
    font-size: 15px;
    cursor: pointer;
    border: 2px solid #000;
    width: 28px;
    height: 28px;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;}
.ingredient{float:left; width:100%;}


/*====contact_section====*/
.contact_section{
	float:left;
	width:100%;
	padding:60px 0;
	text-align: center;
	background: #faf7ff;
	}
.contct_sub_text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:normal;
	margin-top:30px;
	padding:0 160px;
	letter-spacing:0.5px;
	}
.contact_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1030px;
	margin-top:50px;
	border-radius:15px;
	border:1px solid #e0e0e0;
	overflow:hidden;
	}
.contact_box_inner{
	float:left;
	width:100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.contact_box_details{
	float:left;
	width:43%;
	background:#fff;
	padding:35px 30px;
	border-right:1px solid #e6e6e6;
	text-align:left;
	}
.contact_heading{
	    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    color: #2f2f2f;
    font-weight: 700;
	
	}
ul.contact_details_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.contact_details_list li{
	float:left;
	width:100%;
	padding-left:65px;
	position:relative;
	text-align:left;
	margin-top:20px;
	}
ul.contact_details_list li img{
	position:absolute;
	left:0;
	top:5px;
	width:47px;
	}
ul.contact_details_list li span{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #2f2f2f;
    font-weight: bold;
    text-align: left;
    padding: 0px 0px 5px 0;
    
	}
ul.contact_details_list li p{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    margin-top: 3px;
    padding-bottom: 18px;
    border-bottom: 1px solid #d5d5d5;
	}
ul.contact_details_list li p a{color: #333;}
ul.contact_details_list li:last-child p{ border-bottom:none; padding-bottom:0;}
.contact_message_box{
	float:left;
	width:57%;
	padding:35px 35px 45px;
	text-align:left;
	}
.contact_form{
	float:left;
	width:100%;
	margin-top:20px;
	}
.form_element{
	float:left;
	width:100%;
	margin-top:15px;
	}
.form_element.half{ width:48%;}
.form_element.fl{ float:left;}
.form_element.fr{ float:right;}
.input_field{
	float:left;
	width:100%;
	height:55px;
	border:1px solid #dfdfdf;
	border-radius:5px;
	-webkit-appearance:none;
	outline:none;
	font-size:17px;
	line-height:25px;
	padding:15px 20px;
	
	}
.form_element textarea{
	height:125px;
    width:100%;
    padding:20px 25px;
	resize:none;
	outline:none;
	}
.contact_send_btn{
	    float: left;
    width: 315px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    background: #00c450;
    /* letter-spacing: 0.5px; */
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
	    border-radius: 5px;
    background: #30ba0c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
	}
/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
    float: left;
    width: 100%;
    background: #faf7ff;
	padding: 40px 0;
}
.trm-bx {
	width: 100%;
	float: left;
	text-align: left;
}

.trm-bx h1 {
	line-height: 30px;
    color: #1f2a7e;
    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 #1f2a7e;
}
.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;
    padding: 0;
}
.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;
    
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 20px;
    float: left;
    width: 100%;
    margin: 10px 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;
}
.trm-bx img{ max-width:500px;}

/*----------- popup ---------------- */
#pop-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop-content {
	height: auto;
	width: 100%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	max-width: 600px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
	cursor: pointer;
}

.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 9999600 !important;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) !important;
}
.pop-up-bg-in {
	height: 100% !important;
	position: fixed !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	opacity: 0.93;
	box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px !important;
	background-color: rgb(255, 255, 255) !important;
	transition: left 1s ease 0s !important;
	z-index: 10000010 !important;
	width: 390px !important;
	left: 0px;
}
.pop-up-left {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	border: 0px;
	background-color: rgb(0, 0, 0) !important;
	display: none !important;
	opacity: 0.8 !important;
	z-index: 10000001 !important;
}
.pop-up-left-txt {
	    position: fixed !important;
    left: 40px;
    bottom: 50% !important;
    top: initial !important;
    margin-bottom: -120px !important;
    margin-left: 0px !important;
    width: 300px !important;
    min-height: 40px !important;
    height: auto !important;
    z-index: 10000100 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: left 30px !important;
    background-image: url(../images/ageverify.png) !important;
    background-size: auto 50px !important;
    text-align: left !important;
    text-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    box-sizing: initial !important;
    padding: 100px 0px !important;
    overflow-wrap: break-word !important;
    line-height: 31px !important;
    border: none !important;
    transition: left 1s ease 0s !important;
}
.pop-up-left-txt span{
	font-weight: 700 !important;
	}
.no-btn {
	position: fixed !important;
	cursor: pointer;
	left: 190px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: rgb(0, 112, 0) !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: rgb(0, 112, 0) !important;
	z-index: 10000400 !important;
	transition: left 1s ease 0s !important;
	appearance: none !important;
}
.yes-btn {
	position: fixed !important;
	cursor: pointer !important;
	left: 40px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: rgb(0, 112, 0) !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: rgb(0, 112, 0) !important;
	appearance: none !important;
	transition: left 1s ease 0s !important;
	z-index: 10000200 !important;
}

/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto} .tems_bg{padding: 20px 0;} .trm-bx img{ max-width:100%;}}