
@media (min-width: 1200px){
.container {width: 1100px;}
}

/* SHIPPING PAGE CSS */
.cart-box1,.ord-lft, .summary-box__price__info, .prod-box, .cart-prclist, .stepCount2{display:none;}
.chk-sec1{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #f1f6fc;
}
form#frmOrder {
    display: flex;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chkout-inrBx{
	float:left;
	width:100%;
	border:1px solid #ebebeb;
	border-radius:5px;
	position:relative;
	display: flex;
    flex-wrap: wrap;
	}
.chkbox-lft-inr{
	float:left;
	width:56%;
	padding-bottom:30px;
	background:#fff;
	}
.secure-Dv{
	float:left;
	width:100%;
	border-radius:3px 3px 0 0;
	background:#0459a0;
	padding:5px 15px;
	}
.secureDv-lft{
	float:left;
	text-align:left;
	padding:10px 0 5px 50px;
	font-size:18px;
	line-height:22px;
	color:#ffffff;
	text-transform:uppercase;
	position:relative;
	}
.secureDv-lft span{
	font-size:24px;
	font-weight:600;
	}
.secureDv-lft img{
	position:absolute;
	left:0;
	top:7px;
	}
.secureDv-rgt{
	float:right;
	text-align:left;
	padding:10px 0 5px 65px;
	font-size:18px;
	line-height:22px;
	color:#ffffff;
	position:relative;
	}
.secureDv-rgt span{
	font-size:22px;
	font-weight:600;
	}
.secureDv-rgt img{
	    position: absolute;
    left: 9px;
    top: 2px;
    max-width: 45px;
	}
.cards-logoes{
	display:inline-block;
	vertical-align:middle;
	margin:15px 0;
	max-width: 100%;
	}
.stepCount {
	float: left;
	width: 100%;
	padding: 20px 20px 20px 72px;
	text-align: left;
	background: #ecf6ff;
	font-size:24px;
	line-height:26px;
	color:#363636;
	font-weight:600;
	position: relative;
	}
.stepCount img {
	position:absolute;
	left:15px;
	top:16px;
	}
/*==========SHIPING===========*/
.frmBox{
	float:left;
	width:100%;
	padding:20px 25px;
	}
.input-box {
	float: left;
	width: 100%;
	height: 44px;
	border: 1px solid #cfcfcf;
	text-align: left;
	padding: 0 0px 0 35px;
	border-radius: 3px;
	background-color: #fff;
	outline: none;
	margin: 6px 0;
	position: relative;
	}
.input-box.hlf {width: 48%;}
.input-box.fr {float: right;}
.input-box.payfld {padding: 0 0px;}
.fldicon {
	position: absolute;
	left: 12px;
	top: 12px;
	}
.field-all {
	float: left;
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	color: #000;
	font-size: 16px;
	padding:0 10px 0 10px;
	font-family: inherit;
	font-weight:normal;
	border-radius:0 3px 3px 0;
	}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
	}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/dwn-arw.jpg) no-repeat right center;
	padding:0 42px 0 10px;
	}
/*======payment======*/
a.whats-dis {
	float: left;
	color: #0459a0;
	font-weight:500;
	font-size: 16px;
	margin:20px 0 0 20px;
	text-decoration: underline;
	}
.fieldToggle {
	float: left;
	color: #2d2d2d;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin: 5px 0;
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	font-weight:500;
	}
.fieldToggle input[type=checkbox], .protectionHeading label input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.fieldToggle input[type=checkbox] + span, .protectionHeading label input[type=checkbox] + span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border: 2px solid #808080;
	border-radius: 4px;
	position: relative;
	}
.fieldToggle input[type=checkbox] + span {
	position: absolute;
	left: 0;
	}
.fieldToggle input[type=checkbox]:checked + span:after, .protectionHeading label input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/tik-blk.svg) no-repeat center center;
	background-size: 100%;
	left: 1px;
	top: 1px;
	}
.card-accept {
	float: left;
	width: 100%;
	margin: 15px 0;
	color: #2d2d2d;
	font-size: 16px;
	text-align: left;
	}
.card-accept img {
	display: inline-block;
	vertical-align: middle;
	}
.pay-opt {
	display: inline-block;
    vertical-align: middle;
	margin-left: 10px;
	text-align: left;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	}
.paypal-btn {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	}
.card-box{
	float: left;
	width: 100%;
	}
.paypal-box{
	float: left;
	width: 100%;
	margin-top:20px;
	}
.pay-opt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.pay-opt input[type=radio] + span {
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 50%;
	margin-top:-8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #cbcbcb;
	}
.pay-opt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #242424;
	}
.pay-opt input[type=radio]:checked + span {
	border: 1px solid #242424;
	}
.paypal-block{
	margin-left:20px;}
	
.trm {
        float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-top: 10px;
}	
.trm a{ text-decoration:underline;}
.proceed-btn{
	margin-top: 30px;
	width: 100%;
	font-size: 26px;
	}
.mnybk-grnty{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-top:7px;
	}
.chk-rght{
	    float: right;
    width: 44%;
    background: #ffffff;
    border-left: 1px solid #ebebeb;
    padding: 10px;
	}
.pymnt-rght{
	min-height:1040px;}
.oder-smryBox{
	float:left;
	width:100%;
	border-radius:0 3px 0 0;
	}
.smryHdng{
	float:left;
	width:100%;
	font-size:24px;
	font-weight:600;
	color:#363636;
	padding:10px 20px;
	text-align:left;
	}
.smry-mdl{
	float:left;
	width:100%;
	padding:10px 15px;
	border-top:1px solid #ebebeb;
	}
.cart-box2 {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 0 8px;
	margin: 5px 0;
}
.card-box3rgt {
    float: left;
    width: 100%;
    margin-top: 10px;
}
a.continue-shpbtn, #browse {
    display: inline-block;
    width: 49%;
    margin-top: 5px;
    border-radius: 10px;
    height: 46px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 46px;
    position: relative;
    font-weight: 500;
    background: #0ad552;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: inherit;
}
#browse{ width:100%;}

p.cart-txt {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.smry-prd-name{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#3e3e3e;
	}
.smry-col-1{
	float:left;
	width:75%;
	text-align:left;
	padding:0 0 0 90px;
	position:relative;
	font-size:16px;
	line-height:24px;
	}
.smry-col-1 span{ font-size:18px; font-weight:600;}
.smry-col-1 img{
	    position: absolute;
    left: 0;
    top: 0;
    width: 76px;
    background: #f1f6fc;
    padding: 7px;
	}
.smry-col-2{
	float:left;
	width:100%;
	text-align:left;
	padding:5px 0 0 60px;
	position:relative;
	font-size:15px;
	line-height:22px;
	letter-spacing:0.3px;
	}
.smry-col-2 span{
	font-weight:500;
	font-size:16px;
	}
.smry-col-3{
	float:right;
	width:25%;
	text-align:right;
	font-weight:600;
	margin-top:15px;
	}
.apply-cuppon {
    float: left;
    width:100%;
	padding:10px 5px;
	}
.apply-cuppon input {
    float: left;
    width:70%;
    background: #fff;
    border: 1px solid #ccc;
	font-family: inherit;
	font-weight:normal;
    font-size: 16px;
    height:40px;
    color: #5d5d5d;
    padding: 5px 15px;
	-webkit-appearance:none;
	}
.apply-cuppon button {
    float: right;
    width:30%;
	font-family: 'Cera Pro';
	font-weight:normal;
    height:40px;
    line-height:38px;
    background: #40b6a5;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	}
.smry-prc-p1{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:18px;
	color:#000000;
	font-weight:500;
	padding:5px 5px 10px 10px;
	}
.smry-prc-p1 span{ float:right; font-size:17px;font-weight:600;}
.smry-prc-p1.total{ 
	font-size:20px; 
	font-weight:600;
	border-top:1px solid #e1e1e1;
	padding-top:10px;
	}
.grnty-sealBx{
	float:left;
	width:100%;
	padding:0 15px;
	border-top:1px solid #cbc8bf;
	margin-top:5px;
	}
.grnty-seal-col{
	float:left;
	width:100%;
	text-align:center;
	margin-top:25px;
	position:relative;
	padding:0 5px;
	}
.grnty-seal-col img{
	margin:0 auto 0;
	display:block;	
	width:100px;
	}
.grnty-seal-col h1{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #39ac9c;
    font-weight: bold;
    margin-top: 8px;
	}	
.grnty-seal-col span{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
	}
.grnty-seal-col p{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 10px;
	}

.offerBox{
	float:left;
	width:100%;
	border:1px solid #40b6a5;
	margin-top:20px;
	border-radius:10px;
	}	
.ofrbx-top{
	float:left;
	width:100%;
	background:#40b6a5;
	padding:10px 10px 15px;
	text-align:left;
	border-radius:10px 10px 0 0;
	}
.ofrbx-top .fieldToggle{
	float:left;
	text-align:left;
	margin:0;
	padding-left: 40px;
	}
.ofrbx-top .fieldToggle p{
	font-size:24px;
	line-height:28px;
	color:#fefefe;
	font-weight:600;
	letter-spacing:0.5px;
	}
.ofr-chk{
	background:#fff;
	margin-top:4px;
	margin-left:5px;
	border:none !important;
	border-radius:0 !important;
	}
.fieldToggle input[type=checkbox]:checked + span.ofr-chk:after{
	left: 2px;
    top: 2px;
	width: 15px;
    height: 15px;
	}
.ofrbx-mdl{
	float:left;
	width:100%;
	background:#f3f3f3;
	padding:20px 15px 25px 150px;
	border-radius:0 0 10px 10px;
	position:relative;
	text-align:left;
	}
.offrBx-img1{
	position:absolute;
	left:20px;
	top:15px;
	width:70px;
	}
.offrBx-img2{ top:5px;}	
.offrbx-txt1{
	font-size:20px;
	line-height:22px;
	font-weight:600;
	color:#ff0000;
	}
.offrbx-txt2{
	font-size:18px;
	line-height:24px;
	color:#363636;
	margin-top:10px;
	}
.offrbx-txt2 span{
	position:relative;
	}
.offrbx-txt2 span img{
	position:absolute;
	left:-2px;
	top:0;
	}

/*----------------------
FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    padding:40px 0;
    color: #333;
	text-align:center;
	border-top:1px solid #eaeaea;
	}
.footer__text {
	margin-top:20px;
    float: left;
    width: 100%;
	font-size:16px;
	line-height:22px;
	font-weight:300;
	}
.footer__text small {
    font-size: 14px;
    line-height: 18px;
    float: left;
    width: 100%;
	}
.footer__text a {
    color: #333;
	}
.footer__text--2{margin-top:6px;}

/*-----------------------
MEDIA START
------------------------*/
@media only screen and (max-width:1199px){
.checkout-box__heading h3:after{width:90px;}
.view-box{font-size:20px;}
.summary-box__product-info{width: calc(100% - 200px); font-size:17px; line-height:20px;}
.money-back p{font-size:17px; line-height:24px;}

.view-box{font-size:17px; line-height:22px; padding:8px 5px 10px;}
.view-box img{width:20px; margin:6px 4px 0 0;}
.view-box span{width:46px;}
}

@media only screen and (max-width:991px){
.top-strip p{font-size:18px;}
.logo{width:180px; }
.header__steps{width:330px;}
.header__right p{font-size:16px; line-height:22px;}

.checkout-box__heading p{font-size:17px; line-height:25px;}
.checkout-box__heading h3{font-size:23px; line-height:28px;}
.checkout-box__heading h3:after{width:40px; top:10px;}
.checkout-box__heading h4{font-size:16px; line-height:22px;}
.shipping-icon{width:55px;}

.view-box{font-size:17px; line-height:22px; padding:8px 5px 10px;}
.view-box span{width:46px;}

.fields__elements label{font-size:17px; line-height:23px;}
.checkut-button{height:70px; line-height:66px; font-size:26px;}
.checkut-button img{width:38px;}

.summary-box__heading{font-size:22px; line-height:25px;}
.summary-box__product{max-width:150px;}
.summary-box__product-info{width: calc(100% - 150px); font-size:16px;}
.summary-box__product-info span{font-size:20px; line-height:28px;}
.price-separator{max-width: 20px;}
.price__info__inner p{font-size:16px; line-height:20px;}
.price__info__inner h3{font-size:24px; line-height:30px;}
.summary-box__price-details tr td{font-size:17px;}

.money-back{padding: 15px 15px 20px;}
.money-back img{width:135px; margin-top:-70px;}
.money-back h3{font-size:21px; line-height:26px; margin-top:15px;}
}

@media only screen and (max-width:1021px){
/*=============CHECKOUT-PAGE CSS================*/
.shpng-line{ width:330px;}
a.mail-txt{ font-size:15px; display:none;}
.secure-Dv{ padding:5px 10px;}
.secureDv-lft{padding: 10px 0 5px 37px;font-size: 15px;line-height: 17px;}
.secureDv-lft span{ font-size:22px;}
.secureDv-lft img{ width:30px; top:6px;}
.secureDv-rgt {padding: 8px 0 5px 43px;font-size: 16px;line-height: 18px;}
.secureDv-rgt img{ width:35px; top:5px;}
.secureDv-rgt span{ font-size:18px;}
.cards-logoes{ max-width:90%;}
.stepCount{ font-size:20px;padding: 15px 10px 15px 72px;}
.smry-prd-name{ font-size:16px; line-height:22px;}
.ofrbx-mdl{ padding:20px 15px 25px 110px;}
.ofrbx-top .fieldToggle p{ font-size:21px; line-height:21px;}
.proceed-btn{width:100%;}
}

@media only screen and (max-width:767px){
/*=============CHECKOUT-PAGE CSS================*/
a.mail-txt{ display:none;}
.chk-header{ height:auto; padding:10px 0;}
.chk-logo{ float:none; display:block; margin:0 auto 12px;}
.shpng-line{ position:static; display:block; margin:0 auto;width: 330px;}
.chk-sec1{ padding:30px 0;}
.chkbox-lft-inr{ width:100%;padding-bottom: 20px;}
.secureDv-lft {padding: 10px 0 5px 32px;font-size: 14px;line-height: 16px;}
.secureDv-lft img { width: 25px;top: 8px;}
.secureDv-lft span ,.secureDv-rgt span{font-size: 18px;}
.secureDv-rgt {padding: 8px 0 5px 35px;font-size: 15px;line-height: 17px; display:none;}
.secureDv-rgt img {width: 30px;top: 6px;}
.stepCount {font-size: 19px;padding: 15px 10px 15px 60px; line-height:21px;}
.stepCount img {left: 10px;top: 10px;width: 40px;}
.frmBox{ padding:15px 10px 0;}
a.proceed-btn{ font-size: 22px;margin-top: 20px;}
.fieldToggle{ font-size: 14px; line-height: 20px;}

.card-accept{ margin:10px 0;}
.pay-opt {margin-left: 0px;float: left;width: 100%;margin:15px 0 0;}
.paypal-box {margin-top: 10px;}
.ofrbx-top{padding:10px 5px 10px 10px;}
.ofrbx-top .fieldToggle{padding-left: 30px;}
.ofrbx-top .fieldToggle p{font-size: 17px;line-height: 22px;}
.ofr-chk{margin-top: 1px;margin-left: 0px;}
.ofrbx-mdl{padding: 15px 10px 15px 125px;}
.offrbx-txt1 {font-size: 18px;line-height: 18px;}
.offrbx-txt2{font-size: 17px;line-height: 24px;margin-top: 5px;}

.chk-rght{ width:100%; border:none; position:static;}
.pymnt-rght{ min-height:auto;}
.grnty-sealBx{ border:none;}
.grnty-seal-col{ margin-top:20px;}
.grnty-seal-col span{ font-size:22px;}
.oder-smryBox{ margin-bottom:15px;border: 1px solid #ebebeb;}
.smry-mdl{ padding:10px 10px 20px;background: #fff}
.smryHdng{ padding:10px 10px;background: #ecf6ff;font-size: 22px;}
.smry-col-1{ padding:0;}
.smry-col-1 img{ display:none;}
#summry-tog{position:relative;}
#summry-tog.open:after {content: '-';}
#summry-tog:after {
    content: '+';
    position: absolute;
    right:20px;
    top: 50%;
	font-size:24px;
	line-height:24px;
    background-size: 100%;
    transform: translateY(-50%);
}

a.continue-shpbtn{ width:100%;}

.packageBtn{font-size:24px; line-height: 50px;  height: 50px;}
.chk-footer{ padding:20px 0;}
.chk-footer p{ font-size:14px; line-height:20px; margin:3px 0;}
.chk-footer p a{ padding:0 3px;}

.footer{padding:25px 0;}
.footer__logo{width:180px;}
.footer__text{font-size:15px; line-height:20px; margin-top:15px;}
.footer__text--2{margin-top:4px;}
}

.coupn-sec {
        float: left;
    max-width: 100%;
    width: 100%;
    /* padding: 20px; */
    /* border: 1px solid #ccc; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
    row-gap: 10px;
    margin: 10px 0;
}

.coupn-sec a {
	float: left;
	width: 38%;
	background: #1ca100;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	font-family: inherit;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
}

.coupn-sec input[type="text"] {
   float: left;
    width: 60%;
    height: 40px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
}