@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;
	vertical-align: middle;
	border: none;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Inter", sans-serif;
	font-weight: normal;
	color: #2d2d2d;
	-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;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
/*=========================
CSS FOR HEADER
===========================*/

/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.blue-strip {
    float: left;
    width: 100%;
    background: #25a8c1;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
}
.blue-strip img {
    vertical-align: middle;
}
.top-bar {
    float: left;
    width: 100%;
    background: #fff;
    height: 75px;
    margin-top: -75px;
    position: relative;
    top: 75px;
    padding: 10px 0;

	}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}
.logo{
	float: left;
   max-width: 210px;
}
/*----------------
MENU BAR CSS
-----------------*/
.menu-bar {
    float: left;
    width: 60%;
    text-align: center;
	margin:22px 0 0;
	}
.menu-bar li {
	display: inline-block;
    vertical-align: top;
    position: relative;
	}
.menu-bar li.border:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	background: #e3e3e3;
	right: -2.5px;
	top: 50px;
	}
.menu-bar li a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
	}
.menu-bar li:nth-child(7) a {
	padding-right: 0;
	}
.menu-bar li:nth-child(1) a {
	padding-left: 0;
	}
.menu-logo {
	position: absolute;
	left: 0;
	top: 17px;
	}
.menu-bar li.logo-li {
	width: 194px;
	float: none;
	}
.menu-bar li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 16px;
	background: #dcdcdc;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.menu-bar li:last-child:after{ display:none;}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #000;
	text-decoration: none;
	}
.fixed-nav .top-bar {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #e8e8e8;
	}
.menu-cart{
    position: absolute;
    right: 192px;
    top: 14px;
    width: 30px;
	filter: invert(1);
	}
.top-bar .hdr-btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 160px;
    float: right;
    margin: 8px 0 0 0;
}


/*==========banner==============*/
.banner {
    background: url(../images/banner.jpg) center top no-repeat;
    height:555px;
    padding:0px 0;
    float: left;
    position: relative;
    width: 100%;
    }
.banner:before{
	    content: "";
    position: absolute;
    top: 151px;
    right: 0;
    border-bottom: 70px solid #4d2654;
    left: 30%;
	}
.bnr-models{
	position:absolute;
	max-width:100%;
	left:0;
	top:20px;
	z-index: 1;
	}	
.bnr-cont-box {
    float: right;
    width: 52%;
    margin-top: 105px;
    text-align: left;
	position:relative;
	z-index:1;
}
.bnrtxt1-box-p {
    font-weight: 700;
    font-size:30px;
    line-height:40px;
    color: #000000;
	text-transform:uppercase;
	letter-spacing:3px;
}
h1, h2 {
    font-weight: 700;
    font-size:32px;
    line-height:42px;
    color: #444343;
}
h1 span{
	display:block;
	font-size:54px;
    line-height:68px;
	color:#fff;
	margin: 6px 0;
	}
.bnrtxt {
	padding: 20px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    color: #000000;
    display: inline-block;
}
.bnr-btl{
	display:inline-block;
	vertical-align:middle;
	width:45%;
	position:relative;
	}
.bnrbtn, .s1btn, .s2btn, .ship-btn, .smt, .pkgbtn, .add-to-cart {
    height: 66px;
    width: 272px;
    background: #ca2b1f;
    border-radius:50px;
    margin:35px 0 0 0;
    display: inline-block;
    border: none;
    outline: none;
    padding: 0;
    font-weight: 700;
    font-size: 28px;
    line-height:66px;
    color: #fff;
    text-align: center;

}
.s1prod1, .s1prod2 {
       position: absolute;
    top: 190px;
    right: 380px;
    max-width: 190px;
}
.s1prod2 {
	left: auto;
	right: 500px;
	max-width: 173px;
	top: 215px;
}



.topstrip {
    background: #4d2654;
    padding: 6px 0 7px 0;
    float: left;
    width: 100%;
}
ul.striplist {
    padding: 0;
    float: right;
}ul.striplist li {
    float: left;
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: left;
    font-family: 'Gotham Rounded';
    font-weight: 500;
}
ul.striplist li img {
    vertical-align: baseline;
    margin: 0 6px 0 0;
}
ul.striplist li:last-child {
    border: none;
}
/*=============sectionOne============*/
.sec1 {
    padding: 0px 0;
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.bdhding1 {
    font-weight:700;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
	text-transform:capitalize;
}
.bdhding1 span {
    font-weight: 700;
	display:block;
	
}
.hdimg {
    margin: 10px auto;
    display: inline-block;
}
.s1txt {
    padding: 22px 0px 0 0;
    font-size: 18px;
    line-height:28px;
    width: 100%;
	color:#000000;
    display: inline-block;
}
.s1txt span {
    font-family: 'Gotham Rounded';
    font-weight: bold;
}

.s1prd {
    margin: 20px auto 0 auto;
    display: block;
}
.s1-bx{
	float:left;
	width:100%;
	margin:60px 0 0 0;
	position:relative;
	}
.s1-model{
	position: absolute;
    max-width: 48%;
    right: -4%;
    top: 0px;
	}	
.s1-prods{
	position: absolute;
    max-width: 230px;
    right: 15%;
    top: 130px;
    z-index: 1;
	}	
.s1-lft{
	float:left;
	width:670px;
	margin-top:160px;
	text-align:left;
	}	
ul.s1list {
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
    row-gap: 20px;
	padding:0px 0;
    margin-top:90px;
}
ul.s1list li {
	float: left;
	width:25%;
	padding:0 15px;
	text-align:center;
	position: relative;
}
.s1-icon1{
	display:block;
	margin:0 auto 12px;}
.s2-btls{
	position: absolute;
    top: -16px;
    left: 25px;
	}	
.s1lhding {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #000;
}
.s1lhding span{
	display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 0 0;
    color: #000;
	font-weight:normal;
	}
a.s1btn {
    margin: 35px auto 0 auto;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
    width: 100%;
    padding:55px 0 0;
	height:767px;
    background: url(../images/sec2-bg.jpg) no-repeat center top;
	position:relative;
	}
.s2-box{
	float: left;
	width: 51%;
	text-align:left;
	}
.s2-btl1{
	position: absolute;
    right: 70px;
    top: 340px;
    max-width: 470px;
}
.s2-btl2{
	position: absolute;
    right: 190px;
    top: 340px;
    max-width: 490px;
	}	
		
.s2-prd {
	    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 220px;
	}
.s2-ul{
	float: left;
    width: 90%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.s2-ul li{
	float: left;
    width: 49%;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    position: relative;
	}

.s2-ic-1{
	display:block;
	margin:0 0 6px;
	width: 60px;
}
.s2-ic-2{
	position:absolute;
	left:0;
	top:0;
	}
.s3-ul {
	    float: left;
    width: 100%;
    margin: 30px 0 0;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
    text-align: center;	}

.view-all {
    margin-top: 30px;
}
.s3-ul li {
	display: inline-block;
	border: 1px solid #f8f9fb;
	padding: 35px 15px 20px;
	position: relative;
	text-align: center;
	width: 32%;
}
.s3-ul li span {
    
}
.s3-ul li:last-child{ margin-right:0;}

.prod-pg li{ max-width:24%;}
img.prdt-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.s2-prd-1 {
	display: inline-block;
	position:relative;
	z-index:9;
	}
.s2-p1 {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	color: #393733;
	font-weight: 700;
}
.s2-p2 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #7f7f7f;
    font-weight: 400;
	}
p.prod-qnty {
	    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #747474;
    margin-top: 10px;
    line-height: 16px;
    border-top: 1px solid #d2d2d2;
    padding: 10px;
    font-weight: 500;
    border-bottom: 1px solid #d2d2d2;
}
.price{
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #363636;
	margin-top: 20px;
	float: left;
	width: 100%;
}
.bnr-btn {
    height: 66px;
    width: 272px;
    background: #ca2b1f;
    border-radius: 50px;
    margin: 35px 0 0 0;
    display: inline-block;
    border: none;
    outline: none;
    padding: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 66px;
    color: #fff;
    text-align: center;
}
.s3-ul li .s2-p2 {margin: 5px 0;}
.s2-p3 {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
	}
.s3-ul li .shop-btn {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 32px;
    width: 100%;
	}
/*==========sectionFive===========*/
.sectionFive{
	float:left;
	width:100%;
	padding:80px 0;
	background:#fff;
	position:relative;
	}
.s5-mid{
	float:left;
	width:100%;
	position:relative;}	
.s5-mid-rgt{
	float: right;
    width: 38%;
    padding: 18px 0px 70px;
    text-align: left;
	}	
.s5-model{
	position:absolute;
	top:0;
	left:0px;
	}
.s5-model1 {
    margin: 0 auto;
    max-width: 270px;
}
.bottom{
	background:#282828;
	padding:8px 0;
	float:left;
	width:100%;
	}
.btm-p1{
	float:left;
	font-size:19px;
	line-height:22px;
	color:#ffffff;
	font-weight:300;
	text-align:center;
	width:43%;
	}	
.btm-p2{
	width:27%;
	}	
.btm-p3{
	width:30%;
	float:right;
	}	
	
/*==========sectionThree==========*/
.sec4 {
    padding:65px 0;
	float:left;
	width:100%;
	text-align:center;
	background:#fdf2ff;
}
.s4-all-box{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
	flex-wrap: wrap;
}
.s4bx1 {
	float: left;
	width: 33.33%;
	position: relative;
}
.s4bx4{ margin-right:0;}
.s4bx-inbx {
}
.s4img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s4btn {
    margin-top: 40px;
}
.s4l1-img {
    margin: 0 auto;
    display: block;
    max-width: 120px;
    position: relative;
    z-index: 9;
}	
.s4l1-img1{
	position:absolute;
	top:0;
	left:0;
	max-width:130px;
	}
.s4l1-img2{
	position:absolute;
	top:0;
	left:0;
	max-width:130px;
	}	
.s4l1-img:nth-child(2), .s4l1-img:nth-child(3), .s4l1-img:nth-child(4), .s4l1-img:nth-child(5) {
     position: absolute;
    left: 6%;
    top: 12px;
    z-index: 5;
    max-width: 111px;
}
.s4l1-img:nth-child(3){
	left:auto;
	right:6%;
}
.s4l1-img:nth-child(4), .s4l1-img:nth-child(5) {
   z-index: 0;
    left: 0%;
    top: 24px;
    max-width: 96px;
}
.s4l1-img:nth-child(5) {
	left:auto;
	right:0%;
}
.s4-list1-p1 {
	position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: normal;
    padding: 72px 30px 0;
}
.s4-list1-p1 span{
	display: block;
    font-size: 28px;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 6px;
	}
.s4-list1-p2 {
	margin: 10px 0 0 0;
	color: #2d2d2d;
	height: 100%;
	padding:0 10px;
	font-size: 18px;
	line-height: 27px;
}
ul.s4-list1{
	    background: #2d3892;
    float: left;
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
ul.s4-list1 li{
	float: left;
    width: 24%;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 300;
    padding: 0px 0 0px 50px;
    text-align: left;
    position: relative;
	}
ul.s4-list1 li span{
	display:block;
	font-weight:700;
	font-size:16px;
	}
ul.s4-list1 li img{
	position:absolute;
	top:0;
	left:0;
	max-width: 50px;
	}
ul.s4-list1 li:last-child{ border-right:none;margin:0 0 0 0;}				

	
/*-------------------------
CSS FOR CTA
--------------------------*/
.cta{
	float: left;
	width: 100%;
	background:#f3f1f0;
	padding:75px 0;
	}
.cta-model{
	position: absolute;
    left: 0;
    top: 215px;
	max-width:100%;
	}
ul.cta-list{
	float: right;
    width:772px;
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 28px;
	position:relative;
	z-index:1;
	}	
ul.cta-list li {
    float: left;
    width: 48%;
	padding:35px 15px 35px 100px;
    font-size: 26px;
    line-height: 36px;
    color: #363737;
    font-weight:300;
    text-align: left;
    position: relative;
	background:#ffffff;
}
ul.cta-list li span{
	display: block;
    color: #01507e;
    font-weight:400;
	text-transform:uppercase;
	}
ul.cta-list li img{
	position: absolute;
    left: 10px;
    top: 36px;
	}			
.cta-p1, .cta-p2{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	}
.cta-p2{
    font-size: 20px;
    line-height: 36px;
    margin: 10px 0 20px;
    font-weight: normal;
	}
.cta a.bnr-btn { margin-top:10px;}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
    float: left;
    width: 100%;
    padding: 30px 0 50px;
    text-align: center;
    background: #fff;
	}
.section-3 .bnr-p1{
	color:#fff;
	font-size:24px;
	line-height:30px;
	}
.sec3-top {
    float: left;
    width: 100%;
}
.sec3-top1, .sec3-top2, .sec3-top3 {
    width: 24%;
    float: left;
    box-sizing: border-box;
    padding: 0px 0 0px;
    text-align: left;
    position: relative;
    height: auto;
    /* border-bottom: 7px solid #34322d; */
    /* background: #fff; */
    margin-right: 15px;
}
.sec3-top1:last-child{ margin-right:0;}
.sec1-toplft {
    width: 100%;
    float: left;
}
.img-sec3 {
        display: block;
    /* right: 0; */
    margin: 0 auto 10px;
    max-width: 60px;
}
.sec3-top2 { margin: 0 1.2%;}
.txt4 {
    float: left;
    width: 100%;
    font-size: 64px;
    line-height: 70px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
	font-weight:300;
}
.txt5 {
       float: left;
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 6px 0 0;
    font-weight: 400;
}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	float: left;
    width: 100%;
    padding: 90px 0;
	background: url(../images/section-5.jpg) no-repeat center top;
	height: auto;
	}
.s5-prod1{
        position: absolute;
    top: 10px;
    right: 10px;
    max-width: 450px;
	}
.s5-lft {
    float: left;
    width: 54%;
    text-align: left;
    margin-top: 2px;
}
.s5-lft .s1-p2{ margin-top:30px;}
ul.s5-list{
	float:left;
	width:100%;
	margin:42px 0 0;
	}
ul.s5-list li {
    float: left;
    width: 32%;
    text-align: left;
    position: relative;
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #353535;
    margin-right:0px;
	margin-bottom:20px;
}
ul.s5-list li img{
    display: block;
    margin: 0 0 12px;
}
ul.s5-list li:last-child, ul.s5-list li:nth-child(){
    margin-right: 0;
}
.sec5-lft, .sec5-rit{
    float: left;
    width: 371px;
    text-align: center;
    margin-top: 60px;
}
.sec5-rit{
	float:right;
	}
.s5-mdl{
	display:inline-block;
	vertical-align:middle;
	}
.sec5-mid{
    float: left;
    width: 374px;
    margin: 100px 26px 0 26px;
    height: 314px;
    background: #25a8c1;
	color:#fff;
	text-align:center;
	padding:35px 15px;
	}
.sec5-mid .bnr-p1{
	color:#fff;
	font-size:24px;
	line-height:28px;
	margin-bottom:20px;
	}
.sec5-mid .s1-p2{
	color:#fff;
	font-size:17px;
	margin:0 0 20px 0;}
.sec5-mid .shop-btn{
	border:1px solid #fff;}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {
	    float: left;
    width: 100%;
    padding: 20px 0;
    background: #25a8c1;
	}
.s7-ul {
        float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.s7-ul li {
    float: left;
    position: relative;
    padding-left: 60px;
}

.s7-ul li:nth-child(2) {}
.s7-ic-1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.s7-ul li .s2-p3 {
	color: #fff;
	width: auto;
	}
.s7-ul li .bnr-p1 {
	    color: #fff;
    width: auto;
    font-size: 18px;
    text-transform: none;
	}
.s7-ul li .bnr-p1 a{ color:#fff;}
.s7-social {
	float: left;
	padding: 10px 20px 0 0;
	}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
	float: left;
	width: 100%;
	padding: 35px 0;
	background: #f5f5f5;
	text-align: center;
	}
.foo-logo {
	display: inline-block;
    width: 100%;
    max-width: 190px;
	}
.f-p1 {
	float: left;
	width: 100%;
	font-size: 16px;
    line-height: 24px;
	color: #505050;
	border-bottom: 1px solid #b9c9ca;
	margin: 15px 0 6px;
	padding-bottom: 23px;
	}
.f-p1 a, .f-p1 a:hover {
	color: #505050;
	padding: 0 3px;
	}
img.ftr-card {
    margin-top: 5px;
}
img.ftr-logo {
    display: inline-block;
        max-width: 140px;
    margin-bottom: 5px;
}
.f-p2 {
	    float: left;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin-top: 5px;
	}
.f-p2 a, .f-p2 a:hover {
	color: #000;
	padding: 0 2px;
	}
.other-links {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #b9c9ca;
    padding-bottom: 14px;
}
.coa-link {
    margin-top: 15px;
}
.other-links li {
	position: relative;
	margin-right: 20px;
	font-size: 18px;
    line-height: 28px;
}
.other-links li a {
    color: #000;
    font-weight: 400;
}
.other-links li:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: -10px;
    border-right: 1px solid #ccc;
}
.other-links li:last-child:after {
    border: none;
}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: left;
    background: #4d2654;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color: #fff;
}
.shopBreadcrm span {
    color: #fff;
    font-weight: 600;
}

/*-===================
CSS FOR SHOP PAGE
======================*/
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.shop-section-1 {
	padding: 50px 0;
	float: left;
	width: 100%;
	}
.shop-s1-left {
	float: left;
	width: 470px;
	}
.shop-s1-right {
	float: right;
	width: 670px;
	text-align: left;
	}
.shop-s1-p1 {
	float: left;
	width: 100%;
	color: #4d2654;
	font-size: 45px;
	line-height: 46px;
	margin-bottom:10px;
	font-family: "Faculty Glyphic", sans-serif;
	}
.shop-s1-p1 span{ font-size: 28px; font-weight: 400;  display: block;}
.shop-s1-stars {
	float: left;
	margin: 12px auto 12px;
	display:none !important;
	}
p.pr-dtl-s1-rgt-p3 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}
.options_box{
	float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
	}
div#opt1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    column-gap: 10px;
    row-gap: 10px;
}
.option{
	    float: left;
    vertical-align: top;
    width: 49%;
    border-radius: 0px;
	}
.option-hed{ 
	    font-size: 22px;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
}
.pack-opt {
	position: relative;
    float: left;
    width: 100%;
}
.pack-opt .shop-lst-img{
	max-width: 90px;
    float: left;
	}
.pack-opt .s1prd:nth-child(3){
	    position: absolute;
    top: 48px;
    left: 20px;
    max-width: 78px;
    z-index: 5;
	}
.pack-opt .s1prd:nth-child(4){
	position: absolute;
    top: 48px;
    right: 20px;
    max-width: 78px;
	z-index:5;
	}
.pack-opt .s1prd:nth-child(5){
	position: absolute;
    top: 50px;
    left: 5px;
    max-width: 75px;
    z-index: 1;
	}
.pack-opt .s1prd:nth-child(6){
	position: absolute;
    top: 50px;
    right:5px;
    max-width: 75px;
	z-index:1;
	}
.pack-opt input[type=radio] {
	top: 14px;
    opacity: 0;
    position: absolute;
    left: 8px;
    height: 18px;
    width: 18px;
}
.pack-opt input[type=radio] + .package-type {
	    width: 100%;
    color: #5e5e5e;
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #dcd7d7;
    background: #ffffff;
    font-weight: 500;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.pack-opt input[type=radio] + .package-type:hover,.pack-opt input[type=radio]:checked + .package-type {
	    background: #ffffff;
    transition: all .3s ease;
    box-shadow: 0 0 5px #060107;
    color: #000;
    border: 2px solid #4d2654
}

.pack-opt input[type=radio] + .package-type span:hover {
	transition: all .3s ease;
}

.purchase-container {
        margin: 5px 0 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.onetime, .subscribe {
    float: left;
    display: inline-block;
    width: 100%;
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
}
.btl-qnty{
	    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    float: left;
	}
.price_tag{
	    font-size: 24px;
    line-height: 30px;
    width: 100%;
    float: left;
    color: #000;
}
.pack-opt input[type=radio]:checked + .package-type span{
	}
.prds1-pkgs {
    height: 50px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #000;
    margin: 24px 0 0 0;
    padding: 0 0;
    box-sizing: border-box;
}
.prds1-pkg1, .prds1-pkg2{
	background:#f0f0f0 url(../images/select.png) 15px  center no-repeat;
    float: left;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    line-height: 46px;
    color: #2d2d2d;
    text-align: left;
    padding: 2px 0 0 40px;
}
.prds1-pkg2 {
    padding: 2px 0 0 42px;
    text-align:left;
    float: right;
	border-left:2px solid #fff;
}
.selected {
    background:#ebf7ff url(../images/selected.png) 15px center no-repeat;
}
.buyopt {
    float: left;
    width: 49%;
    background: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 10px 10px 45px;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 1px solid #dbd8d8;
    position: relative;
}
.buyopt.active {
	background: #a881b0;
    color: #fff;
    border: 1px solid #4e2755;
}
.buyopt input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
}
.buyopt input[type=radio] + span {
    position: absolute;
    left: 15px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #502a57;
    top: 50%;
    margin-top: -9px;
    background: #fff;
}
.buyopt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #502a57;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.buyopt input[type=radio]:checked + .buyopt {
    background: #eef7f3;
    color: #000;
    border: 1px solid #769c8b;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.shop-section-2 {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #f3f3f3;
	}
.shop-s2-ul {
	float: left;
	width: 100%;
	}
.shop-s2-ul li {
	float: left;
	width: 25%;
	padding: 0 80px;
	border-right: 1px solid #dedfdf;
	}
.shop-s2-ul li:last-child {
	border: none;
	}
.shop-s2-ic-1 {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
	}
.shop-s2-p1 {
	float: left;
	width: 100%;
	color: #5f5f5f;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	}
.shop-s2-ul li .bnr-p1 {font-weight: 600;}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.shop-section-3 {
	    float: left;
    width: 100%;
    padding: 70px 0;
    background: #f9f9f9;
    position: relative;
	}
.shop-s3-img {
	float: right;
    width: 43%;
    text-align: center;
}

.shop-cream .shop-s3-img {background: url(../images/shop-s3-img-cream.jpg) top center no-repeat; background-size:cover;}
.shop-gummies .shop-s3-img {background: url(../images/shop-s3-img-gummies.jpg) top center no-repeat; background-size:cover;}

.shop-sec3-inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    row-gap: 20px;
    padding: 0 40px;
    align-items: center;
	flex-wrap: wrap;
}
.shop-s3-img img {
   max-width: 420px;
    width: 100%;
}

.shop-s3-lft {
	float: left;
    width: 54%;
    text-align: left;
	}
.shop-sec3-txt2 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    position: relative;
}
.shop-sec3-txt2 span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
	margin-bottom:5px;
}
.shp-sec2-hed {
       font-size: 44px;
    font-weight: 700;
    float: left;
    width: 100%;
    line-height: 55px;
    margin-bottom: 0px;
}
.s3-list {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
.s3-list li {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.s3-list li:before {
        content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: -5px;
    border-left: 2px solid #aaebf7;
}
.s3-list li:last-child:before{ display:none;}
.s3-list li span {
        float: left;
    width: 100%;
    color: #25a8c1;
    font-size: 26px;
    line-height: 24px;
    /* font-family: 'Reckless'; */
    font-weight: 500;

}
.s3-list li p {
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #1c1c1c;
    letter-spacing: 0.5px;
    margin-top: 12px;
}
.s3-list li:after {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #25a8c1;
    top: 5px;
}

img.ing_img {
    max-width: 370px;
}


/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.shop-section-4 {
	float: left;
	width: 100%;
	padding: 70px 0 0;
	}
.shop-s4-block {
	float: left;
	width: 100%;
	text-align: left;
	margin: 40px 0 0;
	}
.shop-s4-tab-p1 {
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: #2d2d2d;
	padding: 0 40px 15px;
	cursor: pointer;
	margin-bottom: -3px;
	border-bottom: 3px solid #f0f0f0;
	}
.shop-s4-stars {
	float: left;
	margin: 12px 0 0;
	}
.shop-section-4 .pad-4 {
	font-style: normal;
	font-weight: 300;
	}
.shop-s4-p1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #dce9ea;
	font-size: 30px;
	line-height: 66px;
	color: #fff;
	text-align: center;
	}
.shop-s4-dtls {
	float: left;
	width: 100%;
	position: relative;
	padding-right: 440px;
	}
.shop-dtls-img {
	position: absolute;
	right: 0;
	top: 0;
	}
.shop-s4-dtls .shop-s1-ul {margin: 25px 0 0;}
.shop-s4-ul {
	float: left;
	width: 100%;
	margin: -10px 0 0;
	}
.shop-s4-ul li {
	float: left;
	width: 100%;
	margin: 25px 0 0;
	padding-left: 75px;
	position: relative;
	}
.shop-s4-ul .bnr-p1 {
	color: #2d2d2d;
	margin-bottom: 3px;
	font-weight: 600;
	}
.shop-s4-p2 {
	position: absolute;
	left: 0;
	top: 5px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #34322d;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 0 0;
	}
.shop-s4-p2 span {
	display: inline-block;
	width: 100%;
	padding: 0 2px;
	}
.shop-s4-ul-line {
	position: absolute;
	left: 27px;
	top: 73px;
	display:none;
	}
.shop-lab .shop-s1-ul .s1-p2 {font-weight: 600;}
.shop-s4-dtls .shop-s1-ul li {margin-bottom: 9px;}
.shop-lab .shop-s1-ul li {margin: 9px 0;}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.shop-section-5 {
	float: left;
	width: 100%;
	padding: 70px 0;
	text-align:center;
	}
.shop-section-5 .s2-ul {

	}
.shop-section-5 .s2-ul li {
	width: 32%;
	}

/*-===============================
CSS FOR FAQ PAGE
==================================*/
.faq-section-1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align:center;
	}
.faq-box {
	float: left;
	width: 100%;
	padding: 0 70px;
	}
/*-========================
CSS FOR CONTACT PAGE
===========================*/
.contact-ul {
	    float: left;
    width: 100%;
    margin: 45px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
	}
.contact-ul li {
	float: left;
    padding: 20px 20px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    flex: 1 1 350px;
    border: 1px solid #ccc;
	}
.cont-s1-ic {
    display: block;
    margin: 0 auto 5px;
}

.cont-p1 {
	float: left;
	width: 100%;
	font-family: "Faculty Glyphic", sans-serif;
    color: #01507e;
	font-size: 24px;
	line-height: 26px;
	margin: 10px 0;
	}
.contact-form-box {
	    float: left;
    width: 100%;
    border: 4px solid #f5f9fb;
    padding: 25px;
	}
.cont-pad {
	display: inline-block;
	width: 1028px;
	}
.cont-frm-cont {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	}
.input-box {
	float: left;
	width: 100%;
	height: 41px;
	text-align: left;
	background-color: #ffffff;
	outline: none;
	margin: 7px 0;
	position: relative;
	}
.input-box.hlf {
	width: 48.5%;
	}
.input-box.fr {
	float: right;
	}
.input-box.payfld select {
	padding: 0 0 0 10px;
	}
.fldicon {
	position: absolute;
	left: 12px;
	top: 12px;
	}
.field-all, .cont-frm-cont textarea {
	float: left;
	width: 100%;
	border: 1px solid #d0d0d0;
	outline: none;
	height: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0 3px 3px 0;
	padding: 0 0px 0 10px;
	
	}
.input-box.payfld .field-all {
	padding: 0 15px;
	}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
	}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/dwn-arw.jpg) no-repeat right center;
	}
.cont-frm-cont textarea {
	height: 100%;
	min-height: 110px;
	resize: none;
	margin: 7px 0;
	padding: 12px;
	}
.cont-btn {
	-webkit-appearance: none;
	border: none;
	outline: none;
	margin: 25px 0 8px;
	padding: 0;
	background: none;
	}

/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	padding: 0 0 50px 0;
	float:left;
	width:100%;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	font-size: 20px;
    font-weight: 700;
    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;
}
.one, .two, .three, .four {
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 20%;
	text-align: center;
}
.three{display:none;}
.one {
	padding: 0 0 0 32px;
	position: relative;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
	position: relative;
}
.cart-remv {
	position: absolute;
    left: 10px;
    top: 30px;
}
.cart-box2, .card-box3 {
	border-bottom: 2px solid #f5f9fb;
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.card-box3 {
	padding: 23px 0;
}
.cart-prdname {
	    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.span3 {
	display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.span3 span{ font-size:16px; font-weight:400; display: block;}
.span3 .span2{ display:block;}
.span2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #2d2d2d;
}
.cart-prdname span.span1 {
	
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3, .cart-prdname .shop-lst-img {
	float: left;
    width: 90px;
}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    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: 34px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    padding: 6px 20px;
}
ul.cart-prclist li:first-child {
}
ul.cart-prclist li:last-child {
	border-top: 2px solid #f5f9fb;
    background: #f5f9fb;
    padding: 10px 20px;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 400;
}
.card-box4-lft {
	float: left;
	width: 100%;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	   background: #ca2b1f;
    float: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin: 27px 15px 0 0;
    outline: none;
    cursor: pointer;
    border-radius: 6px;
    padding: 10px 20px;
}
#browse {
	margin-top: 10px;
}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
	float: none;
}
.proceed-chkbtn {
	float: right;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}
/*==================CART FROM===================*/
.summary {
    float: right;
    width: 38%;
    padding-top: 60px;
}
.summary .two, .summary .three{
	display:none;
	}
.summary .card-box3rgt{ width:100%;}
.summary .continue-shpbtn, .summary .proceed-chkbtn, .summary.continue-brwbtn{
	display:none;
	}
/*.summary .cart-remv{ display:none;}*/
.summary .one{ width:70%;}
.div-box {
    float: left;
    width: 68%;
}
.cart-frm{
	float:left;
	width:100%;
	padding: 40px 0;
}
.crt-from-sec {
    float: left;
    width: 60%;
    text-align: center;
    padding-top: 60px;
    border-right: 1px solid #d9d9d9;
    padding-right: 40px;
}
.crt-from-sec .logo{
	float:none;
	margin:0 auto;
	}
.viewBx {
    float: left;
    width: 100%;
    background: #f0f7fb;
    border: 2px solid #7dadc8;
    margin-top: 30px;
    padding: 8px 5px 14px;
}
.viewBx p {
    display: inline-block;
    vertical-align: middle;
    color: #292929;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.viewBx p span {
        color: #cfcfcf;
    font-weight: 600;
}
.crt-frm1, .crt-frm2 {
	    width: 100%;
    float: left;
    margin: 0 0 0 0;
    border-radius: 4px;
}
.crt-frm2 {
	float: right;
}
.frm1, .frm2 {
	padding: 0;
    text-align: left;
    float: left;
    width: 100%;
    background: #fff;
}
.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;
}
.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;
}
.safebox p {
	    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.safebox p span{
	    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #444444;
	}
.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;
}
.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: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
}
/*----------FROM------------*/
.frmElmnts {
	float: left;
	margin: 0 0 8px 0;
	width: 100%;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
	width: 29%;
    font-size: 16px;
    line-height: 22px;
    color: #848484;
    padding: 8px 0;
    text-align: right;
    font-weight: 300;
}
.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: 130px;
	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%;
}
.frmfld, .frmfld1 {
	width: 100%;
	height: 44px;
	position: relative;
	background: #fff;
}
.frm1 .frmfld{
	background: none;
    border: none;
}
.frmfld-short1, .frmfld-short2, .frmfld1-short1, .frmfld1-short2 {
	width: 48.90%;
}
.frmfld-30{ width:33%;}
.frmfld-short1, .frmfld1-short1, .frmfld-30 {
	margin-right: 2.18%;
}
.frmfld-30:last-child{ margin-right: 0; width: 29.6%;}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	width: 100%;
	height: 46px;
	border: none;
	outline: none;
	font-family: inherit;
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 300;
	border: 1px solid #bbbabb;
}
.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: 27px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    margin: 27px auto 0 auto;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 10px 35px 15px;
    font-family: inherit;
    background: linear-gradient(45deg, #0a559b, #ff5164);
    width: 100%;
}
.secure {
	display: block;
	margin-top: 10px;
}
.submit-btn img {
	margin: 0 0 0px 8px;
}
a.what {
	font-size: 16px;
    line-height: 48px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
    float: left;
}
.trm {
	font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #2d2d2d;
    position: relative;
    padding: 12px 0 0 34px;
    float: left;
    width: 100%;
}
.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_1 span{ 
	float:left;
	width:100%;
	margin-bottom:10px;
}
.trm_1 span span{ display:inline-block; width:auto; margin:0;}
	


/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx img{ max-width:350px;}
.trm-bx h1 {
	line-height: 30px;
    color: #333;
    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 #333;
}
.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;
    font-weight: 300;
}
.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;
}

/*----------- 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;
}