@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	 font-family: 'Rams';
	font-weight: normal;
	/**/
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*=========================
CSS FOR HEADER
===========================*/

/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.blue-strip {
	float: left;
	width: 100%;
	background: #fb5336;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
}
.blue-strip img {
	vertical-align: middle;
}
.top-bar {
	float: left;
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    height: 75px;
    margin-top: -75px;
    position: relative;
    top: 75px;
    padding: 10px 0;
}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 75px;
}
.logo {
	float: left;
	max-width: 200px;
}
/*----------------
MENU BAR CSS
-----------------*/
.menu-bar {
	float: left;
	width: 60%;
	text-align: center;
	margin: 18px 0 0;
}
.menu-bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.menu-bar li.border:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	background: #e3e3e3;
	right: -2.5px;
	top: 50px;
}
.menu-bar li a {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	padding: 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.menu-bar li:nth-child(7) a {
	padding-right: 0;
}
.menu-bar li:nth-child(1) a {
	padding-left: 0;
}
.menu-logo {
	position: absolute;
	left: 0;
	top: 17px;
}
.menu-bar li.logo-li {
	width: 194px;
	float: none;
}
.menu-bar li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 16px;
	background: #000;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.menu-bar li:nth-child(6):after {
	display: none;
}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #fb5336;
	text-decoration: none;
}
.fixed-nav {
	background: rgb(255, 255, 255, 0.7);
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #e8e8e8;
}
.menu-cart {
	position: absolute;
	right: 192px;
	top: 14px;
	width: 30px;
}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	padding: 0px 0;
	position: relative;
	background: url(../images/banner.jpg) no-repeat center top;
	height:1283px;
	overflow:hidden;
}
.bnr-lft {
	float: left;
    width: 57.30%;
    text-align: left;
    margin-top:95px;
}
.bnr-p1 {
	float: left;
	width: 100%;
	font-size:40px;
	line-height: 48px;
	color: #2b2b2b;
	font-weight:700;
	text-transform: capitalize;
}
.bnr-p1 span {
	/* border-bottom: 2px solid; */
	text-decoration: underline;
}
.bnr-p2 {
	float: left;
	width: 100%;
	font-size: 46px;
	line-height: 58px;
	margin: 0;
	color: #000000;
	font-weight:700;
	text-transform: capitalize;
}
.bnr-p2 span {
	display:block;
	font-size:30px;
	line-height:40px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
.bnr-p3 {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #2b2b2b;
    padding: 25px 0px 0px;
}
.shop-btn {
	display: inline-block;
	font-size:22px;
	line-height:50px;
	font-weight:700;
	background: #fb5336;
	border-radius:6px;
	text-align:center;
	margin-top: 45px;
	color: #fff;
	width:200px;
	height:50px;
	font-family: 'Poppins', sans-serif;
}
.hdr-btn {
	font-size: 18px;
	line-height:44px;
	background: none;
	border: 1px solid #fb5336;
	color:#fb5336;
	float: right;
	margin: 5px 0 0;
	border-radius: 3px;
	width:165px;
	height:44px;
}
.bnrprd {
	position: absolute;
	top: 60px;
	right: 0px;
	max-width: 512px;
}
.bnrprd-prod1 {
	position: absolute;
    top: 691px;
    right: 26%;
    max-width: 200px;
    transform: rotate(-15deg);
}
.bnrprd-prod3 {
	position: absolute;
    top: 856px;
    right: 5%;
    max-width: 200px;
    transform: rotate(22deg);
    }
.bnr-lft2{
	float:left;
	width:54%;
	margin-top:250px;
	text-align:left;
	}	
.bnr-leaf{
	position: absolute;
    top: 1080px;
    right: 36%;
	}	
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding: 75px 0 75px;
	height: 750px;
	background: #f2f2f2;
	text-align: center;
}
.s1-lft {
	float: right;
	width: 58%;
	text-align: left;
	margin-top: 110px;
}
.s1-p1 {
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 54px;
	color: #393733;
	font-weight: 600;
	letter-spacing: -0.5px;
}
.pad-1 {
	margin: 10px 0 22px;
}
.s1-p2 {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #2b2b2b;
    font-weight: 400;
	margin-top:20px;
}
.shop-bg-no .shop-btn {
	margin-top: 35px;
}
.s1-img-1 {
	position: absolute;
	left: 0;
	top: 119px;
	/*	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);*/
	max-width: 100%;
	width: 450px;
}
.s1-box {
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
}
ul.sec1-list {
	float: left;
	width: 100%;
	margin-top: 35px;
}
ul.sec1-list li {
	float: left;
	width: 92%;
	padding: 9px 0px 9px 120px;
	text-align: left;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #181818;
	position: relative;
}
ul.sec1-list li span {
	display: block;
	font-weight: 700;
	padding-bottom: 7px;
	font-size: 20px;
	line-height: 28px;
	text-transform: capitalize;
}
ul.sec1-list li img {
	position: absolute;
	top: 5px;
	left: 0;
}
ul.sec1-list li:last-child {
	margin-bottom: 0;
}
.main {
	width: 500px;
	display: block;
	margin: 0 auto;
}
h3 {
	background: #fff;
	color: #3498db;
	font-size: 36px;
	line-height: 100px;
	margin: 10px;
	padding: 2%;
	position: relative;
	text-align: center;
}
.action {
	display: block;
	margin: 100px auto;
	width: 100%;
	text-align: center;
}
.action a {
	display: inline-block;
	padding: 5px 10px;
	background: #f30;
	color: #fff;
	text-decoration: none;
}
.action a:hover {
	background: #000;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
	width: 100%;
	padding:75px 0 0px;
	text-align: center;
}
.pad-2 {
	padding: 0 110px;
}
.s2-ul {
	float: left;
    width: 100%;
    margin: 40px 0 0;
    padding: 0 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
	row-gap: 60px;
}
.view-all {
	margin-top: 30px;
}
.s2-ul li {
	float: left;
    width: 49%;
	background:#ffffff;
    position: relative;
    padding: 80px 0 85px 218px;
    text-align: left;
}
.s2-ul li span {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #ff5b5b;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 17px 0;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.s2-ul li:nth-child(3) {
	width:80%;
	height:196px;
	padding:45px 75px 0px 218px;
	border:1px solid #dedede;
}
.s2-ul li:nth-child(3) .s2-p2{
	float:right;
	}
.s2-ul li:nth-child(3) .shop-btn{
	float:right;}
img.prdt-bgimg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.s2-prd-1 {
	position: absolute;
    left: 0;
    top: 0;
    max-width: 170px;
}
.s2-prd-2{
	position: absolute;
    left: 4%;
    top: -34px;
	}
.s2-p1 {
	display: inline-block;
    font-size: 26px;
    line-height: 34px;
    color: #2b2b2b;
    font-weight: 700;
}
.s2-p2 {
	display: inline-block;
    font-size: 25px;
    line-height: 35px;
    color: #2b2b2b;
    font-weight: 700;
}
.s2-ul li .s2-p2 {
	margin: 5px 0;
}
.s2-p3 {
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	color: #2d2d2d;
}
.s2-ul li .shop-btn {
	margin: 10px 0 0;
}
/*-------------------------
CSS FOR STRIP
--------------------------*/
.strip {
	float: left;
	width: 100%;
	padding:0px 0;
	background: #fff;
}
.strip-Div{
	float:left;
	width:100%;
	background:#ecf9ff;
	padding:20px 0;
	}
.strip-lft{
	float: left;
    width: 35%;
    padding: 0 20px 0 25px;
    text-align: left;
    border-right: 1px dashed #000;
	}
.strip-lft .bnr-p1{
	font-size:30px;
	line-height:34px;
	}
.strip-lft .s1-p2{
	margin-top:14px;
	}		
.strp-list {
	    float: right;
    width: 65%;
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}
.strp-list li {
	float: left;
	width:25%;
	text-align: center;
	position: relative;
	padding: 0 0px;
	font-size: 18px;
	line-height: 28px;
	font-weight:700;
	color: #2b2b2b;
	text-transform: capitalize;
}
.strp-li-div{
	display: block;
    margin: 0 auto;
	width:114px;
	text-align:center;
	position:relative;
	}
.strp-li-div span{
	position:absolute;
	left:-3px;
	top:0;
	width:32px;
	height:32px;
	background:#fb5336;
	border-radius:50%;
	font-size:18px;
	line-height:32px;
	color:#fff;
	}	
.strp-list li img {
	display: block;
	margin: 0 auto 6px;
}

.strp-list li:last-child {
	margin: 0;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
    width: 100%;
    padding: 160px 0 30px;
    margin-top: -90px;
    text-align: center;
    background: #ecf9ff;
}
.section-3 .bnr-p1 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.sec3-top {
	float: left;
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.sec3-top1, .sec3-top2, .sec3-top3 {
	width: 47%;
    float: left;
}
.sec3-top1:last-child {
	margin-right: 0;
	
}
.sec1-toplft {
	width: 100%;
    float: left;
	padding-left:58px;
	position:relative;
	text-align:left;
}
.img-sec3 {
	position:absolute;
	left:0;
	top:6px;
}
.sec3-top2 {
	margin: 0 1.2%;
}
.txt4 {
	float: left;
	width: 100%;
	font-size: 64px;
	line-height: 70px;
	color: #fff;
	text-align: left;
	text-transform: capitalize;
	font-weight: 300;
}
.txt5 {
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size:18px;
	line-height:28px;
	padding: 6px 0 0;
	font-weight: 400;
}
.txt5 span{
	display:block;
	font-weight:900;
	font-family: 'RamsW01';
	margin-bottom:2px;
	text-transform:uppercase;
	}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	float: left;
	width: 100%;
	padding:70px 0;
	background:#fff;
	height: auto;
	overflow: hidden;
	text-align:center;
	position:relative;
}
.s5-leaf{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:10px;
	}
.s5-prod1 {
	position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
}
.s5-lft {
	float: left;
	width: 54%;
	text-align: left;
	margin-top: 2px;
}
.s5-lft .s1-p2 {
	margin-top: 30px;
}
ul.s5-list {
	float: left;
    width: 100%;
    margin: 0px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
}
ul.s5-list li {
	float: left;
    width: 26%;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #2b2b2b;
}
ul.s5-list li span{
	display:block;
	font-size:23px;
	line-height:30px;
	color:#2b2b2b;
	font-weight:bold;
	margin-bottom:8px;
	}
ul.s5-list li img {
	display: block;
	margin:0 auto 12px;
	border:9px solid #ffffff;
	border-radius:10px;
	box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
}
ul.s5-list li:nth-child(2){
	margin-top:40px;
}
.sec5-lft, .sec5-rit {
	float: left;
	width: 371px;
	text-align: center;
	margin-top: 60px;
}
.sec5-rit {
	float: right;
}
.s5-mdl {
	display: inline-block;
	vertical-align: middle;
}
.sec5-mid {
	float: left;
	width: 374px;
	margin: 100px 26px 0 26px;
	height: 314px;
	background: #fb5336;
	color: #fff;
	text-align: center;
	padding: 35px 15px;
}
.sec5-mid .bnr-p1 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}
.sec5-mid .s1-p2 {
	color: #fff;
	font-size: 17px;
}
.sec5-mid .shop-btn {
	border: 1px solid #fff;
}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #999;
}
.s7-ul {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}
.s7-ul li {
	float: left;
	position: relative;
	padding-left: 60px;
}
.s7-ul li:nth-child(2) {
}
.s7-ic-1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.s7-ul li .s2-p3 {
	color: #fff;
	width: auto;
}
.s7-ul li .bnr-p1 {
	color: #fff;
	margin-top: 5px;
	width: auto;
	font-size: 18px;
	text-transform: none;
	line-height: 24px;
}
.s7-ul li .bnr-p1 a {
	color: #fff;
}
.s7-social {
	float: left;
	padding: 10px 20px 0 0;
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
	float: left;
	width: 100%;
	padding: 35px 0;
	background: #ffffff;
	text-align: center;
}
.foo-logo {
	display: inline-block;
	width: 100%;
	max-width: 190px;
}
.f-p1 {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #505050;
	border-bottom: 1px solid #b9c9ca;
	margin: 15px 0 6px;
	padding-bottom: 23px;
}
.f-p1 a, .f-p1 a:hover {
	color: #505050;
	padding: 0 3px;
}
.f-p2 {
	float: left;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 300;
	margin-top: 5px;
}
.f-p2 a, .f-p2 a:hover {
	color: #000;
	padding: 0 2px;
}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: left;
	background: #fb5336;
	padding: 10px 0;
	background-size: cover;
}
.shopBreadcrm a {
	color: #fff;
}
.shopBreadcrm span {
	color: #fff;
	font-weight: 600;
}
/*-===================
CSS FOR SHOP PAGE
======================*/
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.shop-section-1 {
	padding: 50px 0;
	float: left;
	width: 100%;
}
.shop-s1-left {
	float: left;
    width: 470px;
    text-align: center;
    background: #f5f2f2;
    padding: 20px;
}
.shop-slide {
    max-width: 210px;
    display: inline-block;
}
.shop-s1-right {
	float: right;
	width: 670px;
	text-align: left;
}
.shop-s1-p1 {
	float: left;
	width: 100%;
	color: #34322d;
	font-size: 45px;
	line-height: 46px;
	margin-bottom: 10px;
	font-weight: 600;
}
.shop-s1-stars {
	float: left;
	margin: 12px auto 12px;
	display: none !important;
}
p.pr-dtl-s1-rgt-p3 {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
}
.shop-s1-p2 {
	float: left;
	width: 36%;
	color: #fb5336;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
}
.pad-5 {
	padding: 15px 0;
}
.shop-s1-rit-prc-box {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.shop-s1-ul {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.shop-s1-ul li {
	    float: left;
    width: 100%;
    padding-left: 24px;
    background: url(../images/shop-tik.png) no-repeat left 7px;
    margin-bottom: 6px;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}
.shop-s1-right .shop-s1-ul {
	margin-top: 15px;
}
.shop-s1-right .shop-btn {
	float: left;
	margin-top: 20px;
}
.shop-s1-ul-2 {
	float: right;
	margin: 10px 0 0;
}
.shop-s1-ul-2 li {
	float: left;
	position: relative;
	padding-left: 42px;
	color: #2d2d2d;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	text-align: left;
	border-right: 1px solid #d5e0e1;
	margin-right: 13px;
	padding-right: 13px;
}
.shop-s1-ul-2 li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.shop-s1-ul-2 li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
img.shp-card {
	display: inline-block;
	vertical-align: top;
	margin: 25px 0 0 15px;
}
.prd_quantity {
	display: inline-block;
	vertical-align: top;
}
.prd_quantity p {
	padding-top: 8px;
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
}
.prd-det-strp {
	float: left;
	width: 100%;
}
ul.prd-det-strp-list {
	float: left;
	width: 42%;
	text-align: center;
}
ul.prd-det-strp-list li {
	float: left;
	width: 100%;
	border: 1px solid #e6e0e0;
	/* border-right: none; */
	padding: 18px;
}
ul.prd-det-strp-list li img {
	display: block;
	margin: 0 auto 10px;
	max-width: 50px;
}
ul.prd-det-strp-list li p {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-transform: capitalize;
}
ul.prd-det-strp-list li:last-child {
	border-right: 1px solid #e6e0e0;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.shop-section-2 {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #f3f3f3;
}
.shop-s2-ul {
	float: left;
	width: 100%;
}
.shop-s2-ul li {
	float: left;
	width: 25%;
	padding: 0 80px;
	border-right: 1px solid #dedfdf;
}
.shop-s2-ul li:last-child {
	border: none;
}
.shop-s2-ic-1 {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
}
.shop-s2-p1 {
	float: left;
	width: 100%;
	color: #5f5f5f;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.shop-s2-ul li .bnr-p1 {
	font-weight: 600;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.shop-section-3 {
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #f9f9f9;
	position: relative;
}
.shop-s3-img {
	float: right;
	width: 38%;
}
.shop-s3-img .s1-p1 {
    font-size: 30px;
}
.other-prod{margin-top:0;}
.other-prod li.item {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.other-prod li.item .s2-prd-1 {
        max-width: 170px;
    position: relative;
    display: block;
    margin: 0 auto;
}
.shop-cream .shop-s3-img {
	background: url(../images/shop-s3-img-cream.jpg) top center no-repeat;
	background-size: cover;
}
.shop-gummies .shop-s3-img {
	background: url(../images/shop-s3-img-gummies.jpg) top center no-repeat;
	background-size: cover;
}
.shop-sec3-inner {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 30px;
	row-gap: 20px;
	padding: 0 40px;
	align-items: center;
	flex-wrap: wrap;
}
.shop-s3-img img {
	max-width: 270px;
	width: 100%;
}
.shop-s3-lft {
	float: left;
    width: 61%;
    text-align: left;
    background: #ebebeb;
    padding: 20px;
}
.shop-sec3-txt2 {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	position: relative;
}
.shop-sec3-txt2 span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
}
.shp-sec2-hed {
	font-size: 28px;
	font-weight: 700;
	float: left;
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
}
.prd-faq-box {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.accordion-container {
	width: 100%;
    margin: 10px auto 20px auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 20px;
}
.s3-prod3 {
    float: left;
    max-width: 190px;
}
.accordion {
	box-sizing: border-box;
	color: #fb5336;
	cursor: pointer;
	float: left;
	font-size: 22px;
	text-align: left;
	line-height: 26px;
	margin: 2px 0 0 0;
	padding: 16px 5px 16px 31px;
	width: 100%;
	border-radius: 5px;
	position: relative;
}
.accordion-open {
	background: url(../images/up.png) 2px 20px no-repeat;
}
.accordion-close {
	background: url(../images/down.png) 2px 20px no-repeat;
	border-bottom: 1px solid #ededed;
}
.acdn-content {
    color: #000000;
    float: left;
    font-size: 16px;
    line-height: 28px;
    padding: 0px 0 6px 0px;
    width: 60%;
}
.acdn-content span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.shop-section-4 {
	float: left;
	width: 100%;
	padding: 70px 0 0;
}
.shop-s4-block {
	float: left;
	width: 100%;
	text-align: left;
	margin: 40px 0 0;
}
.shop-s4-tab-p1 {
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: #2d2d2d;
	padding: 0 40px 15px;
	cursor: pointer;
	margin-bottom: -3px;
	border-bottom: 3px solid #f0f0f0;
}
.shop-s4-stars {
	float: left;
	margin: 12px 0 0;
}
.shop-section-4 .pad-4 {
	font-style: normal;
	font-weight: 300;
}
.shop-s4-p1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #dce9ea;
	font-size: 30px;
	line-height: 66px;
	color: #fff;
	text-align: center;
}
.shop-s4-dtls {
	float: left;
	width: 100%;
	position: relative;
	padding-right: 440px;
}
.shop-dtls-img {
	position: absolute;
	right: 0;
	top: 0;
}
.shop-s4-dtls .shop-s1-ul {
	margin: 25px 0 0;
}
.shop-s4-ul {
	float: left;
	width: 100%;
	margin: -10px 0 0;
}
.shop-s4-ul li {
	float: left;
	width: 100%;
	margin: 25px 0 0;
	padding-left: 75px;
	position: relative;
}
.shop-s4-ul .bnr-p1 {
	color: #2d2d2d;
	margin-bottom: 3px;
	font-weight: 600;
}
.shop-s4-p2 {
	position: absolute;
	left: 0;
	top: 5px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #fb5336;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 0 0;
}
.shop-s4-p2 span {
	display: inline-block;
	width: 100%;
	padding: 0 2px;
}
.shop-s4-ul-line {
	position: absolute;
	left: 27px;
	top: 73px;
	display: none;
}
.shop-lab .shop-s1-ul .s1-p2 {
	font-weight: 600;
}
.shop-s4-dtls .shop-s1-ul li {
	margin-bottom: 9px;
}
.shop-lab .shop-s1-ul li {
	margin: 9px 0;
}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.shop-section-5 {
	float: left;
	width: 100%;
	padding: 70px 0;
	text-align: center;
}
.shop-section-5 .s2-ul {
}
.shop-section-5 .s2-ul li {
	width: 32%;
}
/*-===============================
CSS FOR FAQ PAGE
==================================*/
.faq-section-1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.faq-box {
	float: left;
	width: 100%;
	padding: 0 70px;
}
/*-========================
CSS FOR CONTACT PAGE
===========================*/
.contact-ul {
	    float: left;
    width: 100%;
    margin: 45px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.contact-ul li {
	float: left;
	padding: 0 55px;
	width: 49%;
	font-size: 18px;
    line-height: 28px;
}
.contact-ul li:first-child {
	background: none;
}
.cont-s1-ic {
    filter: hue-rotate(314deg);
	display: block;
    margin: 0 auto 6px;
}
.cont-p1 {
	float: left;
	width: 100%;
	color: #2d2d2d;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin: 10px 0;
}
.contact-form-box {
	float: left;
	width: 100%;
	border: 4px solid #f5f9fb;
	padding: 25px;
}
.cont-pad {
	display: inline-block;
	width: 1028px;
}
.cont-frm-cont {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}
.input-box {
	float: left;
	width: 100%;
	height: 41px;
	text-align: left;
	background-color: #ffffff;
	outline: none;
	margin: 7px 0;
	position: relative;
}
.input-box.hlf {
	width: 48.5%;
}
.input-box.fr {
	float: right;
}
.input-box.payfld select {
	padding: 0 0 0 10px;
}
.fldicon {
	position: absolute;
	left: 12px;
	top: 12px;
}
.field-all, .cont-frm-cont textarea {
	float: left;
	width: 100%;
	border: 1px solid #d0d0d0;
	outline: none;
	height: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0 3px 3px 0;
	padding: 0 0px 0 10px;
	font-family: 'Sofia Pro';
}
.input-box.payfld .field-all {
	padding: 0 15px;
}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/dwn-arw.jpg) no-repeat right center;
}
.cont-frm-cont textarea {
	height: 100%;
	min-height: 110px;
	resize: none;
	margin: 7px 0;
	padding: 12px;
}
.cont-btn {
	-webkit-appearance: none;
	border: none;
	outline: none;
	margin: 25px 0 8px;
	padding: 0;
	background: none;
}
/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart-sec1 {
	padding: 0 0 50px 0;
	float: left;
	width: 100%;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #2d2d2d;
	text-align: left;
	float: left;
	width: 100%;
	border-top: 2px solid #f5f9fb;
	padding: 10px 10px;
	border-bottom: 2px solid #f5f9fb;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.one, .two, .three, .four {
	display: inline-block;
	width: 26%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.one {
	padding: 0 0 0 26px;
	position: relative;
}
.four {
	text-align: center;
	position: relative;
}
.cart-remv {
	position: absolute;
	left: 10px;
	top: 30px;
}
.cart-box2, .card-box3 {
	border-bottom: 2px solid #f5f9fb;
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	border-bottom: 2px solid #f5f9fb;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card-box3 {
	padding: 23px 0;
}
.cart-prdname {
	padding: 10px 0px 10px 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.span3 {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 1px;
	color: #2d2d2d;
}
.span2 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #2d2d2d;
}
.cart-prdname span span {
    display: block;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
}
.cart-prdname span.span1 {
	font-family: 'Sofia Pro';
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	left: 30px;
	top: -4px;
	width: 52px;
}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #2d2d2d;
	display: inline-block;
	vertical-align: middle;
}
.sub-total {
	text-align: right;
}
.card-box3rgt {
	float: right;
	width: 40%;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
	font-size: 20px;
	line-height: 34px;
	color: #2d2d2d;
	text-align: left;
	float: left;
	width: 100%;
	padding: 6px 20px;
}
ul.cart-prclist li:first-child {
}
ul.cart-prclist li:last-child {
	border-top: 2px solid #f5f9fb;
	background: #f5f9fb;
	padding: 10px 20px;
}
ul.cart-prclist li span.span1 {
	float: right;
	font-weight: 400;
}
.card-box4-lft {
	float: left;
	width: 100%;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	background: #fb5336;
	float: left;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	margin: 27px 15px 0 0;
	outline: none;
	cursor: pointer;
	/* border: 2px solid #d7a96d; */
	padding: 10px 20px;
}
#browse {
	margin-top: 10px;
}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
	float: none;
}
.proceed-chkbtn {
	float: right;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display: none;
}
/*==================CART FROM===================*/
.cart-frm {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.crt-from-sec {
	float: left;
	width: 100%;
}
.crt-frm1, .crt-frm2 {
	width: 49%;
	float: left;
	margin: 0 0 0 0;
	border-radius: 4px;
}
.crt-frm2 {
	float: right;
}
.frm1, .frm2 {
	padding: 20px 20px;
	text-align: center;
	float: left;
	width: 100%;
	background: #fff;
}
.safebox {
	position: relative;
	padding: 10px 0;
	float: left;
	width: 100%;
	border-bottom: 2px solid #fb5336;
}
.safe-iconbox, .safe-iconbox2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 62px;
	background: #0e6896 url(../images/safe-icon.png) center center no-repeat;
	display: none;
}
.safe-iconbox2 {
	background: #0e6896 url(../images/pay.png) center center no-repeat;
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.safebox p {
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	color: #2d2d2d;
	float: left;
	width: 100%;
}
/*----------FROM------------*/
.frmElmnts {
	float: left;
	margin: 0 0 8px 0;
	width: 100%;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
	width: 29%;
	font-size: 16px;
	line-height: 22px;
	color: #848484;
	padding: 8px 0;
	text-align: right;
	font-weight: 300;
}
.weaccept {
	margin: 12px 0 10px 0;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
	align-items: center;
}
.weaccept span.span1 {
	margin-right: 10px;
	padding: 8px 0;
}
.rd {
	appearance: none;
	-webkit-appearance: none;
	height: 12px;
	width: 12px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #f4f4f4;
	outline: none;
}
.rd:checked {
	background: url(../images/dot.png) center center no-repeat;
}
.cards {
	margin: 5px 0 0 0
}
.paypal {
	margin: 0 0 -7px 0;
}
.sameas {
	font-size: 18px;
	line-height: 28px;
	color: #252525;
	text-align: left;
	position: relative;
	padding: 0 0 0 32px;
	float: left;
	width: 100%;
}
.chkbx {
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
	background: #fff;
	border: 1px solid #d9dbe2;
	border-radius: 4px;
	appearance: normal;
	-webkit-appearance: none;
}
.chkbx:checked {
	background: #fff url(../images/tick.png) center center no-repeat;
}
.topmar2 {
	margin-top: 10px;
}
.frmfld, .frmfld1 {
	width: 100%;
	height: 44px;
	position: relative;
	background: #fff;
}
.frm1 .frmfld {
	background: none;
	border: none;
}
.frmfld-short1, .frmfld-short2, .frmfld1-short1, .frmfld1-short2 {
	width: 48.90%;
}
.frmfld-short1, .frmfld1-short1 {
	margin-right: 2.18%;
}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	font-family: inherit;
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 300;
	border-bottom: 1px solid #fb5336;
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {}
.frm1 .frmfld input, .frm1 .frmfld select {
	width: 100%;
	float: right;
}
.frmfld select, .frmfld1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/select-fldbg2.png) right top 2px no-repeat;
	position: relative;
}
.frmfld select:after {
}
.icon {
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 999;
	display: none;
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
.submit-btn {
	font-weight: 700;
	font-size: 27px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	margin: 27px auto 0 auto;
	display: inline-block;
	outline: none;
	cursor: pointer;
	border: none;
	padding: 10px 35px 15px;
	font-family: inherit;
	background: #fb5336;
}
.secure {
	display: inline-block;
	margin-top: 10px;
}
.submit-btn img {
	margin: 0 0 0x 8px;
}
a.what {
	font-size: 16px;
	line-height: 48px;
	text-align: left;
	color: #000000;
	font-weight: 500;
	font-style: italic;
	text-decoration: underline;
	float: left;
}
.trm {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #2d2d2d;
	position: relative;
	padding: 0 0 0 22px;
	float: left;
	width: 100%;
}
.trm a {
	color: #2d2d2d;
	text-decoration: underline;
}
.trm input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	appearance: none;
	-webkit-appearance: none;
	height: 14px;
	width: 14px;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	line-height: 14px;
}
.trm input[type=checkbox]:checked {
	background: #f4f4f4 url(../images/tick.png) center center no-repeat;
	background-size: 90%;
}
.trm_1 span {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
h2.cmn-head {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.trm-bx h1 {
	line-height: 30px;
	color: #333;
	margin: 0;
	padding: 0px 0 10px;
	font-size: 22px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 700;
	border-bottom: 5px solid #333;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
	padding: 0;
}
.trm-bx li {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: decimal;
}
.trm-bx ol li {
	list-style: lower-roman;
}
.trm-bx li ol li {
	list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 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;
}
/*----------- popup ---------------- */
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	width: 100%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	max-width: 600px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
	cursor: pointer;
}

.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 9999600 !important;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) !important;
}
.pop-up-bg-in {
	height: 100% !important;
	position: fixed !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	opacity: 0.93;
	box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px !important;
	background-color: rgb(255, 255, 255) !important;
	transition: left 1s ease 0s !important;
	z-index: 10000010 !important;
	width: 390px !important;
	left: 0px;
}
.pop-up-left {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	border: 0px;
	background-color: rgb(0, 0, 0) !important;
	display: none !important;
	opacity: 0.8 !important;
	z-index: 10000001 !important;
}
.pop-up-left-txt {
	    position: fixed !important;
    left: 40px;
    bottom: 50% !important;
    top: initial !important;
    margin-bottom: -120px !important;
    margin-left: 0px !important;
    width: 300px !important;
    min-height: 40px !important;
    height: auto !important;
    z-index: 10000100 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: left 30px !important;
    background-image: url(../images/ageverify.png) !important;
    background-size: auto 50px !important;
    text-align: left !important;
    text-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    box-sizing: initial !important;
    padding: 100px 0px !important;
    overflow-wrap: break-word !important;
    line-height: 31px !important;
    border: none !important;
    transition: left 1s ease 0s !important;
}
.pop-up-left-txt span{
	font-weight: 700 !important;
	}
.no-btn {
	position: fixed !important;
	cursor: pointer;
	left: 190px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: rgb(0, 112, 0) !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: rgb(0, 112, 0) !important;
	z-index: 10000400 !important;
	transition: left 1s ease 0s !important;
	appearance: none !important;
}
.yes-btn {
	position: fixed !important;
	cursor: pointer !important;
	left: 40px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: rgb(0, 112, 0) !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: rgb(0, 112, 0) !important;
	appearance: none !important;
	transition: left 1s ease 0s !important;
	z-index: 10000200 !important;
}
