@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%;
    vertical-align: middle;
    height: auto;
    border: none;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Sofia Sans", sans-serif;
	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
===========================*/
.blue-strip {
	float: left;
	width: 100%;
	background: #ff7e00;
	padding: 5px 0;	
}
.blue-rgt{float:right;}
.blue-p1{
	float:left;
	font-size:12px;
	line-height:16px;
	color:#fff;
	font-weight:300;
}
.blue-p2{
	display:inline-block;
	vertical-align:inherit;
	font-size:14px;
	line-height:16px;
	color:#fff;
	margin-left:10px;
}
.blue-ship-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 0;
}
.brd-blue-lft{
	border-left:1px solid #fff;
	padding-left:10px;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.top-bar {
	float: left;
	width: 100%;
	background: #fff;
	height: 75px;
	margin-top: -75px;
	position: relative;
	top: 75px;
	}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}

	
/*----------------
MENU BAR CSS
-----------------*/
.menu-bar {
	    float: right;
    /* width: 100%; */
    text-align: center;
	}
.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: #1d1c1a;
	font-size: 16px;
	line-height: 16px;
	padding: 29px 28px;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
.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: #dcdcdc;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.menu-bar li:nth-child(5):after{ display:none;}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #ff7e00;
	text-decoration: none;
	}
.fixed-nav {
	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:0;
	top:25px;
	width:30px;
	}

.age-pop-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0
}
.age-pop {
    width: 500px;
    height: auto;
    background: #f2f2f2;
    margin: 12rem auto;
    text-align: center;
    border-radius: 3px;
    padding: 1.5rem 1rem .2rem;
}
.agepop-txt {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
	text-transform:capitalize;
}
.agepop-txt span{
	font-size:22px;
	display:block;
	margin-bottom:5px;
	}
.agepop-btns button {
        width: auto;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 0;
    font-size: 1rem;
    outline: none;
    border: none;
}
.agepop-btns button.yes-btn {
    background: #3aaa35;
    color: #fff;
}
.agepop-btns button.no-btn {
    background: #eb0000;
	color:#fff;
}
a.logo {
    float: left;
    max-width: 225px;
    margin-top: 10px;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	    float: left;
    width: 100%;
	height:571px;
    padding: 90px 0;
    position: relative;
    background: #f0f0ed url(../images/banner-bg.jpg) no-repeat center top;
}
.bnr-lft {
	float: left;
    width: 730px;
    text-align: left;
}
.bnr-p1 {
    float: left;
    width: 100%;
    font-size: 55px;
    line-height: 62px;
    color: #343434;
    font-weight: 700;
}
.bnr-p1 span{
	color:#ff7e00;
	float: left;
	width: 100%;
}
.sec-line{
	display:inline-block;
	max-width:100%;
	margin:20px 0 10px;
	vertical-align:middle;
}
.bnr-p2 {
	float: left;
    width: 75%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
    font-weight: 400;
}
.shop-btn{
	display: inline-block;
    width: 220px;
    /* height: 54px; */
    font-size: 22px;
    line-height: 54px;
    color: #343434;
    letter-spacing: 1px;
    border: 2px solid #343434;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    /* padding-bottom: 3px; */
    position: relative;
    transition: all ease 0.2s;
    font-family: inherit;
}
.shop-btn:hover{
	color:#fff;
	background:#343434;
	transition:all ease 0.2s;
}
.shop-btn i{
	margin: -1px 0 0 9px;
    vertical-align: middle;
    font-size: 13px;
}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding: 80px 0;
	text-align: center;
}
.s1-p1 {
	float: left;
    width: 100%;
    font-size: 50px;
    line-height: 60px;
    color: #343434;
    font-weight: 600;
}
.s1-p1 span{
	color:#ff7e00;
	float: left;
    width: 100%;
}
.s1-p1 span.line-styl{
	float: none;
    width: auto;
    font-size: 38px;
    line-height: 34px;
    vertical-align: middle;
    margin-top: -16px;
    display: inline-block;
}
.sec-line-2{
	display:inline-block;
	max-width:100%;
	margin:20px 0 20px;
	vertical-align:middle;
}
.s1-p2 {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    font-weight: 400;
}
.pad-1{
	padding:0 140px 20px;
}
.marg-2{
	margin-bottom:25px;
}
ul.bndl-list {
    float: left;
    width: 100%;
}
ul.bndl-list li{
	    float: left;
    width: 100%;
    padding-left: 30px;
    text-align: left;
    background: url(../images/prd-tik.png) no-repeat left 10px;
    margin: 4px 0;
    font-size: 19px;
	}
.s1-ul{
	float: left;
	width: 520px;
	padding:15px 15px;
	background: url(../images/s1-ul-bg.png) no-repeat left top;
}
.s1-ul li{
	float: left;
	width: 100%;
	padding:15px 0 15px 78px;
	border-bottom:1px solid #ebebeb;
	text-align:left;
	position:relative;
}
.s1-p3 {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	color:#ff7e00;
	font-weight:500;
}
.s1-ul li .s1-p3 {
	padding-bottom:5px;
}
.s1-ic-1{
	position:absolute;
	left:15px;
	top:15px;
}
.s1-ul li:last-child{
	border:none;
	padding-bottom:0;
}
.s1-vdo-box{
	float: right;
	width: 590px;
	margin:6px 0 0;
}
.s1-vdo-img{
	    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    box-shadow: 1px 1px 10px #d2d2d2;
    border: 6px solid #fff;
}
.section-1 .shop-btn{
	margin:45px 0 0;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	    float: left;
    width: 100%;
    padding:80px 0;
    text-align: center;
	background:#fffbf7;
	}
.s2-circle {
    position: absolute;
    left: 50%;
    top: -115px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}	
.section-2 .bnr-p1{
	    padding: 0 187px 0;
}
.pad-2 {padding: 0 110px;}
.s2txt{
	text-align:center;
	padding:8px 0 0 0;
}
.s2inbx{   
	margin: 40px auto 0 auto;
    width: 80%;
    display: inline-block;
    vertical-align: top;}
.s2inbx-lft, .s2inbx-rgt{
	float:left;
	display:inline-block;
	width:62%;
}
.s2inbx-rgt{        
	width: 36%;
    margin-left: 2%;
    background: #fff;
}
.s2inbx-hding{
	font-size: 36px;
    line-height: 36px;
    color: #2f2422;
    text-align: left;
    padding: 18px 0 0 0;
}
.s2inbx-subhding{
	    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #052944;
    text-align: left;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 2px dotted #7da9c9;
}
.s2inbx-subhding img{margin:0 13px -1px 0;}
.s2inbxtxt{ text-align: left; padding: 20px 0 0 0; font-size: 18px; line-height: 28px; width: 90%;}
.s1inbx-img1{margin:0 0 0 0;float:right;}
.s1inbx-img2{margin:0px;display:block;}
.s1inbx-img3{margin:20px auto 0 auto;display:block;}
ul.s2inbx-list{padding:26px 0 0 0;}
ul.s2inbx-list li{
	    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #6d6d6d;
    text-align: left;
    margin: 0 18px 0 0;
    position: relative;
    padding: 0 0 0 50px;
}
ul.s2inbx-list li:nth-child(2){padding:0 0 0 58px;}
ul.s2inbx-list li:last-child{padding:0 0 0 50px;}
ul.s2inbx-list li span{
	font-weight:600;
	color:#2f2422;
	color:#2f2422;
	font-size:17px;
}
ul.s2inbx-list li span.span1{
	font-weight:normal;
	font-size:16px;
	color:#6d6d6d;
}
ul.s2inbx-list li img{
	position:absolute;
	left:0;
	top:0;
}

.s2-ul {
	    float: left;
    width: 100%;
    margin:20px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.view-all {
    margin-top: 30px;
}
.s2-ul li {
	float: left;
    width: 32%;
    border: 3px solid #ffca97;
    padding: 20px 15px 20px;
    position: relative;
    background: #fff;
}
.s2-ul li span {
        position: absolute;
    right: 0px;
    top: -20px;
    background: #ff5b5b;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 24px 2px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.s2-ul li:last-child{ margin-right:0;}
.s2-prd-1 {
	display: inline-block;
    max-width: 240px;
    margin-bottom: 0px;
	}
.s2-p1 {
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #1e1e1e;
    font-weight: bold;
	text-transform: capitalize;
}
.s2-p2 {
       float: left;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #1e1e1e;
    font-weight: bold;
	}
.s2-ul li .s2-p2 {margin: 5px 0;}
.s2-p3 {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: #2d2d2d;
	}
.s2-ul li .shop-btn {
	margin: 10px 0 0;
	}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding:70px 0;
	text-align:center;
}
.s3-ul{
	float: left;
	width: 100%;
	margin:30px 0 48px;
}
.s3-ul li{
	float: left;
	width: 271px;
	margin-right:25px;
	border-radius:6px;
}
.s3-ul li:last-child{
	margin:0; 
}
.s3-img-1{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.s3-blue-bg{
	background:#4b6d8c;
}
.s3-grn-bg{
	background:#748c6e;
}
.s3-purpl-bg{
	background:#5d6275;
}
.s3-btlgrn-bg{
	background:#51707b;
}
.s3-ic-1{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
	margin-bottom:10px;
}
.s3-li-txt-bx{
	float: left;
	width: 100%;
	padding:10px 16px 15px;
	border-radius:0 0 6px 6px;
}
.s3-p1{
	    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}
/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	float: left;
    width: 100%;
    padding: 50px 0;
	height:464px;
	background: url(../images/sec5.jpg) no-repeat center top;
	}
.s1-lft .bnr-p1{
	padding:0 0 0;
}
.s1-lft {
    float: left;
    width: 51%;
    text-align: left;
}
.s1-lft .commn-para {
    margin: 0;
}
.comn-hdng{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 38px;
    line-height: 48px;
    color: #303030;
    font-weight: 700;
    text-transform: capitalize;
}
.commn-para {
    display: inline-block;
	vertical-align: middle;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    font-weight: 400;
	margin-top: 20px;
}
.s5-lft{
	    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 80px 0;
    height: 250px;
	    background: rgba(255,255,255,0.9);
}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6 {
	float: left;
	width: 100%;
	padding:8px 0;
	background:#ff7e00;
}
.s6-ul {
    float: left;
    width: 100%;
}
.s6-ul li {
    float: left;
    width: 25%;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    padding: 0 0 0 50px;
    position: relative;
    text-align: left;
}
.s6-ul li a {
    color: #fff;
}
.s6-ul li img {
	position:absolute;
	left:0;
	top:0;
    filter: grayscale(1);
}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {
	float: left;
    width: 100%;
    padding: 20px 0;
    background: #f6f9ff;
    border-bottom: 1px solid #cfd2d9;
	}
.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%);
	filter: invert(1) brightness(1);
	}
.s7-ul li .s2-p3 {
	color: #505050;
	width: auto;
	}
.s7-ul li .bnr-p1 {
	color: #505050;
    width: auto;
    font-size: 17px;
    line-height: 28px;
    text-transform: lowercase;
    padding: 0;
    font-weight: 400;
	}
.s7-ul li .bnr-p1 a{ color:#505050;}
.s7-social {
	float: left;
	padding: 10px 20px 0 0;
	}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
	float: left;
	width: 100%;
	padding: 35px 0;
	background: #f6f9ff;
	text-align: center;
	}
.foo-logo {
	display: inline-block;
    width: 100%;
    max-width: 190px;
	}
.f-p1 {
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #505050;
    margin: 0px 0 0px;
    padding: 5px 0;
	}
.f-p1 a, .f-p1 a:hover {
	color: #505050;
	padding: 0 3px;
	}
.f-p2 {
	    float: left;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 300;
    margin-top: 5px;
	}
.f-p2 a, .f-p2 a:hover {
	color: #000;
	padding: 0 2px;
	}
.cardtxt {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    width: 100%;
}
/*-------------------------INNER PAGE--------------------------*/
/*-------------------------
CSS FOR FCOMMON HEADER
--------------------------*/
.shopBreadcrm {
        float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background: #333;
    padding: 5px 0;
}

.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;
	}
.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-p1 span {
    display: table;
    vertical-align: middle;
    font-size: 25px;
    line-height: 30px;
    color: #ff7e00;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}


.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;
	margin-top: 10px;
}
.shop-s1-p2 {
	float: left;
    width: 100%;
    color: #34322d;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 20px;
}
	
.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 9px;
	margin-bottom: 6px;
	text-align: left;
	font-size: 18px;
    line-height: 28px;
	}
.shop-s1-right .shop-s1-ul {margin-top: 15px;}
.shop-s1-right .shop-btn {margin-top:20px; text-align:center; width:50%;}
.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:30px 0 0 15px;
}

.prd-strength-row {
    float: left;
    width: 100%;
    padding: 0px 0 0px;
}
.prd-strength-p1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 400;
    width: 100%;
}

.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;
}
.prd-strength-row .option-field {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    outline: none;
    font-weight: 500;
    margin: 4px 0 15px 0;
    border-radius: 5px;
    margin-top: 10px;
}
.prd-strength-row .option-field li {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    width: 49%;
    margin: 5px 0;
}
.prd-strength-row .option-field li span{ float:right;}
.prd-strength-row .option-field li.addprice {
    background: #ff7e00;
    border: 1px solid #ff7e00;
    color: #fff;
}
.prd_prc {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin: 2px 0 5px 0;
}
.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: 100%;
	text-align:center;
}
ul.prd-det-strp-list li {
    float: left;
    width: 33%;
    border: 1px solid #e6e0e0;
    border-right: none;
    padding: 25px;
}
ul.prd-det-strp-list li img {
    display: block;
    margin: 0 auto 10px;
}
ul.prd-det-strp-list li p {
    font-size: 18px;
    line-height: 26px;
    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: #fcfeff;
    position: relative;
	}
.shop-s3-img {
	float: left;
    max-width: 43%;
	}

.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: 260px;
    width: 100%;*/
}

.shop-s3-lft {
	float: right;
	width: 52%;
	text-align: left;
	}
.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: 24px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: left;
    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;
}
.accordion {
        box-sizing: border-box;
    color: #052944;
    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 {
    box-sizing: border-box;
    color: #000000;
    float: left;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    padding: 0 0 6px 0px;
    width: 100%;
}
.acdn-content span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}

a.lab-report {
    float: left;
    font-size: 24px;
    color: #000;
    text-decoration: underline;
    margin-top: 10px;
}
/*-- LAB REPORT POP UP */
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  /* transition: all 0.3s ease-out; */
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


/*-------------------------
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: #052944;
	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:50px 0 50px;
	text-align:center;
	background: #f4f4f4;
	}
.shop-section-5 .s2-ul { margin: 30px 0 0;}
.shop-section-5 .s2-ul li {}

/*-===============================
CSS FOR FAQ PAGE
==================================*/
.faq-section-1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align:center;
	}
.faq-section-1 .s1-p1{ margin-bottom:15px;}	
.faq-box {
	float: left;
	width: 100%;
	padding: 0 70px;
	}
/*-========================
CSS FOR CONTACT PAGE
===========================*/
.contact-ul {
	float: left;
	width: 100%;
	margin: 20px 0;
	}
.contact-ul li {
	float: left;
	padding: 30px 10px;
	background: url(../images/cont-line.png) no-repeat left center;
	width: 33.3%;
	}
.contact-ul li:first-child {background: none;}
.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: inherit;
	}
.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;
}
.three{display:none;}
.one {
	padding: 0 0 0 26px;
	position: relative;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
	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 80px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #252525;
	text-align: left;
}
.span3 {
	display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.span3 span{ display:block; font-size:16px; font-weight:400;}
.span2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #2d2d2d;
}
.cart-prdname span.span1 {
	font-family: inherit;
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	position: absolute;
	left: 30px;
	top: 7px;
	width: 52px;
}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 600;
    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: 600;
}
.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: #343434;
    float: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 27px 15px 0 0;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
}
#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: #f5f9fb;
}
.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: 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;
	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: 70%;
    float: right;
    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 {
	font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    margin: 25px auto 0 auto;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 15px 35px 15px;
    font-family: inherit;
    background: #343434;
    width: 100%;
    border-radius: 8px;
}
.secure {
    display: inline-block;
    margin-top: 10px;
}
.submit-btn img {
	margin: 0 0 0px 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;
}
.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: 24px;
	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;
}

/*----------- 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;
}

.cart-prd-opt {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
	margin-top: 20px;
}
.upsell-box {
	float: left;
	width: 49%;
	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;
	font-family: inherit;
}
.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: 20px;
}
.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: #343434;
    color: #fff;
    font-size: 23px;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 56px;
    width: 248px;
}
.sec1-shopnow.prd-added {}
.offerBox .sec1-shopnow {}
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;
}