/*cart*/
 	.box-cart.active {
		color:#FD7605 !important;
	}

.box-cart {
	position: fixed;
    top: 50px;
    right: -400px;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    border: solid 1px #FD7605;
    box-shadow: 0 0 3px #CACACA;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: default;
    display: block;
    z-index: 99999999;
}

.box-cart i.fa {
    padding: 0 5px;
}


.box-cart .box-cart-detail p.title {
    color: #0E9803;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.box-cart .box-cart-detail .box-cart-scroll {
    max-height: 215px;
    overflow: hidden;
    float: left;
    width: 100%;
    overflow-y: scroll;
}

.box-cart .box-cart-detail .table {
    margin: 10px 0;
    border: 1px solid #ddd;
    width: 100%;
    color: #676767;
    text-align: left;
    font-size: 14px;
}

.td_soluong i.fa {
    display: inline-block;
    background: #f68c1f;
    border: 1px solid #fff;
    top: 5px;
    right: 5px;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
}

.box-cart .box-cart-detail .table td {
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: middle;
    position: relative;
}

.box-cart .box-cart-detail .box-cart-scroll .table td.cart-name {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.box-cart .box-cart-detail .box-cart-scroll .table td.cart-name span{
	text-transform:uppercase;	
}


.box-cart .box-cart-detail .box-cart-scroll .table td.cart-name span {
    color: #474747;
}

.box-cart .box-cart-detail .box-cart-scroll .table td .delete_pro_in_cart_top {
    background: #D04511;
    border: 1px solid #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.box-cart .box-cart-detail .table tfoot td {
    background: #eee;
    padding: 10px 5px;
}

.box-cart .box-cart-detail .table td {
    border: 1px solid #ddd;
    padding: 5px;
    vertical-align: middle;
    position: relative;
}
.box-cart .box-cart-detail .box-cart-scroll::-webkit-scrollbar {
    width: 3px;
}
 
.box-cart .box-cart-detail .box-cart-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(254,164,137,1); 
    border-radius: 10px;
}
 
.box-cart .box-cart-detail .box-cart-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(254,184,163,1); 
}




/* THANH TOAN */
.dat-hang {
	margin-bottom:10px;
	background: #fff;
	border: thin solid #dedede;
}

.dat-hang .col-sm-4 h3.title {
    color: #0E9803;
    font-size: 18px;
    border-bottom: solid 1px #FD7605;
    margin: 20px 0;
    padding-bottom: 5px;
}
.dat-hang.distance-none{ padding:0px 15px;}

.box-cart.cart-detail {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    top: 0;
    border: none;
    display: block !important;
    box-shadow: none;
    z-index: 0;
	right: 0px;
}

.box-cart .box-cart-detail .box-cart-scroll{
	min-height:100%;
	}

.box-cart.cart-detail .box-cart-detail .table{
	margin: 0px;
}
	
.table tbody{ width:100% !important;}

p.message {
    border: solid 1px #ff0404;
    padding: 10px 0;
    background: #ffc300;
}