@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: #f3f8fc;
    padding: 8px 0;
    float: left;
    width: 100%;
}
ul.inr-top-list {
	padding: 0 0 0 0;
	float: left;
    width: 100%;
}
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: 700;
	color:#00dc39;
}
ul.inr-top-list li:last-child{margin-right:0; padding-right:0;}
ul.inr-top-list li:last-child:after{
	content:"";
}
/*================PRODUCTS DETAILS SECTION 1===============*/
.pro-dtl-sec1 {
	padding: 40px 0;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.pro-dtl-sec1:after{}
.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 {
	margin: 0 auto;
	padding: 20px 0 30px 0;
    max-width: 330px;
}
.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: 32px;
    line-height: 44px;
    font-weight: 500;
	font-family: "Oswald", sans-serif;
    color: #03a8dc;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}
.pr-dtl-s1-rgt-p1 span {
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #8d8d8d;
}
.stars {
	margin: 10px 0 0 0;
	float: left;
}
.pr-dtl-s1-rgt-p2 {
	font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #00dc39;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}
.pr-dtl-s1-rgt-p3 {
	    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #2d2d2d;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}
.pr-dtl-s1-rgt-p3 span{ display:block; font-weight:700; margin-bottom:10px;}
.qtybox-view {
	display: none;
}
ul.pr-dtl-s1-rgt-list {
	    padding: 10px 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 25px;
    font-weight: 500;
}
ul.pr-dtl-s1-rgt-list li.s1-p4 {
    background: none;
    padding: 0;
    font-size: 22px;
    line-height: 32px;
}
.qty-div {
        float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.catagory-select h3, .qty-div-txt {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    display: block;
}
.prd_quantity {
    float: left;
    vertical-align: top;
    margin-top: 15px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.prd-strength-p1 {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 28px;
	color: #343434;
	font-weight: 500;
}
.prd-strength-row {
    float: left;
    width: 100%;
    padding: 10px 0 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.prd-strength-row .option-field {
	height: 51px;
	width: 270px;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	padding: 10px 13px;
	outline: none;
	font-weight: 500;
	margin: 4px 0 7px 0;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-top: 10px;
	display: inline-block;
	font-family: inherit;
}
/*================PRODUCTS DETAILS SECTION 2===============*/
.pro-dtl-sec2 {
	padding: 40px 0 80px 0;
	text-align: center;
	float:left;
	width:100%;
}
ul.pro-dtl-sec2-list {
	padding: 50px 0 0 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}
ul.pro-dtl-sec2-list li {
	background: #fff;
	border: 1px solid #e9e9e9;
	width: 18%;
	padding: 0 0 20px 0;
	display: inline-block;
	vertical-align: top;
}
.pro-sec1 ul.pro-dtl-sec2-list li{
	margin-bottom:20px;
	width:28%;
}
.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;
}
.dtl-pro1 .dtl-pro2 {
	display: block;
	margin: 0 auto;
	padding: 20px 0 18px 0;
	max-width: 180px;
}
.dtl-pro1 {
	max-width: 105px;
	padding: 20px 0 0;
	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%;
	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: #00dc39;
    float: left;
    width: 100%;
}
.pro-dtl-sec2-list-p2 span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #2d2d2d;
}
/*================PRODUCT SECTION 1===============*/
.pro-sec1 {
	padding: 50px 0;
	text-align: center;
	float:left;
	width:100%;
}
.pro-sec1 .btm-sec-inr{ text-align:center; margin:0;}
.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;
}
/*================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:48%;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	background: #f3f8fc;
    border-bottom: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    border-top: 4px solid #00dc39;
    padding: 10px 10px;
	border-bottom:1px solid #00dc39;
}
.one, .two, .three, .four {
	display: inline-block;
	width:62%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.two{ 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: 1px solid #b6b6b6;
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	border-bottom: 1px solid #d9effb;
}
.card-box3 {
	padding: 23px 0;
}
.cart-prdname {
	padding: 0 0 0 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.span3 {
	display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 1px;
    color: #2d2d2d;
}

.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-prdname .span3 {
    float: left;
    width: 70%;
}
.cart-prdname .span3 .span2 {
    display: block;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	float: left;
    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: 100%;
}
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: 1px solid #00dc39;
	background: #f3f8fc;
	padding: 10px 20px;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 600;
}
.card-box4-lft {
	float: left;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 20px;
    padding-top: 20px;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	margin: 0;
    padding: 10px 20px;
    height: auto;
    width: auto;
    line-height: 30px;
}
#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%;
}
.from-box{ 
	float: right;
    width: 49%;
    background: #333;
    padding: 20px}
.crt-frm1, .crt-frm2 {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	border-radius: 4px;
}
.crt-frm2 {
	float: right;
}
.frm1, .frm2 {
	padding: 10px 10px;
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.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: #fff;
    float: left;
    width: 100%;
}
/*----------FROM------------*/
.frmElmnts {
	float: left;
	margin: 0 0 8px 0;
	width: 49%;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
	    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 8px 0;
    text-align: left;
    font-weight: 400;
}
.weaccept {
	margin: 12px 0 0 0;
    width: 100%;
    text-align: left;
}
.weaccept span.span1 {
	float: left;
    width: 18%;
    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: #fff;
	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;
	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;
}
.frmfld, .frmfld1 {
	width: 100%;
	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: 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;
}
.frm2 .submit-btn {
	font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    margin: 10px auto 0 auto;
    padding: 10px 0;
    max-width: 380px;
    height: auto;
    width: 100%;
	background:#bc4400;
	color:#fff;
}
.secure {
        display: block;
    margin: 10px auto;
    background: #fff;
    padding: 10px;
}
.submit-btn img {
	margin: 0 0 0px 8px;
}
a.what {
	font-size: 16px;
	line-height: 48px;
	text-align: left;
	color: #fff;
	font-weight: 500;
	font-style: italic;
	text-decoration: underline;
	float: left;
}
.trm {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #fff;
	position: relative;
	padding: 0 0 0 22px;
	float: left;
	width: 100%;
}
.trm a{ color:#fff; 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;
}
/*----------- Conatct Us ---------------- */
.contact-us {
	text-align: center;
	float:left;
	width:100%;
}
.contact-lft, .contact-rgt {
    float: left;
    width: 100%;
    text-align: center
}
.contact-rgt {
    float: right;
}
.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;font-family: inherit;}
.cont-submit-btn {
      width: 250px !important;
    padding: 10px 30px;
    line-height: 30px !important;
    height: auto !important;
	
}
.contact-us .bdhding{}

.contact-us .s1hdimg {
	margin: 12px auto 0 auto;
}
.fancyboxfrm{
	text-align:center;
	font-size:20px;
	padding:80px 0;
	}
.fancyboxfrm span{
	color:#00c14f;
	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: 20px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 20px;
    justify-content: space-between;
}
.cont-lst li {
	float: left;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #1b2328;
    position: relative;
    padding: 20px 20px 20px 67px;
    text-align: left;
    flex: 1 1 350px;
    background: #f1f1f1;
}
.cont-lst li a {
	color: #1b2328;
}
.cont-lst li img {
	    position: absolute;
    left: 9px;
    top: 20px;
    filter: grayscale(1);
}
.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;
}
/*----------- 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: 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%;
}

.upsell-conatin {
	float: left;
	width: 100%;
}
.upsell-head {
    margin: 30px 0 0 0;
}
.cart-prd-opt {
	    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    flex-direction: row-reverse;
    margin-top: 20px;
}
.upsell-box {
	float: left;
	width: 100%;
	background: #f3f3f3;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	border-radius: 10px;
}
.cart_summary .cart-prd-opt{ display:none;}
.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;

	-webkit-appearance: none;
}
.offerBox input[type=checkbox]:checked {
	
}
.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 {
	background: #eff8ff;
}
.cart-upsell {
	float: left;
	width: 100%;
}
.ofrbx-mdl {
	    float: left;
    width: 100%;
    padding: 0px 10px 20px 160px;
    position: relative;
    text-align: left;
}
.ofrbx-mdl .up-txt {
	float: left;
    width: 100%;
    color: #00dc39;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
	text-transform: capitalize;
}
.ofrbx-mdl .up-txt span {
	display: block;
	font-size: 20px;
	line-height: 29px;
	font-weight: 500;
	color: #000;
}
.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: 130px;
	left: 0;
	top: 13px;
}
.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: #666;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 51px;*/
}
.sec1-shopnow:hover{}
.offerBox .sec1-shopnow {
	/*    padding: 0 40px;*/
    margin: 15px 0 0 0;
    /*width: 70%;
    background: #00c14f;*/
}
a.remove-from-cart {
	    color: #f00;
    margin: 0px 0 0;
    font-size: 18px;
    text-decoration: underline;
    /* position: absolute; */
    left: 330px;
    bottom: 85px;
    width: 100%;
    z-index: 99;
    padding: 5px 0;
    position: absolute;
}

/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trms-sec2 {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #00dc39;
    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 #00dc39;
}
.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;
}
.ingredients-pannel {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
	/*text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	float: left;
	width: 100%;
	margin-bottom: 10px;*/
}
.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 10px;
    max-width: 630px;
    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;
}
@media only screen and (max-width:1030px) {
	.cart-sec1{ width:100%;}
	.from-box{ width:100%;}
}

@media only screen and (max-width:767px) {
	.cart-prd-opt{ width:100%;}
	.upsell-box{ width:100%;}
	.offrBx-img1{ position:static;}
	.ofrbx-mdl{padding: 0px 10px 20px 13px; text-align: center;}
	a.remove-from-cart{ left:130px; bottom: 10px;}
	.offerBox .sec1-shopnow{ width:100%;}
	.offerBox label{padding: 20px 5px;}
	
	
	
	.cont-lst li img{ max-width:30px;}
	.cont-lst li{ padding-left:50px;}
}
