.cart-main-banner{
	height: inherit;
	width:100%;
	float:left;
	padding:100px 0px;
	background:#eee;
}
.cart-banner{
	height:inherit;
	width:100%;
	float:left;
	/*box-shadow: 0px 0px 10px 0px #ddd;*/
	background:#fff;
}
.cart1{
	float:left;
	width:100%;
	height:inherit;
	border-bottom: 1px solid #ddd;
	padding:10px 0px 10px 15px;
}
.cart1 span{
	font-size:15px;
	width:100%;
	float:left;
	text-align: left !important;
}
.cart2{
	float:left;
	width:100%;
	height:inherit;
	border-top: 1px solid #ddd;
	padding:10px 0px;
}
.cart2:first-child{
	border-top-color: transparent !important;
}

.cart-check{
	width:100%;
	height:inherit;
	float:left;
}
.prod_check{
    height:20px;
    width:20px;
    margin-top: 40px;
}
.prod_check[type='checkbox']:after{
  width: 20px;
  height: 20px;
  border-radius: 2px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid gray;
}

.prod_check[type='checkbox']:checked:after{
  text-align:center;
  font-weight:bold;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #fff4e8;
  color:#fa8005;
  content: '\2713';
  display: inline-block;
  visibility: visible;
  border: 1px solid #fa8005;
}

.cart-image{
	width:100%;
	height:inherit;
	float:left;
}
#cart-img{
    height:100px;
    width:80px;
}
.cart-detail{
	width:100%;
	height:inherit;
	float:left;
	text-transform: capitalize;
	text-align: left !important;
}
.cart-prod-name{
	width:100%;
	float:left;
	font-size:18px;
}
.cart-prod-cat{
	width:100%;
	float:left;
	font-size:16px;
	color: rgba(0,0,0,.8);
}
.cart-prod-qty{
	width:100%;
	float:left;
	font-size:14px;
	color: rgba(0,0,0,.7);
}
.cart-prod-size{
	width:100%;
	float:left;
	font-size:14px;
	color: rgba(0,0,0,.7);
}
.cart-prod-color{
	width:100%;
	float:left;
	font-size:14px;
	color: rgba(0,0,0,.7);
}
.cart-price{
	width:100%;
	height:inherit;
	float:left;
}
.cart-prod-amount{
    float:left;
    width:100%;
	padding:8px 10px 10px 10px;
	background:#F0E68C;
	color:#000;
}
.cart-links{
    float:left;
	padding:0px 0px;
	position:relative;
	top:0px;
	padding:;
	background:;
	color:#000;
	width:100%;
	text-align:right;
}
.cart-links i{
	font-size:18px;
	color:#717fe0;
}


.cart-calc-banner{
	height:inherit;
	width:100%;
	float:left;
	background: #fff;
}
.calc-banner1,
.calc-banner2,
.calc-banner3{
	float:left;
	width:100%;
	height:inherit;
}
.calc-banner2{
	padding: 5px 15px;
}
.calc-banner3{
	padding:10px 15px;
}
.calc-banner1{
	border-bottom: 1px solid #ddd;
}
.calc-title{
	width:100%;
	float:left;
	font-size:15px;
	padding:10px 0px 10px 15px;
}
.calc1{
	float:left;
	width:100%;
	padding:5px 0px;
}
/*.delivery_calc{*/
/*	display:none;*/
/*}*/
.calc-text{
	float:left;
	font-size: 15px;
	color: rgba(0,0,0,.8);
}
.calc-amount1{
	float:right;
	font-size: 15px;
	color: rgba(0,0,0,.8);
}
#calc_amt{
	font-size: 15px;
	color: rgba(0,0,0,.8);	
	border:none;
	width:70px;
}
#calc_delivery{
	font-size: 15px;
	color: rgba(0,0,0,.8);	
	border:none;
	width:50px;
}

.calc2{
	float:left;
	width:100%;
}
.calc-text1{
	float:left;
	font-size:20px;
	color: #0262c9;
}
.calc-amount2{
	float:right;
	font-size:20px;
	color: #0262c9;
}
#calc_amt_total{
	font-size:20px;
	color: #0262c9;
	border:none;
	width:100px;
}
#item-sel{
	font-size: 15px;
	color: rgba(0,0,0,.8);	
	border:none;
	width:10px;
}
.currencyban{
	float:left;
	width:100%;
	padding: 0px 15px;
	margin-top: 5px;
}
.currencysubban{
	width: 50%;
	float:left;
	border: 1px solid #008ECC;
	padding: 5px 10px;
}
.usd,
.npr{
	float:left;
	font-size: 14px;
	color: #008ECC;
	margin-right: 15px;
	cursor: pointer;
}
#usdcheck,
#nprcheck{
	height: 15px;
	width: 15px;
	position: relative;
	top: 2px;
	cursor: pointer;
}

.proceed-order{
	height:inherit;
	width:100%;
	float:left;
	padding:10px 0px 0px 0px;
}
.proceed-order-btn{
    height:40px;
    width:100%;
    border:none;
    font-size:14px;
    background:#ccc;
    color:#000;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    cursor:pointer;
}
#proceed_disabled{
    height:40px;
    width:100%;
    border:none;
    font-size:14px;
    background:#ccc;
    color:#000;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    cursor:pointer;
}
.proceed-order-btn:hover{
    background:rgba(0,0,0,.8);
    color:#fff;
}
#proceed_disabled:hover{
    background:rgba(0,0,0,.8);
    color:#fff;
}

.no-cart-banner{
	width:100%;
	float:left;
	height: inherit;
	text-align:center;
	padding: 100px 0px;
}
.no-cart-banner span{
	font-size:17px;
	color: rgba(0,0,0,.8);
}
#continue_shop_btn{
	height:40px;
	width:210px;
	border:none;
	border-radius: 15px;
	background:#007bff;
	color: #fff;
	font-size: 14px;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	cursor: pointer;
	margin-top: 10px;
}
#continue_shop_btn:hover{
	background:#0262c9;
}

.hidden-input{
	display:none;
}

/*-----hidden popups-----------------*/
#error-info{
	color:red;
	font-size:14px;
}

.login-pop-banner{
    height:100%;
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,.7);
    z-index:999;
    display:none;
}
.login-pop{
    height: inherit;
    width:100%;
    float:left;
    background:#fff;
    padding:0px 20px 10px 20px;
    margin-top:16%;
    transform: scale(.2);
    -moz-transform: scale(.2);
    transition:all .4s ease;
    -moz-transition:all .4s ease;
    opacity:0;
}
.login-pop i{
    float:right;
    margin-top:30px !important;
    cursor: pointer;
}
.login-pop h2{
    float:left;
    color:#0262c9;
    font-family:PlayfairDisplay-Regular;
    margin:20px 0px;
}
.fields-pop{
    width:100%;
    float:left;
    height:inherit;
    margin-bottom:20px;
}
.fields-pop label{
    font-size:15px;
    color:rgba(0,0,0,.8);
}
.login-pop-btn{
    height:40px;
    width:130px;
    border-radius:20px;
    border:none;
    background:#717fe0;
    color:#fff;
    float:left;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    cursor:pointer;
    margin-right:10px;
}
.login-pop-btn:hover{
    background:rgba(0,0,0,.8);
}

/*-------------------------------------*/


@media screen and (max-width: 1024px) {
	.cart-detail{
		margin-left:50px;
	}
}
@media screen and (max-width: 768px) {
	.cart-detail{
		margin-left:30px;
	}
	.cart-calc-banner{
		margin-top:20px;
	}
}
@media screen and (max-width: 480px) {
	.cart-detail{
		margin-left:0px;
	}
	.cart2{
		padding-bottom:40px;
	}
	.cart-calc-banner{
		margin-top:20px;
	}
	.cart-banner{
		text-align:center;
	}
	.cart-links{
	    text-align: center;
	}
}