@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;
	border: none;
    vertical-align: middle;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-style: 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;
	color: #333;
}


/*************************************/
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {box-sizing: border-box;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.overflow{ overflow:hidden; float: left; width:100%;}
.top-caption{
	float: left;
    width: 100%;
    background: #e1bd67;
    padding: 6px 0;
    text-align: center;
	}
.top-caption p{
	font-size:12px;
	line-height:20px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}	
.top-caption p span{
	color:#ffd33c;
	text-decoration:underline;
	cursor: pointer;
	}	
.top-caption p img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;}
ul.topbar-cont{
	float:left;
	width:100%;
	text-align:left;
	}
ul.topbar-cont li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#0b0b0b;
	letter-spacing:0.5px;
	margin-right:25px;
	}
ul.topbar-cont li:first-child{ padding-left:0;}		
ul.topbar-cont li a{color:#0b0b0b;}
ul.topbar-cont li img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;	
}	
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.nav-sec{
	background: #fff;
    float: left;
    width: 100%;
    height: 70px;
    padding: 10px 0;
    margin-top: -70px;
    top: 69px;
    position: relative;
    text-align: center;	
	z-index: 9;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}
	
.logo{
	float: left;
	max-width: 200px;
}		
.nav-rgt{
	float: right;
    margin-top: 6px;
	}		
.cartbox{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-left:15px;
	padding-right:12px;
	}		
.crt-txt-no{
    position: absolute;
    top: -12px;
    right: 0;
    color: #484848;
    font-size: 14px;
    line-height: 20px;
	font-weight:500;
	}
.cart-icn{
    display: block;
    margin: 0 auto;
	}		
		
ul.menu-list{
	float:right;
	margin: 18px 0 0 0px;
	}
ul.menu-list li{
	float: left;
	}
ul.menu-list li:last-child{ border:none;}	
ul.menu-list li a{
	float: left;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding: 0 20px;
    text-transform: uppercase;
	}	
ul.menu-list li a:hover{}
ul.menu-list li a.active{}

.nav-sec .nav-btn {
    float: right;
    font-size: 16px;
    width: 155px;
    height: 40px;
    line-height: 40px;
    margin: -4px 0 0 20px;
}
.nav-btn img{
	display: inline-block;
    vertical-align: middle;
    margin: -4px -4px 0 4px;
    width: 12px;
}	

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
    width: 100%;
    padding:50px 0 0;
    position: relative;
    background: url(../images/banner-bg.jpg)#fff no-repeat center top;
	height:auto;
	/*overflow: hidden;*/
}
.bnr-lft {
    float: right;
    width: 58%;
    text-align: center;
    padding: 55px 0px 0px 0;
    position: relative;
}
.bnr-txt{
	position:absolute;
	right:0;
	top:110px;
	font-size:268px;
	line-height:268px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}
.bnr-p12 {       
	font-size: 20px;
    line-height: 32px;
    color: #232323;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Merriweather', serif;
    margin-bottom: 5px;
}
.bnr-p1 {       
    font-size: 66px;
    line-height: 76px;
    color: #cd7502;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Merriweather', serif;
}
.bnr-p1 span{
    display: block;
    font-size: 44px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 56px;
}
.bnr-p1 span span{
	font-size:32px;
	font-style:italic;
	display:block;
	color:#6f6b01;
	}
.bnr-p2 {
    font-size: 18px;
    line-height: 30px;
    color: #322f40;
    padding: 10px 0 0 0;
    width: 100%;
    display: inline-block;
    font-weight: 400;
}
.shop-btn{
	width: 228px;
    height: 52px;
    font-size: 22px;
    line-height: 52px;
    color: #fff;
    text-transform: capitalize;
    background: #cd7604;
    text-align: center;
    margin: 30px 0 0 0;
    display: inline-block;
    outline: none;
    border-radius: 50px;
    font-weight: 700;
    padding: 0;
    border: none;
    font-family: inherit;
    transition: all 0.3s;
    cursor: pointer;
}
/*.shop-btn:hover{
	border-left: 10px solid #ffc100;
    border-right: 10px solid #ffc100;
}*/
.bnr-prodt1{
	position: absolute;
    right: 23%;
    top: 0px;
    width: 100%;
    z-index: 1;
    max-width: 300px;
    filter: drop-shadow(5px 5px 10px #999);
}
img.bnr-modl {
    position: absolute;
    top: 150px;
    right: 30%;
}	
.bnr-prdt1, .bnr-prdt2, .bnr-prdt3, .bnr-prdt4{
    position: absolute;
    top: -45px;
    left: -10px;
    transform: rotate(33deg);
    width: 400px;
	}
.bnr-prdt2{
    left: auto;
    right: 0;
    transform: rotate(-27deg);
    top: 30px;
    width: 370px;
	}
.bnr-prdt3{
	left: 120px;
    width: 220px;
    top: 310px;
    transform: rotate(-36deg);
	}
.bnr-prdt4{
        left: auto;
    right: 125px;
    width: 260px;
    top: 325px;
    transform: rotate(13deg);
	}
.bnr-bxs{
	display: inline-block;
    width: 100%;
    margin-top: 165px;
    background: #eceaed;
    border: 6px solid #cd7502;
    border-radius: 10px 10px;
    padding: 20px 29px;
    position: relative;
	}
.bnr-bx-lft{
        float: left;
    width: 60%;
    text-align: left;
    padding: 6px 0px 0;
	}
.bnr-prodts{
    position: absolute;
    top: 20px;
    right: 35px;
	}
/*=============Section-1=============*/
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
    float: left;
    width: 100%;
    padding: 30px 0;
	background:#fff;
	/*background: url(../images/sec1.jpg) no-repeat center top;*/
}
ul.s1list1{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 145px;
    column-gap: 154px;
    padding: 20px 20px;
	}
ul.s1list1 li{
    float: left;
    width: 30%;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    text-align: left;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 0px;
    }
ul.s1list1 li span{
	display:block;
	}
ul.s1list1 li img{
    display: inline-block;
    margin: 0 0 20px;
	}	
ul.s1list1 li:nth-child(even){ text-align:right;}
ul.s1list1 li:last-child{ text-align:right;}
.s1lhd1, .s1lhd2{
	
	font-size:23px;
	line-height:28px;
	color:#d09830;
	text-align:left;
}
.s1lhd2{
	font-size:33px;
	line-height:38px;
	color:#36352f;
	text-transform:uppercase;
	padding:5px 0 0 0;
}
.s1ltxt{
	font-size: 18px;
	line-height: 23px;
	color: #36352f;
	text-align: left;
	padding: 5px 0 0 0;
	width: 60%;
}
.s1hding{
	background:url(../images/hdline.png) center 26px no-repeat;
	font-size:45px;
	line-height:50px;
	text-align:center;
	margin:60px 0 0 0;
}
.sec1-inr{
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
	position:relative;
	}
.sec1-inr:after{
    position: absolute;
    content: "";
    border-top: 1px solid #dbdbdb;
    top: 30px;
    right: 0;
    width: 54%;
	}
.sec1-inr-rit{
    float: left;
    width: 100%;
    margin: 15px 0 0;
    background: #fff;
    border: 1px dashed #e8bd85;
    padding: 30px 25px;
	border-radius: 15px 15px;
	position:relative;
	}
img.sec1-model {
    position: absolute;
    top: 0px;
    left: 49%;
    transform: translateX(-50%);
}
.s1-lft-1{
    float: left;
    width: 25%;
    text-align: left;
    position: relative;
    padding: 20px 0 0;
	}
.s1-lft-1 .s3hding{
	font-weight:700;
	color:#000;
	}
.s1-lft-1 .s3txt{ color:#000;
}
h1.s1-lft-hdg {
	transform: rotate(270deg);
    top: 194px;
    right: -110px;
    position: absolute;
    font-size: 36px;
    line-height: 50px;
    color: #000;
    /* font-family: 'Oxygen', sans-serif; */
    text-transform: uppercase;
}
.s1-lft-img{
	position:absolute;
	top:0;
	left:0;
	    width: 405px;
    max-width: 100%;
	}
.s1-rit-1{
    float: right;
    width: 72%;
    margin-top: 0px;
    text-align: left;
	}
.s1-rit-1 .s2-block{ margin-top:0px;}
.s1-rit-1 .s2-prd-box{ width:32%;}
.s1-rit-1 .s2-prd-box:after{ top: 288px;}
.s1-rit-1 .s2-prd-1 { max-width: 177px;}
/*=============Section-2=============*/
.section-2 {
	background:#f7f7f5;
	float:left;
	width:100%;	
	text-align:center;
	padding:0 0 70px;
	}
.sec2-people{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    border-radius: 15px;
	}	
.s2-top{
	
	font-weight:600;
	}
.s2-lrnBtn{
	}	

.top_seller{
	    float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 30px;
    column-gap: 40px;
}
.top_seller_box{
	width:31%;
	float:left;
}
.new-txt{
	width:64px;
	font-size:12px;
	line-height:23px;
	color:#b7804d;
	background:#fbe8d6;
	border-radius:2px;
	margin-bottom:3px;
	}
.top_seller_product{
	padding: 20px 10px;
    background: #f7f7f5;
    border-radius: 5px;
	float: left;
	width:100%;
}
.top_seller_product img{
	display:inline-block;
	vertical-align:middle;
}
.top_seller_content{
	float: left;
    width: 100%;
}
.seller_box_product_name{
	float: left;
    width: 100%;
    margin:12px 0 10px;
	text-align: left;
}
.seller_box_product_name h3{
	font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
.seller_box_product_name p{
	font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
	margin-top:3px;
}
.seller_box_product_name img{
	width:44px;
	display:none;
}
.prdtls-s2-prod-img {
	position: absolute;
	right: 0;
	top: -23px;
	background: #fff;
	padding: 40px 0;
	filter: drop-shadow(1px 2px 2px #d2d2d2);
	border-radius: 10px;
}
.seller_box_product_text{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 300;
	display:none;
}
.product_price{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
}
.product_price h3{
	float:left;
	width:100%;
	font-size:21px;
	line-height:31px;
	color:#000;
	font-weight:600;
	padding:3px 0;
	border-top:1px solid #e4e7e7;
	border-bottom:1px solid #e4e7e7;
}
.product_price h3 span{
	font-size:18px;
	line-height:28px;
	color:#6a6c77;
	font-weight:400;
	}
.product_price small{
	float: left;
	font-size: 14px;
    line-height: 20px;
    color: #6a6c77;
    font-weight: 500;
	margin-top:20px;
   }
.product_price small span{
	display:block;
	font-size:24px;
    line-height: 22px;
    font-weight: 700;
    }
.top_seller_button{
	float: left;
    height: 50px;
    max-width: 100%;
    font-size: 18px;
    line-height: 50px;
    margin-top: 10px;
    }

/*=============Section-3=============*/
.section-3 {
	background:#fff;
	float:left;
	width:100%;	
	text-align:center;
	padding:60px 0 60px;
	}
ul.s3-prod{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
ul.s3-prod li{
	width:30%;
	text-align:center;
	padding:55px 20px 25px 20px;
	border:1px solid #e1e1e1;
	position:relative;
	margin-top:60px;
	}
ul.s3-prod li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
ul.s3-prod li p{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:16px;
	color:#8b8b8b;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:30px;	
	}	
ul.s3-prod li p span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:24px;
	color:#292929;
	font-weight:600;
	margin-bottom:4px;	
	}
.btnBlock{
	float:left;
	width:100%;
	margin-top:20px;
	}		
a.add-btn{
	float:left;
	text-align:center;
	background:#e1bc5c;
	color:#fff;
	font-size:20px;
	line-height:48px;
	width:49%;
	height:50px;
	}	
a.lrn-btn{
	float:right;
	text-align:center;
	background:#fff;
	color:#e1bc5c;
	font-size:20px;
	line-height:48px;
	width:49%;
	height:50px;
	border:1px solid #e1bc5c;	
	}
.outofstock{
	position:absolute;
	top:0;
	left:0;
	}
	
	
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0px;
    position: relative;
}
.s4lft{
	float: right;
    width: 61%;
    position: relative;
	}
.s4-img1{
	position: absolute;
    top: 240px;
    right:25%;
    max-width: 335px;
	}				
.s4-prdts{
	position: absolute;
    top: 15px;
    right:0px;
	}
.s4-rgt{
        float: left;
    width: 45%;
    margin-top: 30px;
    padding-bottom: 0px;
    text-align: left;
	}
.s4-txt{
	position: absolute;
    right: 31%;
    top: 9px;
    padding-top: 64px;
    width: 225px;
    height: 225px;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    background: #fab730;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
	}
.s4-ul{
    float: left;
    width: 880px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 20px;
    box-shadow: 0px 0px 20px #bbb;
    margin: 35px 0 0;
	}
.s4-ul li{
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
    padding: 35px 22px 30px;
    margin: 0px 0;
    background: rgba(255, 255, 255, 0.7);
    border-right: 1px solid #ccc;
}
.s4-ul li span{
	    display: block;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
    padding-bottom: 6px;
}
.s4-ul li:last-child{ border-right:none;}
.s4-prdt{
	position: absolute;
    left: 7%;
    top: 150px;
	}
.s4-ul li img{
	display:block;
	margin:0 auto 16px;
}
.sec4-model{
	position:absolute;
	top:18px;
	right:0;
	}
	
	
.s3hding{
    float: left;
    font-size: 36px;
    line-height: 54px;
    color: #1b1b1b;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Merriweather', serif;
}
.sec3-rgt .s3hding{}
.sec3-rgt .s3txt { font-size: 18px;}
.s3hding span{
	    color: #d79135;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 12px 0 0;
}
.ing-txt{ font-size:16px; line-height:26px; float:left; width:100%;}
.s3subhding{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px;
}

.s3txt{
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin: 8px 0 0 0;
    width: 100%;
    display: inline-block;
}
	
/*=============Section-5=============*/
.section-5 {
	background:#fff;
	float:left;
	width:100%;
	text-align:center;	
	}
.sec5-headtxt{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
.sec5-block{
	background: #16ac72;
    float: left;
    width: 100%;
    padding: 45px 10px;
    border-radius: 10px;
}	
ul.sec5-list{
	    float: left;
    width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}
ul.sec5-list li{
	float: left;
    width: 24%;
    text-align: center;
    position: relative;
    padding: 0 10px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
	}										
ul.sec5-list li img{
	
	display:inline-block;
	 vertical-align:middle;
	margin-bottom: 10px;
	}
ul.sec5-list li span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}	
ul.sec5-list li:after{
	content: "";
    position: absolute;
    top: 0;
    right: -10px;
    border-right: 1px solid #0e8e5c;
    bottom: 0;
	}
ul.sec5-list li:last-child:after{ border:none;}	
/*-------------------------
CSS FOR FOOTER
--------------------------*/
.footer{
	    float: left;
    width: 100%;
    padding: 30px 0 10px;
    background: #ffffff;
    overflow: hidden;
    border-top: 1px solid #ddecff;
	}
.footer_link-row{
	width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.footer_col-1{
	width:35%;
	text-align:left;
	padding-right:65px;
	}
.footer-logo{
	display:block;
	margin-bottom:20px;
	width:220px;
	}
.footer-prod-details{
	font-size:16px;
	line-height:24px;
	color:#ffffff;
	letter-spacing:0.3px;
	margin-top:15px;
	}
.footer_col-2{
	width:23%;
	text-align:left;
	}
.footer_col-3{width:25%;}	
.footer_col-4{
	width:65%;
	}
.footer-link-heading{
	font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
	}
ul.foter-links{
	margin-top: 20px;
    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;
	}
ul.foter-links li{
	text-align: left;
    float: left;
    width: 100%;
	}
ul.foter-links li span {
    display: inline-block;
    width: 110px;
	font-weight: 600;
}
ul.foter-links li a{
	color: #17171d;
    font-size: 16px;
    line-height: 26px;
	}
ul.support-link{
	margin-top:30px;
	}
ul.support-link li{
	margin-top: 18px;
    text-align: left;
    position: relative;
    padding-left: 0;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    justify-content: flex-start;
    text-align: left;
    column-gap: 10px;
	}
ul.support-link li img{
	position: absolute;
    left: 0;
    top: 5px;
    max-width: 17px;
	}
ul.support-link li span{
	font-weight: 500;
	}
ul.support-link li a{
	float:right;
	color:#000;
	}
.footer_buttom{
	float: left;
	width: 100%;
	border-top:1px solid #d7d7d7;
	margin-top:50px;
	padding:25px 0 20px;
	}
.footer_text{
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
	margin-top: 23px;
	}
.footer_text a{ padding:0 5px;}
.footer_text2{
	font-weight:500;
	margin-top:14px;
	padding:12px 0 0 0;
	border-top:1px solid #d0d3df;
	}
.white_text{ color:#fff;}

.copyright-section{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 0;
	text-align: center;
	}
.copyright-row{
	    float: left;
    width: 100%;
	}
.copyright-text{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	letter-spacing:0.5px;
	text-align:center;
	}
.copyright-text2{
	float: left;
    width: 100%;
    color: #595959;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 22px 0 22px;
    border-top: 1px solid #d0d3df;
	}
.copyright-text2 a{text-decoration:underline;}		
.copyright-logos{
	display:block;
	margin:0 auto;
	width:140px;
	}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
	float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background: #d79135;
    padding: 10px 0;
}

.shopBreadcrm a {
    color:#fff;
}
.shopBreadcrm span {
    color: #fff;
    font-weight: 600;
}


/*****************************/
/*TERMS- PRIVACY*/

.tems-bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
	padding: 40px 0;
}

.ing-img {
    max-width: 460px;
	margin-bottom: 20px;
}

.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;
    
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 20px;
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
}
.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;
}

.ing-blk {
    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;
}

.ing-blk-lft {
    float: left;
    width: 50%;
}


.inr-cont.thank-pg {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;}
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
   background: #cd7604;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #271a07;
}
.yes-btn {
	
}


   .card-error {
    max-width: 250px;
    margin-bottom: 20px;
    display: inline-block;
}	

/*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} .trm-bx{padding: 20px 0;} .ing-blk-lft{width:100%}.trm-bx h4, .trm-bx h5{font-size: 18px;line-height: 28px;}}