.cart-item .quantity-cart {
    display: flex;
    /* justify-content: flex-end; */
    /* margin-top: 10px; */
    margin-top: 16px;
}

.cart-item .quantity-cart .box-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-item .quantity-cart .box-quantity span {
    font-size: 23px;
    border-radius: 0;
    color: #fff;
    border: 1px #3a3a3a solid;
    height: 29px;
    line-height: 27px;
    width: 30px;
    padding: 0;
    -webkit-transition: background-color ease 0.3s;
    -moz-transition: background-color ease 0.3s;
    -ms-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
    cursor: pointer;
}
.table .thead-light th {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: solid 1px #3a3a3a;
}
.table-bordered td, .table-bordered th {
	border: solid 1px #3a3a3a !important;
}
.btn-danger {
    color: #333;
    background-color: #faa61a;
    border-color: #faa61a;
	font-weight: 500;
}
.btn-danger:hover {
    color: #333;
    background-color: #faa61a;
    border-color: #faa61a;
}

.cart-item .quantity-cart .box-quantity .prev-cart {
	color: #fff;
}

.cart-item .quantity-cart .box-quantity input {
    width: 40px;
    line-height: 27px;
    font-size: 16px;
    float: left;
    color: #fff;
    border-radius: 0;
    border: 1px #3a3a3a solid;
    /* height: 33px; */
    text-align: center !important;
    background: #1d1d1d;
}

.cart-item .quantity-cart .box-quantity .next-cart {
	color: #fff;
}

.cart-item .cart-image {
    width: 50px;
    max-width: 62px;
    text-align: center;
    position: relative;
}

.sale-cart {
    right: 5px;
    top: 5px;
}

.cart-item .cart-image img {
    max-width: 201px;
    object-fit: cover;
    height: 111px;
    text-align: center;
    justify-content: center;
}

.cart-item .cart-name {
    font-size: 15px;
    /* font-weight: bold; */
}

.cart-item .cart-name span {
    display: block;
    padding-top: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.cart-item .cart-price {
    width: 200px;
}

.cart-item .cart-price .box-price {
    display: block;
    margin-top: 20px;
}

.new-price-cart {
    color: #faa61a;
    font-size: 18px;
    display: block;
    font-weight: 600;
}

.old-price-cart {
    text-decoration: line-through;
    color: #696c6c;
}

.cart-item .cart-action {
    width: 50px;
    text-align: center;
}

.cart-quantity {
    width: 110px;
}

.remove-cart {
    color: #faa61a;
    margin-top: 20px;
    display: inline-block;
}

.wrap-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
}

.area-total {
    max-width: 330px;
    margin-left: auto;
    padding-top: 20px;
}

.total-provisional {}

.total-provisional span {
    font-weight: bold;
}

.total-provisional span+span {
    margin-left: 15px;
}

.total span+span {
    margin-left: 15px;
}

.total-provisional span.name strong {
    color: #faa61a;
    font-size: 20px;
}

.total-provisional-price {
    text-decoration: line-through;
}

.total {
    font-weight: bold;
    margin: 0px 0 5px;
    border-bottom: 1px solid #3a3a3a;
}

.total-price {
    color: #faa61a;
    font-size: 20px;
}

.form-buy {
    padding: 30px 0;
}

.bg-cart {
    font-size: 15px;
    color: #ccc;
}

.form-control {
    background: #1d1d1d;
    font-size: 15px;
    border: solid 1px #3a3a3a;
    color: #fff;
}

.title-cart {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #faa61a;
}

.desc-collapse {
    margin-bottom: 25px !important;
}

.list-thanhtoan {}

.colsap {
    margin-bottom: 20px;
    background: #1d1d1d;
}

.btn-colsap,
.desc-collapse {
    display: block;
    line-height: 36px;
    padding: 0 10px 0 40px;
    border: 1px solid #3a3a3a;
    /* margin-bottom: 20px; */
    position: relative;
    box-shadow: unset;
    background: #1d1d1d;
    margin: 0;
}

.btn-colsap.active:before,
.desc-collapse:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #faa61a;
    position: absolute;
    left: 11px;
    top: 9px;
}

.btn-colsap.active:after,
.desc-collapse:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 15px;
    top: 13px;
}

.btn-colsap:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #faa61a;
    position: absolute;
    left: 10px;
    top: 8px;
    box-sizing: border-box;
}

.content-colsap {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
    display: none;
}
.content-colsap ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.active .content-colsap {
    display: block;
}

.list-chinhanh .item {
    display: none;
    border: 1px solid #d6d6d6;
    border-top: none;
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 20px;
}

.list-chinhanh .item.active {
    display: block;
}

.list-chinhanh .item .name {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.list-chinhanh .item .diachi {
    line-height: 20px;
}

.group-btn {
    text-align: right;
    margin-top: 20px;
}

.group-btn .btn {
    min-width: 110px;
    text-transform: uppercase;
    font-weight: bold;
    background: #faa61a;
    padding: 10px 30px;
    border: solid 1px #faa61a;
    color: #333;
}

#chinhanh {
    margin-top: 45px;
}

.clear-cart {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 18px;
    height: 30px;
}
.form-group {
    margin-bottom: 10px;
}
.hinhanh_img {
	width: 250px;
}
.btn-light {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #faa61a !important;
    border: solid 1px #faa61a !important;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 500;
}
.btn-light:hover {
	color: #0b5819;
}



@media (max-width: 767px) {
    .cart-wrapper td:before {
        content: attr(data-title) " ";
        font-weight: 700;
        float: left;
        color: #ccc;
        font-weight: bold;
        display: block;
        width: 30%;
        font-size: 14px;
    }
    .cart-wrapper table thead {
        display: none;
    }
    .cart-wrapper td {
        width: 100% !important;
        display: flex;
        font-size: 16px !important;
        justify-content: space-between;
        max-width: unset !important;
    }
    .cart-item .cart-price .box-price {
        margin: 0;
    }
    tfoot td:before {
        content: unset !important;
    }
    .remove-cart {
        margin-top: 0;
    }
    .cart-item .quantity-cart {
        margin-top: 0;
    }
    .cart-item .cart-action {
        text-align: unset;
    }
    .cart-item .cart-action a {}
    .cart-item .cart-name span {
        padding-top: 0;
    }
}

@media (max-width:450px) {
    .area-total {
        width: 100%;
    }
    .wrap-area {
        justify-content: flex-end;
    }
}