@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: "DM Sans", 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 TOP LOGO BAR
--------------------------*/
.blue-strip {
    float: left;
    width: 100%;
    background: #25a8c1;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
}
.blue-strip img {
    vertical-align: middle;
}
.tophdr{
	float:left;
	width:100%;
	text-align:center;
	padding:7px 0;
	background:#c39c67;
	}
.tophdr-txt{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	}
.top-bar {
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    height: 75px;
    margin-top: -75px;
    position: relative;
    top: 75px;
    padding: 10px 0;
	text-align: center;
	z-index:999;
	position:relative;
	}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}
.logo{
	float: left;
	max-width: 150px;
    margin-top: 0px;
}
/*----------------
MENU BAR CSS
-----------------*/
.menu-bar {
	display: inline-block;
	text-align: center;
	margin: 20px 0 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: #222;
    font-size: 16px;
    line-height: 16px;
    padding: 0 16px;
    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: #222;
	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: #c39c67;
	text-decoration: none;
	}
.fixed-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #e8e8e8;
	}
.cart-div{
	float:right;
	width:16%;
	margin:15px 0 0;
	text-align:left;
	position:relative;
	}
.menu-cart{
	position: absolute;
    top: -8px;
    right: 76px;
    width: 29px;
	}
.cart-txt{
	float:left;
	width:100%;
	text-align:left;
	font-size:18px;
	line-height:28px;
	font-weight:600;
	color:#000;}


/*-------------------------
CSS FOR BANNER
--------------------------*/
/*====BANNER====*/
.banner{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	}
.banner_left{
	float:left;
	width:58%;
	text-align:left;
	}
.banner_text1{
	    float: left;
    width:85%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 20px;
	}
.banner_text1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 8px 0 0;
	width:68px;
	}
.banner_heading{
	    float: left;
    width: 100%;
    font-size:65px;
    line-height: 70px;
    font-weight: 500;
    color: #000000;
    font-family: "DM Serif Display", serif;
    margin-top: 10px;
    text-transform: capitalize;
	}
.banner_strip{
	    float: left;
    width: 66%;
    background: #fff;
    padding: 5px 15px 5px 20px;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    margin-top: 10px;
	}
.banner_strip span{
	display:inline-block;
	vertical-align:middle;
	padding:0 22px;
	position:relative;
	}
.banner_strip span:first-child{ padding-left:0;}
.banner_strip span:last-child{ padding-right:0;}
.banner_strip span:after{
	position:absolute;
	content:"";
	right:0;
	top:6px;
	height:17px;
	border-right:1px solid #000;
	}
.banner_strip span:last-child:after{ display:none;}
ul.banner_point{
	float:left;
	width:86%;
	margin-top:25px;
	}
ul.banner_point li{
	float:left;
	width:100%;
	padding:10px 10px 12px 40px;
	text-align:left;
	position:relative;
	font-size:20px;
	line-height:28px;
	color:#0a0a0a;
	font-weight:700;
	border-bottom:1px solid #e5dbe2;
	letter-spacing:0.3px;
	}
ul.banner_point li:last-child{ border-bottom:none;}
.banner_icon{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-11px;
	width:24px;
	}
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:405px;
	text-align:center;
	margin-top:35px;
	position:relative;
	}
a.common_btn{
	float:left;
	width:100%;
    background: rgb(181,149,93);
    background: linear-gradient(90deg, rgba(181,149,93,1) 0%, rgba(181,149,93,1) 35%, rgba(146,111,62,1) 100%);
	height:64px;
	border-radius:7px;
	box-shadow:0 4px 6px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 4px 6px 2px rgba(0,0,0,0.2);
	font-size:22px;
	line-height:64px;
	color:#fff;
	font-weight:500;
	letter-spacing:0.5px;
	text-transform:uppercase;
	z-index: 9;
    position: relative;
	}
.btn_text{
	float:left;
	width:100%;
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.btn_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	width:16px;
	}
.bnr-slider {
    float: left;
    width: 500px;
    height: 64px;
    background: url(../images/btn_flsh.png) no-repeat;
    animation: AnimationName 3s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    -webkit-animation: AnimationName 3s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 1;
}
@-webkit-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
@keyframes AnimationName {
    100%{background-position:100% 50%}
   	0%{background-position:0% 50%}
}
.banner_prod{
	    position: absolute;
    right: 100px;
    top: 0;
	}
.banner_seal{
	position: absolute;
    right: 390px;
    top: 200px;
    width: 120px;
	}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section_1{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}
.common_heading{
	float:left;
	width:100%;
	font-size:50px;
	line-height:60px;
	color:#000000;
	font-family: "DM Serif Display", serif;
	}
.common_text{
	display:inline-block;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	margin-top:30px;
	letter-spacing:0.3px;
	}
.comPad2{ padding:0 80px;}
.s1_mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	margin-top:45px;
	}
.s1_midLeft{
	float:left;
	width:400px;
	max-width:38%;
	overflow:hidden;
	border-radius:10px;
	border:2px solid #e2be81;
	margin-top:10px;
	background: #333;
	}
.s1_video_img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
    width:540px;
	}
.s1_midRight{
	float:right;
	width:55%;
	}
.s1_mdright_row{
	float:left;
	width:100%;
	border-bottom:1px solid #d7d7d7;
	}
.s1_mdright_row:last-child{ border-bottom:none;}
.s1_right_rowHead{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:10px 30px 10px 0;
	display: flex;
    align-items: center;
	justify-content: space-between;
	text-align:left;
	background:url(../images/s1_open.png) no-repeat 99% center;
	background-size:19px;
	cursor:pointer;
	}
.s1_right_rowHead.active{background:url(../images/s1_close.png) no-repeat 99% center; background-size:19px;}
.s1_right_rowHead p{
	float:left;
	width:calc(100% - 130px);
	padding:26px 0 24px;
	}
.s1_row_img{
	float:right;
	border-radius:10px;
	}
.s1_right_rowContent{
	float:left;
	width:100%;
	padding:0 15px 15px 0; 
	text-align:left;
	}
.s1_rgt_cont_text{
	float:left;
	width:100%;
	margin-top:5px;
	}
.s1_bottom_row{
	float:left;
	width:100%;
	margin-top:50px;
	padding:0 50px 15px;
	}
ul.s1_btmRow_list{
	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;
	}
ul.s1_btmRow_list li{
	text-align:center;
	}
ul.s1_btmRow_list li img{
	display:block;
	margin:0 auto 0;
	max-width:100%;
	width:57px;
	}
ul.s1_btmRow_list li p{
	margin-top:10px;
	}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section_2{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #fffcf7;
    overflow: hidden;
    text-align: center;
	}

.s2_prod_block{
	display: inline-block;
	vertical-align: top;
	width:100%;
	max-width:1130px;
	margin: 70px 0 0;
	position:relative;
	}
.s2-prod{
	position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
	}
.s2_prod_col{
	width:240px;
	position:relative;
	}
ul.s2_prod_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
ul.s2_prod_list li{
	position:relative;
	width:100%;
	max-width:150px;
	float:left;
	}
.s2-ingredient{
	display:block;
	margin:0 auto;
	width:136px;
	}
ul.s2_prod_list li p{
	font-size:20px;
	line-height:24px;
	color:#000;
	margin-top:9px;
	font-weight:500;
	text-transform: capitalize;
	}
.s2-shape{ position:absolute;}
.s2-shape1{
	top: -10px;
	right: -60px;
	}
.s2-shape2{
	top: -30px;
	right: -70px;
	}
.s2-shape3{
	top: -40px;
	right: -70px;
	}
.s2-shape4{
    top: 13px;
    left: -70px;
    transform: scaleX(-1);
	}
.s2-shape5{
	top: -17px;
	left: -110px;
	transform: scaleX(-1);
	}
.s2-shape6{
	top: -17px;
	left: -90px;
	transform: scaleX(-1);
	}
ul.s2_prod_list li:nth-child(1){ margin-left: 85px;}
ul.s2_prod_list li:nth-child(2){ margin-top:100px;}
ul.s2_prod_list li:nth-child(3){ margin-left: 95px; margin-top: 50px;}
.fr ul.s2_prod_list li:nth-child(1){ margin-left:0;}
.fr ul.s2_prod_list li:nth-child(2){ margin-top:100px; margin-left: 95px;}
.fr ul.s2_prod_list li:nth-child(3){ margin-right:95px; margin-left:0;}

.s2_slider{
	max-width:2400px;
	width:100%;
	margin:90px auto 0;
	position:relative;
	}
.s2_slider:before, .s2_slider:after{
    content: '';
    position: absolute;
    width: 20%;
    top: 0;
    bottom: 4%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 40%, rgba(249, 249, 249, 0) 60%);
    z-index: 1;
    opacity: .9;
	}	
.s2_slider:before{
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(249, 249, 249, 0) 40%);
}
.s2_slider:after{
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 10%, rgba(249, 249, 249, 0) 40%);
	}
.s2_slide{
	width:365px !important;
	background:#fff;
	border-radius:8px;
	text-align:left;
	margin-bottom:10px;
	min-height: 290px;
	border:2px solid #edecec;
	-webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 6px 2px rgba(0,0,0,.1);
	}
.s2_slide_head{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	padding:20px 130px 15px 20px;
	border-bottom:1px solid #edecec;
	}
.s2_slide_head h3{
	font-size: 22px;
    line-height: 30px;
	color:#000;
	font-weight:bold;
	min-height:64px;
	}
.s2_slide_head img{
	position: absolute;
	top: 6px;
	right: 0;
	width: 136px;
	}
.s2_slide_btm{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:15px 20px;
	}
.s2_slide_btm p{
	font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	}
/*======================*/
.scrollStrip {
	width:100%;
	padding-bottom: 0;
	overflow: hidden;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #cfcfcf;
	}
.scrollStrip .item-wrap {
	transform: translateX(0px);
	width: 400%;
	position: relative;
	white-space: nowrap;
	display: flex;
	}
.scrollStrip .item {
	display:inline-block;
	vertical-align:middle;
	background: #fff;
	padding:30px 30px;
	font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:700;
	}
.scrollStrip .item a{ color:#000;}
.scrollStrip .item  img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 7px 0 0;
	filter:invert(1);
	
	}

/*========SECTION7==========*/
.section_3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	text-align:center;
	}
.s3_stip{
	display:inline-block;
	vertical-align:top;
	background:#feefa6;
	padding:9px 20px 7px;
	border-radius:8px;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:30px;
	}
.s3-clock{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:-4px 7px 0 0;
	}
.s3_stip span{
    display: inline-block;
	width: 47.84px;
	font-weight:600;
	color:#135d4b;
	}

.package_row{
	float: left;
    width: 100%;
    margin: 35px auto 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    row-gap: 22px;
    column-gap: 22px;
	}
.package_col{
	float:left;
	width:32%;
	background:#fff;
	border-radius:10px;
	border:2px solid #808080;
	text-align:center;
	border-radius:12px;
	position:relative;
	}
.package_col-2{
	border: 4px solid #b5955d;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	background: #fffcf7;
	}
.package_col-2_otr, .package_col{}
.package_col_top{
	width:100%;
	position:relative;
	padding:18px 10px 0;
	}
.mp-seal{
	position:absolute;
	left:-26px;
	width:125px;
	top:-40px;
	}
.packg_tag{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #282321;
    padding: 3px 12px;
    font-size: 11px;
    color: #fff;
    border-radius: 16px; 
	letter-spacing:0.4px;
    margin-top:-10px;
	}
.pkg_mob-col-1 {
    float: left;
    width: 100%;
    margin: 10px 0 10px;
}		
.package_col_qty{
	font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
	}
.package_col_qty span{
	display: block;
    font-size: 22px;
    line-height: 32px;
    color: #c39c67;
    font-weight: bold;
    margin-top: 4px;
	}	
.package_col_save{
	width: 90%;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.5px;
	color: #000000;
	background: #e8e8e1;
	text-transform: uppercase;
	padding: 9px 12px;
	margin:0 auto;
	margin-top: 15px;
	
	display: -webkit-flex;
	display: flex;
    justify-content: space-around;
	align-items: center;	
	}
.package_col_save span{ padding:0 5px;}
.package_col-2 .package_col_save{background:#000; color:#fff;}
.package_col_btm{
	width:100%;
	padding:25px 15px 20px;
	text-align:center;
	position:relative;
	}
.pkg-prod{
	display:block;
	margin:0 auto 0;
	width:366px;
	max-width:100%;
	}
.package_discount-prc{
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.2px;
	color: #000000;
	margin-top: 15px;
	font-weight: 600;
	}
.package_discount-prc span{
	display: inline-block;
    font-size: 18px;
    line-height: 18px;
	}	
.package_retail-prc{	
	font-size:30px;
	line-height:32px;
	letter-spacing:0.5px;
	color:#555555;
	margin-top: 25px;
	}
.package_retail-prc span{
	position:relative;	
	}
.package_retail-prc span:before{
	position:absolute;
	left:-4px;
	top:45%;
	right:-4px;
	border-bottom:2px solid #ff000a;
	transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
	content:"";
	}
.package_regular-save{
	font-size:14px;
	line-height:16px;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:16px;
	text-transform: uppercase;
	}
.package_shiping{
	font-size:16px;
	line-height:19px;
	color:#1a1a1a;
	font-weight:500;
	margin-top:12px;
	}
.package_shiping span{
	font-weight:600;
	}
.package_shiping img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-3px 5px 0 0;
	}
.package_button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:310px;
	margin-top:20px;
	position:relative;
	overflow:hidden;
	}
.package_button_box .bnr-slider{ height:55px;}
.package_button_box a{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    background: #b5955d;
    -webkit-appearance: none;
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.2);
	}
.package_grnty_txt{
	font-size:12px;
	line-height:14px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:8px;
	}
.pck-cards{
	width:180px;
	display:block;
	margin:10px auto 0;
	max-width:100%;
	}
.save_seal{
	position:absolute;
	top:15px;
	right:30px;
	width:80px;
	height:80px;
	background:#cc5963;
	border-radius:50%;
	color:#fff;
	font-size:18px;
	line-height:19px;
	font-weight:bold;
	padding-top:20px;
	}
.save_seal:after{
	position:absolute;
	content:'';
	width:64px;
	height:64px;
	left:6px;
	top:6px;
	border-radius:50%;
	border:2px solid #fff;
	}

.packgPricebox{
	float:left;
	width:100%;
	padding:0 10px 20px;
	}
.package.mid .packgPricebox{ padding:0 10px 50px;}
.prcOfftext{
	float:left;
	width:100%;
	color:#376ca5;
	font-size:26px;
	line-height:34px;
	font-weight:bold;
	text-transform:uppercase;
	}
.free-ship{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#376ca5;
	font-weight:500;
	text-transform:uppercase;
	}
ul.packglist{
	float:left;
	width:100%;
	margin-top:10px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	}
ul.packglist li{
	display:inline-block;
	vertical-align:middle;
	padding:5px 25px 4px;
	/*background:url(../images/pkg-tik.png) no-repeat 0 center;*/
	border-right:1px solid #d7d7d7;
	font-size:18px;
	line-height:26px;
	color:#000000;
	text-align:center;
	font-weight:600;
	margin-right:5px;
	}
ul.packglist li:last-child{ border-right:none;margin-right:0;}
.list-prc{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#8f8f8f;
	font-weight:400;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.strikeout {
	position: relative;
	}
.strikeout::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid red;
    left: -3px;
	right:-3px;
    top: 10px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	}			
.reglr-prc{
	    float: left;
    width: 100%;
    color: #070707;
    margin-top: 15px;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
	}
.package a.commn-btn{ margin-top:20px;}
.package a.packageBtn{
	font-size:30px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	}
.package .btn-txt{
	font-size:13px;
	line-height:17px;
	color:#000000;
	font-weight:400;
	margin: 20px 0 5px;
	display:none;
	}
.stocktext{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:6px;
	}
.stocktext span{ color:#ff2a2a;}
.pkg-control{
	float:left;
	width:100%;
	background:#edf3f7;
	padding:9px 0;
	font-size:14px;
	line-height:18px;
	color:#070808;
	border-radius:0 0 16px 16px;
	}
.pkg-control img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 8px;
	}
.pkgrgt {
	float: left;
	width: 100%;
	padding: 15px 15px 0px;
	text-align: center;
}

/*======SECTION4=======*/
.section_4{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #fffcf7;
    text-align: center;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:840px;
	width:100%;
	margin:35px 0 20px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	border-bottom:1px dashed #b5955d;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right 15px center;
	padding:25px 50px 25px 0;
	font-size:20px;
	line-height:26px;
	font-weight:normal;
	color:#000;
	font-weight:600;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right 15px center;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 30px 0 0;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000;
	margin-bottom:20px;
	}
.acdn_link{ text-decoration:underline; color:#4780ec;}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
/*=================================*/
.footer_links_sec{
	float:left;
	width:100%;
	padding:30px 0;
	background:#fff;
	}
.ftr-links-inr{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	}
	
.ftr-links-col{
	text-align:center;
	}
.ftr-links-col-1{
	width:100%;
	}
.ftr-links-col-2{
	width:25%;
	padding-right:30px;
	}
.ftr-links-col-3{
	width:20%;
	}
.ftr-links-col-4{
	width:100%;
	}
.ftr-log{
	max-width: 170px;
    margin-bottom: 10px;
	}
.footer_text{
	font-size:15px;
	line-height:22px;
	color:#000000;
	}
ul.scl-list{
	float:left;
	width:100%;
	margin:20px 0 0;
	}
ul.scl-list li{
	float:left;
	margin:0 15px 0 0;
	}
ul.scl-list li img{width:37px;}
.footer-seal{
	max-width:100%;
	margin-top:20px;
	}

.ftr-links-hd{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#c39c67;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
	}
.ftr-links-list{
	float:left;
	width:100%;
	}
.ftr-links-list.half{ width:50%;}
.ftr-links-list.fr{ float:right; width:45%;}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:7px 0;
	font-size:16px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.2px;
	}
.ftr-links-list li a{color:#000000;}

ul.ftr-contact-list{
	    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
	}
ul.ftr-contact-list li{
	float:left;
	width:auto;
	font-size:15px;
	line-height:20px;
	color:#000000;
	letter-spacing:0.2px;
	margin:7px 0;
	position:relative;
	}
ul.ftr-contact-list li a{ color:#000;}
ul.ftr-contact-list li img{
	display: inline-block;
    vertical-align: middle;
	}
.ftr-disc{
	font-size: 16px;
    line-height: 26px;
    padding: 16px 10px 0;
    margin-top: 15px;
    float: left;
    width: 100%;
    border-top: 1px solid #d0d3df;
    text-align: center;
}

/*==========footer===================*/
.footer{
	    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #fffcf7;
	}
.ftr-txt1{
	font-size:16px;
	line-height:23px;
	color:#000000;
	}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
        float: left;
    width: 100%;
    color: #222;
    font-size: 14px;
    text-align: left;
    background: #fff4e5;
    padding: 10px 0;
    background-size: cover;
}

.shopBreadcrm a {
    color: #222;
}
.shopBreadcrm span {
    color: #222;
    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: 45%;
	background: #f9f9f9;
	text-align: center;
}
.shop-s1-right {
	float: right;
	width: 52%;
	text-align: left;
}
.shop-s1-p1 {
	float: left;
	width: 100%;
	color: #34322d;
	font-size: 42px;
	line-height: 46px;
	margin-bottom:10px;
	font-weight: 600;
}
.shop-s1-p1 span{ font-size: 24px; font-weight: 400;  display: block;}
.shop-s1-stars {
	float: left;
	margin: 12px auto 12px;
	display:none !important;
}
ul.prod-det-ben-lst{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    margin-top: 30px;
}
ul.prod-det-ben-lst li{
	    width: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    /* letter-spacing: -0.1px; */
    position: relative;
}
ul.prod-det-ben-lst li img {
    max-width: 46px;
    display: block;
    margin: 0 auto 10px;
}
ul.prod-det-ben-lst li p{
	
}
.prod-det-ben-icn{
	display:block;
	margin:0 auto 10px;
	width:50px;
}
p.pr-dtl-s1-rgt-p3 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
}
.prd-strength-row {
   float: left;
    width: 100%;
    padding: 10px 0 0px;
}
.prd-strength-p1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    /* letter-spacing: -0.5px; */
    width: 100%;
	text-align:left;
}
.prd-strength-row .option-field {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    outline: none;
    font-weight: 500;
    margin: 4px 0 7px 0;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.prd-strength-row .option-field li {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.prd-strength-row .option-field li.addprice {
    background: #e0b589;
    border: 1px solid #e0b589;
    color: #fff;
}
/*************************/
.buyOpt-row-block{
	float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    row-gap: 20px;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 5px;
    padding: 20px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}	
.prod-options {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	column-gap: 19px;
}
p.box-hed {
        float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
}
.buyOpt-row{
	float: left;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.buyOpt-row.active{}
.packageOpt{
    width:100%;
    text-align: left;
    position: relative;
    padding: 0 0 0 40px;
	}
.buyOpt-row input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.buyOpt-row input[type=radio] + span{
	position: absolute;
    left: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c39c67;
    top: 3px;
    background: #fff;
	}
.buyOpt-row input[type=radio]:checked + span:after{
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #c39c67;
    border: 2px solid #c39c67;
    border-radius: 50%;
    left: 3px;
    top: 3px;
	}
.package_col input[type=radio] {
    position: absolute;
    opacity: 0;
}
.buyopt {
    float: left;
    width: 49%;
    background: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 10px 14px 45px;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 1px solid #dbd8d8;
    position: relative;
}
.packageOpt p {
    color: #131313;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 600;
}		
.pkg-prod{
	display:inline-block;
	vertical-align:middle;
	max-width: 100%;
	}
.prod-qty{
	width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
	}
.prod-qty span{
	display: block;
    font-size: 16px;
    font-weight: 400;
}
.buyOpt-row.active .prod-qty{/* font-weight:bold;*/}	
.pkgPrice{
    text-align: right;
    width: 16%;
	}
.pkp-prc-p1{
	color: #000;
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
	}
.buyOpt-row.active .pkp-prc-p1{ font-weight:bold;}	
.pkp-prc-p2{
    display: inline-block;
    vertical-align: top;
    background: #007c71;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    font-weight: 600;
    padding: 3px 12px 4px;
    border-radius: 2px;
    margin-top: 7px;
	}
/*************************/
.shop-s1-p2 {
	    float: left;
    width: 36%;
    color: #34322d;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 12px;
	}
.pad-5 {
	padding: 15px 0;
	}
.shop-s1-rit-prc-box {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	}
.shop-s1-ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}
.shop-s1-ul li {
	float: left;
	width: 100%;
	padding-left: 24px;
	background: url(../images/shop-tik.png) no-repeat left 9px;
	margin-bottom: 6px;
	text-align: left;
	}
.shop-s1-right .shop-s1-ul {margin-top: 15px;}
.shop-s1-right .shop-btn {float: left; margin-top:0px; width: 100%;   text-align: center;}
.shop-s1-ul-2 {
	float: right;
	margin: 10px 0 0;
	}
.shop-s1-ul-2 li {
	float: left;
	position: relative;
	padding-left: 42px;
	color: #2d2d2d;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	border-right: 1px solid #d5e0e1;
	margin-right: 13px;
	padding-right: 13px;
	}
.shop-s1-ul-2 li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.shop-s1-ul-2 li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
	}
img.shp-card {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 15px;
}
.prd_quantity {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.prd_quantity p{
	    padding-top: 8px;
    display: inline-block;
    font-size: 20px;
	vertical-align:top;
}
.prd-det-strp {
    float: left;
    width: 100%;
}
ul.prd-det-strp-list {
        float: left;
    width: 42%;
    text-align: center;
}
ul.prd-det-strp-list li {
        float: left;
    width: 100%;
    border: 1px solid #e6e0e0;
    /* border-right: none; */
    padding: 18px;
}
ul.prd-det-strp-list li img {
	display: block;
	margin: 0 auto 10px;
	max-width: 50px;
}
ul.prd-det-strp-list li p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
	text-transform:capitalize;
}
ul.prd-det-strp-list li:last-child {
    border-right: 1px solid #e6e0e0;
}
.prod-det-btm{
	display:inline-block;
	vertical-align:top;
    width: 100%;
    text-align: center;
    margin-top: 20px;
	}	
.prod-det-btm li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
	}
.prod-det-btm li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	width:40px;
	}
.prod-det-btm li p{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
/*-------------------------
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;
	text-transform: uppercase;
	}
.shop-s2-ul li .bnr-p1 {font-weight: 600;}
/*==========Product Sec2==========*/
.prod-section-2{
	float:left;
	width:100%;
	background:#fbfbfb;
	padding:10px 0 30px;
	}
.prod-det-s2-inr{
	float:left;
	width:100%;
	margin-top:10px;
	}
.prod-det-s2-inr-bx{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #cbcbcb;
	}
.prod-det-s2-inr .prod-det-s2-inr-bx:last-child{border-bottom:none; padding-bottom:0px;}
.prod-det-s2-bx-hd{
	float:left;
	width:100%;
	padding:32px 0 30px;
	cursor:pointer;
	}
.prod-det-s2-bx-hd p{
    text-align: left;
    float: left;	
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
	}	
.swap-icn{
        float: right;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c39c67;
    text-align: center;
    font-weight: 400;
    color: #fff;
	}	
.prod-det-s2-bx-cont{
	float:left;
	width:100%;
	padding:0 0 50px;
	margin-top:-20px;
}
.prod-det-s2-bx-cont .s1-p2 {
    float: none;
    width: auto;
	display: inline;
	display: table;
	padding-top: 40px;
}
.prd-desc-img{
	float:right;
	margin:30px 0 0 60px;
	}
ul.prd-desc-lst{
	max-width:600px;
	width:100%;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:20px 0;
	margin-top:40px;
	
	display:flex;
	flex-wrap: wrap;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	row-gap: 15px;	
	}
ul.prd-desc-lst li{
    float: left;
    width: 100%;
    background: url(../images/tick.png) no-repeat left top 6px;
    padding-left: 27px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;	
	}	
ul.prd-desc-lst img{
	float:left;
	margin-right:10px;
	}
ul.prd-desc-lst li p{
	float:left;
	font-size:15px;
	line-height:20px;
	font-weight:600;
	}
.facts-hd{
	font-size:19px;
	line-height:23px;
	font-weight:bold;
	margin-top:40px;
	}
.ky-fats-sec{
	margin:0 auto 0;
	width:100%;
	
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
.ky-fats-bx{
	padding:20px;
	box-shadow:0px 3px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 10px 1px rgba(0,0,0,0.1);
	width:23%;
	margin-top:30px;
	}
.ky-fats-bx img{
	width:50px;
	}
.ky-fats-bx h3{
	font-size:19px;
	line-height:23px;
	font-weight:600;
	color:#000;
	margin-top:7px;
	}
.ky-fats-bx p{
	font-size:16px;
	line-height:25px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:12px;
	}


.prod-det-ing-sec{
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 8px 4px rgba(0,0,0,0.1);
    margin-top: 20px;
	}
.prod-s2-label1{
	margin:0 auto 0;
	display:block;
	}	


.prd-use-img{
	float: right;
	margin: 30px 0 0 80px;
	background: #fff;
	border: 5px solid #fff;
	border-radius: 4px;
	box-shadow: 0 2px 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 8px 4px rgba(0,0,0,0.1);
	max-width: 100%;
	}
ul.prod-det-use-lst{
	position:relative;
	margin-top:40px;
	}
ul.prod-det-use-lst:before{
	content:'';
	position:absolute;
	left:25px;
	top:50px;
	bottom:80px;
	border-left:2px dotted #bababa;
	}
ul.prod-det-use-lst li{
	padding-left:70px;
	position:relative;
	margin-bottom:30px;
	}
ul.prod-det-use-lst li:last-child{ margin-bottom:0;}	
.prod-use-num{
	width: 48px;
    height: 48px;
    background: #f4f4f4;
    border-radius: 50%;
    font-size: 20px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
	}
ul.prod-det-use-lst li h3{
	font-size:24px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}
ul.prod-det-use-lst li p{
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
	}


.prod-det-analysis-sec{
	float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
	border:1px solid #e9e9e9;
    border-radius: 8px;
    margin-top: 20px;	
	}
.analysis-img{
	float:right;
	}	
.prod-analysis-cont{
	float:left;
	width:67%;
	text-align:left;
	}
.top-0{ margin-top:0 !important;}		
.qr-block{
	float:left;
	width:100%;
	margin-top:40px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.qr-img{ 
	width:220px;
	background:#f8f8f8;
	border:1px solid #e9e9e9;
	border-radius:3px;
	padding:25px;
	}	
.gr-blk-cont{
	width:calc(100% - 220px);
	text-align:left;
	padding-left:30px;
	}
.qr-block .common-para{ margin-top:15px;}
a.link-txt{ text-decoration:underline; color:#007c71;}

/*-------------------------
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;
}


/*-------------------------
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;
	
	}
.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: 49%;
}
.shop-section-5 .s2-ul li .s2-prd-1{ position:absolute; left:0; top:10px;}
.shop-section-5 .lst-content{ float:right; width:63%;}

/*-===============================
CSS FOR FAQ PAGE
==================================*/
.faq-section-1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align:center;
	background:#fffcf7;
	}
.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;
    justify-content: center;
    row-gap: 20px;
	}
.contact-ul li {
	float: left;
    padding: 0 40px;
    width: 33%;
	}
.contact-ul li .s1-p2{ margin-top:0;}
.contact-ul li:first-child, .contact-ul li:nth-child(3) {background: none;}
.cont-p1 {
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	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;
	
	border-radius: 0 3px 3px 0;
	padding: 0 0px 0 10px;
	font-family: 'Sofia Pro';
	}
.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===============*/
.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:#fdf4ea;
}
.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;
	padding: 0 26px 0 0;
	position: relative;
}
.cart-remv {
	position: absolute;
    left: 10px;
    top: 30px;
}
.cart-box2, .card-box3 {
	padding: 5px 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: 0px 0;
}
.summary .card-box3 {
    border-top: 1px solid #a9a9a9;
}
img.s2-col-prod {
    max-width: 100%;
}
.cart-prdname {
	padding: 10px 0px 10px 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: wrap;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.span3 {
	display: block;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #2d2d2d;
    width: 100%;
}
.span3 span {
    display: none;
    font-weight: normal;
}
.span3 .span2{ display:block;}
.span2 {
    font-size: 16px;
    line-height: 22px;
    
    color: #2d2d2d;
}
.cart-prdname span.span1 {
	font-family: 'Sofia Pro';
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	float: left;
    border: 1px solid #ccc;
    width: 67px;
    height: 70px;
    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: 18px;
    line-height: 25px;
    font-weight: bold;
}

.summary ul.cart-prclist li:last-child {
    border-bottom: none;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight:700;
}
.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 {
	display: inline-block;
	font-size: 17px;
    line-height: 24px;
    padding: 15px 35px;
	font-weight:500;
    /* letter-spacing: 0.5px; */
    text-transform: capitalize;
    width: auto;
    height: auto;
	background: rgb(181, 149, 93);
    background: linear-gradient(90deg, rgba(181, 149, 93, 1) 0%, rgba(181, 149, 93, 1) 35%, rgba(146, 111, 62, 1) 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
}
#browse {
	margin-top: 10px;
}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
}
.proceed-chkbtn {
	float: right;
    background: #fff;
    color: #c39c67;
    border: 1px solid #c39c67;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}
/*==================CART FROM===================*/
.upsell-conatin {
    float: left;
    width: 100%;
}
.upsell-box {
	    display: inline-block;
    width: 100%;
    margin: 0 0px;
}
.offerBox {
        float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
    border-radius: 4px;
	
}
.offerBox label {
    float: left;
    width: 100%;
    background: #fafafa;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 10px;
}
.ofrbx-top {
    float: left;
    width: 100%;
    background: rgb(158,64,241);
    background: #faaf40;
    padding: 5px 10px 5px;
    text-align: left;
    border-radius: 10px 10px 0 0;
}
.ofrbx-top .fieldToggle {
    float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
    /* padding-left: 30px; */
    position: relative;
    font-weight: 500;
    width: 100%;
}	
.ofrbx-top .fieldToggle p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}	
.offerBox input[type='checkbox'] {
        position: absolute;
    display: inline-block;
    left: 10px;
    top: 10px;
    /* margin-top: -11px; */
    width: 22px;
    height: 22px;
    /* border-radius: 50%; */
    background: #fff;
    border: 2px solid #c9c9c9;
    z-index: 999;
    -webkit-appearance: none;
}

.offerBox input[type=checkbox]:checked {
       border: 2px solid #c39c67;
}
.offerBox input[type=checkbox]:checked:after{
	    content: '';
    position: absolute;
    top: -9px;
    left: 3px;
    background: url(../images/checkmark.png) no-repeat center center;
    height: 26px;
    width: 26px;
}
.offerBox input[type=checkbox]:checked + .upsel-pack{
	border-color: #c39c67;
	background: #faf8f5;
}
.cart-upsell {
    float: left;
    width: 100%;
}	
.ofrbx-mdl {
    float: left;
    width: 100%;
    padding: 20px 15px 25px 45px;
    position: relative;
    text-align: left;
}
.ofrbx-mdl .up-txt{
	float: left;
	width: 100%;
	color: #2c2c2c;
	font-size: 19px;
	line-height: 20px;
	font-weight: 500;
}
.pkgPrice {
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 7px;
    color: #2c2c2c;
    font-size: 19px;
    line-height: 20px;
    font-weight: 500;
}
.offrBx-img1 {
    display: inline-block;
    max-width: 170px;
    margin: 0 0 12px 0;
}
.offrBx-img1:nth-child(2) {
}
.offrbx-txt2 {
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    margin-top: 10px;
    float: left;
    width: 100%;
}	
.offrbx-txt2 strong {
    font-size: 22px;
}
.sec1-shopnow {
    display: inline-block;
    margin-top: 15px;
    background: rgb(158,64,241);
    background: #19b50d;
    color: #fff;
    font-size: 27px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 56px;
    width: 248px;
}
.offerBox .sec1-shopnow {
    padding: 0 40px;
    /* margin: 5px 0 0 0; */
    width: 85%;
}	
a.remove-from-cart {
    color: #f00;
    margin: 10px 0 0;
    font-size: 16px;
    text-decoration: underline;
    z-index: 999999;
    float: left;
}

.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: 87px;
	height: 22px;
	width: 22px;
	line-height: 23px;
	top: 0px;
	position: absolute;
	background-color: #c39c67;
	border-radius: 50%;
}
.summry-qty{ display:none !important;}
.summary .card-box3rgt{ width:100%;}
.summary .continue-shpbtn, .summary .proceed-chkbtn, .summary.continue-brwbtn{
	float: right;
    background: rgb(181, 149, 93);
    background: linear-gradient(90deg, rgba(181, 149, 93, 1) 0%, rgba(181, 149, 93, 1) 35%, rgba(146, 111, 62, 1) 100%);
    color: #fff;
    border: none;
	border-radius:10px;
	}
/*.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: 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: #fdf3e7;
}
.viewBx p {
    display: inline-block;
    vertical-align: middle;
    color: #292929;
    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;
}
.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: 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%;
    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: 24px;
    line-height: 30px;
    background: rgb(181, 149, 93);
    background: linear-gradient(90deg, rgba(181, 149, 93, 1) 0%, rgba(181, 149, 93, 1) 35%, rgba(146, 111, 62, 1) 100%);
    color: #fff;
    text-align: center;
    margin: 10px auto 0 auto;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 15px 35px 15px;
    font-family: inherit;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
	border-radius:10px;
}
.secure {
	display: block;
	margin: 10px 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%;
}
.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;
}
.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;
	}	


/*****************************/
/*TERMS- PRIVACY*/

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #ffffff;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:24px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	margin:0px 0 22px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 10px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
    background: #c39c67;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #c39c67;
    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 #c39c67;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
	/*text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 10px;*/
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    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;
}

.thank-hdg {
    float: left;
    width: 100%;
    font-size: 25px;
    margin: 10px 0;
}
/*----------- 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}}