

/* SHIPPING PAGE CSS */
.checkout-box{
	float:left;
	width:100%;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	margin:40px 0;
	border-radius:5px;
	padding:15px 20px;
	}
.checkout-box__left{
	float:left;
	width:58%;	
	position:relative;
	z-index:999;
	}
.checkout-box__heading{
	    text-align: left;
    padding: 10px;
    position: relative;
    background: #f6f6ff;
	}
.checkout-box__heading--step2{margin-top:30px;}
.checkout-box__heading p{
	font-size:20px;
	line-height:26px;
	color:#202020;
	}
.checkout-box__heading h3{
	  font-size: 26px;
	  line-height: 36px;
	  color: #000;
	  font-weight: 600;
	  position: relative;
}
.checkout-box__heading h4{
	font-size:16px;
	line-height:24px;
	color:#202020;
	margin-top:2px;
	font-weight:normal;
	}
.cvv-img{
    position: absolute;
    bottom: 14px;
    right: 14px;
	width: 22px;
	}	
.shipping-icon{
	position:absolute;
	right:0;
	top: -7px;
	    filter: hue-rotate(73deg);
	}
.view-box{
	width:100%;
	border:2px solid #1d2e4c;
	padding:10px 10px 12px;
	font-size:19px;
	line-height:24px;
	font-weight:500;
	color:#000;
	border-radius:4px;
	margin-top:20px;
	text-align:center;
	}
.view-box span{color:#ff0000; width:56px; display:inline-block; vertical-align:top;}
.view-box img{
	display:inline-block;
	vertical-align: top;
	margin:6px 5px 0 0;
	width:25px;
	}
.checkout-box__fields{
	width:100%;
	margin:15px 0 0;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.billingBox {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.label-checkbox{
	    float: left;
    text-align: left;
    cursor: pointer;
    margin-top: 20px;
    color: #555;
    font-size: 18px;
    width: 100%;
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px;
    border-radius: 10px;
    text-transform: capitalize;
	}
.trm {
	font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #7a7a7a;
    position: relative;
    padding: 10px 0 0 22px;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.trm a{ color:#7a7a7a; text-decoration:underline;}
.trm input[type=checkbox] {
	position: absolute;
	top: 14px;
	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;
}
.fields__elements{margin:6px 0; width:100%;}
.fields__elements--half{width:48%;}
.fields__elements--col-6{width:58%;}
.fields__elements--col-4{width:40%;}
.fields__elements--col-2{width:28%;}
.fields__elements--col-8{width:38%; position:relative;}
.fields__elements label{
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#1c1c1c;
	margin-bottom:5px;
	text-align:left;
	font-weight:normal;
	letter-spacing:0.3px;
	float: left;
	}
.fields__elements input[type="text"], .fields__elements select, .fields__elements input[type="tel"], .fields__elements input[type="email"]{
	width:100%;
	border:1px solid #cecccc;
	padding:12px 15px;
	-webkit-appearance:none;
	font-size:17px;
	font-family: inherit;
	border-radius:3px;
	font-weight:normal;
	color:#000;
	outline:none;
	}
.fields__elements select{background:url(../images/sel-img.png) center right 15px no-repeat #fff;}
.cc-icon{
	margin-top:36px;
	max-width:100%;
	}
.checkut-button{
	width: 100%;
	margin-top: 10px;
	background: #01b957;
	border: none;
	outline: none;
	font-family: inherit;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	border-radius: 50px;
	}
.checkut-button img{
	display:inline-block;
	vertical-align:middle;
	width:46px;
	margin:-10px 0 0 4px;
	}
.secure-logos{
	display:block;
	margin:0 auto;
	margin-top:15px;
	max-width:100%;
	}
.terms-text{
	color:#53565d;
	font-size:14px;
	line-height:20px;
	margin-top:20px;
	}


/*CSS RIGHT SIDE*/
.checkout-box__right{
	float:right;
	width:39%;
	}
.summary-box {
    float: left;
    width: 100%;
}
p.cart-txt {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}
a#browse {
        float: left;
    width: 100%;
    /* width: 140px; */
    font-size: 16px;
    color: #ffffff;
    height: 52px;
    border-radius: 40px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0.3px;
    background: #01b957;
    margin-top: 20px;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.nt-txt {
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.cart-box1, .card-box3 {
    display: none;
}
.summary-box__heading{
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:600;
	text-align:left;
	border-bottom:1px solid #ddd;
	padding-bottom:8px;
	margin:5px 0 20px;
	}

.summry-lft,.ord-lft,.prod-box,.cart-box2,.cart-lft {
    float: left;
    width: 100%;
}
.cart-box2{     
	border-bottom: 1px solid #d2d2d2;
    float: left;
    width: 100%;
    padding: 10px 0;
	position:relative;
}
img.cart-remv {
    position: absolute;
    left: 0;
    top: 10px;
    max-width: 25px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #f00;
    padding: 5px;
    filter: grayscale(1);
}
.ord-lft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.summary-box__product{
	float:left;
	max-width:80px;
	width:100%;
	}
.summary-box__product img{
	max-width:100%;
	}
.summary-box__product-info{
	    width: calc(100% - 80px);
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    padding-top: 0;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	}
.summary-box__product-info span{
	    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #1d2e4c;
    display: block;
    padding-bottom: 0;
	}
.summary-box__product-info span span{ display:block; font-size: 16px;  line-height: 22px; font-weight: 400; color:#000;}
.summary-box__product-info span.price{font-size: 22px; margin-top: 5px;  display:inline-block;}
.summary-box__price__info{
	border:2px solid #1d2e4c;
	border-radius:10px;
	background:#f0fbff;
	color:#2e2e2e;
	margin-top:20px;
	float: left;
    width: 100%;
}
.price__info__inner{
	width:46%;
	text-align:center;
	padding:10px;
	}
.price__info__inner p{
	font-size:20px;
	line-height:26px;
	}
.price__info__inner h3{
	font-size:28px;
	line-height:32px;
	font-weight:500;
	}
.price__info__inner--left{
	float:left;
	}
.price__info__inner--left h3{
	position:relative;
	display:inline-block;
	}
.price__info__inner--left h3:after{}
.price__info__inner--right{float:right;}

.summary-box__price-details{
	float:left;
	width:100%;
	margin:10px 0;
	}
.summary-box__price-details tr td{
	width:50%;
	text-align:left;
	font-size:18px;
	line-height:22px;
	padding:10px;
	border-bottom:1px solid #818181;
	}
.summary-box__price-details tr td:last-child{width:30%; text-align:right;}
.summary-box__price-details tr:nth-child(3) td{
	background:#e6efff;
	}
.summary-box__price-details tr:last-child td{border-bottom:none;}

.card-box4 {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    row-gap: 20px;
}
a.continue-shpbtn {
        display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgb(0 199 81);
    background: #01b957;
    padding: 10px 0 6px;
    border-radius: 50px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    border-bottom: 2px solid #01b9571;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.money-back{
	border:1px solid #d7d7d7;
	padding:15px 30px 25px;
	margin-top:75px;
	text-align:center;
	border-radius:10px;
	color:#141011;
	}
.money-back img{
	margin-top:-80px;
	}
.money-back h3{
	font-size:25px;
	line-height:30px;
	font-weight:bold;
	margin-top:20px;
	}
.money-back p{
	font-size:18px;
	line-height:24px;
	margin-top:15px;
	}

.upsell-conatin {
    float: left;
    width: 100%;
}
.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;
	margin-bottom:20px;
	display:none;
}
.upsell-box {
    float: left;
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    border-radius: 10px;
}
.offerBox {
        float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
	
}
.offerBox label {
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 5px;
}
.ofrbx-top {
    float: left;
    width: 100%;
    background: rgb(158,64,241);
    background: #faaf40;
    padding: 5px 10px 5px;
    text-align: left;
    border-radius: 10px 10px 0 0;
}
.ofrbx-top .fieldToggle {
    float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
    /* padding-left: 30px; */
    position: relative;
    font-weight: 500;
    width: 100%;
}	
.ofrbx-top .fieldToggle p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}	
.offerBox input[type='checkbox'] {
   position: absolute;
    display: inline-block;
    left: 10px;
    top: 17px;
    margin: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #c9c9c9;
    z-index: 999;
    -webkit-appearance: none;
}

.offerBox input[type=checkbox]:checked {
       border: 2px solid #0cc34d;
}
.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: #f5fff9;
}
.cart-upsell {
    float: left;
    width: 100%;
}	
.ofrbx-mdl {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
}
.up-hed {
    float: left;
    background:#01b9571;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    padding: 10px 10px 10px 32px;
    border-radius: 5px;
}
.ofrbx-mdl .up-txt{
	float: left;
    width: 100%;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.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: static;
    max-width: 140px;
    margin: 10px 0 0;
}
.offrBx-img2{
	    right: 83px;
    max-width: 133px;
    top: 0px;
    position: relative;
}
.offrbx-txt2 {
    font-size: 16px;
    line-height: 26px;
    color: #363636;
    margin-top: 10px;
    float: right;
    width: 64%;
    padding: 15px 0px 20px 0px;
}	
.offrbx-txt2 strong {
    font-size: 16px;
}
.sec1-shopnow {
    display: inline-block;
    margin-top: 15px;
    background: rgb(158,64,241);
    background: #19b50d;
    color: #fff;
    font-size: 27px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 56px;
    width: 248px;
}
.offerBox .sec1-shopnow {
    padding: 0 40px;
    /* margin: 5px 0 0 0; */
    width: 85%;
}	
a.remove-from-cart {
    color: #f00;
    margin: 10px 0 0;
    font-size: 16px;
    text-decoration: underline;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    z-index: 99;
}

/*----------------------
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;}

/*----------- 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%;
}

.auto-renew {
    text-align: center;
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #ffffff;
}
.pop_form {
    display: inline-block;
    width: 70%;
    background: #f5fff9;
    padding: 20px 0 20px 0px;
    margin: 30px 0;
    border-radius: 10px;
    border: 2px solid #1d2e4c
}
.pop_form .cancel_hed {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}
.pop_form .cancel_text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.cancel_from {
    float: left;
    width: 100%;
    padding: 20px 30px;
}
.from_elemnt {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.from_elemnt label {
    float: left;
    width: 40%;
    padding: 8px 10px 0 0;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}
.from_elemnt input[type="text"], .from_elemnt textarea {
        float: right;
    height: 40px;
    width: 59%;
    padding: 5px;
    text-align: left;
    outline: none;
    font-family: inherit;
    border: 1px solid #d2d2d2;
}
.cancel_from .btn {
        border: none;
    outline: none;
    margin-top: 20px;
    /* width: auto; */
    display: inline-block;
    /* background: #444; */
    cursor: pointer;
    text-transform: capitalize;
}
.from_elemnt textarea {
    height: 100px;
    resize: none;
}


/*-----------------------
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;}
.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-info{width: calc(100% - 110px); font-size:15px; padding:0;}
.summary-box__product-info span{font-size:18px; 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;}

.offrBx-img1{ max-width:130px;}

.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;}

.pop_form{ width:100%;}
.pop_form .cancel_hed{ font-size:26px;}
.cancel_from .btn{ width:100%;}
}

@media only screen and (max-width:767px){
.summry-lft-hdr{display:none;}
.top-strip{padding:4px 0 5px;}
.top-strip p{font-size:15px; letter-spacing:0.2px;}
.top-strip__timer-icon{width:19px;}
.top-strip p span{width:45px;}
.checkout-box__heading{margin-top: 0px;}

.header__right{background-size:16px; padding-left:20px; height:36px;}
.header__right p{font-size:14px; line-height:18px;}
.header__steps{width:100%; margin:10px auto 0;}

.checkout-box{margin:25px 0; padding:15px 15px 20px;}
.checkout-box__left, .checkout-box__right{width:100%;}
.summary-box__heading{margin: 0px 0 15px;}
.checkout-box__heading--step2{margin-top:18px;}
.summary-box__heading--mobile{position:relative;}
.checkout-box__heading p{font-size:16px; line-height:25px;}
.checkout-box__heading h3{font-size:18px; line-height:26px;}
.checkout-box__heading h3:after{display:none;}
.shipping-icon{width:45px; top:0;}
.checkout-box__heading h4{font-size:13px; line-height:19px;}
.offrbx-txt2{width: 58%;}
.summary-box__product img { max-width: 60px; margin-bottom:0;}
.fields__elements--half{width:100%;}
.fields__elements--col-2{width:48%;}
.fields__elements--col-6{width:100%;}
.fields__elements--col-8{width:48%;}
.fields__elements label{width:auto;}
.cc-icon{margin:0 0 8px 0; width:150px; float:right;}
.checkut-button{height:60px; font-size:21px; line-height:56px;}
.trm{ font-size: 14px; line-height: 20px;}

.summary-box__product-info{ width: calc(100% - 80px);}

.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;}
}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #fbfbfb;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height: 40px;
	line-height: 40px;
	background: #1d2e4c;
	color: white;
	margin: 20px 0 20px 0;
	padding: 0 10px;
	font-size: 22px;
	float: left;
	width: 100%;
}
.trms-sec2 h3{
	font-size:24px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	margin:0px 0 22px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 10px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
        float: left;
    width: 100%;
    background: #1d2e4c;
    margin-bottom: 20px;
    text-align: left;;
}
.trms-sec2 .top-txt {
    float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    height: 37px;
    font-size: 22px;
    padding: 16px 14px;
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	.card-box4{justify-content: space-evenly;    display: flex; row-gap: 0px;}
a.continue-shpbtn {width: 85%;font-size: 16px;line-height: 26px;}
.summary-box{ margin-bottom:20px;}

	}