
/*==========Product Details Sec1==========*/
.sub-nav {
	float:left;
	width:100%;
	background:#fbfbfb;
	padding:8px 0 10px;
	}
.sub-nav ul{
	float:left;
	width:100%;
	text-align:left;
	}
.sub-nav ul li{
	float: left;
    font-size: 15px;
    color: #000;
	font-weight:600;
	letter-spacing:0.5px;
    padding: 0 4px;
	}
.sub-nav ul li a{ color:#000;}
.sub-nav ul li span{ font-weight:bold;}

.prod-section-1{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0 60px;
	}
.s1-left-side{
    float: left;
    width: 44%;
    position: relative;
	}
.prd-slide-div{
	margin:0 auto 0;
	display:block;
	background: #f9f9f9;
	}

/*=======Right Side======*/
.s1-right-side{
	float:right;
	width:52%;
	text-align:left;
	}
.s1-prod-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#040404;
	font-weight:bold;
	}
.s1-prod-rating{
	font-size:15px;
	line-height:15px;
	color:#000;
	}
.s1-prod-rating img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 4px 0 0;
	width:86px;
	}
.s1-prod-heading{
    font-size: 42px;
    line-height: 44px;
    color: #000;
    font-family: 'Caudex';
    font-weight: bold;
	margin-top:10px;
	}

.banner_stock-strip{
	float: left;
    font-size: 14px;
    line-height:20px;
    font-weight: 500;
    color: #000;
	margin-top:20px;
	background:#ffffd8;
	border-radius:50px;
	padding:7px 20px 7px 15px;
	}
.banner_stock-strip span{
	display:inline-block;
	vertical-align:middle;
	}
.banner_stock-strip span:first-child {
    padding-left: 15px;
    position: relative;
	}
.banner_stock-strip span:first-child:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0fae5a;
    animation: blinker 1s infinite ease-in-out;
	}
.hourglass{
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 6px;
    width: 8px;
	}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
	}

.hourglass{
	animation:rotate 2.5s  ease-in-out forwards infinite
	}
@keyframes rotate{
0%{transform:rotate(0)}
50%{transform:rotate(180deg)}
100%{ transform:rotate(180deg)}
}

.proDetls1-rgt-pnts{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top: 20px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 18px 0;
	}
.proDetls1-rgt-pnts li{
	float:left;
	text-align:left;
	position:relative;
	border-right:1px solid #d7d7d7;
	padding:0 25px 0 54px;
	}
.proDetls1-rgt-pnts li:nth-child(2){ margin:0 2%;}
.proDetls1-rgt-pnts li:last-child{ border:none; padding-right: 0;}
.proDetls1-rgt-pnts li img{
	position:absolute;
	top:0;
	left:0;
	width:45px;
	}
.proDetls1-rgt-pnts li p{
	font-size:15px;
	line-height:18px;
	color:#000;
	font-weight:500;
	}
.proDetls1-rgt-pnts li span{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.proDetls1-rgt-pnts li span.circle-txt{
	display: inline-block;
    vertical-align: top;
    background: #007c70;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 7px;
	}

.select-txt{
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 35px;
	}
.slect-mg-opt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.slect-mg-opt li{
	float:left;
	text-align:center;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	font-size:15px;
	line-height:19px;
	font-weight:600;
	padding:10px 15px;
	margin-right:10px;
	}
.slect-mg-opt li.active{ background:#007c70;}
.slect-mg-opt li a{ color:#000;}
.slect-mg-opt li.active a{ color:#fff;}
.slect-mg-opt li span{ font-size:12px;}


/*Switch Function*/
.switch-op{
	width:90%;
	margin:40px auto 0;

	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	}
.opt-tx{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#000;
	}
.opt-tx.opt-tx1{text-align:right;}
.opt-tx small{
	font-size:14px;
	line-height:20px;
	font-weight:600;
	display:block;
	}
.switch {
	position: relative;
	display: inline-block;
	vertical-align:middle;
    width: 100px;
    height: 36px;
    margin: 0 15px;
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.2);
	border-radius:100px;
	}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
	}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius:100px;
	}
.slider:before {
	position: absolute;
	content: "";
	height: 27px;
	width: 27px;
	left: 7px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius:50%;
	box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
	}
input:checked + .slider {
	background-color: #007c71;
	}
input:focus + .slider {
	box-shadow: 0 0 1px #007c71;
	}
input:checked + .slider:before {
	-webkit-transform: translateX(59px);
	-ms-transform: translateX(59px);
	transform: translateX(59px);
	}

.buyOpt-row-block{
	float:left;
	width:100%;
	margin-top:10px;
	}
.buyOpt-row{
	float: left;
	width: 100%;
	padding:5px 15px 5px 0;
	background:#fff;
	border:1px solid #ebebeb;
	border-radius:7px;
	cursor: pointer;
	position: relative;
	margin-top:20px;
	height:80px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.buyOpt-row.active{background: #effffe; border:1px solid #007c71;}
.packageOpt{
    width: 21%;
    text-align: left;
    position: relative;
    padding: 0 0 0 50px;
	}
.buyOpt-row input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.buyOpt-row input[type=radio] + span{
	position:absolute;
	left:15px;
	width:28px;
	height:28px;
	border-radius:50%;
	background:#fff;
	border:2px solid #007c71;
	top:15px;
	background:#fff;
	}
.buyOpt-row input[type=radio]:checked + span:after{
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #007c71;
    border: 2px solid #007c71;
    border-radius: 50%;
    left: 8px;
    top: 8px;
	}
.pkg-prod{
	display:inline-block;
	vertical-align:middle;
	width:69px;
	}
.prod-qty{
    width: 60%;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
	}
.buyOpt-row.active .prod-qty{ font-weight:bold;}
.pkgPrice{
    text-align: right;
    width: 16%;
	}
.pkp-prc-p1{
	color: #000;
	font-size:16px;
	line-height:18px;
	font-weight: 600;
	}
.buyOpt-row.active .pkp-prc-p1{ font-weight:bold;}
.pkp-prc-p2{
    display: inline-block;
    vertical-align: top;
    background: #007c71;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    font-weight: 600;
    padding: 3px 12px 4px;
    border-radius: 2px;
    margin-top: 7px;
	}
.cartbtn-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.cart-btn{
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fdc22f;
    border-radius: 6px;
    height: 60px;
    overflow: hidden;
    color: #000;
    font-size: 22px;
    line-height: 60px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
	}
.cart-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 15px;
	}

.prod-det-btm{
	display:inline-block;
	vertical-align:top;
    width: 100%;
    text-align: center;
    margin-top: 20px;
	}
.prod-det-btm li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
	}
.prod-det-btm li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	width:40px;
	}
.prod-det-btm li p{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
    font-weight: 600;
	}

/*==========Brands Section==========*/
.brands-section{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #eeeaea;
	border-bottom:1px solid #eeeaea;
	padding:20px 0;
	}
ul.brands-list{
	margin:0 auto 0;
	width:100%;

	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.brands-list li{
	text-align:center;
	}
ul.brands-list li img{
	margin:0 auto 0;
	display:block;
	width:95px;
	}

/*==========Product Sec2==========*/
.prod-section-2{
	float:left;
	width:100%;
	background:#fbfbfb;
	padding:10px 0 30px;
	}
.prod-det-s2-inr{
	float:left;
	width:100%;
	margin-top:10px;
	}
.prod-det-s2-inr-bx{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #cbcbcb;
	}
.prod-det-s2-inr .prod-det-s2-inr-bx:last-child{border-bottom:none; padding-bottom:0px;}
.prod-det-s2-bx-hd{
	float:left;
	width:100%;
	padding:32px 0 30px;
	cursor:pointer;
	}
.prod-det-s2-bx-hd p{
    text-align: left;
    float: left;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    font-family: 'Caudex';
	}
.swap-icn{
    float: right;
    font-size: 40px;
    line-height: 36px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #007c71;
    text-align: center;
    font-weight: 500;
    color: #fff;
	}
.prod-det-s2-bx-cont{
	float:left;
	width:100%;
	padding:0 0 50px;
	margin-top:-20px;
	}
.prd-desc-img{
	float:right;
	margin:30px 0 0 60px;
	}
ul.prd-desc-lst{
	max-width:600px;
	width:100%;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:20px 0;
	margin-top:40px;

	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
ul.prd-desc-lst li{
    display: flex;
    -webkit-display: flex;
    align-items: center;
	}
ul.prd-desc-lst img{
	float:left;
	margin-right:10px;
	}
ul.prd-desc-lst li p{
	float:left;
	font-size:15px;
	line-height:20px;
	font-weight:600;
	}
.facts-hd{
	font-size:19px;
	line-height:23px;
	font-weight:bold;
	margin-top:40px;
	}
.ky-fats-sec{
	margin:0 auto 0;
	width:100%;

	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
.ky-fats-bx{
	padding:20px;
	box-shadow:0px 3px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 10px 1px rgba(0,0,0,0.1);
	width:23%;
	margin-top:30px;
	}
.ky-fats-bx img{
	width:50px;
	}
.ky-fats-bx h3{
	font-size:19px;
	line-height:23px;
	font-weight:600;
	color:#000;
	margin-top:7px;
	}
.ky-fats-bx p{
	font-size:16px;
	line-height:25px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:12px;
	}


.prod-det-ing-sec{
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 8px 4px rgba(0,0,0,0.1);
    margin-top: 20px;
	}
.prod-s2-label1{
	margin:0 auto 0;
	display:block;
	}


.prd-use-img{
	float:right;
	margin:30px 0 0 60px;
	background:#fff;
	border:5px solid #fff;
	border-radius:4px;
	 box-shadow: 0 2px 8px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 8px 4px rgba(0,0,0,0.1);
	}
ul.prod-det-use-lst{
	position:relative;
	margin-top:40px;
	}
ul.prod-det-use-lst:before{
	content:'';
	position:absolute;
	left:25px;
	top:50px;
	bottom:80px;
	border-left:2px dotted #bababa;
	}
ul.prod-det-use-lst li{
	padding-left:70px;
	position:relative;
	margin-bottom:75px;
	}
ul.prod-det-use-lst li:last-child{ margin-bottom:0;}
.prod-use-num{
	width: 48px;
    height: 48px;
    background: #f4f4f4;
    border-radius: 50%;
    font-size: 20px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
	}
ul.prod-det-use-lst li h3{
	font-size:24px;
	line-height:26px;
	color:#000;
	font-weight:600;
	}
ul.prod-det-use-lst li p{
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 500;
    margin-top: 20px;
	}


.prod-det-analysis-sec{
	float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
	border:1px solid #e9e9e9;
    border-radius: 8px;
    margin-top: 20px;
	}
.analysis-img{
	float:right;
	}
.prod-analysis-cont{
	float:left;
	width:67%;
	text-align:left;
	}
.top-0{ margin-top:0 !important;}
.qr-block{
	float:left;
	width:100%;
	margin-top:40px;

	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.qr-img{
	width:220px;
	background:#f8f8f8;
	border:1px solid #e9e9e9;
	border-radius:3px;
	padding:25px;
	}
.gr-blk-cont{
	width:calc(100% - 220px);
	text-align:left;
	padding-left:30px;
	}
.qr-block .common-para{ margin-top:15px;}
a.link-txt{ text-decoration:underline; color:#007c71;}

/*==========Product Sec3==========*/
.prod-section-3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.prod-det-heading{
    font-size: 42px;
    line-height: 48px;
    color: #000;
    font-family: 'Caudex';
    font-weight: bold;
	}
.prod-s3-revbx{
	width:100%;
	margin:20px auto 0;

	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.prod-s3-revbx h2{
	font-size: 42px;
    line-height: 41px;
    color: #6a6a72;
    font-family: 'Caudex';
    font-weight: bold;
	}
.prod-s3-revbx img{
	margin:0 8px;
	}
.prod-s3-revbx p{
	font-size: 16px;
    line-height: 16px;
    color: #6a6a72;
    font-weight: 500;
	}
.reviews-txt{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding-left:40px;
	margin-top:20px;
	}

.testi-box{
    float: right;
    width: 66%;
    padding: 0 0 0 50px;
	}
.testi-row{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ececec;
	padding:35px 0;
	}
.testi-row:first-child{ padding-top:0;}
.testi-row:last-child{ border:none; padding-bottom:0;}
.t-heading{
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
	}
.t-star{
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
	width:86px;
	}
.t-para{ margin-top:15px;}
.t-nmbox{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    padding: 3px 0 3px;
    margin-top: 15px;
	}
.t-nmbox h4{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
	}
.t-nmbox p{
	display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    color: #23ae40;
    font-weight: 500;
    margin-left: 10px;
	}
.t-very-img{
    display: inline-block;
    vertical-align: top;
    margin: 2px 2px 0 0;
	width:12px;
	}

/*==========Product Sec4==========*/
.prod-section-4{
	float:left;
	width:100%;
	background:#fbfbfb;
	padding:60px 0 70px;
	}
.recomend-prodbox{
	width:100%;
	margin:50px auto 0;
	max-width:775px;

	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.recomend-prodbox-col{
	width:47%;
	border:1px solid #c4dfdd;
	border-radius:15px;
	padding:20px;
	}
.recm-prod-imgbox{
	float:left;
	width:100%;
	background:#007c71;
	border-radius:15px;
	position:relative;
	overflow:hidden;
	padding:30px;
	}
.new-prod-txt{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 12px 0 12px 0;
	}
.recm-prod-imgbox img{
	margin:0 auto;
	display:block;
	width:240px;
	}
.recm-prod-contbox{
	float:left;
	width:100%;
	background:#fff;
	text-align:left;
	padding-top:20px;
	}
.recm-prod-name{
	font-size:28px;
	line-height:28px;
	color:#000;
	font-weight:600;
	}
.recm-prod-price{
	font-size:25px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	margin-top:18px;
	}
.recm-prod-desc{
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0.3px;
    margin-top: 20px;
	}

.recm-shop-btn{
	display:inline-block;
	vertical-align:top;
    width: 100%;
	background:#fdc22f;
	border-radius:6px;
    height:60px;
    overflow: hidden;
    color: #000;
    font-size:18px;
    line-height:60px;
	letter-spacing:1px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	margin-top:25px;
	}
.recm-shop-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 15px;
	}

/*==========Shop=========*/
.shop_page ul.s6-list{ margin:10px auto 0;}

/*=====Inner Banner=====*/
.inner-bnr{
	float:left;
	width:100%;
	background:url(../images/inner-bnr.jpg) center top no-repeat;
	padding:65px 0;
	background-size:cover;
	}
.inner-bnr-in{
	max-width:570px;
	width:100%;
	display:flex;
	-webkit-display:flex;
	align-items:center;
	-webkit-align-items:center;
	}
.inr-bnr-cont{
	text-align:left;
	}

.reviews_page .inner-bnr{ background:url(../images/inner-bnr-review.jpg) center top no-repeat;}
.faq_page .inner-bnr{ background:url(../images/inner-bnr-faq.jpg) center top no-repeat;}

/*==========About Section==========*/
.about-section{
    float: left;
    width: 100%;
    padding: 60px 0 70px;
	position:relative;
	}
.about-s1-content{
	float:left;
	width:55%;
	text-align:left;
	}
.abt-s1-img{
	position:absolute;
	top:0;
	right:0;
	width:440px;
	}

.gray-bg{ background:#fbfbfb;}

ul.abt-s2-list{
	width:100%;
	margin:50px auto 0;

	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.abt-s2-list li{
	float:left;
	width:31.5%;
	text-align:left;
	}
ul.abt-s2-list li img{
	margin:0 auto 0;
	display:block;
	}
ul.abt-s2-list li h3{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:600;
	margin-top:30px;
	}

.abt-s3-img{
	float:left;
	border-radius:12px;
	margin-top:60px;
	}
.about-s3-content{
	float:right;
	width:56%;
	text-align:left;
	margin-top:50px;
	}
.abt-s3-heading{
	font-size: 32px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
	}

/*==========Reviews Section==========*/
.review__row {
    width: 100%;
    margin: 0 auto;

    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: center;
	}
.review__row_pd{ margin: 50px auto 0;}
.review__left{
	float:left;
	width:34%;
	}
.review__rating-box{
	float:left;
	width:100%;
	padding:40px 10px 50px;
	border:2px solid #007c70;
	border-radius:8px;
	}
.review__rating-no{
	float: left;
    width: 100%;
    color: #000;
    font-size: 80px;
    line-height: 60px;
    font-family: 'Caudex';
    font-weight: bold;
	}
.review__rating-star{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	width:140px;
	}
.reviw__rating-verify{
	float:left;
	width:100%;
	margin-top:15px;
	color:#000;
	font-size:16px;
	line-height:20px;
	}
.review__rating-list{
	float:left;
	width:100%;
	margin-top:35px;
	}
.review__rating-list li{
	float:left;
	width:100%;
	padding: 10px 10px;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	color:#000;
	font-size:17px;
	line-height:23px;
	}
.review__rating-list li:last-child{ border-bottom:none;}
.review__rating-list li span{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	}
.review__rating-list li span img{
	display:inline-block;
	vertical-align:middle;
	width:72px;
	margin: -4px 10px 0 0;
	}

/*==========FAQ Section==========*/
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 2px 10px 1px rgba(0,0,0,0.1);
	box-shadow:0 2px 10px 1px rgba(0,0,0,0.1);
	margin-top:15px;
	background:#fff;
	overflow:hidden;
	border-radius:10px;
	}
.faq-innr{
	float:left;
	width:100%;
	padding:0 25px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right center;
	padding:15px 30px 15px 0;
	font-size:20px;
	line-height:26px;
	color:#000;
	letter-spacing:0.2px;
	cursor:pointer;
	font-weight:600;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right center #fff;
	border:none;
	border-bottom:1px solid #e1e1e1;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:12px 0 0 0;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	letter-spacing:0.5px;
	color:#000;
	margin-bottom:15px;
	}

/*==========Contact Section==========*/
.contact-lft{
	float:left;
	width:50%;
	padding-right:50px;
	text-align:left;
	}
ul.contact-info{
	float:left;
	width:100%;
	}
ul.contact-info li{
	float:left;
	width:100%;
	position:relative;
	padding:28px 0 28px 60px;
	border-bottom:1px solid #ececec;
	}
ul.contact-info li:last-child{border-bottom:none;}
.contact-info-icn{
	position:absolute;
	left:0;
	top:30px;
	width:40px;
	}
ul.contact-info li:last-child .contact-info-icn{
	top:20px;
	}
ul.contact-info li h3{
	font-size:22px;
	line-height:26px;
	font-family: 'Caudex';
    font-weight: bold;
	margin-bottom:8px;
	}
ul.contact-info li p{
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	}

.contact-rgt{
	width:44%;
	float:right;
	}
.contact-frm{
	float:left;
	width:100%;
	text-align:left;
	border: 1px solid #e0e0e0;
	padding:30px;
	}
.frm-hd{
	font-size:36px;
	line-height:40px;
	font-family: 'Caudex';
    font-weight: bold;
	color:#000;
	position:relative;
	}
.frm-inr{
	float:left;
	width:100%;
	}
.half{width:47%;}
.full{width:100%;}
.frm-fld-bx{
	float:left;
	margin-top:20px;
	}
.inp-fld{
	float:left;
	width:100%;
	height:50px;
	border:1px solid #949494;
	outline:none;
	font-family: 'Inter';
	font-size:17px;
	color:#000;
	padding:0 14px;
	-webkit-appearance:none;
	}
.inp-fld::placeholder{color:#000;}
textarea.inp-fld{
	height:90px;
	resize:none;
	padding-top:10px;
	}
.frm-btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
	max-width: 236px;
    background: #fdc22f;
    border-radius: 6px;
    height: 55px;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Inter';
    font-weight: 600;

	outline:none;
	-webkit-appearance:none;
	border:none;
	cursor:pointer;
	margin-top:20px;
	}
.frm-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 15px;
	}

/*===========Cart Section==========*/
.cart-p1{
	float:left;
    width: 100%;
    color:#000;
	font-size:18px;
	font-weight:600;
	text-align:left;
	}
.cart-heading-row{
	float:left;
	width:100%;
	background: #cff7f3;
	margin:20px 0 0;
	font-size: 18px;
    line-height: 46px;
    color: #000;
	font-weight:600;
	}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4{
	float: left;
	width:20%;
	}
.cart-col-1{
    width: 40%;
	padding: 0 0 0 26px;
	text-align: left;
	position:relative;
	}
.cart-col-4{
    text-align: right;
    padding: 0 26px 0 0;
	}
.cart-prd-row{
	float:left;
	width:100%;
	border-bottom: 1px solid #d2efec;
    padding:25px 0;
	}
.cart-btl{
	float:left;
	border:1px solid #ccc;
	width:67px;
	height:70px;
	line-height:52px;
	position:absolute;
	padding:5px;
	text-align:center;
	}
.cart-prd-name{
	float: left;
    width: 100%;
    padding: 10px 0 10px 85px;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
	}
.cart-prd-name span{
	font-weight:normal;
	}
.cart-prd-1{
	display:inline-block;
	vertical-align:middle;
	}
.unit-price{
	float:left;
	width:100%;
	color: #000;
    font-size: 20px;
    line-height: 28px;
	font-weight:normal;
	padding: 25px 0 0;
	}
.cart-qty-div{
	display:inline-block;
	margin:25px 0 0;
	border: 1px solid #e1e1e1;
	position:relative;
	overflow:hidden;
	}
.sub, .add {
    float: left;
    width: 22px;
    height: 28px;
    padding: 0px 0px 0;
    text-align: center;
	border: none;
    outline: none;
    cursor: pointer;
	background:#007c70;
	}
.cart-qty-div input{
    float: left;
    border: none;
    background: none;
    width: 50px;
    text-align: center;
    height: 28px;
    font-size: 18px;
    color: #2d2d2d;
	font-family: 'Inter';
	font-weight:600;
	outline:none;
	}

.cart-rit-price-row{
	float:right;
	width:40%;
	padding:35px 0;
	}
.cart-rit-price{
	float:left;
	width:100%;
	border-bottom: 1px solid #d2efec;
    font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    text-align: left;
    padding: 15px 25px;
	}
.cart-rit-price span{
	width: 90px;
    float: right;
    text-align: right;
	}
.cart-rit-price b{font-weight:600;}
.cart-rit-price:nth-child(4){
	border-bottom:none;
	}
.cart-btn-row{
	float:left;
	width:100%;
	border-top: 1px solid #d2efec;
	text-align:right;
	padding-top:40px;
	display:flex;
	flex-direction: row-reverse;
	}
a.cart-btn-2, .cart-btn-1{
	display:inline-block;
	vertical-align:middle;
    line-height: 55px;
    color: #000;
    font-size:16px;
    letter-spacing: 1px;
    font-family: 'Inter';
	font-weight:600;
	padding:0 80px;
	margin-left:20px;
	text-transform:uppercase;
	background:#fdc22f;
	text-shadow:0 1px 3px rgba(0,0,0,0.1);
	}
.cart-btn-1{
	background:#fff;
	border:1px solid #fdc22f;
	}
