.prodSection{
	    float: left;
    width: 100%;
    padding: 55px 0;
    position: relative;
}
.prodSection .common-heading {}
.prodBreadcrm {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 0 10px;
    background: #f6f6f6;
    letter-spacing: 0.5px;
}
.prodBreadcrm p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #101010;
    font-weight: 500;
}
.prodBreadcrm p a {
    color: #000;
    font-weight: 400;
}
/*================PRODUCT PAGE===============*/
ul.prod-list{
	    float: left;
    width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
	}
ul.prod-list li{
    float: left;
    width: 32.33%;
    text-align: center;
    border: 1px solid #28558d;
    background: #fff;
    padding: 20px 20px 20px 210px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
ul.prod-list li a.comn-button {
	float: right;
    width: 100%;
}

ul.prod-list li .cbd-prod:hover{
	    background: #28558d;
    box-shadow: 0 0 20px 5px rgb(221 246 219 / 90%);
    -webkit-box-shadow: 0 0 20px 5px #d0f2fe;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
ul.prod-list li:hover a.prd-shop-btn{border:1px solid #28558d; color:#01061a;}
ul.prod-list li:hover a.prd-shop-btn:hover{ background:#28558d; color:#fff;}
.prd-txt1{
	float: right;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #7c8086;
	clear: both;}
.prd-txt2{
	float: right;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #01061a;
    font-weight: bold;
    margin-bottom: 0px;
	}
.cbd-prod{
	position: absolute;
    top: 20px;
    left: 10px;
    background: #f6f7fa;
    max-width: 160px;
}
.star{
	display:block;
	margin:0 auto;
	}
.prd-txt3{
    float: right;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #0b3480;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 0px;
    clear: both;
	}

/*===============================
	PRODUCTS_DETAILS_PAGE
==================================*/
.proDetails-sec1{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #ffffff;
    border-bottom: 1px solid #efefef;
	}
.proDetails-left{
	float:left;
	width:35%;
	    background: #fff;
	}
.proDetails-right{
	float:right;
	width:62%;
	text-align:left;
	}
.proDetails-sec1 .common-heading{
	    font-size: 38px;
    line-height: 46px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
	font-family: "Josefin Sans", sans-serif;
}
.proDetails-sec1 .common-heading span{ display:block; font-size:24px;line-height: 30px;}
.prod-nameHdng {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 42px;
    font-weight:600;
    line-height:50px;
	}
.prd-p1 {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 18px;
    margin-top:10px;
	vertical-align: middle;
	line-height:24px;
	letter-spacing:0.5px;
	}
.prd-p1 img {
    display: inline-block;
    vertical-align: middle;
    margin:-5px 10px 0 0;
	}
.prd-prc{
    float: left;
    width: 100%;
    font-size: 34px;
    line-height: 42px;
    font-weight: bold;
    color: #000000;
    margin-top: 20px;
	}
.prd-p2 {
        float: left;
    width: 90%;
    font-size: 18px;
    line-height: 28px;
    color: #545454;
    margin-top: 15px;
    font-weight: 400;
}
ul.pr-dtl-s1-rgt-list {
    float: left;
    width: 100%;
    margin-top: 10px;
}
ul.pr-dtl-s1-rgt-list li{
        font-size: 20px;
    float: left;
    width: 100%;
    position: relative;
    line-height: 34px;
    padding-left: 20px;
}
ul.pr-dtl-s1-rgt-list li:before{
	position: absolute;
    top: 13px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background: #28558d;
	}
.qty-txt{
	float:left;
    width: 100%;
    font-size:24px;
    line-height:24px;
    color: #333333;
    margin-top:30px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.qty-div {
    float: left;
    text-align: center;
	margin-top:15px;
	}
.sub, .add {
    float: left;
    width:42px;
    border: 1px solid #cfcfcf;
    height: 46px;
    padding:2px;
    text-align: center;
	background:#fff;
    outline: none;
    cursor: pointer;
	font-size:26px;
    color: #333333;
	background:#f7f7f7;
	}
.qty-div input {
    float: left;
	border:none;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    background: none;
    width:70px;
    text-align: center;
    height:46px;
    padding: 1px 0px 0;
    font-size: 21px;
    color: #333333;
	
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
}
.btn-box {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    column-gap: 20px;
}

.btn-box .btn {margin-top: 0;max-width: 300px;}
.strngth-dv{
	float:left;
	width:100%;
	margin-top:15px;
	}

.prd-strength-row {
    float: left;
    width: 100%;
    padding: 20px 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%;
}
.prd-strength-row .option-field {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    outline: none;
    font-weight: 500;
    margin: 20px 0 0px 0;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.prd-strength-row .option-field li {
	    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    width: 32%;
    text-align: center;
    background: #fff;
}
.prd-strength-row .option-field li span{ margin-top:5px; display:inline-block;}
.prd-strength-row .option-field li.addprice {
      border: 1px solid #28558d;
    /* color: #fff; */
    box-shadow: 0 0 5px #28558d;
}
img.opt-img {
        max-width: 70px;
    margin: 10px auto;
    display: block;
}
.prd_prc {
    font-weight: 400;
    font-size: 28px;
    line-height: 43px;
    margin: 10px 0 0 0;
}
.prd_quantity {
    display: inline-block;
    vertical-align: top;
	margin-top:20px;
}
.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;
}

.select-mg{
    display: inline-block;
    vertical-align: middle;
    width:104px;
	height:42px;
    text-align: center;
    padding:2px;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    background: #fff;
    margin:0 30px 0 0;
	}
.select-mg.active p{
    background:#00993e;
	color:#fff;
	}
.select-mg p{
	float:left;
	width:100%;
	background:#f7f7f7;
	font-size:22px;
	color:#333;
	font-weight:600;
	line-height:36px;
	letter-spacing:0.5px;
	}
.prd-as-seenDv{float: right;}
.prd-as-seenDv p{
	float:left;
	font-size:18px;
	line-height:20px;
	color:#7a7a7a;
	font-weight:600;
	}
.as-seen-prd-img{
	float:left;
	margin-top:5px;
	max-width:100%;
	}
.cards{
	margin:0px auto 0;
	max-width:100%;
	}


.multi-pack {
    float: left;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	margin-top: 20px;
}

.multi-opt {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    float: left;
    width: 49%;
    padding: 10px;
    background: #ededed;
    text-align: center;
	cursor: pointer;
	font-weight: 700;
	transition: all 0.3s;
}
.multi-opt.opted {
    background: #000;
    color: #fff;
}
/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
	position: relative;
}
.crt-from-sec1::after {
	content: "";
	display: block;
	width: 45%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1;
	border-left: 1px solid #efefef;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.cart_open .drawer .cart-sec1 {
	float: left;
	width: 100%;
	padding:0;
}
.cart_summary {
	    float: right;
    width: 42%;
    padding: 0 20px;
    display: block !important;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	background: #ffffff;
	border-bottom: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
	float: left;
	width: 100%;
	color: #1d2c4c;
}
.cart_summary .cart-box1 {
}
.one, .two, .three, .four {
	float:left;
	width: 60%;
	vertical-align: middle;
	padding: 8px 20px;
}
.drawer .one{ 
	float: left;
    width: 100%;
    padding: 20px 0 20px;
    border-bottom: 1px solid #d0d0d0;}
.cart-box1 .two,.cart-box1 .three,.cart-box1 .four{display:none;}
.cart-box1 .one {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    padding: 26px 0;
}
.cart-box2 .one, .cart-box2 .two, .cart-box2 .three, .cart-box2 .four {
	padding: 5px 30px 5px 0 ;
}
.cart-box2 .one {
	    padding: 22px 0 15px 0px;
}
.drawer .cart-box2 .one{     padding: 20px 0 20px;}
.drwer-txt1 {
    float: left;
    width: 60%;
    font-size: 18px;
    line-height: 26px;
    color: #393733;
}
.drawer .drwer-txt1 {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    color: #393733;
}
.drawer .drwer-txt2 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #393733;
    margin-top: 3px;
	text-align:left;
}
.cart-box2 .two, .cart-box2 .three{display:none;}
.cart_summary .cart-box2 .one {
	width: 100%;
}
.cart_summary .summry-lft-hdr {
	display: none;
}
.cart_summary .cart-box2 .four {
	padding-right: 20px;
}
.cart_summary .cart-box2 .two, .cart_summary .cart-box2 .three {
	display: none;
}
.two, .three, .four {
	width: 22%;
	text-align: center;
}
.one {
	position: relative;
}
.four {
	padding: 0 0px 0 0;
	position: relative;
	border: none;
	float: right;
    width: 40%;
}
.cart-remv {
	position: absolute;
    right: 0;
    top: -20px;
}
.cart_summary .cart-remv {}
.summry-lft {
	float: left;
	width: 100%;
	position: relative;
}
.summry-lft-hdr {
	float: left;
	width: 100%;
	padding: 5px 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-align: left;
	display: none;
	background: #6baf24;
	color: #fff;
}
.summry-lft-hdr span {
	float: right;
}
.cart-lft {
	float: left;
	width: 100%;
}
.cart_summary .cart-lft {
	width: 100%;
}
.cart-box2, .card-box3 {
	float: left;
	width: 100%;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.cart-box2 {
	border-bottom: 1px solid #d2d2d2;
}
.card-box3 {
	float: right;
	width: 100%;
	border: none;
}
.cart_summary .card-box3 {
	width: 100%;
}
.cart-prdname {
	    float: left;
    width: 60px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    text-align: center;
    background: #f9f9f9;
    position: relative;
}
.cart-prdname .qtybox{ display:none;}
.drawer .cart-prdname{
	    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    text-align: center;
    background: #f9f9f9;
    position: relative;
	}
.drawer .cart-prdname .qtybox{ display:block;}
.span3 {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 1px;
	color: #2d2d2d;
}
.span2 {
	font-size: 18px;
    line-height: 22px;
	font-weight: 500;
	color: #2d2d2d;
}
.drawer .cart-prdname .qtybox {
        position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ff2e2e;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
}
.prod-rght {
    float: right;
    width: 84%;
    text-align: left;
}
.drawer .prod-rght {
    float: right;
    width: 250px;
    text-align: left;
}
.prod-name {
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #393733;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prod-name p {
    width: 100%;
}
.prod-name span{  font-weight:400;position: relative;}
.drawer .prod-name {
       float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #393733;
    font-weight: 600;
}
.cart_summary .span2, .cart_summary .sub-total {
/*font-size: 18px;*/
}
.cart-prdname span.span1 {
 font-family: inherit;
 font-size: 22px;
color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
    position: static;
    margin-top: 0px;
}
.drawer .cart-prd1{
	    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
    position: static;
    margin-top: 0px;
}
.drawer .cart-box2{ border:none;}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
	text-align: right;
}
.sub-total {
}
.card-box3rgt {
	float: right;
	width: 100%;
}
ul.cart-prclist {
	padding: 0;
	float: left;
	width: 100%;
}
ul.cart-prclist li {
	font-size: 20px;
	line-height: 34px;
	color: #000;
	text-align: left;
	float: left;
	width: 100%;
	padding: 10px 0px;
}
.cart_summary ul.cart-prclist li {
	    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #f7f8ff;
}
ul.cart-prclist li:last-child {
	padding: 10px 0px;
	border-bottom: 1px solid #d2d2d2;
}
ul.cart-prclist li span.span1 {
	float: right;
	font-weight: 500;
}
.card-box4-lft {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}
.prc-checkt {
        line-height: 62px;
    /* padding: 10px 0; */
    height: 62px;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
}
.proceed-chkbtn, .continue-brwbtn, #browse {
/*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 #4dff24;
    padding: 10px 20px;*/
}
.continue-brwbtn {
    float: left;
    width: 100%;
    background: #28558d;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
	border:none;
    text-decoration: none;
    padding: 18px 0;
    text-align: center;
    font-weight: 600;
    border-radius: 40px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.proceed-chkbtn {
	float: right;
	background: #f9f9f9;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display: none;
}

/***************************/
.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;
	cursor: pointer;
}
.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 #28558d;
}
.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: #ffde00;
	background: #fffef4;
}
.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: 15px;
    line-height: 28px;
    font-weight: 700;
    background: #e92001;
    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: 0px;
}
.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: 27px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 56px;
    width: 248px;
}
.sec1-shopnow.prd-added {
	background: #ffde00;
	color: #000;
}
.offerBox .sec1-shopnow {
	padding: 0 20px;
	/* margin: 5px 0 0 0; */
	width: 100%;
	font-size: 20px;
}
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;
}


/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 350px;
	right: 0;
	border-left: 1px solid #e5e5e5;	
	
	-ms-transform: translateX(350px);
	-webkit-transform: translateX(350px);
	-moz-transform: translateY (350px);
	-o-transform: translateY (350px);
	transform: translateX(350px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 10px 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
.shifter_page{transition: all ease 0.5s;-webkit-transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-350px);
	-webkit-transform: translateX(-350px);
	transform: translateX(-350px);
	}
	
.drawer__header {
	    float: left;
    /* height: 70px; */
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
	}
.drawer .cart-box1 {
    display: none;
}

.drawer .sub-total li:nth-child(2), .drawer .sub-total li:nth-child(3) { display:none;}
.drawer .continue-shpbtn{ margin-top:0;}
.table-cell {
	float:left;
	width: 50%;
	font-size:18px;
	color:#2d2d2d;
	text-align:left;
	}
.cart-icon{
	    float: right;
    margin: 15px 55px 0 0;
    position: relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:0 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	width:16px;
	margin-top:4px;
	margin-right: 10px;
	}
.cart-box2{
	float:left;
	width:100%;
	padding:0px 0 0;
	border-bottom:1px solid #d0d0d0;
	}
.drawer-prod-lft{
	     float: left;
    width: 70px;
    height: 80px;
    border: 1px solid #c0d3d9;
    text-align: center;
    background: #e8f1f4;
    position: relative;
    margin: 8px 0 0 0;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 90%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	float:right;
	width:190px;
	text-align:left;
	}
.drwer-prod-name{
	    font-family: 'Graphik';
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #393733;
    font-weight: normal;
}
.drwer-prod-name span{ color:#0c426d; font-weight:bold; font-size:15px;}
.drwer-prod-name img{
	display:block;
	margin:0 0 0 0;
}

.drwer-txt2{
	float: right;
    width: 38%;
    color: #393733;
    /* margin-top: 3px; */
    text-align: right;
    font-size: 23px;
    line-height: 28px;
    color: #01061a;
    font-weight: 600;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:300;
	}
.cart-remv img{
	width: 18px;
    /* margin-top: -52px; */
    position: absolute;
    top: 0;
    right: 0;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{
	float:right;
	}

.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
/*==================CART FROM===================*/
.cart-frm {
	float: left;
	width: 100%;
	padding: 40px 0;
	position: relative;
	text-align:center;
}
.crt-from-sec, .crt-from-sec1 {
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 1170px;
    border-radius: 10px;
    /* box-shadow: 0 0 9px 1px rgb(0 0 0 / 20%); */
    /* -webkit-box-shadow: 0 0 9px 1px rgb(0 0 0 / 20%); */
    background: #fff;
    overflow: hidden;
    position: relative;
}
.chk-lft-top {
   float: left;
    width: 100%;
    background: #f2fbff;
    position: relative;
    padding: 13px 0 15px 110px;
	font-family: "Josefin Sans", sans-serif;
}
.shp-icon1 {
    position: absolute;
    left: 40px;
    top: 15px;
}
.chk-lft-top span {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
.chk-lft-top span img {
	vertical-align: top;
	margin: 6px 0 0 10px;
}
.chk-lft-top p {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 34px;
	color: #141011;
	font-weight: 600;
}
.form-mid {
    float: left;
    width: 100%;
    padding: 10px 40px 40px;
}
.crt-frm1, .crt-frm2 {
	float: left;
    width: 100%;
    /* padding: 25px 24px; */
    border-radius: 0 0 5px 5px;
    text-align: left;
    border-top: none;
}
.crt-frm2 {
	float: right;
}
.steps-chk {
        float: left;
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    color: #1e1e1e;
    font-weight: 500;
    padding: 0px 0 20px;
    border-radius: 5px 5px 0 0;
}
.frm1, .frm2 {
	float: left;
	width: 100%;
}
.safebox {
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 36px;
	color: #000000;
	text-align: left;
	font-weight: 600;
}
.safe-iconbox2 {
/*background: #ff0000 url(../images/pay.png) center center no-repeat;*/
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.continue-btn {
    width: 100%;
    background: #28558d;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    padding: 18px 0;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    margin-top: 20px;
    letter-spacing: 0.5px;
    display: inline-block;
}
/*----------FROM------------*/
.div-box {

	float: left;
	width: 58%;
}
.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: 100%;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #1c1c1c;
    text-align: left;
    padding: 0 0 3px 0;
	font-family:inherit;
}
.weaccept {
	margin: 12px 0 0 0;
	width: 100%;
	text-align: left;
	display: inline-block;
	padding: 0;
}
.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;
}
.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: 4px;
	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%;
	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: 44px;
	border: none;
	outline: none;
	font-family: inherit;
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 400;
	border-radius: 3px;
	font-family: inherit;
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select, .frm2 .frmfld1 input, .frm2 .frmfld1 select, .frm2 .frmfld input, .frm2 .frmfld select {
	width: 100%;
	float: left;
	border: 1px solid #bbbabb;
	
}
.frm1 .frmfld select, .frm2 .frmfld1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/select-fldbg.png) 97% center 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 {
	width: 100%;
    background: #e92001;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    padding: 18px 0;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 0.5px;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.secure {
	display: block;
    margin: 20px auto 10px;
}
.submit-btn img {
	margin: 0 0 0px 8px;
}
a.what {
	font-size: 16px;
	line-height: 48px;
	text-align: left;
	color: #ff6600;
	font-weight: 500;
	font-style: italic;
	text-decoration: underline;
	float: left;
	margin-top:30px;
}
.trm {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #2d2d2d;
	position: relative;
	padding: 0 0 10px 20px;
	float: left;
	width: 100%;
}
.trm-padd {}
.trm a {
	color: #2d2d2d;
	text-decoration: underline;
}
.trm input[type=checkbox] {
	position: absolute;
	top: 2px;
	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;
}
.continue-shpbtn, #browse {
	border: 2px solid #acacac;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #525252;
	float: right;
	text-align: center;
	padding: 10px 10px;
	display: inline-block;
	width: 100%;
}
.continue-shpbtn:nth-child(1) {
	background: #4bbd31;
	border: 2px solid #4bbd31;
	display:none;
	color: #fff;
}
.cart_summary .common_btn{display:none;}
#browse {
	margin-top: 10px;
}
/*----------- 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%;
}
@media only screen and (max-width: 1179px) {
}
@media only screen and (max-width: 1023px) {
.div-box {
	width: 100%;
	margin-top: 20px;
}
.crt-frm1, .crt-frm2 {
}
.cart_summary {
	width: 100%;
	padding: 0;
}
.crt-from-sec1::after {
	display: none;
}
.crt-frm1, .crt-frm2 {
	padding: 0px 0px 0 0;
}
}
@media only screen and (max-width: 767px) {
.crt-frm1, .crt-frm2 {
	width: 100%;
	margin-bottom: 0;
}
.cart-box1 .one {
	padding: 0;
}
.cart-box1 .four, .four {
	padding-right: 0;
}
.cart-frm {
	padding: 20px 0;
}
.cart-remv {
}
.card-box3rgt {
	width: 100%;
}
.cart-box2 .one {
	padding: 10px 0;
}
.cart-prdname .cart-prd1 {
	/*display: none*/
}
.span2 {
	font-size: 16px;
}
.safe-iconbox, .safe-iconbox2 {
	background: none;
}
.safebox {
/*padding: 10px*/
}
.safebox p {
	font-size: 20px;
	line-height: 28px;
}
.frm1, .frm2 {
	padding: 10px 10px;
}
.submit-btn {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 20px;
	margin: 0;
}
.chk-lft-top{ padding: 13px 0 15px 70px; font-size: 22px;}
.shp-icon1{    left: 8px;}

.prod-rght{width: 81%;}
.prod-name span{font-size: 14px;line-height: 22px;}
.frmfld-short1, .frmfld-short2{ width:100%; position:relative;}
.drwer-txt2{font-size: 20px;}
.prd-strength-row .option-field li{    width: 49%;}

ul.pr-dtl-s1-rgt-list li{    font-size: 18px;}
.prd-p2{font-size: 16px; line-height: 27px;}

.proDetails-sec1 .common-heading{font-size: 28px;}
.proDetails-sec1 .common-heading span{ font-size:22px;}
}
@media only screen and (max-width: 640px) {
.cart-box1 {
	font-size: 15px;
	line-height: 20px;
	display: none;
}
.unit-price, .sub-total {
	font-size: 18px;
}
.continue-shpbtn {
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 25px;
	padding: 8px 10px;
}
.steps-chk{    padding: 0px 0 10px;}
}
/****************THANK YOU PAGE************************/
.dsplay.pro-sec1 {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
p.thx-blck-txt {
    font-size: 50px;
}
.thnx-txt1 {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}
.thnx-txt2 {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	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;
}

