@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#2d2d2d;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'DM Sans', sans-serif;
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; max-width:100%;height: auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.clkbtn{
	display:inline-block;
	width:316px;
	max-width:100%;
	margin-top:30px;
	}
.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2, .shop-btn{
    height: 58px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #c59b68;
    padding-left: 0px;
    position: relative;
    border-radius: 5px;
}
.btn-txt{
	display:inline-block;
	width:100%;
	text-align:center;
	font-weight:400;
	font-size:16px;
	line-height:20px;
	text-transform:capitalize;
	position:relative;
	color:#fff;
	margin:8px 0 0;
	}
.btn-txt:before, .btn-txt:after{
	position:absolute;
	content:"";
	border-top:1px solid #d9d9d9;
	width:58px;
	top:10px;
	left:0;
	}
.btn-txt:after{ left:auto; right:0;}
.black{color:#000;}
/*-----------------------
TOP-STRIP CSS
------------------------*/
.top-strip{
	float:left;
	width:100%;
	background:#c59b68;
	padding:5px 0;
	}
.top-strip p{
	font-size:18px;
	line-height:26px;
	color:#fff;
	letter-spacing:1px;
	}

/*-----------------------
MENU CSS
------------------------*/
.top-fix-bar {
	float:left;
	width:100%;
	margin-bottom: 75px;
	}
.menu{
	    float: left;
    width: 100%;
    webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    position: relative;
    top: 75px;
    margin-top: -75px;
    background: #fff;
    z-index: 9;
}

.fixed-nav .menu{
	float:left;
	width:100%;
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	}	
.logo{    
	float: left;
    max-width: 230px;
}

.menu-rgt{
	float: right;
    margin-top: 16px;
}
ul.menu-list{
	float:left;
	margin-right:80px;
	}
ul.menu-list li{
	float:left;
	padding:0 20px;
	border-right:1px solid #e1e1e1;
	}
ul.menu-list li:last-child{
	padding-right:0;
	border-right:none;
	}
ul.menu-list li a{
	font-size:19px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#2d2d2d;
	text-transform:capitalize;
	}
ul.menu-list li a.active{color: #5ab745;}

a.menuBtn{
	color:#fff;
	background:#c59b68;
	padding:5px 15px;
	border-radius:3px;
	font-size:14px;
	margin-top:-4px;
	float:right;
} 

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 10px;
    top: 6px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #3a3a3c;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:83px;
	background:rgba(255,255,255,1);
	z-index:3;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	}
.mobimenu-top{top: 55px;}

.page-btn{
    display: inline-block;
    line-height: 27px;
    font-weight: 500;
    font-size: 19px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    width: 210px;
    height: 48px;
    padding: 10px 0;
    vertical-align: top;
    cursor: pointer;
}
.solid-btn{	
	background:none;	
	color:#c70200;
	text-shadow:0px 0px 0px #c70200;
	    border: 1px solid #c70200;
}
a.trans-btn{
	color:#c70200 !important;
	border:1px solid #c70200;
	transition:all ease 0.5s;

}
a.trans-btn:hover{
	color:#fff !important;
	background:#c70200;
	transition:all ease 0.5s;
}

.banner{
    float: left;
    width: 100%;
    position: relative;
	background: url(../images/banner.jpg) center top no-repeat;
	height:632px;
	padding: 60px 0px;
    overflow: hidden;
	text-align:center;
}
.s1-inner {
	display:inline-block;
    width: 84%;
    text-align: center;
    padding: 30px 0px 0px;
}
.bnrhd-line{ 
	display: block;
    vertical-align: middle;
    margin: 30px auto 10px;
	}
.discount-img{
    position: absolute;
    top: 15px;
    right: 315px;
	}
.bnr-bag{
    position: absolute;
    top: 0;
    right: -9%;
    max-width: 100%;
	}
.bnrhd, h1{
	font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #444444;
}
.s1-inner h1{		
	    font-size: 74px;
    line-height: 88px;
    padding: 0px 0 0 0;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-transform: capitalize;
}
.s1-inner h1 span{
	    display: block;
    font-size:60px;
    line-height: 65px;
	color:#000;
    text-transform: capitalize;
    padding-top:10px;
}
.bnrhdline{margin:6px 0;display:block;}
.bnrtxt{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    width: 92%;
    margin-top: 20px;
    display: inline-block;
}
.bnrprd{
	position:absolute;
	right:0;
	top:30px;
}

/*===================================*/
.strip{
	float: left;
    width: 100%;
    position: relative;
    background: url(../images/strip-bg.jpg) center top no-repeat;
    padding: 60px 0;
    overflow: hidden;
	}
.strp-inrr{
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
	}
.strp-inr{
	display: inline-block;
    width: 86%;
    text-align: center;
    padding: 0px 0 0px;
	}
.strp-inr .s1-txt1{ margin-bottom:20px;}
.strp-inr .s1hding{ color:#fff; text-transform: uppercase; font-size:28px; line-height:36px; font-weight:500;}
.strp-inr .clkbtn{margin-top:40px;}
.comn-line{
	display:inline-block;
	vertical-align:middle;
	margin:22px 0 0px;
	}
.strp-pdt{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0;
	}
.strp-img{
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 10px;
    max-width: 100%;
    border-radius: 10px;
	}
.strp-txt{
	color:#fff;
	width:100%;
	padding:12px 0 0;
	}
ul.strip-list{
    float: left;
    width: 100%;
    margin: -35px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    column-gap: 10px;
    position: relative;
    z-index: 1;
	}	
ul.strip-list li{
    float: left;
    width: 21%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0px;
   
	}	
ul.strip-list li span{
	display: block;
    font-weight: bold;
    color: #222529;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 26px;
    font-weight: 400;
	}
ul.strip-list li img{
	display: block;
    margin: -12px auto 15px;
	}	

.bdhding2{
	display: inline-block;
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
    color: #c59b68;
    text-transform: capitalize;
}
.bdhding2 span {
	display:block;
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 5px 0;
    color: #e21f36;
}
.bdhding2_txt2{
	display: inline-block;
    width: 100%;
	font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    color: #c59b68;
	margin: 30px 0 0;
    text-transform: capitalize;
	}
.bdfont{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #070808;
	margin-top:15px;
}
.sec-para{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-top: 20px;
	}
.margin-25{
	float:left;
	width:100%;
	margin-top:25px;
	}
/*================start section1===================*/
.sec1{ padding:60px 0; background:#181818; text-align:center; float:left; width:100%;}
.sec1 .sec-para{ color:#fff;}
.sec1-innr{
	display:inline-block;
	width:62%;
	text-align:center;
	}
.left-box { position: relative;}
.rgt-box {
	float: left;
    width: 100%;
    margin: 80px 0 0;
	position:relative;
	}
.s1-modl-pdt{
	position: absolute;
    top: 0;
    left: 0;
	}
.lft-box{
	float: right;
    width: 66.44%;
	height:382px;
    text-align: center;
    padding: 25px 0px 0 185px;
	background: url(../images/s1-lft-box-bg.jpg) center top no-repeat;
	background-size:100% 100%;
	}
.s1-txt1{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #656565;
    font-weight: 500;
    text-transform: capitalize;
	}	
.s1-txt1 span{
	display:block;
	font-size:32px;
	line-height:35px;
	color:#070808;
	font-weight:700;
	}	
.sec1 .clkbtn{ margin-top: 50px;}	
.s1txt{padding: 20px 0px 0 0px;}

ul.s1-list {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 22px;
	margin-top:75px;
	position:relative;
}
ul.s1-list li{ 
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    text-transform: none;
    border: 0px solid #e4e2e0;
	}
.s1-li-r-btns{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
	z-index:2;
	}
.lst-cont{ 
    float: left;
    width: 48%;
    position: relative;
    padding: 20px 26px 20px 135px;
}
ul.s1-list li span{
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
	}
.lst-cont img{ 
    position: absolute;
    top: 24px;
    left: 28px;
	max-width: 80px;
}
ul.s1-list li:nth-child(2) .lst-cont { float:right;     padding: 20px 30px 20px 180px;}
ul.s1-list li:last-child .lst-cont { float:right;     padding: 20px 30px 20px 180px;}
ul.s1-list li:nth-child(2) .lst-cont img, ul.s1-list li:last-child .lst-cont img{ left:75px;}
ul.s1-list:after {
    position: absolute;
    content: "";
    border-left: 7px solid #434343;
    border-radius: 5px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
	z-index:1;
}

/*================start section2===================*/
.sec2{
	padding: 60px 0;
    background: #fff;
    position: relative;
    text-align: center;
	float:left;
	width:100%;
}
.sec2-innr{
	display:inline-block;
	width:100%;
	text-align:center;
	}

.sec2-innr .sec-para{ width:72%;}
.s2-rgt{
    float: left;
    width: 60%;
    margin-top: 20px;
    position: relative;
    z-index: 9;
    padding-left: 20px;
	}
.sec3-model{
	position: absolute;
    top: 176px;
    right: -89px;
    max-width: 651px;
	}
.s2-rgt ul.shop-list{ row-gap: 20px; margin-top:20px;}
.s2-rgt .shop-list li {
    width: 32%;
	border:1px solid #dadbdd;
	background:#fff;
}
.s2-rgt .ship-p1{ color:#000; margin:0 0 0; min-height:auto;}
.sec2-box{
	    float: left;
    width: 100%;
    margin-top:0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
	}
.s2lft, .s2rgt{
	float: left;
    display: inline-block;
    width: 48%;
    padding: 0 0px 0 0;
    background:#f4f4f4;
    height:280px;
	position:relative;
}
.s2rgt{padding:0 0 0 0px; background:#002e4a; }
.s2rgt .s2-hding{ color:#fff;}
.s2rgt .bnrbtn{ background:#fff; color:#202020;}
.s2rgt .bnrbtn:hover{background:#fff;}
.w-box {
        float: left;
    text-align: left;
    width: 84%;
    padding: 44px 0 0 30px;
}
.w-box .bnrbtn{
	border: none;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    width: 150px;
	margin-top:18px;
	margin-bottom:0;
}
.s2-img1{
	    position: absolute;
    right: 20px;
    top: 18px;
    max-width: 110px;
    z-index: 1;
    opacity: 0.1;
}
.s2-hding1{
	font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
	color:#696969;
	text-transform:uppercase;
	position: relative;
	display:none;
}
.s2-hding1:before{
	position:absolute;
	content:url(../images/s2-hdg2-dot.png);
	width:11px;
	height:11px;
	top:0;
	left:-18px;
	}
.s2-hding{
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;
	color: #070808;
	text-transform: uppercase;
}
.s2-hding span{
	    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    /* font-family: 'Monotype Corsiva'; */
    text-transform: capitalize;
	}
.s2-txt{
    text-align: left;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding: 8px 0 0 0;
}

ul.shop-list{
    margin: 55px 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    row-gap: 30px;
    column-gap: 20px;
}
ul.shop-list li {
        float: left;
    width: 100%;
    padding: 50px 0 50px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
}
ul.shop-list li:hover{}
ul.shop-list li:last-child{ border-bottom:none;}
.shp-lst-img-bx{
	float: left;
    width: 379px;
    text-align: center;
    background: url(../images/shp-bx-bg1.png) no-repeat center top;
    height: 237px;
    box-shadow: 10px 11px 15px #c7c7c7;
	}
ul.shop-list li:nth-child(2) .shp-lst-img-bx{ background:url(../images/shp-bx-bg2.png) no-repeat center top; }
ul.shop-list li:nth-child(3) .shp-lst-img-bx{ background:url(../images/shp-bx-bg3.png) no-repeat center top; }
.shp-lst-cont-bx-mid{ 
   float: left;
    width: 51%;
    margin-left: 30px;
    text-align: left;
    padding: 1px 0 0 30px;
}
.shp-lst-cont-bx-rit{
    float: left;
    width: 71%;
    margin-left: 0px;
    text-align: left;
	}
.mid-bx-lst{
	margin-top: 20px;
	float: left;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 10px;
	}
.mid-bx-lst-p, .mid-bx-lst-p2{
	float: left;
	position: relative;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	text-align: left;
	padding: 0px 0 0 18px;
	color: #000;
	}
.mid-bx-lst-p:before{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	top:8px;
	left:0;
	background:#c59b68;
	}
.ship-p1 {
	font-size: 24px;
    line-height: 33px;
    color: #000;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    text-transform: capitalize;
    padding: 0px 0px 10px;
    min-height: auto;
    border-bottom: 1px solid #595857;
   }
.shp-txtx{
	float: left;
    width: 90%;
    margin: 5px 0 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
	}
ul.shop-list li img {
	display: block;
    margin: -50px auto 10px;
    max-width: 310px;
    padding: 0px 0px;
}
.shop-mg {
	    background: #f6f6f6;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    color: #b7b7b7;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    width: 100%;
}

.shop-price{
	font-size: 26px;
    line-height: 31px;
    /* text-align: center; */
    font-weight: 700;
    color: #c59b68;
    margin: 0px auto 0 auto;
    float: left;
    width: 100%;
}
ul.shop-list .cart-btn2 {
   margin-top: 30px;
	color:#fff;
}
.mg-red{ background:#de1821;}
.mg-orng{ background:#e68f22;}




.sec4{    
	padding: 60px 0;
    background: #181818;
    text-align: center;
    float: left;
    width: 100%;
}
.s1hding{  font-size: 24px; line-height: 36px;}
.s4box1{margin:0;}
.s4box2{margin:82px 0 0 0;}
.s4bx1-lft, .s4bx1-rgt{
	float:left;
	display:inline-block;
}

.s4bx1-rgt{
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
	}
.s4bx1-rgt .sec-para { width: 82%; color:#fff;}
.s4-prdt{
	position: absolute;
    left: 0;
    top: -27px;
	}	
.s4img1{margin:0;display:block;}
.s4img2{float:right;margin:0;display:block;}
.s4bx-hding{text-align:left;padding:80px 0 0 0;}
.s4bx-hding2{
	text-align:left;
	font-weight:bold;
	font-size:42px;
	line-height:45px;
}
.s4bxtxt{
	text-align:left;
	padding:10px 0 0 0;
	color:000;
}
ul.s4-list{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:30px;
    margin-top:40px;
	}
ul.s4-list li{
    float: left;
    width: 32%;
    text-align: left;
    position: relative;
    padding: 0;
	}
.s4-li-cont img{
    display: block;
    margin: 0 0 20px
	}		
ul.s4-list li p{
        font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
	}	
ul.s4-list li p span{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.s4-li-cont{
	float: left;
	width: 100%;
	text-align: left;
	padding: 35px 15px 30px;
	background: #fff;
	}
.s1-li-imgs{
	display:inline-block;
	width:100%;
	box-shadow: 0px 8px 15px #111;
	}

/*======================*/
.footer{
	float:left;
	width:100%;
	padding:20px 0;
	background: #f3f3f3;
}
.ftr-logo{
	margin-bottom:15px;
	max-width: 200px;
}
.ftr-txt{
	font-size:16px;
	line-height:20px;
	color:#5c5c5c;
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:20px;
}
.ftr-txt span{
	font-size:16px;
	line-height:20px;
	font-weight:600;
	color:#141414;
	text-transform:uppercase;
}
.ftr-txt img{
	    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0;
    filter: grayscale(1);
}
.ftr-txt a{
	font-size:16px;
	margin:0 5px;
}
.ftr-links{
	margin:20px 0;
}
.disc-bx{
	padding:20px;
	border:1px solid #e1e1e1;
	float:left;
	width:100%;
	font-size:14px;
	margin:20px 0 10px;
}



/************SHOP PAGE*************/
.hdr-bar{
	float: left;
    width: 100%;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
}
.hdr-bar p{
	font-size:14px;
	line-height:20px;
	font-weight:600;
	color:#c59b68;
	text-transform:uppercase;
}
.hdr-bar p a{
	color:#2d2d2d;
}
.inr-cont{
	float:left;
	width:100%;
	padding:25px 0;
}

.shop-pg{
	padding:30px 0;
	border-bottom:1px solid #dfdfdf;
}
.shop-sec{
	    display: flex;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 20px;
    margin: 38px 0 0;
    column-gap: 15px;
	}
.section2 {
    border-bottom: 2px solid #f7f7f7;
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    position: relative;
    background: #fbfbfb;
}	
.shop-bx{
	width: 24%;
    border: none;
    padding: 0;
    position: relative;
	}
.shop-bx-cont{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 9px 15px;
	    min-height: 390px;
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
	}
.size{    
	position: absolute;
    background: #000;
    padding: 3px 5px;
    color: #fff;
    font-size: 13px;
    margin: 9px 8px;}	
.shop-bx.shop-home{
	margin:0;
	width:96%;
	margin:25px 2% 2% 2%;
	}
.shop-bx img{max-width: 100%;}
.shop-bx h3{
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    /* letter-spacing: 0.5px; */
    margin-top: 10px;

	}
.prod-desc{
	float:left;
	width:100%;
	font-size:26px;
	line-height:26px;
	color:#323232;
	letter-spacing:0.5px;
	margin-top:18px;
	font-weight:700;
	}
	
.prod-det1{
	font-family: 'IBM Plex Serif';
	font-size:15px;
	margin:3px 0 10px 0;
	min-height:50px;
	}
ul.shop-list{
	float:left;
	width:100%;
	margin-bottom:10px;
	}
ul.shop-list li{
	font-size:16px;
	line-height:22px;
	background:url(../images/tick.png) left 8px no-repeat;
	text-align:left;
	padding-left:20px;
	background-size:12px;
	margin:7px 0;
	}
.shop-prc{
	display:inline-block;
	width:100%;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:8px 0;
}
.shop-prc small{
	color:#737373;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	position:relative;
}
.shop-prc small:after{
	content:'';
	position:absolute;
	left:0;
	transform:rotate(-10deg);
	height:2px;
	width:100%;
	background:#f00;
	top:10px;
}
.shop-prc p{
	color:#c59b68;
	font-size:36px;
	line-height:40px;
	font-weight:500;
}
.shop-btn{
   font-size: 20px;
    height: 43px;
    padding: 7px 0;
    line-height: 31px;
    width: 41%;
}


/***********************************/
.prd-det-sec{
	float: left;
	width: 100%;
	padding: 60px 0;
	border-bottom: 1px solid #f9f9f9;
}
.prd-det{
	float:left;
	width:100%;
}
.prd-det-lft{
	float:left;
	width:38%;
	margin-top:40px;
}
.prd-s1-rit {
    float: right;
    width: 670px;
    text-align: left;
}
.prd-s1-p1 {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 32px;
	line-height: 40px;
	padding: 5px 20px;
	background: #fff4f3;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.prd-s1-p2{
    float: left;
    width: 100%;
    color: #7fa21e;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0px;
}
.prd-s1-p2 span{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0;
}
.prd-s1-p3{
	float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #4a4a4a;
    font-size: 17px;
    line-height: 28px;
    padding: 6px 0;
    margin: 12px 0;
}
.prd-s1-p3 img {
    vertical-align: middle;
    margin: -6px 5px 0 0;
}
.prd-s1-ul{
	float: left;
    width: 100%;
	margin:10px 0;
}
.prd-s1-ul li{
	float: left;
    width: 100%;
    padding-left: 30px;
    text-align: left;
    background: url(../images/prd-tik.png) no-repeat left 3px;
    margin: 4px 0;
    font-size: 18px;
}
.prd-strength-row{
	    float: left;
    width: 100%;
    padding: 0px 0 0px;
}
.prd-strength-p1{
        display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
}

.view-ing {
    display: flex;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin: 5px 0 0 0;
    color: #000000;
    background: #ffffff;
    font-weight: 700;
    column-gap: 10px;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    align-items: center;
    border-top: 1px solid #d2d2d2;
    padding: 5px;
}
.ing-icon {
    max-width: 20px;
}


.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: nowrap;
    row-gap: 10px;
    column-gap: 10px;
}
.prd-strength-row .option-field li {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ebebeb;
	cursor:pointer;
	font-size: 17px;
    line-height: 24px;
}
.prd-strength-row .option-field li.addprice{
	background: #7fa21e;
    border: 1px solid #7fa21e;
    color: #fff;
}
.prd_quantity {
        float: left;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.price {
	font-size: 28px;
	margin: 15px 0;
	float: left;
	width: 100%;
	font-weight: 700;
	color: #000;
}
.buyOpt-row {
    float: left;
    width: 48%;
    cursor: pointer;
    position: relative;
    border: 1px solid #7fa21e;
    border-radius: 7px;
    background: #eaeff6;
	text-align:left;
}



.buyOpt-pkg{
	float: left;
    width: 100%;
	text-align: left;
    position: relative;
    padding-left: 55px;
}
.buyOpt-pkg input[type=radio] + span {
    left: 18px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.buyOpt-pkg p {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 29px;
	background: #fff;
	border-radius:0 7px 7px 0;
	padding:12px 12px;
}
.buyOpt-pkg input[type=radio]:checked + span:after {
    background: #7fa21e;
	left: 4px;
    top: 4px;
}
/*.buyOpt-row.active .buyOpt-pkg p{
    background: #eaeff6;
}*/
.prd-s1-btn-row{
        width: 100%;
    margin: 20px 0 0px;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 10px;
}
.prd-s1-btn-row .shop-btn{
    margin: 0;
}
.prd-mbg-p{
	float: left;
    color: #2d2d2d;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
	text-align:left;
	padding-left:62px;
	position:relative;
	margin:10px 0 0 15px;
}
.prd-mbg-p img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.prd-cards{
	float: left;
    object-fit: contain;
}
.prd-faq-box{
	float: left;
	width: 100%;
	margin-top: 30px;
	border-radius: 10px;
	text-align: left;
}
.accordion {
	float: left;
	width: 100%;
	padding: 13px 20px 17px 0px;
	font-size: 24px;
	line-height: 28px;
	color: #24334a;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	text-align: left;
	position:relative;
}
.acdn-heading.accordion-open {
	    border-bottom: 2px solid #cdcdcd;
    background: #222647;
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
}
.accordion:after{
	content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    height: 17px;
    width: 17px;
    background: url(../images/faq-plus.png) no-repeat right center;
    transition: transform 0.375s linear;
	margin-top:-8px;
}
.acdn-heading.accordion-open:after {
	transform: rotate(135deg);
}
.acdn-content {
	float: left;
	width: 100%;
	padding:15px 15px;
	text-align: left;
}
.acdn-content p{
	padding:6px 0;
	float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    color: #282828;
	font-weight:300;
}
.acdn-content p.blue-fnt{
	color:#7fa21e;
}
.acdn-content p span{
	font-weight: 600;
    color: #222647;
    /* margin-bottom: 10px; */
    display: block;
}
.certi-50-div{
	width:46%;
	text-align:center;
}
.prd-mbg-block{
	float:left;
	width:100%;
	padding-left:125px;
	position:relative;
}
.prd-mbg{
	position:absolute;
	left:0;
	top:10px;
	width:110px;
}
.lab-ana-p1{
	float:left;
	width:100%;
    font-size: 20px;
    line-height: 26px;
    font-weight:600;
	color:#7fa21e;
	margin:8px 0 15px;
}
.lab-300-dtls{
	display:inline-block;
	max-width:100%;
	margin-bottom:6px;
}
.revw-row{
	float: left;
    width: 100%;
    padding: 0 0 0 73px;
    text-align: left;
    position: relative;
	margin:6px 0;
}
.rvw-nm {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 52px;
    border: 1px solid #d3d3d3;
    background: #e3e3e3;
    border-radius: 50%;
    text-align: center;
    color: #23262d;
    font-weight: 500;
    text-transform: uppercase;
}
.rev-star{
	float: left;
    max-width: 100%;
	margin:8px 0 0;
}
.revw-tik {
    position: absolute;
    left: 37px;
    top: 35px;
}
.revw-p1, .revw-p2{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #7fa21e;
    font-weight: 600;
}
.revw-p2{
    color: #282828;
    font-weight: 600;
	margin-top:2px;
	font-size: 18px;
}
.revw-p2 span{
	color:#6b6b6b;
	font-weight:400;
	font-size:16px;
}
.revw-hr{
	float: left;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
	border:none;
    margin: 8px 0;
}
.prd-dtl-vari-cust{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}

.right-box {
    float: left;
    width: 100%;
}
.options_box {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.option-hed {
    font-size: 22px;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
}
div#opt1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin: 10px 0;
    column-gap: 10px;
    row-gap: 10px;
}
.option {
    float: left;
    vertical-align: top;
    width: 100%;
    border-radius: 0px;
}
.pack-opt {
    position: relative;
    float: left;
    width: 100%;
}
.pack-opt input[type=radio] {
    top: 14px;
    opacity: 0;
    position: absolute;
    left: 8px;
    height: 18px;
    width: 18px;
}
.pack-opt input[type=radio] + .package-type {
    width: 100%;
    color: #5e5e5e;
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #dcd7d7;
    background: #ffffff;
    font-weight: 500;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.pack-opt input[type=radio] + .package-type:hover, .pack-opt input[type=radio]:checked + .package-type {
    background: #ffffff;
    transition: all .3s ease;
    box-shadow: 0 0 5px #cba476;
    color: #000;
       border: 2px solid #cba476;
}
.pack-opt .s1prd {
    max-width: 100px;
    float: left;
    border-right: 1px solid #d2d2d2;
    padding-right: 10px;
}
.btl-qnty {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #0a0a0a;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    float: left;
}
.btl-qnty span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.price_tag {
    font-size: 24px;
    line-height: 30px;
    float: left;
    color: #000;
    text-align: right;
}



.cart-inr{
	float:left;
	width:100%;
	margin:20px 0 70px;
}
.cart-lft{
	width:60%;
	float:left;
}
.cart-row{
	float:left;
	width:100%;
	padding-top:20px;
	border-bottom:1px solid #ddd;
}
.cart-col1, .cart-col2, .cart-col3, .cart-col4, .cart-col5{float:left; position:relative; text-align:center; padding:30px 0;}
.cart-col1{width:10%; padding-top:45px;}
.cart-remv{cursor:pointer;}
.cart-col2{
	width:35%; 
	padding-left:65px;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#7f7f7f;
	text-align:left;
}
.cart-col2 span{font-weight:700; color:#2d2d2d;}
.cart-col3{width:15%;}
.cart-col4{width:25%; padding-top:40px;}
.cart-col4 .input-counter{max-width:140px; float:none; margin:0 auto;}
.cart-col4 .input-group-prepend, .cart-col4 .input-group-append{width:24%; padding:5px 0 8px;}
.cart-col5{width:15%;}
.cart-col3, .cart-col5{font-size:20px; line-height:24px; font-weight:500; color:#c59b68; font-family: 'IBM Plex Serif'; padding-top:45px;}
.cart-prd{
	height:90px;
	position:absolute;
	left:0;
	top:0;
}
.cart-rgt{
	width:34%;
	float:right;
}
.cart-prc-det{
	padding:5px 30px 20px;
	float:left;
	width:100%;
	background:#f4f4f4;
}
table.prc-list{
	float:left;
	width:100%;
}
table.prc-list tr td{
	border-bottom:1px solid #ddd;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#2d2d2d;
	padding:25px 0;
	vertical-align:top;
}

table.prc-list tr td:first-child{text-align:left;}
table.prc-list tr td:last-child{text-align:right;}
table.prc-list tr:last-child td{border-bottom:none;}
table.prc-list tr:first-child td:first-child{font-weight:700;}
table.prc-list tr:last-child td:last-child{font-size:24px; line-height:28px; font-weight:600;}
table.prc-list tr td small{color:#878787; font-size:14px; line-height:18px;}
.cart-det-btn{width:310px;}
.inp-coup{
	float:left;
	width:60%;
	border:2px dashed #dbdbdb;
	background:#fafafa;
	text-align:left;
	padding:15px;
	position:relative;
	padding-left:55px;
	margin-top:40px;
}
.inp-coup input[type='text']{
	border:none;
	outline:none;
	background:none;
}
.inp-coup input[type='text']:placeholder{
	font-size:16px;
	line-height:20px;
	
}
.inp-coup .coup-img{
	position:absolute;
	left:15px;
	top:18px;
}
.frw-img{
	position:absolute;
	right:15px;
	top:18px;
	outline:none;
}
.update{
	font-size:14px;
	line-height:18px;
	font-weight:700;
	color:#959595;
	text-transform:uppercase;
	float:right;
	margin-top:55px;
}
.conti-btn{
	background:#dedede;
	width:310px;
	color:#fff;
	font-size:20px;
	line-height:55px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	border-radius:3px;
	margin-top:35px;
}


.chk-inr{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.chk-inr-lft{
	width:57%;
	float:left;
}
.frm-box{
	float:left;
	width:100%;
	background:#f4f8f7;
	border:1px solid #e6ebf4;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	overflow:hidden;
	margin-top:20px;
}
.frm-hdg{
	float:left;
	width:100%;
	background:#c59b68;
	font-size:26px;
	line-height:30px;
	font-family: 'IBM Plex Serif';
	font-weight:500;
	color:#fff;
	text-align:left;
	position:relative;
	padding:5px;
	padding-left:70px;
}
.frm-hdg span{
	font-size:20px;
	line-height:30px;
	font-weight:700;
	
	text-transform:uppercase;
}
.frm-hdg img{
	position:absolute;
	left:15px;
	top:5px;
}
.frm-box-inr{
	float:left;
	width:100%;
	padding:20px;
}
.frm-field{
	float:left;
	width:100%;
	margin:5px 0;
}
.frm-field label{
	font-size:16px;
	line-height:20px;
	color:#848484;
	width:110px;
	text-align:right;
	float:left;
	margin-top:8px;
	font-weight:300;
}
.frm-field input[type="text"], .frm-field select{
	border:1px solid #bbbabb;
	padding:12px 10px;
	width:calc(100% - 125px);
	float:right;
	border-radius:2px;
	background:#fff;
	
	font-size:16px;
	color:#2d2d2d;
}
.frm-field select{
	background:url(../images/sel-img.jpg) 100% center no-repeat #fff;
	-webkit-appearance:none;
}
.pay-bx .frm-box-inr{
	padding:30px 50px;
	text-align:left;
}
.billing{
	float:left;
	font-size:16px;
	line-height:20px;
	position:relative;
	padding-left:25px;
	width:100%;
	margin-bottom:20px;
}
.frm-checkbox{
	position:absolute;
	left:0;
	top:5px;
	opacity:0;
}
.frm-checkbox + span{
	width:16px;
	height:16px;
	border-radius:2px;
	background:#fff;
	border:1px solid #ddd;
	position:absolute;
	left:0;
	top:3px;
}
.frm-checkbox:checked + span{
 	background:url(../images/frm-tike.png) center center no-repeat #fff;
	background-size:80%;
}
.we-acp{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:20px;
}
.we-acp img{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.half{width:48% !important;}
.full{width:100% !important;}
a.wht-ths{
	float:left;
	margin:10px 0 0 20px;
	color:#19abe6;
	font-style:italic;
	text-decoration:underline;
}
.default-hide{
	margin-bottom:15px;
	float:left;
	width:100%;
}
.frm-billing{
	float:left;
	width:100%;
	cursor:pointer;
}
.chk-btn, .mny-back-100, .secur-logo{margin:0 auto; display:block; max-width:100%;}
.chk-btn{margin:40px auto 10px;}
.secur-logo{margin:25px auto;}

.chk-inr-rgt{
	width:40%;
	float:right;
	text-align:left;
}
.chk-prc-bx{
	float:left;
	width:100%;
	border:1px solid #e6ebf4;
	text-align:left;
	margin:20px 0;
}
.chk-prc-bx-hdg{
	color:#c59b68;
	font-size:18px;
	line-height:22px;
	font-weight:700;
	background:#f4f8f7;
	border-bottom:1px solid #e3e3e8;
	padding:10px 20px;
}
table.chk-prd-det{
	padding:10px 20px;
	width:100%;
	float:left;
}
table.chk-prd-det tr td:first-child{width:40%; text-align:left;}
table.chk-prd-det tr td:nth-child(2){width:20%; text-align:center;}
table.chk-prd-det tr td:last-child{width:40%; text-align:right;}
table.chk-prd-det tr td{border-bottom:1px solid #f2f2f8; padding:8px 0;}
table.chk-prd-det tr:last-child td{border-bottom:none;}

table.chk-prd-det .input-counter{max-width:140px; float:none; margin:0 auto;}
table.chk-prd-det .input-group-prepend, table.chk-prd-det .input-group-append{width:24%; padding:5px 0 8px;}

.chk-tot{
	float:left;
	width:100%;
	background:#f4f8f7;
	padding:8px 20px;
}

.chk-inr-rgt .comn-hdg{
	font-size:30px;
	line-height:34px;
	margin-bottom:5px;
	padding-bottom:35px;
}
ul.chk-list{
	display:inline-block;
	width:100%;
	text-align:center;
}
ul.chk-list li{
    width: 32.3%;
    display: inline-block;
    vertical-align: bottom;
	margin-bottom:20px;
	border-right:2px dotted #e3e5e5;
	font-size:18px;
	font-weight:500;
}

ul.chk-list li:nth-child(3), ul.chk-list li:last-child{border-right:none;}
ul.chk-list li img{
	display:block;
	margin:10px auto;
}

.chk-mny-bck{
	border:1px solid #d0cfcb;
	border-radius:5px;
	float:left;
	width:100%;
	overflow:hidden;
	padding-left:170px;
	position:relative;
	margin:12px 0;
}
.chk-mny-bck h3{
	color:#c59b68;
	font-size:30px;
	line-height:34px;
	font-family: 'IBM Plex Serif';
	font-weight:500;
	padding:10px 10px 0 0;
}
.chk-mny-bck p{
	font-size:16px;
	line-height:22px;
	padding:10px 10px 15px 0;
}
.chk-mny-bck-lft{
	width:150px;
	background:#1c6c4f;
	padding:15px;
	position:absolute;
	left:0;
	height:100%;
}
.chk-mny-bck-img{
	width:125px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.chk-mny-bck-lft:after{
	content:'';
	background:url(../images/chk-mny-rgt-img.jpg) right center no-repeat;
	width:11px;
	height:61px;
	right:-11px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}

.chk-tsti{
	width:100%;
	margin:0 auto;
}
.chk-tsti-bx{
	float:left;
	width:100%;
	text-align:center;
}
.chk-tsti-bx img{
	margin-bottom:10px;
}
.chk-tsti-bx small{
	width:86px;
	height:86px;
	background:#eee;
	border-radius:50%;
	color:#8c8c8c;
	font-size:30px;
	line-height:86px;
	text-align:center;
	text-transform:uppercase;
	margin:0 auto 15px;
	display:block;
}
.chk-tx1{
	font-size:20px;
	line-height:26px;
	color:#c59b68;
	font-family: 'IBM Plex Serif';
	font-weight:500;
	margin-bottom:10px;
}
.chk-tx2{
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
}
.chk-tx3{
	font-size:16px;
	line-height:20px;
	color:#616161;
}
.chk-tx3 span{
	font-size:18px;
	line-height:24px;
	color:#c59b68;
	font-family: 'IBM Plex Serif';
	font-weight:500;
}


.resour-pg{
	margin:30px 0 45px;
}

.resour-inr{
	float:left;
	width:100%;
	margin:30px 0;
}
.resour-inr .comn-hdg{
	
	color:#2b2b2b;
}
.resour-inr-lft{
	width:74%;
	float:left;
	text-align:left;
}
.res-hdg{
	font-size:40px;
	line-height:44px;
	font-weight:500;
	margin-bottom:15px;
}
.resour-img-bx{
	max-width:100%;
	border:1px solid #dfdfdf;
	padding:5px;
	margin-bottom:15px;
}

.resou-bx-cont{
	background:#f4f8f7;
	padding:20px;
	border-left:5px solid #c59b68;
}


.resour-inr-rgt{
	width:23%;
	float:right;
	border-top:5px solid #c59b68;
	border-bottom:2px solid #c59b68;
	text-align:left;
	margin:60px 0 20px;
}
.rec-post{
	font-size:26px;
	line-height:30px;
	font-weight:700;
	color:#c59b68;
	margin:15px 0;
}
.rec-post-bx{
	display:inline-block;
	width:100%;
	padding:15px 0;
	border-top:1px solid #dcdbdb;
}
.rec-post-bx p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 100px);
	font-size:14px;
	line-height:18px;
	color:#333;
}
.rec-post-bx img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:83px;
}


.faq-sec{
	width:100%;
	float:left;
}

/*********************ACCORDION SECTION**********************/
.accordion-container{
	display:inline-block;
	margin:30px 0 60px;
	padding:0 15px;
}
p.txt1{
	margin:10px 0;
}
.accordion {
    box-sizing: border-box;
    color: #3e3e3e;
    cursor: pointer;
    float: left;  
	font-weight:400; 
    font-size: 24px;
	text-align:left;
    line-height: 28px;
    padding:15px 25px 15px 50px;
    width: 100%;
	margin-right:20px;
	border:1px solid #cef5eb;
	letter-spacing:-0.5px;
	border-bottom:none;
}
.accordion-open {
	background:url(../images/ahov2.jpg), url(../images/faq-sel-img.jpg);
	background-position:right center, 22px center;
	background-repeat: no-repeat, no-repeat;
	border-bottom:1px solid #cef5eb;
	color:#c59b68;
	border-radius:5px 5px 0 0;
	margin-top:5px;
}
.accordion-close {
	background:url(../images/acord2.jpg), url(../images/faq-un-sel-img.jpg);
	background-position:right center, 20px center;
	background-repeat: no-repeat, no-repeat;
	border-radius:5px;
	margin:5px 0;
	border:1px solid #cef5eb;;
}
.acdn-content {
    box-sizing: border-box;
    color: #3e3e3e;
    float: left;   
    font-size: 20px;
	line-height:28px;
	text-align:left;
	padding:15px 60px 20px 20px;
    width: auto;
	border-radius:0px 0px 5px 5px;
	border:1px solid #cef5eb;;
	border-top:none;
	letter-spacing:-0.5px;
	margin-bottom:5px;
	width:100%;
}
.acdn-content p{
	font-size:18px;
	line-height:26px;
}
.acdn-content ul{float:left; padding-left:40px; width:100%;}
.acdn-content ul li{
	list-style:disc;
	font-size:16px;
}



.contact-inr{
	padding:30px 0 50px;
}
ul.contact-list{
	display: block;
    margin: 0 auto;
    max-width: 100%;
}
ul.contact-list li{
	width: 49%;
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 75px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 36px;
}
ul.contact-list li p strong{
	margin-top:10px;
	float:left;
	width:100%;
	
}
ul.contact-list li img{
	    position: absolute;
    left: 0;
    top: 0;
    filter: grayscale(1);
}
ul.contact-list li h3{
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}



.thank-pg{
	margin:60px 0;
}
.thank-hdg{
	font-size:50px; 
	line-height:54px;
}
a.baktohme{
	font-size:16px;
	color:#c59b68;
	line-height:20px;
	text-decoration:underline;
	float:left;
	width:100%;
	margin-bottom:15px;
}
.thnk-bx{
	display:inline-block;
	width:88%;
	background:#f4f8f7;
	padding:25px;
	text-align:left;
}
.thnk-bx-lft{
	width:55%;
	float:left;
}
.thnk-bx-hdg{
	color:#c59b68;
	font-size:20px;
	line-height:24px;
	font-weight:600;
	border-bottom:1px solid #e3e3e8;
	padding-bottom:10px;
}
.del-dat{
	color:#2d2d2d;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	padding:10px 0;
	border-bottom:1px solid #e3e3e8;
}
table.thank{
	float:left;
	width:100%;
}
table.thank tr td:first-child{width:40%; text-align:left;}
table.thank tr td:nth-child(2){width:20%; text-align:center;}
table.thank tr td:last-child{width:40%; text-align:right;}
table.thank tr td{border-bottom:1px solid #f2f2f8; padding:8px 0;}
table.thank tr:last-child td{border-bottom:1px solid #e3e3e8; padding-bottom:15px;}

.thank-tot{
	float:left;
	width:100%;
	background:#f4f8f7;
	padding:8px 0;
}


.thnk-bx-rgt{
	width:40%;
	float:right;
}
.thnk-bx-rgt p{
	font-size:16px;
	line-height:24px;
}
.thnk-ship, .thnk-bill{
	margin-bottom:5px;
}
.thnk-bill{margin-top:10px;}

/*****************************/
/*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: #c59b68;
    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 #c59b68;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}








