@charset "utf-8";
/***********************/
.hdr-inner{
	background: #f4dfc5;
    padding: 8px 0;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #2d2d2d;
    text-align: center;
    letter-spacing: 0.3px;
}

/* CSS Document */
.inner-top {
	background: #f9f9f9;
    padding: 8px 0;
    float: left;
    width: 100%;
}
ul.inr-top-list {
	padding: 0 0 0 0;
}
ul.inr-top-list li {
	float: left;
	position:relative;
	margin-right: 15px;
    padding-right: 15px;
}
ul.inr-top-list li:after{
	content:"\002F";
	position:absolute;
	right:-5px;
	top:0;
}
ul.inr-top-list li a, ul.inr-top-list li a:hover {
	font-size: 14px;
    line-height: 18px;
    color: #1d1c1a;
    font-weight: 300;
	text-decoration: none;
}
ul.inr-top-list li:last-child a{
	font-weight: 500;
	color:#9f3210;
}
ul.inr-top-list li:last-child{margin-right:0; padding-right:0;}
ul.inr-top-list li:last-child:after{
	content:"";
}
.all-prods{
	float:left;
	width:100%;
	margin-top:20px;
	}
.all-prods .prod-box{
	margin-bottom:40px;
	}
p.prd-sec-hed {
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-weight: 500;
    color: #9f3210;
    position: relative;
    text-transform: uppercase;
}
p.prd-sec-hed:after, p.prd-sec-hed:before{
	content: '';
    position: absolute;
    top: 14px;
    right: 290px;
    width: 200px;
    border-top: 1px solid #e6e2e1;
	}
p.prd-sec-hed:before{
	left: 290px;
	right: auto;
	}
/*================PRODUCTS DETAILS SECTION 1===============*/
.pro-dtl-sec1 {
	padding: 40px 0 76px 0;
	text-align: center;
	position:relative;
}
ul.prd-s1-rgt-list2{
	float: none;
    display: inline-block;
    vertical-align: top;
	}
ul.prd-s1-rgt-list2 li {
    background: url(../images/bullet.png) left 8px no-repeat;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #333333;
    padding: 0 0 0 37px;
    margin: 10px 0 0 0;
}
.pro-dtl-sec1:after{
	/*content: url(../images/sub-hdr2.png);
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -15px;
    background: #fff;*/
}
.pr-dtl-s1-lft, .pr-dtl-s1-rgt {
	float: left;
	width: 40.25%;
	margin: 0 0 0 0;
}
.pr-dtl-s1-lft {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
}
.pro1-dtl {
	display: block;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}
.pr-dtl-s1-rgt {
	width: 55%;
	float: right;
	text-align:left;
}
.logo-icon {
	margin: 0 0 0 0;
}
.sub-hdr1 {
    display: inline-block;
    margin: 7px auto;
    vertical-align: middle;
}
.pr-dtl-s1-rgt-p1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
    color: #000;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}
.stars {
	margin: 10px 0 0 0;
    display: inline-block;
}
/**********PRODUCT OPTION****************/
.prod-option {
    float: left;
    width: 100%;
	margin-bottom:30px;
}
.prd-lst {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-top: 1px solid #ede3e1;
    padding: 15px 0;
    border-bottom: 1px solid #ede3e1;
}
.prd-lst li {
        float: left;
    width: 30.5%;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding: 0 0 0 41px;
    font-weight: 500;
    margin-right: 20px;
	text-align:left;
}
.prd-lst li span{
	display:block;
	color:#8f8f8f;
	font-weight:300;
	font-size:16px;
	}
.prd-lst li:after{
	content:'';
	border-right:1px solid #000000;
	top:0;
	bottom:0;
	right:0;
	position:absolute;
	}
.prd-lst li:last-child:after{ display:none;}
.prd-lst li img {
    position: absolute;
    left: 0;
    top: 5px;
}
.prd-lst li:last-child {
    margin-right: 0;
}
.prd-optn {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}
.prod-option li {
    float: left;
    width: 30%;
    position: relative;
    margin-right: 10px;
}
.prod-option li label span{
    float: left;
    width: 100%;
    font-weight: 700;
	cursor:pointer;
	border: 1px solid #ccc;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.prod-option li input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.prod-option li input[type="radio"]:checked ~ span {
    background: #9f3210;
    color: #fff;
}
.prod-option li:last-child {
    margin-right: 0;
}
/**************************/
.pr-dtl-s1-rgt-p2 {
        font-size: 38px;
    line-height: 39px;
    font-weight: 300;
    color: #000000;
    margin:0px 0 0 0;
    float: left;
    width: 100%;
}
.safe-chk {
    float: right;
    width: 52%;
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    padding: 0px 190px 0px 0;
    position: relative;
}
.safe-chk img {
    position: absolute;
    right: 0;
    top: 0;
}

img.shop-cards {
        display: inline-block;
    margin-top: 0px;
    vertical-align: middle;
    margin-left: 20px;
}
.pr-dtl-s1-rgt-p3 {
	font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #2d2d2d;
    margin: 10px 0 0px 0;
    float: left;
    width: 100%;
    padding: 10px 0;
}
.qtybox-view {
	display: block;
}
ul.pr-dtl-s1-rgt-list {
	padding: 20px 0 0 0;
	float: left;
	width: 100%;
}
ul.pr-dtl-s1-rgt-list li {
	background: url(../images/blue-tk.png) left 8px no-repeat;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #2d2d2d;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
    font-weight: 500;
}
p.pr-dtl-hed {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.options_box {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
.option {
	float: left;
	vertical-align: top;
	width: 100%;
}
.pack-opt {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0px;
	box-sizing: border-box;
	font-size: 20px;
	color: #2d2d2d;
	font-weight: normal;
	text-align: left;
}
.pack-opt input[type=radio] {
    top: 13px;
    opacity: 1;
    position: absolute;
    left: 0px;
    height: 16px;
    width: 16px;
}
.pack-opt input[type=radio] + .package-type {
    width: 100%;
    float: left;
    color: #000;
    cursor: pointer;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
.price_tag {
    float: right;
    margin-top: 0px;
    padding: 0px 0;
    color: #2d2f32;
    font-size: 20px;
    line-height: 26px;
}
/*================PRODUCTS DETAILS SECTION 2===============*/
.pro-dtl-sec2 {
	padding: 40px 0 80px 0;
	text-align: center;
	background:#f9fcff;
}
ul.pro-dtl-sec2-list {
	padding: 50px 0 0 0;
	text-align: center;
}
ul.pro-dtl-sec2-list li {
    width: 23%;
    margin: 0 2% 0 0;
    padding: 10px;
}
.pro-sec1 ul.pro-dtl-sec2-list li{
	margin-bottom:20px;
	width:19%;
}
.pro-sec1 ul.pro-dtl-sec2-list li:nth-child(4),.pro-sec1 ul.pro-dtl-sec2-list li:nth-child(8){
	margin-right:0;
}
.pro-sec1 ul.pro-dtl-sec2-list li:nth-child(9),.pro-sec1 ul.pro-dtl-sec2-list li:nth-child(10){
	margin-bottom:0;
}
ul.pro-dtl-sec3-list li {
	width: 23%;
	padding-top: 10px;
}
ul.pro-dtl-sec2-list li:last-child {
	margin: 0 0 0 0;
}
.dtl-pro1 .dtl-pro2 {
	display: block;
	margin: 0 auto;
	padding: 20px 0 18px 0;
	max-width: 180px;
}
.dtl-pro1 {
	max-width: 120px;
    padding: 0px 0 18px;
    display: block;
    margin: 0 auto;
    clear: both;
}
.dtl-pro2 {/*margin-bottom: 37px;*/}
.logo-icon2 {
	display: block;
	margin: -10px auto 0 auto;
}
.pro-dtl-sec2-list-p1 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #2d2d2d;
	margin: 10px 0;
	float: left;
	width: 100%;
	min-height: 48px;
	padding: 0 10px;
}
ul.pro-dtl-sec3-list li .pro-dtl-sec2-list-p1 {
	font-size: 22px;
	line-height: 30px;
	min-height: 60px;
}
.pro-dtl-sec2-list-p2 {
	font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #9f3210;
    float: left;
    width: 100%;
}
.pro-dtl-sec2-list-p2 span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #2d2d2d;
}

.prd-sec1-lft{
	float:left;
	width:40.17%;
}
.keto-pro{
	background:#fafafa;
	padding:26px 0;
}
.slide-img{margin:0 auto;display:block;}
.prd-sec1-rgt{
	float:right;
	width:57%;
}
.prd-s1-rgt-p1{
	font-size:45px;
	line-height:50px;
	font-weight:300;
	text-align:left;
	color:#000000;
	margin:-8px 0 0 0;
}
ul.prd-s1-rgt-list1 {
    display: table;
    width: 100%;
    float: left;
    border-top: 1px solid #eae2d2;
    border-bottom: 1px solid #eae2d2;
    padding: 8px 0;
    margin: 9px 0 0 0;
}
ul.prd-s1-rgt-list1 li {
    float: left;
    background: url(../images/keto-s1-line.jpg) right top no-repeat;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #000000;
    margin: 0 0 0 0;
    padding: 0 24px 0 42px;
    position: relative;
}
ul.prd-s1-rgt-list1 li:nth-child(2) {
    padding: 0 24px 0 31px;
    margin: 0 0 0 13px;
}
ul.prd-s1-rgt-list1 li:last-child {
    padding: 0 0 0 31px;
    margin: 0 0 0 13px;
	background:none;
}
ul.prd-s1-rgt-list1 li img{
	position:absolute;
	top:0;
	left:0;
}
ul.prd-s1-rgt-list1 li img.gc-icon1{top:-4px;}
.prdstar{margin:15px 0 0 0;}
.prd-s1-rgt-p3 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #333333;
    margin: 18px 0 0 6px;
}
ul.prd-s1-rgt-list2{padding:0px 0 0 5px;}
ul.prd-s1-rgt-list2 li{
	background: url(../images/bullet.png) left 8px no-repeat;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #333333;
    padding: 0 0 0 37px;
    margin: 10px 0 0 0;
}
ul.prd-s1-rgt-list1-gc li:nth-child(2){padding:0 20px 0 35px;}
ul.prd-s1-rgt-list1-ketone li img{top:-4px;}

.pack-opt {
	float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    background: #ccc;
    color: #e7e7e7;
}

.pack-opt .pack-op {
    padding: 15px 20px;
    width: 50%;
    cursor: pointer;
	transition: all 0.3s;
}
.pack-op.opted, .pack-opt .pack-op:hover {
        background: #4CAF50;
    font-weight: 700;
    color: #fff;
}

.switch-opt{
	    float: left;
    width: 100%;
    margin: 20px 0 10px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0 10px;
	}
.switch-opt .buyopt{
	float: left;
    width: 49%;
    background: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
	}
.switch-opt .buyopt.active{background:#eef7f3; color:#000; border:1px solid #769c8b;}
.switch-opt .buyopt input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.switch-opt .buyopt input[type=radio] + span{
	position:absolute;
	left:15px;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#fff;
	border:2px solid #769c8b;
	top:50%;
	margin-top:-9px;
	background:#fff;
	}
.switch-opt .buyopt input[type=radio]:checked + span:after{
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #769c8b;
    border-radius: 50%;
    left: 3px;
    top: 3px;
	}
.switch-opt .buyopt.subs{float:right; width:49%;}

.pkg-sec{
	    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
	}
.pkg-bx{
	width: 32%;
    float: left;
    border-radius: 15px;
    -webkit-box-shadow: 0 9px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 20px 10px 20px;
    cursor: pointer;
    transition: all ease 1.5s;
    border: 2px solid #cbcbcb;
    font-size: 18px;
	}
.pkg-bx.addprice{
	border:2px solid #9f3210;
	animation: shadow-pulse 1.5s infinite;
	}
.pkg-bx:hover{
	animation: shadow-pulse 1.5s infinite;
 	border:2px solid #9f3210;  
 	-webkit-box-shadow: 0 9px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 9px 4px rgba(0,0,0,0.2); 
	}
p.price {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
}
.pkg-bx1{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-2px;
	}
.jar-txt{
	    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 auto 0;
    border-bottom: 1px solid #dadedc;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 3px;
    display: inline-block;
	width:100%;
	}
.pck-btl{
	max-width:100%;
	margin:20px auto 10px;
	}
.pck-prc{
	float:left;
	width:100%;
	margin:4px 0 5px;
	font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
	}
.pck-prc p{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	color:#0a0a0a;
	display:inline-block;
	vertical-align:middle;
	}
.pck-prc small{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	font-weight:normal;
	font-style:normal;
	position:relative;
	font-size:20px;
	line-height:20px;
	margin-top:3px;
	padding-top:1px;
	color:#929292;
	}
.free-ship{
	font-size:14px;
	line-height:16px;
	color:#0a0a0a;
	float:left;
	width:100%;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:8px;
	}
.pkg-bx1 .free-ship{margin-top:10px;}

ul.qtylist {margin: 29px 0 0 5px;}
ul.qtylist li{
	float:left;
	display:inline-block;
	margin:0 89px 0 0;	
}
ul.qtylist li:first-child{
	line-height:45px;
	font-weight:300;
	font-size:40px;
	text-align:left;
}
.prds1-pkgs {
    height: 50px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #000;
    margin: 24px 0 0 0;
    padding: 0 0;
    box-sizing: border-box;
}
.prds1-pkg1, .prds1-pkg2{
	background:#f0f0f0 url(../images/select.png) 15px  center no-repeat;
    float: left;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    line-height: 46px;
    color: #2d2d2d;
    text-align: left;
    padding: 2px 0 0 40px;
}
.prds1-pkg2 {
    padding: 2px 0 0 42px;
    text-align:left;
    float: right;
	border-left:2px solid #fff;
}
.selected {
    background:#ebf7ff url(../images/selected.png) 15px center no-repeat;
}
.mgbw {
    float: right;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    width: 283px;
    margin: 5px 0 0 0;
}
.mgbw img {
    float: left;
    margin: 0 10px 0 0;
}
.cards2 {margin: 16px 0 0 25px;}
@media only screen and (max-width: 1179px){
.mgbw {width: 252px;}
.cards2 {margin: 16px 0 0 0;}
.pr-dtl-s1-rgt-p1{ font-size:40px;}
.prd-s2-lft1 .bdhding{ font-size:38px;}
}
@media only screen and (max-width: 1013px){
.prd-s1-rgt-p1 {
    font-size: 38px;
    line-height: 43px;
}	
ul.prd-s1-rgt-list1 li {
    font-size: 17px;
    line-height: 22px;
}
.prds1-pkgs {height: 47px;}
.prds1-pkg1, .prds1-pkg2 {
	background: #f0f0f0 url(../images/select.png) 5px center no-repeat;
    font-size: 15px;
    line-height: 42px;
}
.prds1-pkg1 {padding: 2px 0 0 27px;}
.prds1-pkg2 {padding: 2px 0 0 27px;}
.prd-lst{ padding:8px 0;}
.prd-lst li{ font-size:16px; line-height:22px; padding-left:44px; margin-right:16px;}
.prd-lst li:after{ right:-8px;}
.selected {
    background: #ebf7ff url(../images/selected.png) 5px center no-repeat;
}

ul.qtylist li {
    float: left;
    display: inline-block;
    margin: 0 14px 0 0;
}
ul.qtylist li:last-child{margin: 4px 14px 0 0;}
.mgbw {
    font-size: 13px;
    line-height: 17px;
    width: 210px;
}
.mgbw img {margin: -6px 5px 0 0;}
.cards2 {
    margin: 12px 0 0 0;
    width: 219px;
}
}
@media only screen and (max-width: 767px){
.pro-dtl-sec1{ padding:20px 0 30px;}
.prd-sec1 {padding: 20px 0 30px;}	
.prd-sec1-lft, .prd-sec1-rgt{
	display:block;
	margin:0 auto 0 auto;
	float:none;
	width:100%;
}
.prd-sec1-lft{width: 100%; margin-top: 20px;}
.slick-slide img {
    display: block;
    margin: 0 auto;
    width: 300px;
}	
.prd-s1-rgt-p1 {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
}
.prd-s1-rgt-p2 {
    text-align: center;
    margin: 8px 0 0 0;
}
ul.prd-s1-rgt-list1 {
    width: 439px;
    float: none;
    padding: 8px 10px;
    margin: 9px auto 0 auto;
}
ul.prd-s1-rgt-list1 li {padding: 0 14px 0 38px;}
ul.prd-s1-rgt-list1-ketone{width:340px;}
ul.prd-s1-rgt-list1-ketone li img{top:-4px;}
.pr-dtl-s1-rgt{ width:100%; text-align:center;}
	
	
.prd-s1-rgt-p3 {
    font-size: 18px;
    line-height: 26px;
    margin: 30px 0 0 0;
}
	.pack-opt{margin: 10px 0 0;font-size: 18px;line-height: 26px;}
	.pack-opt .pack-op{width:100%;padding: 10px 10px;}
	.jar-txt{font-size: 14px;}
	
	.pr-dtl-s1-rgt-p3{font-size: 16px;line-height: 26px; text-align: left;}
	.pck-prc{font-size: 26px;line-height: 30px;}
	
ul.prd-s1-rgt-list2 {
    padding: 9px 0 0 0;
    width: 419px;
    margin: 0 auto;
}
.pr-dtl-s1-rgt-p2{ width:50%;}
ul.qtylist {
    margin: 24px auto 0 auto;
    width: 418px;
}
.cards2 {
    margin: 12px 0 0 0;
    width: 50%;
}
.mgbw {
    font-size: 13px;
    line-height: 17px;
    width: 47%;
	margin:13px 0 0 0;
}
.prd-s1-btn{
	width:470px;
	margin:0 auto 0 auto;
}
ul.prd-s1-rgt-list1 li img.gc-icon1{top:-4px;}



}
@media only screen and (max-width: 479px){

	
.prd-lst{ margin-top:10px;}
.prd-sec1-lft{ margin-top:5px;}
.prd-lst li {font-size: 14px; line-height: 20px; padding-left: 34px; margin-right: 14px;}
.prd-lst li img{ max-width:30px;}
.pr-dtl-s1-rgt-p2 { width: 100%;}
.prd_quantity{ width:100%;}
ul.prd-s1-rgt-list1 {
    width: 100%;
    padding: 8px 0;
    margin: 9px auto 0 auto;
}
ul.prd-s1-rgt-list2 {
    padding: 9px 0 0 0;
    width: 100%;
    margin: 0 auto;
}	
.prd-s1-btn {
    width: 100%;
    margin: 0 auto 0 auto;
}
.mgbw {
    font-size: 13px;
    line-height: 17px;
    width: 219px;
    margin: 13px auto 0 auto;
    float: none;
    text-align: left;
    display: block;
}
.cards2 {
    margin: 20px auto 0 auto;
    width: 253px;
    display: block;
}
ul.prd-s1-rgt-list1 li {
    font-size: 13px;
    line-height: 22px;
	padding: 0 10px 0 32px;
}
ul.prd-s1-rgt-list1-cleanse li{font-size:14px;}
ul.prd-s1-rgt-list1-bundle li{font-size:14px;}
ul.prd-s1-rgt-list1-gc li{padding:0 10px 0 30px;}
ul.prd-s1-rgt-list1-gc li:last-child{margin:0 0 0 8px;}
ul.prd-s1-rgt-list1 li img.gc-icon1{top:-4px;left:-3px;}
ul.prd-s1-rgt-list1 li img.gc-icon2{top:-1px;left:0px;width:30px;}
ul.prd-s1-rgt-list1-ketone li{font-size:16px;padding: 0 25px 0 33px;}
ul.prd-s1-rgt-list1 li:nth-child(2) {
    padding: 0 15px 0 23px;
    margin: 0 0 0 6px;
}
ul.prd-s1-rgt-list1-gc li:nth-child(2){padding:0 8px 0 32px;}
ul.prd-s1-rgt-list1 li:last-child {
    padding: 0px 0 0 26px;
    margin: 0 0 0 8px;
    background: none;
}
ul.prd-s1-rgt-list1-ketone li:last-child{ margin: 0 0 0 16px;}
ul.prd-s1-rgt-list1-ketone li img{top:-4px;}
ul.prd-s1-rgt-list1-bundle li:last-child img{width:24px;}
ul.prd-s1-rgt-list1 {
    width: 324px;
    padding: 8px 0;
    margin: 9px auto 0 auto;
}
ul.qtylist li:first-child {
    line-height: 38px;
    font-size: 31px;
}
ul.qtylist li:last-child {margin: 0px 0 0 0;}
.prds1-pkg1, .prds1-pkg2 {width:100%;    
}
.prds1-pkg1, .prds1-pkg2 {
    padding: 2px 0 0 35px;
	font-size:17px;
}
ul.prd-s1-rgt-list2 li {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 22px;
    margin: 5px 0 0 0;
}
.prd-s1-rgt-p3 {
    font-size: 17px;
    line-height: 23px;
    margin: 20px 0 0 0;
}
ul.qtylist {
    margin: 17px auto 0 auto;
    width: 100%;
}
ul.qtylist li {
    margin: 0 0 0 0;
    width: 100%;
}
ul.qtylist li:first-child {
    line-height: 38px;
    font-size: 31px;
    text-align: center;
}
ul.qtylist li:last-child {
    margin: 10px auto 0 auto;
    width: 276px;
    display: block;
    float: none;
}
}
@media only screen and (max-width: 359px){
.prd-sec1-lft{
	width:290px;}
ul.prd-s1-rgt-list1 {
    width: 290px;
    padding: 8px 0;
    margin: 9px auto 0 auto;
}
ul.prd-s1-rgt-list1-ketone{width:270px;}
ul.prd-s1-rgt-list1 li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
}
ul.prd-s1-rgt-list1 li {
    font-size: 13px;
    line-height: 16px;
    padding: 0 14px 0 20px;
}
ul.prd-s1-rgt-list1-ketone li{font-size:15px; padding: 0 14px 0 33px;}
ul.prd-s1-rgt-list1-ketone li img{width:auto;top:-6px;}
ul.prd-s1-rgt-list1 li:nth-child(2) {
    padding: 0 12px 0 21px;
    margin: 0 0 0 4px;
}
ul.prd-s1-rgt-list1 li:last-child {padding: 0px 0 0 23px;}
ul.prd-s1-rgt-list1 li img.gc-icon1{top:-1px;left:-3px;}
ul.prd-s1-rgt-list1 li img.gc-icon2{top:-1px;left:0px;width:25px;}
ul.prd-s1-rgt-list1-gc li:nth-child(1){padding: 0 8px 0 17px;}
ul.prd-s1-rgt-list1-gc li:nth-child(2) {padding: 0 8px 0 24px;}
ul.prd-s1-rgt-list1-gc li:last-child {padding: 0 8px 0 16px;}
}
/*================PRODUCT SECTION 1===============*/
.pro-sec1 {
	padding: 50px 0;
	text-align: center;
	float:left;
	width:100%;
}
.pro-p1 {
	display: inline-block;
	color: #2d2d2d;
	width: 70%;
	margin-top: 20px;
	vertical-align: top;
}
ul.pro-sec1-list {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.pro-sec1-list li {
	display: inline-block;
	background: #f5fafd;
	border: 1px solid #e9e9e9;
	width: 32%;
	margin: 20px 19px 0 0;
	padding: 10px 0 20px 25px;
	position: relative;
	vertical-align: top;
	text-align: left;
}
ul.pro-sec1-list li:last-child, ul.pro-sec1-list li:nth-child(3) {
	margin-right: 0;
}
.product-box1 {
	position: absolute;
	top: 10px;
	right: 20px;
	max-width: 121px;
}
.product-logo-icon {
	padding: 20px 0 0 0;
}
.pro-sec1-list-p1 {
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding: 13px 0 0 0;
}
.pro-sec1-list-p1 span {
	display: inline-block;
}
.pro-sec1-list-p2 {
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	color: #2d2d2d;
	padding: 12px 0 0 0;
}
/*================PRODUCT SECTION 2===============*/
.pro-sec2 {
	padding: 50px 0;
	text-align: center;
	float:left;
	width:100%;
}
.s2-pro-box1, .s2-pro-box2 {
	background: #f5fafd;
	border: 1px solid #e9e9e9;
	width: 48.50%;
	float: left;
	margin: 40px 0 0 0;
	padding: 0 0 50px 0;
}
.s2-pro-box2 {
	float: right;
}
.s2-pro-box1-hd {
	background: #1194d6;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 0;
	position: relative;
}
.s2-pro-box1-hd:after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	border-top: 10px solid #1194d6;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.s2-pro-box1-p1 {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #2d2d2d;
	font-weight: 600;
	padding: 18px 0 0 0;
}
.product-s2-box3 {
	display: block;
	margin: 25px auto 20px auto;
}
.logo-icon3 {
	display: block;
	margin: 0px auto 0 auto;
	max-width: 160px;
}
ul.s2-pro-box1-list {
	padding: 10px 0 0 0;
	text-align: center;
	width: 339px;
	min-height: 200px;
	width: 100%;
	max-width: 339px;
	display: inline-block;
	vertical-align: top;
}
ul.s2-pro-box1-list li {
	background: url(../images/blue-tk.png) left 8px no-repeat;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #2d2d2d;
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	font-weight: 500;
}
.s2-pro-box1-p2 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #1194d6;
	font-weight: 800;
	padding: 0 0 0 0;
}
.prd-sec2{
    background: #fffbf4;
    padding: 52px 0 50px;
}	
.prd-s2-p1{
	font-size:18px;
	line-height:28px;
	text-align:center;
	color:#333333;
	padding:17px 0 0 0;
}
.prd-s2-p1 a{
	text-decoration:underline;
	color:#333;
}
.prd-s2-img1{
	float:right;
	margin:0 0 0 0;
	
}
.prd-s2-img1 {
    float: right;
    margin: 14px 72px 0 0;
	
}
.prd-s2-lft1 {
    float: left;
    width: 42%;
    margin: 81px 0 0 6%;
	text-align:left;
}
.prd-s2-lft1-p1{
	font-size:26px;
	line-height:32px;
	text-align:left;
	color:#1076bc;
	font-weight:300;
}
.prd-s2-lft1-p2 {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #333333;
    padding: 32px 0 0 0;
}
.prd-s2-img2{
	float:left;
	margin:13px 0 0 72px;
}
.prd-s2-rgt1 {
    float: right;
    width: 42%;
    margin: 89px 6% 0 0;
}
ul.prd-s2-list1{padding:0 0 0 0;}
ul.prd-s2-list1 li {
    margin: 36px 0 0 0;
    padding: 0 0 0 68px;
    position: relative;
}
ul.prd-s2-list1 li:first-child{
	margin:0 0 0 0;}
ul.prd-s2-list1 li img{
	position:absolute;
	top:0;
	left:0;
}
.prd-s2-list1-p1{
	font-size:24px;
	line-height:28px;
	text-align:left;
	color:#333333;
	padding:0 0 0 0;
}
.prd-s2-list1-p2{
	font-size:18px;
	line-height:28px;
	text-align:left;
	color:#333333;
	padding:6px 0 0 0;
}
@media only screen and (max-width: 1179px){
.prd-s2-img1 {margin: 14px 0 0 0;}
.prd-s2-lft1 {
    width: 46%;
    margin: 81px 0 0 0;
}
.prd-s2-img2 {margin: 13px 0 0 0;}
.prd-s2-rgt1 {
    width: 46%;
    margin: 89px 0 0 0;
}
}
@media only screen and (max-width: 1013px){
.prd-s2-img1, .prd-s2-img2 {
    margin: 14px auto 0 auto;
	display:block;    
	float:none;
}
.prd-s2-img2{margin:30px auto 0 auto;}
.prd-s2-lft1, .prd-s2-rgt1 {
    width: 100%;
    margin: 20px auto 0 auto;
	float:none;
	text-align:center;
}
.prd-s2-lft1-p1 {text-align: center;}
.prd-s2-lft1-p2 {
    text-align: center;
    padding: 12px 0 0 0;
}
}
@media only screen and (max-width: 767px){
.prd-s2-img1, .prd-s2-img2{max-width:400px;}
.prd-sec2 {padding: 20px 0 30px;}	
.pro-sec1{padding: 20px 0 30px;}
ul.prd-s2-list1 li {
    margin: 22px 0 0 0;
    padding: 0 0 0 56px;
}
.prd-s2-lft1-p1 {
    font-size: 23px;
    line-height: 25px;
}
.prd-s2-lft1, .prd-s2-rgt1 {margin: 15px auto 0 auto;}
.prd-s2-list1-p1 {
    font-size: 22px;
    line-height: 22px;
}
}
@media only screen and (max-width: 479px){
.prd-s2-img1, .prd-s2-img2{max-width:320px;}
.prd-s2-list1-p2 {
    font-size: 17px;
    line-height: 23px;
}
.prd-s2-lft1-p2 {font-size: 17px;}
.prd-s2-p1 {
    font-size: 17px;
    line-height: 26px;
    padding: 12px 0 0 0;
}
}
@media only screen and (max-width: 359px){
.prd-s2-img1, .prd-s2-img2{ max-width:100%;}
}
/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}

.cart-smmmry {
    float: right;
    width: 40%;
}
.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 {
	    background: #f9f9f9;
    border-bottom: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    border-top: 4px solid #efefef;
    padding: 10px 10px;
    border-bottom: 1px solid #ececec;
}
.drawer .cart-box1{
	display:none;
}
.one, .two, .three, .four {
	display: inline-block;
	width: 34%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 22%;
	text-align: center;
	display:none;
}
.one {
	padding: 0 10px;
	position: relative;
	width: 100%;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
	position: relative;
}
.cart-remv {
	position: absolute;
    left: 10px;
    top: 5px;
}
.cart-box2, .card-box3 {
	border-bottom: 1px solid #b6b6b6;
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	border-bottom: 1px solid #d2d2d2;
}
.card-box3 {
	padding: 23px 0;
	border-bottom:none;
}
.cart-prdname {
	padding:0px 0px 0px 0px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #252525;
	text-align: left;
	float:left;
	width:100%;
}
.span3 {
	display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.drawer .cart-box2 .span3, .cart-prdname .span3 {
        float: left;
    width: 76%;
    padding: 0 0 0 20px;
}

.span2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #2d2d2d;
}
.drawer .cart-box2 .span2, .cart-prdname .span2 {
    display:block;
}
.cart-prdname span.span1 {
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	    position: absolute;
    left: 30px;
    top: -4px;
    width: 52px;
    display: none;

}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #2d2d2d;
    float: right;
}
.sub-total {
	text-align: right;
}
.card-box3rgt {
	float: right;
	width: 100%;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
    font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    float: left;
    width: 100%;
    padding: 6px 10px;
}
ul.cart-prclist li:first-child {
}
.drawer ul.cart-prclist li:nth-child(2), .drawer ul.cart-prclist li:nth-child(1){display:none;}
ul.cart-prclist li:last-child {
	    border-top: 2px solid #ececec;
    background: #f9f9f9;
    padding: 10px 10px;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 500;
}
.card-box4-lft {
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.proceed-chkbtn, .continue-brwbtn, .chk-btn {
	background: #fff;
    float: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2d2d2d;
    text-align: center;
    margin: 27px 15px 0 0;
    outline: none;
    cursor: pointer;
    border: 2px solid #9f3210;
    padding: 10px 20px;
}
.cart-smmmry .continue-shpbtn {
        height: auto;
    width: auto;
    padding: 10px 20px;
    background: #9f3210;
    color: #fff;
    margin-top: 20px;
    display:inline-block;
}
.drawer a.continue-shpbtn{display: none}

#cartBox #browse {
    font-size: 18px;
    line-height: 25px;
    padding: 14px 20px 14px 20px;
    height: auto;
    width: auto;
    background: #9f3210;
    color: #fff;
    margin-top: 10px;
    float: left;
}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
	float: none;
}
.proceed-chkbtn {
	float: right;
	background: #f9f9f9;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}
p.ing-heading {
   float: left;
    width: 100%;
    font-size: 25px;
    margin: 15px 0 20px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.ing-btn-single {
    display: inline-block;
    color: #fff;
    background: #9f3210;
    padding: 5px 15px;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 18px;
}
@media only screen and (max-width: 767px){
	.cart-smmmry{ width:100%;}
	}
@media only screen and (max-width: 479px){
.ing-btn-single{
	padding: 5px 11px;
    margin-right: 1px;
    font-size: 16px;
	}
}


/*==================CART FROM===================*/
.cart-frm{
	float:left;
	width:100%;
	padding: 40px 0;
}
.crt-from-sec {
	float:left;
	width:100%;
}
.crt-frm1, .crt-frm2 {
	width: 57%;
    float: left;
    
    border-radius: 4px;
    border: 1px solid #efefef;
    padding: 0 20px;
}
.crt-frm2 {
	clear: both;
}
.frm1, .frm2 {
	padding: 20px 0px;
    text-align: center;
    float: left;
    width: 100%;
}
.safebox {
	position: relative;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.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: 40px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
}
@media only screen and (max-width: 767px){.crt-frm1, .crt-frm2{ width:100%;}}
/*----------FROM------------*/
.frmElmnts {
	float: left;
	margin: 0 0 8px 0;
	width: 100%;
}
.frmElmnts-hf{ width:49%;}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label{ display:none;}
.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 0 0;
    width: 100%;
    text-align: left;
}
.weaccept span.span1 {
	float: left;
    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;
	border: 1px solid #bbbabb;
	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;
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select{
	width: 100%;
    float: left;
    border: 1px solid #bbbabb;
}
.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 {
    border: 1px solid #9f3210;
    border-radius: 30px;
    margin: 43px 0 0 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    padding: 18px 100px;
    background: #9f3210;
    /* border: none; */
    cursor: pointer;
}

.secure {
    display: block;
    margin: 10px auto;
}
.submit-btn img {
	margin: 0 0 0x 8px;
}
a.what {
	font-size: 16px;
	line-height: 48px;
	text-align: left;
	color:#9f3210;
	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;
}
@media only screen and (max-width: 767px){
	.submit-btn{ padding:18px 50px; margin: 20px 0 10px 0; width: 100%;}
	.cart-frm{padding: 20px 0 30px;}
}
/*----------- Conatct Us ---------------- */
.contact-us {
	text-align: center;
	float:left;
	width:100%;
	padding-top: 75px;
}
.contact-lft, .contact-rgt {
    float: left;
    width: 47.5%;
    text-align: left;
}
.cont-lft, .cont-rgt {
    float: left;
    width: 100%;
}
ul.cont-list{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 20px;

}
ul.cont-list li{
	position: relative;
    padding: 0 0 0 60px;
    text-align: left;
    float: left;
    width: 100%;
    flex: 1 1 350px;
}
ul.cont-list li img{position:absolute;left:0;top:4px;}
.contl-hding {
    font-size: 26px;
    line-height: 32px;
    color: #9f3210;
    float: left;
    width: 100%;
}
.contl-txt{
	font-size: 18px;
    line-height: 28px;
    color: #404040;
    padding: 5px 0 0 0;
    float: left;
    width: 100%;
}
.cont-rgt{
	float:right;
	background:#fff;
	padding:0 0 40px 0;
	border:3px solid #9f3210;
	border-radius:20px;
}
.cont-rgt-hd {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    font-weight: 300;
    color: #fff;
    background: #9f3210;
    padding: 22px 10px 22px 36px;
    border-radius: 17px 17px 0 0;
}
.cont-rgt-mid {
    padding: 20px 36px 0;
    float: left;
    width: 100%;
}
.contFld {
    float: left;
    margin: 12px 0 0 0;
    width: 100%;
}
.contFld input, .contFld textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #cecece;
    background: #fff;
    padding: 0 15px;
    font-weight: 300;
    font-family: inherit;
    font-size: 16px;
    color: #626262;
    outline: none;
}
button.contbtn {
    cursor: pointer;
    padding: 10px 110px;
    border: 1px solid #9f3210;
    border-radius: 30px;
    margin: 43px 0 0 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    background: #9f3210;
    text-align: center;
}
.contactForm {
    float: left;
    width: 100%;
}
.contactForm  .frmElmnts label{
	width: 100%;
    margin-right: 0;
    font-size: 16px;
    line-height: 22px;
    color: #2d2d2d;
    padding: 0;
    margin-bottom: 10px;
	text-align:left;
}
.contactForm .frmElmnts label span{
	color:#f00;
	font-weight:500;
	}
.contactForm .frmfld{border:none; height:auto}
.contactForm .frmfld input,.contactForm .frmfld textarea{border:1px solid #e1e1e1 ; padding-left: 5px;}
.contactForm .frmfld textarea{width:100%; resize:none; height:84px;}
.cont-submit-btn {
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 22px;
    color: #2d2d2d;
    background: #fff;
    border: 2px solid #4dff24;
	font-family: inherit;
}
.contact-us .bdhding{

}
.prd-s2-p1 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    padding: 17px 0 0 0;
}
.contbox {
    width: 100%;
    margin: 40px auto 0 auto;
}
.contact-us .s1hdimg {
	margin: 12px auto 0 auto;
}
.fancyboxfrm{
	text-align:center;
	font-size:20px;
	padding:80px 0;
	}
.fancyboxfrm span{
	color:#da9944;
	font-size:30px;
	display:block;
	}
.contact-us .pro-p1 {
	width: 100%;
    display: inline-block;
    color: #545454;
    font-size: 16px;
    line-height: 24px;
}
.cont-lst {
	float: left;
	width: 100%;
	margin-top: 54px;
	position: relative;
}
.cont-lst li {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #1b2328;
	margin-bottom: 28px;
	position: relative;
	padding-left: 74px;
	min-height: 70px;
}
.cont-lst li a {
	color: #1b2328;
}
.cont-lst li img {
	position: absolute;
	left: 9px;
	top: 0;
}
.cont-lst li span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #2d2d2d;
}
.cont-lst li:last-child {
    margin-bottom: 0;
}
.contact-btm {
	background: url(../images/contact-btm.png) no-repeat center center;
	float: left;
	width: 100%;
	min-height: 390px;
	text-align: center;
}
.contact-btm img {
	display: inline-block;
}
@media only screen and (max-width: 767px){
	.contact-us{ padding-top:30px;}
	.contbox{ margin-top:30px;}
	ul.cont-list{ padding-top:0;row-gap: 10px;}
	.cont-lft, .cont-rgt{ width:100%;}
	ul.inr-top-list li a, ul.inr-top-list li a:hover{ font-size:13px;}
	.pr-dtl-s1-rgt-p1 {font-size: 24px;}
	.prd-lst li{ width:45%; margin-bottom:5px;}
	.prd-lst li:after{ display:none;}
	}
/*----------- popup ---------------- */
#pop_overlay {
	
    background-color: rgba(0, 0, 0, 0.6);
    clear: none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0 12px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;

}
#pop_content {
	height: auto;
	max-width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}

/*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: #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;
}
.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: 26px;
	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;
}

.cart-prd-opt {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
	margin-top: 20px;
}
.drawer .cart-prd-opt{ display:none;}
.upsell-box {
	float: left;
	width: 100%;
	background: #f3f3f3;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	border-radius: 10px;
}
.offerBox {
	float: left;
	width: 100%;
	cursor: pointer;
	position: relative;
}
.offerBox label {
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 5px;
}
.ofrbx-top {
	float: left;
	width: 100%;
	background: rgb(158,64,241);
	background: #faaf40;
	padding: 5px 10px 5px;
	text-align: left;
	border-radius: 10px 10px 0 0;
}
.ofrbx-top .fieldToggle {
	float: left;
	color: #2d2d2d;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin: 5px 0;
	cursor: pointer;
	/* padding-left: 30px; */
	position: relative;
	font-weight: 500;
	width: 100%;
}
.ofrbx-top .fieldToggle p {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.offerBox input[type='checkbox'] {
	position: absolute;
	display: inline-block;
	left: 10px;
	top: 10px;
	margin: 0;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 2px solid #c9c9c9;
	z-index: 999;
	-webkit-appearance: none;
}
.offerBox input[type=checkbox]:checked {
	border: 2px solid #ff7a5f;
}
.offerBox input[type=checkbox]:checked:after {
	content: '';
	position: absolute;
	top: -9px;
	left: 3px;
	background: url(../images/checkmark.png) no-repeat center center;
	height: 26px;
	width: 26px;
}
.offerBox input[type=checkbox]:checked + .upsel-pack {
	border-color: #ff7a5f;
    background: #f5f9fb;
}
.cart-upsell {
	float: left;
	width: 100%;
}
.ofrbx-mdl {
	float: left;
	width: 100%;
	padding: 20px 20px 20px 140px;
	position: relative;
	text-align: left;
}
.ofrbx-mdl .up-txt {
	float: left;
	width: 100%;
	color: #2c2c2c;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
.ofrbx-mdl .up-txt span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    background: #ff5050;
    width: 140px;
    padding: 0 0 0 10px;
    color: #fff;
    margin-bottom: 5px;
	
}
.pkgPrice {
	float: right;
	width: 30%;
	text-align: right;
	padding-right: 7px;
	color: #2c2c2c;
	font-size: 19px;
	line-height: 20px;
	font-weight: 500;
}
.offrBx-img1 {
	position: absolute;
	max-width: 110px;
	left: 20px;
	top: 50px;
}
.offrBx-img1:nth-child(2) {
	left: 20px;
	max-width: 133px;
	top: 9px;
}
.offrbx-txt2 {
	font-size: 24px;
	line-height: 24px;
	color: #363636;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.offrbx-txt2 strong {
	font-size: 22px;
}
.sec1-shopnow {
	display: inline-block;
    margin-top: 15px;
    background: #333;
    color: #fff;
    font-size: 20px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 56px;
    width: 248px;
}
.sec1-shopnow.prd-added {
    background: #8BC34A;
}
.offerBox .sec1-shopnow {
	padding: 0 40px;
	/* margin: 5px 0 0 0; */
	width: 85%;
}
a.remove-from-cart {
	color: #f00;
	margin: 10px 0 0;
	font-size: 16px;
	text-decoration: underline;
	position: absolute;
	right: 10px;
	top: 10px;
	width: auto;
	z-index: 99;
}

@media only screen and (max-width: 767px){
	.upsell-box{width:100%;}
.ofrbx-mdl{padding: 0px 10px 10px 30px}
.offrBx-img1{max-width: 200px;  position: static;}
.offerBox .sec1-shopnow{width: 100%;  font-size: 20px;  line-height: 30px;  height: auto;  padding: 10px 0;}

.contl-hding{ font-size:20px;}
.contl-txt {font-size: 16px;line-height: 25px; padding: 0;}
ul.cont-list li{ padding:0 0 0 50px; margin: 0px 0 0px 0;}
ul.cont-list li img{ max-width:35px;}
.cont-rgt-hd{font-size: 26px;}
}