@import url("jquery.bootstrap-touchspin.css");
.cart-head .cart-list{
	/*background: #f0f0f2;*/
	background: #86d3f5;
	height: 38px;
	color:#000;
	font-size: 20px;
	line-height: 1.8;
	border-right: 1px solid #86d3f5;
	border-top:  1px solid #86d3f5;
	border-bottom: 1px solid #86d3f5;
	display: flex;
	align-items: center;
}


.detail_bg{
	min-height: 100px;
}

.head-cart,.buy-list{
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.cart-head .cart-list:first-child{
	border-left: 1px solid #86d3f5;
}
/*
.cart-head .cart-list:last-child{
	border-radius: 0 4px 0 0;
}

*/

.cart-head{
	overflow: hidden;
}

.list-cart{
	display: flex;
	justify-content: center;
}

.cart_btn_list button,
.cart_btn{
	background: none;
	border: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cart-edits{
	/*color: #1497c6;*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #85BB40!important;
}
a.cart-edits:hover,
button.cart-edits:hover{
	color: #B5D78A!important;
}
.cart-delete{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    color: #c9302c!important;
    border: 1px solid #c9302c;
    background: transparent;
    border-radius: 100%;
}
a.cart-delete:hover,
button.cart-delete:hover{
	color: #fff!important;
	background: #c9302c;
}
.cart_btn_list{
	position: absolute;
	right: 0;bottom: 0;
}
.cart-shopping,
.cart-head{
	position: relative;
	margin-right: 0;
	margin-left: 0;
}
.cart-shopping .cart-list h2{
	font-size: 16px!important;
	margin: 0!important;
	text-transform: capitalize;
}
.cart-shopping .cart-list{
	border-bottom:1px solid #e2e2e2;
	height: 90px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cart-shopping .cart-list .glyphicons{
	vertical-align: text-top;
	font-size: 16px;
}
/* .cart-shopping .cart-list:first-child{
	border-left:1px solid #e2e2e2;
}
.cart-shopping .cart-list:last-child{
	border-right:1px solid #e2e2e2;
} */
.cart-shopping .cart-list table,
.cart-shopping .cart-list tr,
.cart-shopping .cart-list td{
	height: 100%;
	width: 100%;
	/*text-align: center;*/
}
.cart-shopping .cart_img{
	height: 69px;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cart-list .cart-close{
	position: relative;
	top: -1px;
}
.cart-list .cart-edit{
	height: 30px;
	width: 30px;
}
.grand_total.cart{
	border: 0!important;
}
/**RESP CART**/
.cart_img{
	width: 100%;
	height: 200px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #1497c6;
}
.cart_img .pic{
	overflow: hidden;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.cart_img table,
.cart_img tr,
.cart_img td{
	width: 100%;
	height: 100%;
}
.cart_img img{
	max-height: 100%;
}
.cart_list{
	border: 1px solid #1497c6;
	/*border-radius: 4px;*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cart_list:hover{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.cart_info{
	padding:10px;
}
.cart_info h2{
	font-size: 18px;
	color: #1497c6;
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	height: 44px;
	overflow: hidden;
}
.cart_info strong{
	color:#1497c6;
}
.cart_text{
	float: right;
}
.cart_row{
	overflow: hidden;
	margin-bottom: 5px;
}
.total_price{
	border-top: 1px solid #1497c6;
	padding: 5px 15px;
	color: #c9302c;
}
.total_price strong{
	color: #1497c6;
}
.cart-close{
	position: absolute;
    top: -0;
    right: -0;
    border-radius: 0;
    padding:0;
    text-align: center;
    width: 30px;
    height: 30px;
}
.cart-close i,
.cart-edit i{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
}
.cart-edit i{
	font-size: 16px;
}
.cart-close:hover i{
	font-size:24px;
}
.cart-edit:hover i{
	font-size: 18px;
}
.cart-edit{
	border-radius: 0;
	    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-style: solid;
        text-align: center;
        padding: 0;
    width: 25px;
    height: 25px;
}
.grand_total{
	margin-top: 10px;
}
.grand_total{
	
}

.buy-list h4{
	font-size: 14px;
}

.cart-total{
	background: #fff;
	margin-bottom: 1px;
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.grand_total{
	font-size: 18px;
	border-top: 1px dashed #ccc;
	padding-top: 5px;
}
.grand_total h3{
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#form_shipping{
	padding-bottom: 25px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 25px;
}
#form_shipping .form-control {
	border-radius: 0;
    border-color: #e1e1e1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#form_shipping label,
.control-label{
	text-align: right;
}
.conti_cart_btn{
	float: left;
	font-size: 18px;
	color:#9c9c9c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.conti_cart_btn:hover{
    color: #1497c6;
}
@media screen and (min-width: 100px) and (max-width: 700px) {
	.cart_img,
	.cart-shopping .cart_img{
		height: auto;
	}	
	.cart-shopping .cart_img img{
		max-width: 100%;
	}
	.cart-shopping .cart-list{
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.cart-shopping .cart-list strong,
	.cart-shopping .cart-list h2{
		    color: #1497c6;
	}
	.cart-shopping{
		
		margin-bottom: 25px;
	}
	.cart_btn_list{
		position: relative;
		margin-top: 25px;
		overflow: hidden;
	}
	.cart-list .cart-delete{
		float: right;
	}
	.cart-shopping .cart-list{
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
		
	.cart-shopping .cart_img img{
		max-height: 100%;
	}
	.cart-shopping .cart-list{
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.cart-shopping .cart-list strong,
	.cart-shopping .cart-list h2{
		    color: #1497c6;
	}
	.cart-shopping{
		border: 1px solid #1497c6;
		/*margin-bottom: 25px;*/
	}
	.cart_btn_list{
		position: relative;
		margin-top: 25px;
		overflow: hidden;
	}
	.cart-list .cart-delete{
		float: right;
	}
	.cart-shopping .cart-list{
		padding-right: 15px;
		padding-left: 15px;
		border-bottom: 0;
	}

}
@media screen and (min-width: 767px) and (max-width: 768px) {
	.cart-shopping{
		margin-bottom: 25px;
	}
	.cart-shopping .cart-list{
	    border-bottom: 1px solid #e2e2e2;
	}
	.cart-shopping .cart_img{
	
	}
}