@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.woff2') format('woff2'),
        url('Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.woff2') format('woff2'),
        url('Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Recoleta DEMO';
    src: url('Recoleta-RegularDEMO.woff2') format('woff2'),
        url('Recoleta-RegularDEMO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HK Grotesk';
    src: url('HKGrotesk-Regular.woff2') format('woff2'),
        url('HKGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {2137
    font-family: 'HK Grotesk';
    src: url('HKGrotesk-Medium.woff2') format('woff2'),
        url('HKGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HK Grotesk';
    src: url('HKGrotesk-Bold.woff2') format('woff2'),
        url('HKGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: 'HK Grotesk';
	font-weight: 500;
	}
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: inherit;text-decoration: none;}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	/* line-height: 1px;
	height: 1px; */
	}
.for-mob{display:none;}
.for-tab{ display:none;}
.for-desk{}
.fl{ float:left;}
.fr{ float:right;}
/*-----------------------
    MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
.top-strip{
	float:left;
	width:100%;
	background:#bac6d1;
	padding:5px 0;
	}
.top-strip p{
	font-size:16px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	}
/*HEADER CSS*/	
.top-fix-bar {
	float: left;
	width: 100%;
	/* margin-bottom:70px; */
    border-bottom: 1px solid #f1f1f1;
	}
.header{
	float:left;
	width:100%;
	/* height:70px;
	margin-top: -70px; */
    position: relative;
    /* top:70px; */
    padding: 15px 0;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-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);
	}

.top-right-social{
    display: none;
    justify-content: space-between;
    align-items: center;
    float: right;
    padding: 7px 0;
    font-weight: 500;
}
.top-right-social .fa{
    color: #ffc200;
}
.sc-icons{
    margin-right: 30px;
}
.sc-icons a{
    padding: 0 5px;
}
.ct-top{
    margin-right: 20px;
}
.ct-top p a{
    padding-left: 10px;
}

.logo{
	float:left;
	/* margin-top:12px; */
	}

	
ul.mainMenu{
	display:inline-block;
	vertical-align:middle;
	/* margin-top:15px; */
    float: right;
	}
ul.mainMenu li{
	float:left;
    padding:0 15px;
	}
ul.mainMenu li a{
	float:left;
	color:#333333;
	font-size:16px;
	line-height:26px;
	letter-spacing:0.3px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color:;}
ul.hdr-rgt{
	float:right;
	width: 275px;
    text-align: right;
    display: none;
	}
ul.hdr-rgt li{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	font-weight:600;
	color:#333333;
	padding:25px 10px;
	}
ul.hdr-rgt li:nth-child(1) img{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 5px 0 0;
	}
ul.hdr-rgt li:nth-child(2){ 
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	position:relative;
	padding:25px 15px;
	}
ul.hdr-rgt li:nth-child(2) span{
	position:absolute;
	top:15px;
	right:8px;
	font-size:15px;
	}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:0px;
    top:0px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #333;
	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(-7.5px, 5px);
	transform: rotate(-45deg) translate(-7.5px, 5px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -5px);
	transform: rotate(45deg) translate(-7px, -5px);
	background:#333;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

	
/*-------------------------
     PRODUCT-DETAILS CSS
--------------------------*/
.prodDetails-sec1{
	float:left;
	width:100%;
	overflow:hidden;
	}
.prodDtls1-left{
	float:left;
	width:37%;
	text-align:center;
	position:relative;
	padding:15px 10px;
	}
.prodDtls1-left:before{
	position:absolute;
	left:-1000px;
	top:0;
	height:560px;
	content:"";
	right:0;
	background:#fbfbfd;
	}
.bdrcomb{
	float:left;
	width:100%;
	color:#000;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.3px;
	text-align:left;
	position:relative;
	}
.prod-slide{
	float:left;
	width:100%;
	position:relative;
	padding:110px 0 0;
	}
.mony-seal{
    position: absolute;
    left: 0;
    top:20px;
    z-index: 9;
	}
ul.prodsec-l-list{
	float:left;
	width:100%;
	margin-top:30px;
	}
ul.prodsec-l-list li{
	float:left;
	width:50%;
	margin:15px 0;
	text-align:center;
	}
ul.prodsec-l-list li img{
	display:block;
	margin:0 auto 10px;
	width:60px;
	}
ul.prodsec-l-list li p{
	font-size: 15px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
	}

.prodDtls1-rght{
	float:right;
	width:63%;
	text-align:left;
	background:#fdfaf1;
	padding:30px 0 50px 35px;
	position:relative;
	}
.prodDtls1-rght:after{
	position:absolute;
	right:-1000px;
	top:0;
	bottom:0;
	content:"";
	left:0;
	background:#fdfaf1;
	border:4px solid #fff;
	border-top:0;
	box-shadow:1px 3px 15px 0 rgba(0,0,0,0.1);
	}
.prodDtls1-cont{
	float:left;
	width:100%;
	position:relative;
	z-index:2;
	}
.rvw-s1-txt1{
	float:left;
	width:100%;
	font-size:19px;
	line-height:22px;
	color:#000000;
	font-weight:500;
	padding-bottom:13px;
	border-bottom:2px solid #363636;
	}
	
.str-rvw{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	margin-top:5px;
	color:#333333;
	padding-bottom:10px;
	border-bottom:1px solid #d7d7d7;
	}
.str-rvw img{
	display:inline-block;
	vertical-align:middle;
	width:90px;
	margin:-8px 10px 0 0;
	}
.prod-nameHdng {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.5px;
	font-family: 'Butler';
	margin-top:15px;
	}
.prod-subHdng{
	float: left;
    width: 100%;
    font-size:24px;
    line-height: 24px;
    color: #878787;
    font-weight: normal;
    letter-spacing: 0.5px;
	font-family: 'Butler';
	margin-top:12px;
	padding-bottom:10px;
	border-bottom:1px solid #d7d7d7;
	}
.prd-det-disc{
	float: left;
    width: 100%;
    font-size:18px;
    line-height: 26px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
	margin-top:15px;
	}
ul.proDetls1-rgt-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.proDetls1-rgt-list li {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
	font-weight:500;
    padding-left: 30px;
    margin-top: 5px;
    background: url(../images/prd-tik.png) no-repeat left 10px;
	}
.select-pkg {
    float: left;
    width: 100%;
	border-bottom:2px solid #f3ebd7;
	border-top:2px solid #f3ebd7;
	margin:25px 0;
	}
.subscribe-pkg{
	float:left;
	width:50%;
	color:#464646;
	text-align:center;
	font-size:22px;
	line-height:26px;
	cursor:pointer;
	font-family: 'Galano Grotesque';
	font-weight:600;
	letter-spacing:0.5px;
	padding:13px 10px;
	position:relative;
	border:none;
	}
.subscribe-pkg.active{ 
	background:#ffc100;
	color:#000;
	}
/*----------
Pakage
----------*/
.pack-sec{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
	margin-top:10px;
	}
.package{
	width:32%;
	float:left;
	border-radius:10px;
	border:2px solid #fff;
	overflow:hidden;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	}	
.package.left{ float:left;}	
.package.right{ float:right;}	
.package.mid{
	border:2px solid #1c1819;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-16%;
	}	
.pack-hdng{
    float: left;
    width: 100%;
	background:#f4eede;
	padding:6px 5px 9px;
	}	
.pack-hdng p{
	float: left;
    width: 100%;	
	font-size:24px;
	line-height:26px;
	font-weight:600;
	color:#000000;
	}	
.package.mid .pack-hdng{ background:#1c1819;}
.package.mid .pack-hdng p{color:#ffc100;}	
		
.pkg-mdl{
    float: left;
    width: 100%;
	padding:15px 15px;
	background:#fff;
	}
.prod-dv{
    float: left;
    width: 100%;
    position: relative;
	}
.pkg-prod {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
	}
.save-seal{
	position:absolute;
	right:10px;
	top:-10px;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#eb8d1e;
	text-align:center;
	font-size:11px;
	line-height:10px;
	color:#ffffff;
	padding-top:5px;
	}
.save-seal span{
	font-size:16px;
	line-height:16px;
	font-weight:600;
	}
.rtl-prc{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #1b1b1b;
    margin-top:10px;
	}
.rtl-prc span{
	position:relative;
	padding:0 5px;
	}
.rtl-prc span img{
	position:absolute;
	top:5px;
	left:0;
	right:-5px;
	width:100%;
	}
.rglr-prc{
	float: left;
    width: 100%;
    font-size: 42px;
	line-height:42px;
	font-weight:600;
    color: #1c1819;
    margin-top:10px;
	}
.rglr-prc span{ font-size:28px; font-weight:normal;}
	
a.addTocut-btn {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    max-width: 100%;
    height: 43px;
    background: #ffc100;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    line-height: 43px;
    margin-top: 5px;
	letter-spacing:0.5px;
	}
.free-shpng{
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
	font-weight: 500;
	margin-top:10px;	
	}
/*============prodDetails-sec2========*/	
.prodDetails-sec2{
	float:left;
	width:100%;
	padding:60px 0 150px;
	}
.com-heading{
	float: left;
    width: 100%;
    font-size: 50px;
    line-height: 55px;
    color: #000000;
    /* font-family: 'Butler'; */
    font-weight: 500;
	}
.com-para {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-top: 20px;
	}
ul.trans-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.trans-list li{
	float:left;
	width:25%;
	padding:0 18px;
	text-align:center;
	position:relative;
	margin:20px 0 0;
	}
ul.trans-list li img{
	display:block;
	margin:0 auto 8px;
	}
ul.trans-list li h3{
	font-size:24px;
	line-height:26px;
	color:#1a1a1a;
	font-weight:500;
	margin-bottom:5px;
	}
ul.trans-list li p{
	font-size:18px;
	line-height:24px;
	color:#1a1a1a;
	}
ul.trans-list li:after{
	content:'';
	width:1px;
	height:90px;
	width:1px;
	background:#dbdbdc;
	position:absolute;
	right:0;
	bottom:0;
	}
ul.trans-list li:first-child{padding-left:0;}
ul.trans-list li:last-child{padding-right:0;}
ul.trans-list li:last-child:after{display:none;}	
	
/*============prodDetails-sec3========*/	
.prodDetails-sec3{
	float:left;
	width:100%;
	background:#fdfaf1;
	}
.prodtls3-rgt{
	float:right;
	width:66%;
	text-align:left;
	padding:60px 0 70px;
	}
.prd-dtls-s3-img1{
	position:absolute;
	left:-150px;
	top:-70px;
	}
a.comn-btn{
	display: inline-block;
    vertical-align: middle;
    width:300px;
    max-width: 100%;
    height: 66px;
    background: #ffc100;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius:50px;
    text-align: center;
    line-height: 66px;
    margin-top: 30px;
    letter-spacing: 0.5px;
	}
/*============prodDetails-sec4========*/	
.prodDetails-sec4{
	float:left;
	width:100%;
	padding:60px 0;
	}
.prod-dtls-s4-box{
	float: left;
    width: 100%;
    margin-top: 70px;
	padding:0 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.prod-dtls-s4-col{
	width:31%;
	text-align:center;
	background:url(../images/prd-dtl-s4-bg1.jpg) no-repeat right top;
	padding:0 20px 30px;
	border:2px solid #fff;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
	}
.prod-dtls-s4-col:nth-child(2){background:url(../images/prd-dtl-s4-bg2.jpg) no-repeat right top;}
.prod-dtls-s4-col:nth-child(3){background:url(../images/prd-dtl-s4-bg3.jpg) no-repeat right top;}
.prd-dtl-s4-ic{
	display:block;
	width:100px;
	height:100px;
	padding:15px;
	border-radius:50%;
	border:2px solid #fff;
	margin:-50px auto 15px;
	background:#fff;
	}
.prod-dtls-s4-col span{
	float:left;
	width:100%;
	padding-bottom:20px;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-family: 'Butler';
	font-weight:bold;
	position:relative;
	}
.prod-dtls-s4-col span:after{
	position:absolute;
	left:50%;
	margin-left:-25px;
	width:50px;
	bottom:0;
	height:5px;
	background:#ffefbf;
	border-radius:15px;
	content:"";
	}
.prod-dtls-s4-col p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#1a1a1a;
	margin-top:20px;
	}
	
/*============prodDetails-sec5========*/	
.prodDetails-sec5{
	float:left;
	width:100%;
	padding:50px 0;
	background:#fdfaf1;
	}	
.reslt-box{
	float:left;
	width:100%;
	}
.reslt-col{
	float:left;
	width:33.33%;
	text-align:center;
	padding:0 72px;
	}
.reslt-col p{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:18px;
	line-height:26px;
	color:#1a1a1a;
	}

/*============prodDetails-sec6========*/	
.prodDetails-sec6{
	float:left;
	width:100%;
	padding:80px 0;
	overflow:hidden;
	}
.prd-det-s6-img{
	position:absolute;
	right:-80px;
	top:180px;
	}
.prod-det-s6-lft{
	float:left;
	width:55%;
	margin-top:40px;
	text-align:left;
	}
ul.prod-det-s6-list{
	float:left;
	width:100%;
	margin-bottom:20px;
	}
ul.prod-det-s6-list li{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	padding-left:120px;
	position:relative;
	}
ul.prod-det-s6-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.prod-det-s6-list li span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-weight:500;
	font-family: 'Butler';
	}
ul.prod-det-s6-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#1a1a1a;
	margin-top:5px;
	}

.s7-list{
	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;
	margin-top:60px;
	}
.s7-list-col{
	width:12%;
	border:1px solid #f3e9c8;
	border-radius:10px;
	text-align:center; 
	padding:20px 5px;
	}
.s7-ic{
	display:block;
	margin:0 auto 15px;
	}
.s7-list-col p{
	font-size:18px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.5px;
    text-transform: uppercase;
	}
/*============prodDetails-sec7========*/	
.prodDetails-sec7{
	float:left;
	width:100%;
	padding:80px 0;
	background:#fdfaf1;
	}
.prod-det-s7-box{
	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;
	margin-top:40px;
	}
.prod-det-s7-col{
	width:29%;
	text-align:center;
	}
.prod-det-s7-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.prod-det-s7-col h4{
	display:block;
	margin:-15px auto 15px;
    font-size: 20px;
    line-height: 38px;
    color: #ffffff;
	font-weight:600;
	background:#ffc100;
	border-radius:50%;
	width:38px;
	height:38px;
	position:relative;
	}
.prod-det-s7-col span{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    font-family: 'Butler';
	letter-spacing:0.5px;
	}
.prod-det-s7-col p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #1a1a1a;
    margin-top: 10px;
	padding:0 15px;
	}
	
/*============prodDetails-sec8========*/	
.prodDetails-sec8{
	float:left;
	width:100%;
	padding:70px 0;
	}

.review-box{
	display:inline-block;
	vertical-align:middle;
	max-width:780px;
	width:100%;
	background:#fff;
	border-radius:3px;
	padding:20px 15px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
	margin-top:40px;
	}
.rat-sec{
	display:inline-block;
	vertical-align:middle;
	width:115px;
	}
.rat-sec span{
	float:left;
	width:100%;
	font-size:50px;
	line-height:50px;
	color:#000000;
	margin-bottom:10px;
	}
.rat-sec p{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#9f9e9e;
	}
.rat-sec img{
	display:block;
	margin:0 auto;
	width:90px;
	}
.rat-img{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	}
.rat-txt1{
	width:175px;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:18px;
	color:#656565;
	margin:0 10px;
	}
.rat-txt1 span{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	padding-bottom:15px;
	}

.testi-sec{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:780px;
	margin-top:30px;
	}
.testi-bx{
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 70px;
	padding-bottom:25px;
	margin-top:30px;
	border-bottom:1px solid #d5d5d5;
	}
.testi-bx:last-child{ border:none;}
.name-t{
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
	background:#f8ca3b;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    left: 0;
    top: 0;
	}
.tsti-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#333333;
	font-weight:500;
	margin-bottom:10px;
	}
.t-star{
	display:block;
	width:90px;
	}
.tsti-txt2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;	
	color:#333333;
	margin-top:10px;
	letter-spacing:0.3px;
	}
.tsti-txt3{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#ffb30f;
	margin-top:12px;
	font-weight:500;
	}
.tsti-txt3 span{
	font-weight:normal;
	color:#747474;
	padding:0 5px;
	font-size:16px;
	}
/*============prodDetails-sec9========*/	
.prodDetails-sec9{
	float:left;
	width:100%;
	padding:70px 0;
	background:#fdfaf1;
	}
.prod-s9-box{
	float:left;
	width:100%;
	}
.prod-det-s9-col{
	display:inline-block;
	vertical-align:top;
	width:258px;
	margin:60px 20px 0;
	text-align:center;
	}
.prod-likeBx{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 10px 10px;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.prod-likeBx img{ max-width:100%;}
.prod-name{
	float: left;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    font-family: 'Butler';
	margin-top:18px;
	}
.sp-bx-pr2 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 13px;
	}
.sp-bx-pr2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -8px 10px 0 0;
    width: 95px;
	}
a.addTocut-btn2 {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    max-width: 100%;
    height: 43px;
	border:2px solid #ffc100;
    color: #ffc100;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    margin-top:20px;
    letter-spacing: 0.5px;
	}
a.addTocut-btn2:hover{
	background: #ffc100;
	color:#fff;
	}

/*============prodDetails-sec10========*/	
.prodDetails-sec10{
	float:left;
	width:100%;
	padding:70px 0;
	}

.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:775px;
	width:100%;
	margin:30px 0 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}	
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 0;
    font-size: 20px;
    line-height: 24px;
    color: #2d2d2d;
	font-weight:500;
	letter-spacing:0.5px;
    cursor: pointer;
	border-bottom:1px solid #f1e9e9;
	}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #f1e9e9;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 10px 10px 0;
	}
.acdn-para{
	float: left;
    width: 100%;
	font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
	margin-bottom:15px;
	text-align:left;
	}

/*-------------------------
    CSS FOR FOOTERLINK
--------------------------*/
.ftr-links-sec {
    float: left;
    width: 100%;
    background: #eeeeee;
	padding:50px 0 40px;
	}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align:left;
	}
.ftr-links-col{
	float:left;
	width:30%;
	}
.ftr-links-col-1{
	}
.ftr-links-col-2{
	}
.ftr-links-col-3{
	width:20%;
	}
.ftr-links-col-4{
	width:20%;
	}
.ftr-log{
	max-width:100%;
	width:220px;
	}
.address-ftr{
	float:left;
	width:100%;
	margin:15px 0 0;
	font-size:16px;
	line-height:24px;
	color:#7d7d7d;
	}

.ftr-links-hd {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
	}
.ftr-links-list{
	float:left;
	width:100%;
	}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:8px 0 0;
	font-size:18px;
	line-height:24px;
	color:#000000;
	text-align:left;
	letter-spacing:0.3px;
	}
.ftr-links-list li a{color:#000000;}

ul.scl-list{
	float:left;
	width:100%;
	margin:30px 0 0;
	}
ul.scl-list li{
	float:left;
	margin:0 5px;
	}
.disclmr-txt{
	float:left;
	width:100%;
	margin:35px 0 0;
	font-size:14px;
	line-height:24px;
	color:#747474;
	text-align:left;
	}
		
.cards{
	position:absolute;
	right:0;
	top:-46px;
	}

.footer{
	float:left;
	width:100%;
	background:#dddddd;
	padding:30px 0 25px;
	}
.ftr-txt{
	float:left;
	font-size:14px;
	line-height:16px;
	color:#000000;
	margin-right:30px;
	}
.ftr-txt a{color:#000000; margin:0 6px;}



/*-------------------------
   ABOUT PAGE
--------------------------*/

.about-sec1{
	float:left;
	width:100%;
	background:#fdfaf1;
	padding:50px 0;
	position:relative;
	}
.abt-s1-lft{
	float:left;
	width:61.53%;
	text-align:left;
	}
.abt-s1pic{
	position:absolute;
	right:0;
	top:0;
	}
/*--------abt-sec2--------*/
.about-sec2{
	float:left;
	width:100%;
	background:#fff;
	padding:110px 0 90px;
	}
.abt-s2-box{ 
	float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.abt-s2-colm{
	float:left;
	width:31.70%;
	padding:0 15px;
	position:relative;
	}
.abt-s2-colm:before{
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:265px;
	border-radius:10px;
	background:#f2efe5;
	content:"";
	}
.abt-inr-box{
	float:left;
	width:100%;
	margin-top:135px;
	position:relative;
	border-radius:10px;
	background:#fdfaf1;
	padding:0 15px 25px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	}
.abt-inr-box img{
	display:block;
	margin:-22px auto 20px;}
.abs2-pr1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	/* font-family: 'Butler'; */
	}

.abs2-pr2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#1a1a1a;
	margin-top:10px;
	}
/*--------abt-sec3--------*/	
.about-sec3{
	float:left;
	width:100%;
	padding:0 0 80px;
	overflow:hidden;
	}
.abt-s3-rgt{
	float:right;
	width:45.72%;
	height:780px;
	margin-right:50px;
	background:url(../images/ab-s3-bg.jpg) no-repeat center center;
	}
.abt-s3-lft{
	position:absolute;
	top:80px;
	left:0;
	width:88%;
	background:#fdfaf1;
	text-align:left;
	padding:50px 275px 50px 50px;
	}
.abt-s3-pic{
	position:absolute;
	top:90px;
	right:-200px;
	}
.abt-s3-pic-ic{
	position:absolute;
	right: 210px;
	top:50%;
	margin-top:-27px;
	}
/*-------------------------
   CONTACT PAGE
--------------------------*/
.contact-sec{
	float:left;
	width:100%;
	/* background:url(../images/contct-secbg.jpg) no-repeat center top; */
	padding:65px 0 80px;
	}
.contact-sec-mdl{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1170px;
	margin-top:40px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	background:#fff;
	padding:45px 0 0 0px;
	}
.contc-col-1{
	float:left;
	width:49%;
	padding:0 55px 25px 40px;
	text-align:left;
	border-right:1px solid #e1e1e1;
	}

.contct-txt1{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#2d3b42;
	font-weight:600;
	}
.contct-txt2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#121212;
	margin-top:10px;
	letter-spacing:0.5px;
	}
.contc-col-1 ul{
	float:left;
	width:100%;
	margin-top:20px;
	}
.contc-col-1 ul li{
	float:left;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.contc-col-1 ul li:last-child{ border:none;}
.contc-col-1 ul li span{
	float: left;
    width: 100%;
    font-size:18px;
    color: #323232;
    line-height:26px;
    font-weight: 600;
	}
.contc-col-1 ul li p{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 50px);
	padding-left:15px;
    font-size:18px;
    color: #121212;
    line-height:26px;
	}
	
.cont-icon{
	display:inline-block;
	vertical-align:middle;
	}
.contc-col-2{
	float:right;
	width:50%;
	padding:0 50px 50px;
	text-align:left;
	}
.contc-col-2 h2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#2d3b42;
	text-align:left;
	font-weight:500;
	position:relative;
	margin-bottom:20px;
	}

.msg-frmfild{
	float:left;
	width:100%;
	margin-top:14px;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	height:52px;
	font-size:16px;
	background:#fff;
	color:#505050;
	outline:none;
	border:1px solid #b9cede;;
	border-radius: 5px;
	padding:5px 10px 5px 20px;
	font-family: 'Galano Grotesque';
	}
.msg-areafild{
	height:100%;
	min-height:110px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:110px;
	resize:none;
	padding-top:15px;
	}
.submit {
	display:inline-block;
	vertical-align:middle;
    height:65px;
	width:290px;
	max-width:100%;
    background: #ffc100;
	border-radius:40px;
    color: #fff;
    margin-top: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
	line-height:65px;
	font-weight:bold;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
	position:relative;
	font-family: 'Galano Grotesque';
	padding-right:30px;
	}
.submit img{
	position: absolute;
    right: 9px;
    top: 9px;
	}
.contact-soc-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#5a5a5a;
	background:#fdfaf1;
	margin-top:40px;
	padding:15px 0;
	}
.contact-soc-para img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 0 0 15px;
	}


/*-------------------------
   FAQ PAGE
--------------------------*/
.faq-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1000px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	margin-top:40px;
	padding:20px 50px 30px;
	background:#fff;
	}
.faq-box .faq-container{ max-width:100%;}

/*-------------------------
  SHOP PAGE
--------------------------*/
.shop-box{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
	}
.shop-col{
	width:30%;
	background:#fdfaf1;
	border-radius:15px;
	position:relative;
	box-shadow:1px 2px 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 2px 9px 1px rgba(0,0,0,0.1);
	overflow:hidden;
    margin: 0 1%;
	}
.shop-prod{
	float:left;
	width:100%;
	background:#fff;
	height:230px;
	padding:15px 0 0;
	}
.shop-prod p{
	position:absolute;
	left:15px;
	top:15px;
	float:left;
	font-size:14px;
	line-height:18px;
	color:#ababab;
	}
.shop-prod img{
	display:block;
	margin:10px auto 0;
	max-width:294px;
    width: 100%;
    height: auto;
	}
.shop-prd-abt{
	float:left;
	width:100%;
	padding:70px 20px 25px;
	text-align:left;
	}
.prd-txt1{
	float:left;
	width:100%;
	font-size:23px;
	line-height:30px;
	padding:5px 0 12px;
	border-bottom:1px solid #fcc508;
	color:#878787;
	font-weight:500;
	font-family: 'Butler';
	}
.prd-txt1 span{
	float: right;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
	font-family: 'Galano Grotesque';
	}
.prd-txt1 span img{
	display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin: -8px 10px 0 0;
	}
.shop-prd-abt ul,.bndl-rght ul{
	float: left;
    width: 100%;
	margin-top:15px;
	}
.shop-prd-abt ul li,.bndl-rght ul li {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    padding-left: 27px;
	letter-spacing:0.3px;
    margin-top: 5px;
    background: url(../images/prd-tik.png) no-repeat left 8px;
	}
.prd-txt2{
	float:left;
	width:100%;
	font-size: 18px;
    line-height: 24px;
    color: #333333;
	margin-top:15px;
	}
.prd-txt2 img{
	display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin: -8px 10px 0 0;
	}
.prd-txt3{
	float:right;
	font-size:24px;
	line-height:30px;
	color:#333333;
	font-weight:600;
	margin-top:28px;
	}
.bundle-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:950px;
	margin-top:90px;
	}
.bndl-lft{
	float:left;
	width:31%;
	}
.bndl-lft img{
	max-width:100%;
	}
.bndl-rght{
	float:right;
	width:60%;
	text-align:left;
	}
.bndl-prc{
	display:inline-block;
	vertical-align:middle;
	margin:20px 0 0 30px;
	font-size:24px;
	line-height:30px;
	color:#333333;
	font-weight:600;
	}


/*-------------------------
  BLOG PAGE
--------------------------*/
.Blog-box{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top:15px;
	}
.blog-box-col{
	width: 47%;
    margin: 35px 1.5% 0;
	background:#fff;
    text-align: left;
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 1px rgb(0,0,0 / 0.1);
    border-radius: 8px;
	overflow:hidden;
	}
.blog-pic{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.blog-cont{
	float:left;
	width:100%;
	padding:20px 25px 25px;
	}
.date-stp {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #121212;
    font-weight: 500;
    line-height: 24px;
	}
.blocont-txt1 {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #121212;
    font-weight: 500;
	font-family: 'Butler';
    margin-top: 10px;
	}
.blocont-txt2 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 15px;
	}
a.blog-btn {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #ffc100;
    border:1px solid #ffc100;
	border-radius:50px;
    max-width: 128px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    margin-top:20px;
    font-weight: 600;
	}
a.blog-btn:hover{ background:#ffc100; color:#fff;}
/*-------------------------
  BLOG INNER PAGE
--------------------------*/
.Blog-Inner{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:840px;
	margin-top:35px;
	text-align:left;
	}
.autth-sc{
	float:left;
	width:100%;}
.author{
	float: left;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    font-weight: 500;
    position: relative;
    padding-left: 55px;
	text-align:left;
    padding-top: 10px;
	}
.aut-pic{
	position:absolute;
	top:-3px;
	left:0;
	}
.dat-stp{
	float: left;
	font-size: 16px;
    line-height: 24px;
    color: #121212;
	text-align:left;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
	}
.dat-stp img {
    display: inline-block;
    vertical-align: middle;
    margin: -10px 8px 0 15px;
	}
.Share-lk{
	float:right;
	font-size:16px;
	line-height:24px;
	color:#121212;
	font-weight:500;
	margin-top:10px;
	}
.Share-lk a img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0;
	height:22px;
	}
.blg-inr-pic{
	display: inline-block;
	vertical-align:middle;
	margin:25px auto;
	max-width:100%;
	border:3px solid #fff;
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 1px rgb(0,0,0 / 0.1);
	}
.blg-inr-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#121212;
	}
.blg-inr-txt1{
	float:left;
	width:100%;
	font-size:36px;
	line-height:36px;
	color:#000000;
	font-weight:500;
	font-family: 'Butler';
	margin-top: 35px;
	}
.blg-innr-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
.blg-innr-list li{
	float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    padding-left: 27px;
    letter-spacing: 0.3px;
    margin-top: 5px;
    background: url(../images/prd-tik.png) no-repeat left 8px;
	}
.reslt-box{
	float:left;
	width:100%;
	}
.box-bgr p{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:18px;
	line-height:26px;
	color:#1a1a1a;
	}
.box-bgr{
	padding:25px 10px 25px;
	margin:25px 1.7% 0;
	background:#fdfaf1;
	width:31%;
	}
.box-bgr:first-child{ margin-left:0;}
.box-bgr:last-child{ margin-right:0;}
.blg-inr-para1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#121212;
	margin-top:15px;
	}
.inr-prod-box{
	float:left;
	width:100%;
	background:#fdfaf1;
	border:2px solid #ffc100;
	margin-top:35px;
	}
.prod-box-lft{
	float:left;
	width:540px;
	}
.top-part{
	float:left;
	padding:15px 15px 15px 20px;
	}
.top-txt1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-family: 'Butler';
	font-weight:500;
	}
.top-txt2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	margin-top:10px;
	}
.btm-part{
	float:left;
	width:585px;
	background:#948e7d;
	}

.btm-part ul{
	float:left;
	width:100%;
	}
.btm-part ul li{
	float:left;
	width:25%;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-family: 'Butler';
	padding: 8px 20px 8px 20px;
	border-right:1px solid #a9a597;
	}
.btm-part ul li:last-child{ border-right:none;}

.prod-box-rgt{
	float:right;
	background:url(../images/rgt-bgr.png) no-repeat center center;
	height:164px;
	width:270px;
	text-align:center;
	}
.prod-box-rgt img{
	display:block;
	margin:10px 0 0 45px;
	}

.blog-inr-btn{
	display: inline-block;
    vertical-align: middle;
    width: 130px;
    max-width: 100%;
    height: 30px;
	background:#ffc100;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    line-height: 29px;
    letter-spacing: 0.5px;
	margin-top:10px;
	margin-left:20px;
	}
.blg-inner-box-2{
	float:left;
	width:100%;
	padding-bottom:80px;
	}
.blog-slid-box{
	float:left;
	width:100%;
	margin-top:40px;
	}
.blog-slid-col{
	display:inline-block;
	vertical-align:top;
	vertical-align: top;
    width: 370px !important;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
	box-shadow: 0 0 9px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 1px rgb(0,0,0 / 0.1);
	}
.blog-slid-cont{
	float: left;
    width: 100%;
    padding: 20px 25px 25px;
	}
.date-stiip{
	float: left;
    width: 100%;
    font-size: 14px;
    color: #121212;
    font-weight: 500;
    line-height: 20px;
	}
.blog-cont-txt1{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #121212;
    font-weight: 500;
    font-family: 'Butler';
    margin-top: 10px;
	}
.blog-slid-btn{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #ffc100;
    border: 1px solid #ffc100;
    border-radius: 50px;
    max-width: 115px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    margin-top: 20px;
    font-weight: 500;
	}
.blog-slid-pic{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	}


/*======================
CHECKOUT_PAGE
=====================*/
.checkout-inr {
	display: inline-block;
	vertical-align: top;
	max-width: 1004px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	margin: 30px 0;
	border-radius: 5px;
	background:#fff;
	}
.chk-inr-lft {
	width: 64%;
	float: left;
	position: relative;
	padding:25px 30px;
	}
.frm-cont {
	float: left;
	width: 100%;
	background: #fff;
	}
.frm-hdg {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 2px solid #dfdfdf;
	}
.frm-hdg h3 {
	font-size: 29px;
	line-height: 36px;
	color: #000;
	font-weight: 600;
	float: left;
	width: 100%;
	}
.frm-hdg small {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	float: left;
	font-weight: 500;
	}
.frm-hdg p {
	position: absolute;
	right: 0;
	top: 15px;
	background: #2c9dd2;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding: 7px 25px 10px;
	font-weight: 600;
	border-radius:25px;
	}
.view-txt {
	display: inline-block;
	border: 2px solid #e6d8af;
	width: 100%;
	padding: 10px 10px 14px;
	font-size: 21px;
	line-height: 26px;
	font-weight: 500;
	background: #fdfaf1;
	margin-top: 20px;
	color: #000;
	}
.view-txt span#timer {
	color: #ff0000;
	}
.view-txt img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top:-3px;
	}
.frm-inr {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
	}	
.frm-elem {
	margin: 5px 0 10px;
}	
.cvv__input__wrap input{
	height:48px;
	border: 1px solid #a7abad;
	border-radius: 4px;
}
.half {width: 48%;}
.full {width: 100%;}
.frm-inr label {
	/* width: 100%; */
	font-size: 14px;
	line-height: 24px;
	color: #333;
	float: left;
	margin-bottom: 6px;
	text-align: left;
	font-weight: 500;
	letter-spacing:0.5px;
	}
.frm-inr input[type="text"], select, .frm-inr input[type="tel"], .frm-inr input[type="email"] {
	width: 100%;
	float: left;
	border: 1px solid #c4c4c4;
	padding: 12px 15px;
	-webkit-appearance: none;
	font-size: 16px;
	line-height: 1.2;
	/* font-family: 'Galano Grotesque'; */
	border-radius: 3px;
	}
.check__label{
	display: flex;
	align-items: center;
	font-size: 16px !important;
	margin-top: 15px;
	cursor:pointer;
}
.check__label .all-checkbox{
	/* width:16px;
	height:16px;
	margin-right: 8px; */
}
select {
	background: url(../images/sel-img.png) 94% center no-repeat #fff;
	padding: 14px 15px;
	font-size: 16px;
	line-height: 1;
	}
.frm-inr input[type="text"]::placeholder {
	color:#878787;
	}
.usps-txt-bg {
	float: left;
	width: 100%;
	text-align: center;
	}
.usps-txt {
	font-size: 17px;
	line-height: 20px;
	color: #333;
	position: relative;
	display:flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	text-align: left;
	margin-top: 22px;
	font-weight: 600;
	}
.usps-txt span {
	color: #ff0000;
	font-weight:600;
	}
.usps-txt .usps-img {
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
	}
.card-accept{
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	}
.togle-chk {
	font-size: 18px;
	line-height: 22px;
	color: #333;
	padding-left: 25px;
	position: relative;
	text-align: left;
	margin: 10px 0;
	}
.togle-chk input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	}
.cvv {
	float: left;
	margin-top: 25px;
	}
.check-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:632px;
	text-align:center;
	margin-top:20px;
	height:80px;
	border:none;
	outline:none;
	border-radius:50px;
	line-height:78px;
	font-size:32px;
	/* font-family: 'Galano Grotesque'; */
	letter-spacing:0.5px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	-webkit-appearance:none;
	text-shadow:0 0 3px rgba(0,0,0,0.3);
	background: #2c9dd2;
	}
.secur-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:20px;
	}
/*CSS CHECKOUT  RIGHT*/
.chk-inr-rgt {
	float: right;
	width: 35%;
	padding:10px 15px 15px;
	background: #f2f9fc;
	}
.odr-sum {
	font-size: 25px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin: 0 0 20px;
	}
.chk-odr-row{
	float:left;
	width:100%;
	margin-bottom:15px;
	}
.prd-desc {
	float: left;
	width: 70%;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding-left: 70px;
	font-weight:400;
	}
.prd-desc span {
	font-weight: 600;
	color: #333;
	font-size:17px;
	line-height:20px;
	}
.prd-desc img {
	position: absolute;
	left: 0;
	top: 0;
	width:55px;
	}
.smry-prc{
	float:right; 
	width:30%; 
	text-align:right;
	font-size: 18px; 
	font-weight:500;
	line-height: 22px;
	}
.smry-prc small {
    font-size: 12px;
    line-height: 1;
    color: rgba(12, 66, 109, 0.8);
    margin: 0;
    display: block;
}
table.prd-prc-det {
	float: left;
	width: 100%;
	margin:0 0 15px 0;
	}
table.prd-prc-det tr td {
	width: 50%;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	padding: 2px 10px;
	}
table.prd-prc-det tr td.spl {
	background: #2c9dd2;
	color: #fff;
	padding: 8px 10px 10px;
	}
table.prd-prc-det tr td span{font-weight: 600;color: #543178;}

.mny-bck {
	border: 1px solid #e0e0e0;
	float: left;
	width: 100%;
	padding: 20px;
	margin-top: 70px;
	background:#fff;
	}
.mny-bck img {
	margin-top: -70px;
	width:100px;
	}
.mny-bck h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
	margin: 10px 0;
	}
.mny-bck p {
	font-size: 17px;
	line-height: 24px;
	letter-spacing:0.5px;
	}

/*=============================
THANK_YOU
=================================*/
.ty-inr-sec{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:830px;
	}

.ordr-smry-hdng{
	float:left;
	width:100%;
	font-size:28px;
	line-height:30px;
	color:#000;
	font-weight:500;
	margin-top:40px;
	}
.thnk-odrnmbr{
	float:left;
	width:100%;
	background:#bac6d1;
	padding:2px 0;
	font-size:17px;
	line-height:22px;
	color:#030303;
	margin-top:20px;
	letter-spacing:0.5px;
	}
.thnk-odrtxt1{
	float:left;
	width:50%;
	padding:14px;
	text-align:left;
	border-right:1px solid #333;
	}
.thnk-odrtxt1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 10px 0 0;
	}
.thnk-odrtxt2{
	float:right;
	width:50%;
	padding:14px;
	text-align:right;
	}
.thnk-odrtxt2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 10px 0 0;
	}
.ty-txt1{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height:26px;
    color: #373737;
    font-weight: 500;
    margin-top: 20px;
	}
.ty-odr-smryBox{
	float:left;
	width:100%;
	margin-top:20px;
	}
.ty-heading-row{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#404043;
	font-weight:500;
	background:#f2f1ec;
	border:1px solid #e9e8e3;
	letter-spacing:0.5px;
	}
.ty-heading-row > div{ padding:5px;}
.ty-col-1{
	float:left;
	width:46%;
	text-align:left;
	border-right:1px solid #d9d9d9;
	}
.ty-heading-row .ty-col-1{ padding-left:80px;}
.ty-col-2,.ty-col-3{
	float:left;
	width:16%;
	text-align:center;
	border-right:1px solid #d9d9d9;
	}
.ty-col-4{
	float:left;
	width:22%;
	text-align:center;
	}
.ty-prod-row{
	float:left;
	width:100%;
	border:1px solid #d9d9d9;
	margin:3px 0 0;
	font-size:17px;
	letter-spacing:0.5px;
	line-height:20px;
	color:#373737;
	background: #fff;
	padding:5px 0;
	}
.ty-prod-row .ty-col-1{
	padding:10px 15px;
	}
.ty-prod-row .ty-col-2,.ty-prod-row .ty-col-3,.ty-prod-row .ty-col-4{
	padding:36px 10px;
	}
.ty-prodbx{
	display:inline-block;
	vertical-align:middle;
	width:72px;
	height:72px;
	padding:7px 3px;
	border:1px solid #d9d9d9;
	text-align:center;
	}
.ty-prodbx img{
	max-width:100%;
	max-height: 100%;
	}
.ty-prd-name{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 90px);
	padding-left:16px;
	font-size:18px;
	}

.priceFlds {
    float: right;
    width:55%;
    padding-right:7%;
    margin-top:15px;
	}
.prc-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding:5px 5px 5px 5px;
    text-align: right;
    color: #101010;
    font-size: 17px;
	letter-spacing:0.5px;
	}
.prc-row p{
	float:left;
	width:60%;
	}
.prc-row span {
    float: right;
	width:15%;
    text-align: left;
	}
.prc-row.total {
    border: none;
	font-weight:600;
	}
.billing-strip{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:19px;
	line-height:26px;
	color:#000;
	background:#bac6d1;
	padding:5px;
	font-weight:500;
	letter-spacing:0.5px;
	}
.ty-shpngBx{
	float:left;
	width:100%;
	padding:20px;
	}
.ty-shpng-col{
	width:34%;
	text-align:left;
	}
.ty-shpng-col h3{
	float:left;
	width:100%;
	font-size:19px;
	line-height:22px;
	color:#101010;
	font-weight:600;
	letter-spacing:0.5px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	}
.ty-shpng-col h3 img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 10px 0 0;
	}
.ty-shpng-col p{
	float:left;
	width:100%;
	font-size:16px;
	letter-spacing:0.5px;
	line-height:22px;
	color:#101010;
	margin-top:5px;
	}
ul.custmr-service-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.custmr-service-list li{
	float:left;
	width:25%;
	text-align:center;
	position:relative;
	}
ul.custmr-service-list li:after{
	position:absolute;
	right:0;
	top:20px;
	bottom:10px;
	width:1px; background:#ddd;
	content:"";
	}
ul.custmr-service-list li:last-child:after{ display:none;}
ul.custmr-service-list li img{
	display:block;
	margin:0 auto 5px;
	}
ul.custmr-service-list li p{
	font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	color:#666666;
	}
.help-Box{
	float:left;
	width:100%;
	background:#bac6d1;
	margin-top:30px;
	padding:0 0 15px;
	}
.help-txt1{
	display:block;
	margin:-20px auto 5px;
	width:35px;
	height:35px;
	background:#fff;
	border-radius:50%;
	text-align:center;
	padding:12px 0 0;
	}
.help-txt2{
	float: left;
    width: 100%;
    font-size:20px;
    letter-spacing: 0.5px;
    line-height: 22px;
    color: #000;
    margin-top: 5px;
	font-weight:600;
	}
.help-Box ul{
	float:left;
	width:100%;
	}
.help-Box ul li{
	float:left;
	width:50%;
	text-align:center;
	margin-top:20px;
	border-right:1px solid #888888;
	}
.help-Box ul li:last-child{ border:none;}
.help-Box ul li img{
	display:block;
	margin:0 auto 5px;
	}
.help-Box ul li p{
	font-size:16px;
	line-height:20px;
	color:#000;
	letter-spacing:0.5px;
	}

.prod-page-nav{
    padding: 15px 0;
    text-align: center;
    /* border-top: 1px solid #f1f1f1;*/
    border-bottom: 1px solid #f1f1f1; 
}
.prod-page-nav ul li{
    list-style-type: none;
    padding: 0 15px;
    margin: 0;
    display: inline-block;
}
.prod-page-nav ul li a{
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
}
.prod-page-nav ul li a:hover, .prod-page-nav ul li a.active-nav{
    color: #ffc100;
}

/***********Footer***********/
.container, .mnu-container {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.ftrlogo {
    margin: 0 auto 20px auto;
    display: block;
}
ul.ftrlist {
    text-align: center;
}
ul.ftrlist li {
    display: inline-block;
    border-right: 1px solid #585858;
    padding: 0 7px 0 2px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0;
}
ul.ftrlist li a {
    color: #000;
}
.ftrtxt {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 15px 0 0 0;
}
ul.ftrlist2 {
    margin: 20px 0 0 0;
    text-align: center;
}
ul.ftrlist2 li {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
}
ul.ftrlist2 li img {
    margin: 0 auto;
    display: block;
}
ul.ftrlist li:last-child {
    border-right: none;
}


/********************* CUSTOM TESTIMONIAL *************************/
.testi-dynamic-area .testi-bx{ float: none; padding-left: 0; }
.testi-dynamic-area div#stamped-main-widget{ background: transparent; }
.testi-dynamic-area #stamped-main-widget{ margin: 0; }
.testi-dynamic-area .stamped-header{width: 100%; background: #fff; -webkit-border-radius: 3px; border-radius: 3px; padding: 20px 15px; -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%); -webkit-box-sizing:border-box;box-sizing:border-box;}
.testi-dynamic-area .summary-overview .stamped-summary-caption, .testi-dynamic-area .summary-overview .stamped-starrating{ display: block !important; text-align: center; }
.testi-dynamic-area .summary-overview .stamped-summary-caption{ padding-bottom: 20px; }
.testi-sec.testi-dynamic-area .stamped-container{ padding: 15px !important; }
.testi-dynamic-area #stamped-sort-select{ display: none; }
.fa-check-circle-o, .fa-share-alt, .fa-thumbs-down, .fa-thumbs-up, .stamped-fa-check-circle-o, .stamped-fa-share-alt, .stamped-fa-thumbs-down, .stamped-fa-thumbs-up{ color: #ffc100; font-weight: bold; }
.testi-dynamic-area .author{ padding-left: 0; }
.testi-dynamic-area .stamped-review-header-starratings{ clear: left; display: block; padding-top: 10px; }
.testi-dynamic-area div#stamped-main-widget strong.author{ font-weight: bold; color: #ffc100;}
@media screen and (max-width: 480px){
.testi-dynamic-area .summary-overview{ margin-bottom: 0; }
.coupn-fld-left input{ height: 40px;}
.odr-sum-inr{ margin-bottom: 15px;}
.coupon-filed-area .applybtn{ padding: 7px 0 10px; height: auto !important;}
}
/********************* CUSTOM TESTIMONIAL *************************/
.coupon-filed-area{  }
.clearfix{ clear: both; }
.clearfic:after, .clearfic:before{ content: ''; display: block; clear: both; visibility: visible; }
.coupon-filed-area .coupn-fld-left{ width: 65%; float: left; }
.coupon-filed-area .coupn-fld-right{ width: 30%; }
.coupon-filed-area .applybtn{display: block;
    vertical-align: middle;
    width: 100%;
    height: 32px;
    border: none;
    outline: none;
    border-radius: 2px;
    font-size: 20px;
    padding: 0;
    /* font-family: 'Galano Grotesque'; */
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    -webkit-appearance: none;
    text-shadow: 0 0 3px rgb(0 0 0 / 30%);
    background: #2c9dd2;}
.coupon-filed-area b{  margin-bottom: 25px; }
.coupon-filed-area b span{}
.success-copun-msg{ padding-top: 10px;text-align: left;color: green; display: block; }
@media screen and (max-width: 767px){
.odr-sum-inr{ padding-top: 25px !important; }
.coupon-filed-area{ margin-bottom: 15px;}
    .ty-prd-name {
        padding-top: 16px;
    }
.priceFlds{
    margin-top: 45px;
}
}


@media only screen and (max-width: 1023px){
    .top-right-social{
        display: none;
    }
}

/***************21/07/2021******************/
.innrBreadcrm{
	width: 100%;
    color: #505050;
    font-size: 16px;
    text-align: left;
    background: #fdfaf1;
    padding: 5px 0;
}

.mt-20{
    margin-top: 20px;
}

.all-checkbox {
    display: inline-block;
    vertical-align: middle;
    /* margin-top: -5px; */
    -webkit-appearance: none;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #0eb2f0;
    border-radius: 3px;
    outline: none;
    position: relative;
    margin-right: 5px;
    -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;
}

.all-checkbox:checked {
    background: #0eb2f0;
    border: 1px solid #0eb2f0;
}

.all-checkbox:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/tik.svg) no-repeat center center;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
}

.all-checkbox:checked:after {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width: 479px){
    .prod-page-nav ul li{
        width: 49%;
        padding: 5px 0;
    }
}



@media only screen and (min-width: 480px) and (max-width: 767px){
.top-fix-bar.fixed-nav .logo {
    margin-top: 0;
}
.top-fix-bar.fixed-nav .mob-mnu-ic {
        right: 13px !important;
        top: 13px !important;
    }
.top-fix-bar.fixed-nav .usps-txt .usps-img {
    position: relative !important;
}
}




/*-----------------------
HEADER
------------------------*/
.top-fix-bar {
	margin-bottom:80px;
}
.header{
	height:80px;
	background:#fff;
	box-shadow:0px 3px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 10px 0px rgba(0,0,0,0.1);
	padding:18px 0;
	margin-top:-80px;
	top:80px;
	position:relative;
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	width:100%;
}
.header__inner{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.logo{
	width:122px;
}
ul.menu-list{
	margin:-3px 0 0 0;
}
ul.menu-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 12px;
}
ul.menu-list li a{
	font-size:17px;
	line-height:25px;
	color:#000;
}
.header__button{
	width:169px;
	height:43px;
	font-size:17px;
	line-height:43px;
	font-weight:600;
	color:#fff;
	background:#2c9dd2;
	border-radius:100px;
	letter-spacing:0.3px;
}
.header__button img{
	width:26px;	
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 3px;
}
.tadda {
    animation-name: tadda;
    -webkit-animation-name: tadda;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes tadda {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(8px)
    }

    100% {
        transform: translateX(0px)
    }
}

.menu-list li{
    position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  /* background-color: #68bee6; */
  list-style: none;
  margin: 0;
  top: 100%; /* Position below the parent item */
  left: 0;
  min-width: 180px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  background: #fff;  
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem; 
  padding-bottom: 5px; 
}
.dropdown-menu li {
  width: 100%;
  padding: 0 !important;
}

.dropdown-menu a {
  /* padding: 10px; */
  border-bottom: 1px solid #c1c1c1;
  display: block;
  /* color: #fff !important;
  padding: 7px 0 !important; */
  color: #000 !important;
  padding: 5px 10px !important;
  border: none !important;
  text-align: left;
}

.dropdown-menu a:hover {
  /* background-color: #2c9dd2; */
  background: #fff;
  color: #000;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.hide-desk, .show-tab {
    display: none;
}

@media only screen and (max-width:767px){
.hide-mob{display:none !important;}
.hide-desk{display:block !important;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top-fix-bar{margin-bottom:50px;}
.header{height:50px; top:50px; margin-top:-50px; padding:5px 0;}
.logo { width: 100px; margin-top:5px;}

.hide-desk {
    display: block;
}

#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 35px;
    height: 20px;
    margin: 9px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;  
    color: black;
    background-color:#000;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list-m {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:50px;	
	background:#68bee6;
	border-top:1px solid #ccc;
    transition: all ease .5s;	
}
#menu-container .menu-list-m  li a{
	font-size:18px;
	padding:15px 20px 15px 20px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #ccc;	
	scroll-behavior: smooth;
}


#menu-container .menu-list-m {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:50px;	
	background:#68bee6;
	border-top:1px solid #ccc;	
    transition: all ease .5s;
}
#menu-container .menu-list-m.active {
    left: 0%;
}
#menu-container .menu-list-m  li a{
	font-size:18px;
	padding:15px 20px 15px 20px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #ccc;	
	scroll-behavior: smooth;
}


#menu-wrapper.opened #hamburger-menu span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper.opened #hamburger-menu span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper.opened #hamburger-menu span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

}
