/*=========CART_PAGE=================*/

.cart-sec{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0 60px;
	font-family: 'Open Sans', sans-serif;
	}
ul.shiping-info{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
    text-align: center;
	}
ul.shiping-info li{
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	line-height:25px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	padding:0 17px;
	position:relative;
	}
ul.shiping-info li span{ color:#bbb9b9;}
ul.shiping-info li a, ul.shiping-info li a:hover span{ color:#000;}
ul.shiping-info li:before{
	content: ">";
    position: absolute;
    top: -1px;
    right: -9px;
    font-size: 25px;
    line-height: 25px;
    color: #bbb9b9;
    font-weight: 300;
	}	
ul.shiping-info li:last-child:before{ display:none;}

.cartLft{
	float:left;
	width:60%;
	margin-top:50px;
	}
.cart-heading-row{
    float: left;
    width: 100%;
    border-bottom: 2px solid #e3e0e0;
    font-size: 15px;
    line-height: 17px;
    color: #303030;
    text-transform: uppercase;
    font-weight: 600;
	}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4{
	float: left;
	width:14%;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	}
.cart-col-4{ width:16%;}	
.cart-heading-row .cart-col-1, .cart-heading-row .cart-col-2, .cart-heading-row .cart-col-3, .cart-heading-row .cart-col-4{
	padding-top:10px;
	padding-bottom:10px;
	}
.cart-col-1{
    width:56%;
	text-align: left;
	position:relative;
	}
.cart-prd-row {
	float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
	}
.cart-prd-1 {
    position: absolute;
    left: 30px;
    top: 17px;
    width: 60px;
	}
.cart-prd-name {
    float: left;
    width: 100%;
    padding: 2px 0 0 100px;
    color: #303030;
    font-size: 15px;
	line-height:20px;
	font-weight: 300;
	}
.cart-prd-name span{
	font-size:14px;
	margin-top:7px;
	}
.cart-prd-name p{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
	}
.del-icon{
	position:absolute;
	top:20px;
	left:0;
	}
.del-icon i {
	display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 17px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	cursor:pointer;
	}
.del-icon i:hover {
	border: 2px solid #333;
	color: #333;
	}	
.unit-price {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
	}
.cart-qty-div {
    display: inline-block;
	vertical-align:middle;
	}
.sub1, .add1 {
    float: left;
    width:28px;
    border: 1px solid #ddd;
    height:32px;
    text-align: center;
	background:#f3f1f1;
	color:#000;
	font-size:18px;
	line-height:18px;
	vertical-align:middle;
    outline: none;
    cursor: pointer;
	}
.cart-qty-div input {
    float: left;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: none;
    width:35px;
    text-align: center;
    height:32px;
    font-size:18px;
    color: #303030;
	font-family: 'Montserrat';
	}
.cart-prc-row{
	float:right;
	width:38%;
	margin-top:50px;
	border-left:1px solid #ddd;
	padding-left:20px;
	}
.cart-rit-price-row{
	float:left;
	width:100%;
	padding: 10px 0;
	}
.cart-rit-price{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
    text-align: left;
    padding: 9px 0;
	}
.cart-rit-price:nth-child(1){ border-bottom: 2px solid #ced4da;}
.cart-rit-price:nth-child(2){ border-bottom: 1px solid #ced4da;}
.cart-rit-price:nth-child(4){ padding:0;}
.cart-rit-price:nth-child(6){ border-top: 1px solid #ced4da; border-bottom: 2px solid #ced4da;}	
.cart-rit-price span{
    float: right;
    text-align: right;
	color:#303030;
	}
.cart-btn-row{
	float:right;
	width:48%;
	padding-top:35px;
	}
.address-h{ cursor:pointer;}
.cart-ship-t1{
	float:left;
	font-size:15px;
	color:#666;
	padding-top:80px;
	}
			
a.continue-btn{
	float:left;
	line-height: 45px;
	background: #fff;
	color: #0f2b40;
	font-size: 18px;
	letter-spacing: 1px;
	padding:0 30px;
	border:2px solid #0f2b40;
	text-align:center;
	margin-top:16px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:25px;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;		
	}
a.continue-btn:hover{
    background: #0f2b40;
	color:#fff;	
	}		
a.update-btn{
	float:left;
	line-height: 35px;
	background: #0f2b40;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	padding:7px 17px;
	text-align:center;
	margin-top:16px;
	font-weight:600;
	text-transform:uppercase;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
	margin-left:20px;
	opacity:0.6;
	border-radius:25px;		
	}
a.update-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	}
				
a.proceed-btn{
	float:left;
	width:100%;
	background:#ffa200;
	border-radius:2px;
	text-align:center;
	height:50px;
	font-size:18px;
	line-height:50px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	border-color: rgba(0,0,0,0.05);
	margin-top:10px;
	border-radius:25px;
	}
.couponBox{
	float:left;
	width:100%;
	text-align:center;
	margin-top:28px;
	}
.coupon-txt{
	float:left;
	width:100%;
	font-size:16px;
	font-weight:600;
	text-align:left;
	border-bottom:2px solid #ddd;
	padding-bottom:6px;
	}	
.coupon-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 7px 0 0
	}	
.apply-cuppon{
	display:inline-block;
	vertical-align:middle;
	background:#fffedc;
	width:280px;
	height:40px;
	border:1px solid #e8e6b3;
	margin-top:5px;
	}
.couponBox .cpn-fld{
	float:left;
    font-size: 15px;
	color:#000;
	width:100%;
	height:40px;
	border:none;
	outline:none;
	background:#fff;
	padding:5px 10px;
	border:1px solid #ddd;
	-webkit-appearance:none;
	margin-top:16px;
	}
a.apply-btn{
	float:left;
	width:100%;
	text-align:center;
	background:#f9f9f9;
	height:40px;
	line-height:40px;
    font-size: 15px;
	border:1px solid #ddd;
	color:#5d5d5d;
	font-weight:300;
	margin-top:16px;
	transition:transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s	
	}	
a.apply-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
	}

/*------------------------------
         CHECKOUT SECTION
--------------------------------*/	
.checkout-sec{
	float: left;
    width: 100%;
    background: #fff;
    padding: 35px 0 90px;
	font-family: 'Open Sans', sans-serif;
	}
.ordr-id-txt{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	text-align:left;
	margin-top:40px;
	color:#271e21;
	font-weight: 300;
	}
.ordr-id-lbl{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align:left;
	margin-top:20px;
	color:#271e21;
	font-weight: 500;
	margin-bottom:5px;
	font-family: 'Montserrat';
	}
.custom-user{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#333;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	font-weight: 300;
	height:40px;
	outline:none;
	font-family: 'Montserrat';
	}
.custom-user:focus {
  	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.submit_login{
	float:left;
	width:278px;
	height:40px;
	font-family: 'Montserrat';
	background: #0f2b40;
	text-align:center;
    border: 1px solid #777;
	font-size:17px;
	line-height:38px;
	color:#fff;
	margin-top:25px;
	cursor:pointer;
	outline:none;
	text-transform:uppercase;
	font-weight:600;
	}
.submit_login:hover{background: #0f2b40;}

.returng-custmr-txt{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
	margin-top:40px;
	}
.returng-custmr-txt a{color: #271e21;}
.returng-custmr-Fld-box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.returng-custmr-txt2{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
	}
.frmfld{
	float:left;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
.frmfld.hlf{
	width:48%;
	}
.frmfld.fr{
	float:right;
	}
.frmfld.cvv{
	width:24%;
	margin-left:4%;
	}
.frmfld label{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #271e21;
    font-weight: 500;
    margin-bottom: 5px;
	}
.frmfld input,.frmfld select,.frmfld textarea{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#333;
	padding:5px 10px;
	border:1px solid #ddd;
	background:#fff;
	font-weight: 300;
	height:40px;
	outline:none;
	font-family: 'Open Sans', sans-serif;
	}
.frmfld input:focus {
  	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.frmfld textarea{min-height: 120px;}
.login-btn{
	float: left;
    width:93px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    background: #0f2b40;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
	border:none;
	}
.remembr-me{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 10px;
	}
.remembr-me input{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:15px;
	margin:-6px 5px 0 0;
	}
.lost_password{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 10px;
	}
.lost_password a{color: #271e21;}
.coupn-box{
	float:left;
	width:100%;
	border: 2px dashed #0f2b40;
    padding: 15px 30px 30px;
	margin-top:8px;
	text-align:left;
	}
.coupn-box label{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: 'Montserrat';
	}
.apply-cuppon{
    float: left;
    width:100%;
	}
.apply-cuppon input{
    float: left;
    width:calc(100% - 155px);
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 300;
    height: 40px;
    outline: none;
    font-family: 'Montserrat';
	}
.apply-cuppon input:focus {
  	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.apply-cuppon button {
    float: right;
    width:155px;
	font-family: 'Montserrat';
    height:40px;
    line-height:38px;
    background: #0f2b40;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	}

.chk-left{
	float:left;
	width:58%;
	text-align:left;
	margin-top:50px;
	}
.bilnghdng{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-top: 25px;
    color: #271e21;
    font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.fieldToggle{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 20px;
	}
.fieldToggle input {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: -6px 5px 0 0;
	}
.chk-rgt{
	float:right;
	width:39%;
	border:2px solid #0f2b40;
	padding:25px;
	margin-top:75px;
	}
.smry-prc-p1 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
    padding: 10px 0 10px 0;
	margin-top:5px;
	text-transform:uppercase;
	border-bottom:2px solid #ddd;
	}
.smry-prc-p1 span{
	float:right;
	}
.smry-prc-p2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
	font-weight:300;
    color: #000000;
    padding: 10px 0 10px 0;
	border-bottom:1px solid #ddd;
	}
.smry-prc-p2 small{
	float:left;
	font-size:14px;
	width:84%;
	}
.smry-prc-p2 span{
	float:right;
	font-weight:normal;
	}
.pay-crdt{
	float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
	margin-top:15px;
	}
.pay-crdt input{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	}
.pay-crdt img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0;
	}
.placeOrde-btn{
	float: left;
    width: 170px;
    height: 40px;
    font-family: 'Montserrat';
    background: #e20000;
    text-align: center;
    font-size: 17px;
	line-height:38px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
	}
.placeOrde-btn:hover{
    outline: none;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);	
	}	
.pay-secure{
	float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #271e21;
    font-weight: 300;
    margin-top: 10px;
	}

@media only screen and (max-width:1187px){
	
/*=========Cart Section==========*/

.cartLft{ width:65%;}
.cart-prc-row{ width:34%;}
.cart-form{ width:245px;}

	
}


@media only screen and (max-width:1021px){
	
/*=========Cart Section==========*/

ul.shiping-info li{ font-size:22px; line-height:22px;}
.cart-heading-row{ font-size:13px; line-height:15px;}
.cart-col-1{ width:49%;}
.cart-col-2, .cart-col-3{ width:18%;}
.cart-col-4{ width:15%;}
.cart-prd-1{ left:20px;}
.cart-prd-name{ padding-left:85px;}
.cart-prd-name{ font-size:14px;}
.cart-prd-name p{ font-size:13px; line-height:16px;}
.cart-qty-div input{ width:31px;}
a.proceed-btn{ height: 50px; font-size: 15px; line-height: 55px;}
.cart-form{ width:170px;}
.cart-ship-t1{ font-size:13px;}
.cart-form .cart-fld{ font-size:13px;}
	
	
}

@media only screen and (max-width:767px){
	
/*=========Cart Section==========*/

.cart-sec{ padding:30px 0;}
.shipg-hd{ float:left; width:100%; font-size: 25px; line-height: 25px; color: #000;font-weight: 300; text-transform: uppercase; text-align:center;}
.cartLft{ width:100%; margin-top:25px;}
.cart-col-2, .cart-col-4{ display:none;}
.cart-col-1{ width:75%}
.cart-col-3{ width:25%;}
.cart-prd-row{ padding-bottom:5px;}
.cart-qty-div input{ width: 27px;}
a.continue-btn{font-size: 16px; line-height:34px; padding: 0 25px; margin-right:15px;}
.cart-prc-row{ width:100%; border:none; padding:0; margin-top:25px;}
a.proceed-btn{ font-size:19px;}
a.update-btn{ margin-left:0;}
.cart-form{ width:270px;}
.cart-ship-t1{ font-size:15px;}
.cart-form .cart-fld{ font-size:15px;}	


/*=========Checkout Section==========*/
.returng-custmr-txt{font-size: 15px;line-height: 22px;margin-top: 18px;}
.coupn-box{padding: 15px 15px 20px;}
.chk-left{ width:100%; margin-top:10px;}

.checkout-sec{padding: 30px 0 30px;}
.chk-rgt{ width:100%; padding:20px; margin-top:30px;}
.frmfld.hlf{ width:100%;}
.frmfld.cvv { width: 50%;margin-left: 0;}
.pay-crdt img{ margin-top:2px;}
	
}
