
/*==========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;
	} 				
p.prd-txt1 {
    font-size: 20px;
    font-weight: 500;
    float: left;
	    padding: 15px 0 0;
    width: 100%;
}
.prd-s1-ul {
    float: left;
    width: 100%;
    margin: 10px 0 0px;
}
.prd-s1-ul li {
    float: left;
    width: 100%;
    /* padding-left: 20px; */
    text-align: left;
    background: url(../images/t-tik.png) no-repeat left 7px;
    margin: 6px 0;
    font-size: 18px;
    line-height: 26px;
}
.prd-s1-ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    font-weight: 700;
}
.option-field1 {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.option-field1 li:first-child {
    display: block;
}
.option-field1 li.option {
    z-index: 1;
    padding: 15px 30px 15px 20px;
    float: left;
    width: 100%;
    height: 50px;
    background-color: #f4f8ff;
    box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
    -webkit-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
    -moz-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
	display: none;
}
.option-field1 li:first-child {
    display: block;
}
.option-field1 li:first-child:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../images/s2-prc-arw.png) no-repeat center right;
    width: 24px;
    height: 15px;
    filter: brightness(0.5);
    background-size: 15px;
    transform: translateY(-50%);
}
.option-field1 li.option span {
    float: right;
}
.prd-strength-row {
    float: left;
    width: 100%;
    padding: 20px 0 0px;
    border-top: 1px solid #ebebeb;
}
/*=======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: 34px;
    line-height: 44px;
    color: #000;
    text-transform: capitalize;
    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;
    filter: hue-rotate(168deg);
	}
.proDetls1-rgt-pnts li p{
	    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
	}
.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: #000000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 7px;
	}

.sizeChartWeb-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);
    display: none;
}	
.sizeChartWeb-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 20px 0 20px;
    scroll-behavior: smooth;
    box-shadow: 0 0 5px #d5d6d9;
    height: 100%;
    max-width: 800px;
    position: absolute;
    right: 0;
}
.sizeChartWeb-close {
    position: fixed;
    border-radius: 4px;
    top: 3px;
    right: 755px;
    padding: 8px 8px 6px;
    cursor: pointer;
}
.sizeChartWeb-button {
    background-color: #fff;
    border: 0;
    outline: 0;
    color: #282c3f;
    font-size: 15px;
    font-weight: 700;
}
	
.select-txt{
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 35px;
	float:left;
	}
a.size-guide {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: underline;
	color: #05af93;
}
.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:#000000;}		
.slect-mg-opt li a{ color:#000;}		
.slect-mg-opt li.active a{ color:#fff;}		
.slect-mg-opt li span{ font-size:14px;}
.size-guide-box {
	font-size: 16px;
	float: right;
	margin-top: -21px;
	text-decoration: underline;
	color: #fdc22f;
}
.size-guide-box a {
    color: #fdc22f;
}

					

/*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: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	margin: 30px 0 10px;
	}
	
.cartbtn-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.cart-btn{
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #ef94ca;
    border-radius: 0;
    height: 60px;
    overflow: hidden;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
	}
.cart-btn img{
    display:none;

}
.oil-s1-rgt-box-hd2 {
    text-align: left;
    margin: 10px 0;
}
.prd_quantity {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    row-gap: 20px;
    column-gap: 20px;
}
.prd_quantity span {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
	
.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: center;
	column-gap: 40px
	}
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: #ffffff;
    padding: 50px 0 50px;
	}
.prod-det-s2-inr{
	float:left;
	width:100%;
	margin-top:10px;
	}
.prod-det-s2-inr-bx{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #cbcbcb;
	}
.prod-det-s2-inr .prod-det-s2-inr-bx:last-child{border-bottom:none; padding-bottom:0px;}
.prod-det-s2-bx-hd{
	float:left;
	width:100%;
	padding:32px 0 30px;
	cursor:pointer;
	}
.prod-det-s2-bx-hd p{
    text-align: left;
    float: left;	
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    
	}	
.swap-icn{
    float: right;
    font-size: 40px;
    line-height: 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;
	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-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-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:#ffeef2;
	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 #000000;
	border-radius:8px;
	}
.review__rating-no{
	float: left;
    width: 100%;
    color: #000;
    font-size: 80px;
    line-height: 60px;
    
    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:15px 0 15px 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;
    filter: hue-rotate(163deg);
	}
ul.contact-info li:last-child .contact-info-icn{
	top:20px;
	}
ul.contact-info li h3{
	font-size:22px;
	line-height:26px;
	
    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-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: 2px 0px 0;
    text-align: center;
	border: none;
    outline: none;
    cursor: pointer;
	background:#000000;
	}
.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;
	}				
		
/*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: #000000;
    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 #000000;
}
.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: 18px;
    line-height: 30px;
    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;
}