
.hl-shop-cart {
	    padding: 20px 5px;
}
.hl-shop-cart section{
	margin-bottom: 30px;
}
.hl-shop-cart .section-header{
	    border-bottom: 1px solid #344a71;
    margin-bottom: 20px;
}
.hl-shop-cart .section-header span{
	    background: #344a71;
    color: white;
    padding: 6px  10px;
    display: inline-block;
    font-weight: bold;
}
.hl-shop-cart .section-main{}
.hl-shop-cart .cart-table{
	text-align: center;        
    width: 100%;
    border-collapse: collapse;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}
.hl-shop-cart .cart-table th{
	font-weight: 400;
}
.hl-shop-cart .cart-table th,
.hl-shop-cart .cart-table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}
.hl-shop-cart .cart-table .td-anh {
	width: 70px;
}
.hl-shop-cart .cart-table .td-ten-sp{
	  width: 30%;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}
.hl-shop-cart .cart-table .td-ma-sp {

}
.hl-shop-cart .cart-table .td-size{
	width: 110px;
}
.hl-shop-cart .cart-table .td-size select{
	    width: 80px;
}
.hl-shop-cart .cart-table .td-don-gia{
	    text-align: right;
}
.hl-shop-cart .cart-table .td-so-luong input{
	    width: 50px;
	    text-align: center;
}
.hl-shop-cart .cart-table .td-thanh-tien {
	    text-align: right;
}
.hl-shop-cart .cart-table .td-xoa-sp{

}
.hl-shop-cart .cart-table .td-xoa-sp span{
	    color: red;
    cursor: pointer;
}
@media (max-width: 767px) {
	.hl-shop-cart .cart-table .th-thanh-tien,
	.hl-shop-cart .cart-table .th-anh,
	.hl-shop-cart .cart-table .td-thanh-tien,
	.hl-shop-cart .cart-table .td-anh {
		display: none;
	}
}
.cart-total-price {
	color: var(--color2);
	font-size: 18px;
}
.cart-info .final-total{
	text-align: right;
    font-weight: bold;
    padding: 15px 90px;
}
.cart-info .final-total span{
	color: red;
}
.cart-info .cart-update{
	    text-align: right;
    padding: 5px 100px;
}
.cart-info .cart-update button{
	    border: none;
    background: green;
    color: white;
    padding: 10px;
    font-weight: bold;
}
.hl-shop-cart .customer-info {}
.hl-shop-cart .customer-info .form-row{
	padding: 10px 15px;
}
.hl-shop-cart .customer-info .form-gr {
	margin: 5px 0 10px;
}
.hl-shop-cart .customer-info .form-gr input,
.hl-shop-cart .customer-info .form-gr input,
.hl-shop-cart .customer-info .form-gr textarea {
	width: 100%;
	display: block;
	padding: 5px;
	border: 1px solid #AA77BF;

}
.hl-shop-cart .customer-info .form-gr textarea{
	height: 150px;
}
.hl-shop-cart .customer-info .form-inline-item{
	float: left;
	width: 33%;
	padding: 15px;
}
.hl-shop-cart .customer-info label{
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}
.hl-shop-cart .customer-info .form-submit-row {}
.hl-shop-cart .customer-info .form-submit {
	display: block;
    border: none;
    color: white;
    background: green;
    padding: 10px;
    margin: 10px auto;
    font-weight: bold;
}

.hl-shop-cart .empty-cart{

}
.hl-shop-cart .empty-cart .notice{
	
}
.hl-shop-cart .back-to-shop{
	margin: 10px auto;
	border: none;
	background: green;
	padding: 10px;
	font-weight: bold;
	color: white;
	display: block;
}

.cart-loading{
	width: 100%;
	min-height: 200px;
	background: url('loading.gif') center center no-repeat;
}
.cart-table th,
.cart-table td {
	padding: 5px !important ;
}

@media (max-width: 767px) {
	.cart-hidden {
		display: none;
	}
}
.cart-button {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: white;
	color: #111;
}
.cart-button-primary {
	background: #2b78cd;
	border-color: #2b78cd;
	color: white;
}

.cart-button-success {
	background: green;
	border-color: green;
	color: white;
}
.cart-form-control {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 6px 12px;
	line-height: 24px;
}
input.cart-form-control,
select.cart-form-control {
	height: 34px;
}
.cart-form-group {
	margin-bottom: 15px;
}
.cart-form-group .form-group-label {
	font-size: 18px;
	font-weight: 600;
	color: var(--color1);
	margin-bottom: 10px;
	display: block;
}
@media (min-width: 992px) {
	.billing-info {	
		padding: 30px;
		border: 1px solid #ccc;
	}
}
.cart-notice {
  margin: 30px 0;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
}
.cart-notice.cart-notice-info {
  background: #baf8fb;
  color: #111;
}
.cart-notice.cart-notice-success {
  background: #c9ffb3;
  color: #5bab34;
}
.cart-notice.cart-notice-warning {
  color: red;
  background: #ffbeb8;
}
.cart-notice.cart-notice-error {
  color: red;
  background: #ffe6e4;
}