
@media (min-width: 1200px){
.container {width: 1100px;}
}

/* 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:0 50px 0 0;
	position:relative;
	}
.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:30px;
	line-height:36px;
	color:#000;
	font-weight:700;
	position:relative;
	}
.checkout-box__heading h3:after{
	content:'';
	position:absolute;
	right:0;
	top:15px;
	width:150px;
	height:12px;
	background:url(../images/line-icon.png) no-repeat left center;
	}
.checkout-box__heading h4{
	font-size:18px;
	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;
	}
.view-box{
	width:100%;
	border:2px solid #19c7fe;
	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: 20px;
    background: linear-gradient(to right, #19c7ff, #04a382, #6a9532 );
    border: none;
    outline: none;
    font-family: inherit;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    height: 80px;
    line-height: 76px;
    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%;
}
.nt-txt {
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.cart-box1, .ord-right, .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-lft {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.ord-lft {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.summary-box__product{
	    float: left;
    max-width: 100px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
	position: relative;
}
.cart-remv {
    position: absolute;
    right: 5px;
    top: 5px;
}
.summary-box__product img{
	max-width:100%;
	}
.summary-box__product-info{
	    width: calc(100% - 110px);
    float: left;
    position: relative;
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
    text-align: left;
	}
.summary-box__product-info span{
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	color:#19c7fe;
	display:inline-block;
	padding-bottom:3px;
	}
.summary-box__price__info{
	border:2px solid #18c6fb;
	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;
}
.continue-shpbtn {
    width: auto;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    height: auto;
    padding: 10px 0;
    letter-spacing: 0;
    max-width: 100%;
}
.summary-box__price-details tr td:last-child{width:30%; text-align:right;}
.summary-box__price-details tr:nth-child(3) td{
	background:#fff6bc;
	}
.summary-box__price-details tr:last-child td{border-bottom:none;}

.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;
	}

/*----------------------
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:80px;}
.summary-box__product-info{width: calc(100% - 90px); 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;}
	.continue-shpbtn{width:100%;font-size: 16px;padding: 6px 0;}

.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: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: 10px;}

.header{padding:7px 0; height:51px; position:relative;} 
.logo{width:150px; margin-top:8px;}
.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:0;}
.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;}
.summary-box__heading--mobile:after{content:'-'; position:absolute; right:0; top:0;}
.active.summary-box__heading--mobile:after{content:'+';}
.checkout-box__heading p{font-size:16px; line-height:25px;}
.checkout-box__heading h3{font-size:20px; line-height:28px;}
.checkout-box__heading h3:after{display:none;}
.shipping-icon{width:45px; top:0;}
.checkout-box__heading h4{font-size:15px; line-height:19px;}

.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;}

.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;}
}