@import url("../jquery.bootstrap-touchspin.css");
.cart>.panel-heading{
	padding: 0;
}
.panel-heading .panel-grid{
	font-size: 18px;
	display: grid;
	grid-template-columns: 50% 16.66666667% 16.66666667% 16.66666667%;
	padding: 0;
}
.panel-grid{
	font-size: 16px;
	display: grid;
	grid-template-columns: 16.66666667% 33.333% 16.66666667% 16.66666667% 16.66666667%;
	padding: 0;
}
.panel-grid > div{
	padding: 0 10px;
}
.panel-grid h2{
	font-size: 18px;
}
.cart .panel-heading .panel-grid > div,
.panel-grid > div{
	padding: 5px 10px;
	display: flex;
	align-items: center;
	position: relative;
	text-align: center;
	margin: auto;
	/*flex-direction: column;*/
	/*text-align: left;*/
}
.panel-grid > div.pd_title{
	padding: 5px 10px;
	display: flex;
	align-items: center;
	position: relative;
	flex-direction: column;
	text-align: left;
}
.panel-grid div.pd_title h2,
.panel-grid div.pd_title span{
	margin: 0;
	width: 100%;
}
.panel-grid div.pd_title h2{
	color: #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.panel-grid div.pd_title span{
	color: #555;
}
.pd_title a:hover h2{
	color: #f1861e;
}
.cart .cart_img{
	width: 100%;
/* 	max-height: 100px; */
 	display: flex;
	justify-content: center;
	align-items: center;
	border: 0 #F00 solid;
/*	overflow: hidden;
	cursor: pointer; */
}
.cart .cart_img img{
	max-width: 100%;
	max-height: 90px;
}
.input-group .form-control{
	height: 28px;
}
.cart_btn_list button,
.cart_btn{
	background: none;
	border: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
}

.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;
}
a.cart-delete:hover,
button.cart-delete:hover{
	color: #DE6A67!important;
}
.cart_btn_list{
	position: absolute;
	right: 0;bottom: 0;
}
.panel-body{
	position: relative;
	padding: 0;
}
.loading_cart_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(172,172,172,0.5);
	color: #000;
	padding: 15px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 35px;
}
.shipping_type{
	display: grid;
	grid-template-columns: 40% 60%;
}
.shipping_type select{
	font-size: 16px;
    padding: 3px 12px;
}
#show_shipping_type_detail{
	margin-top: 15px;
}
.shipping_type .alert{
    font-size: 20px;
    line-height: 1;
    padding: 6px 15px;
    margin:0;
}
.input-group-btn>.btn{
	font-size: 24px;
	height: 28px;
    line-height: 1;
    padding: 0 9px;
}
.total_price_detail{
	text-align:right;
	font-size: 16px;
}
.total_price_detail strong{
	color: #000;
}
.total_price_detail span{
	color: #c9302c;
	font-weight: bold;
}
.submit_btn{
	margin-top: 15px;
	text-align: right;
}
.submit_btn .btn{
	font-size: 20px;
}
.submit_btn .btn i{
	font-size: 16px;
}
.form-billing{
	margin-top: 15px;
}
.form-billing label{
	font-size: 16px;
}
.form-billing .form-control{
	font-size: 16px;
}
.btn{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width:100px) and (max-width:750px) {
	.cart .panel-heading{
		display: none;
	}
	.panel-grid,
	.shipping_type{
	    grid-template-columns: 100%;
	}
	.cart .cart_img{
		height:290px;
		position: relative;
		margin-bottom: 15px;
	}
	.cart .cart_img .pic{
	/* 	position: absolute; */
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.cart .cart_img img{
		max-height: 100%;
		max-width: none;
	}
	.cart .list-group-item{
		border-width: 2px 0!important;
	}
	.panel-grid > div:last-child{
		padding-bottom: 35px;
	}
}