.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;
    background-color: #ccc;
    border: 1px #ebebeb 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;
    background-color: #9d9090;
}

.cart-item .quantity-cart .box-quantity .prev-cart {
	background: #ccc;
	color: #333;
}

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

.cart-item .quantity-cart .box-quantity .next-cart {
	background: #ccc;
	color: #333;
}

.cart-item .cart-image {
    width: 80px;
    max-width: 150px;
    position: relative;
}

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

.cart-item .cart-image img {
    max-width: 140px;
}

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

.cart-item .cart-name span {
    display: block;
    padding-top: 20px;
	font-size: 16px;
	font-weight: 600;
}

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

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

.new-price-cart {
    color: red;
    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: red;
    margin-top: 20px;
    display: inline-block;
}

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

.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: red;
    font-size: 20px;
}

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

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

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

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

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

.form-control {
    font-size: 15px;
    padding: 5px 15px;
    height: 36px;
}

.title-cart {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}
.title-cart-t{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background: #eee;
    padding: 11px 10px;
}
.form-group-t .form-check-t label.form-check-label-t{
    width: auto;
    padding-left: 10px;
    font-size: 15px;
}
.form-group.form-group-t{
    flex-direction: row;
}

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

.list-thanhtoan {}

.colsap {
    margin-bottom: 20px;
	padding: 0;
	border: none;
}
.tong-tien {
    font-size: 15px;
    margin: 0;
    margin-bottom: 15px;
}
.text-right{
	text-align: right;
}
.red{
    color: #222;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 3px;
}
.text-12{
    font-size: 12px;
}

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

.btn-colsap.active:before,
.desc-collapse:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ed1c24;
    border: solid 1px #ed1c24;
    position: absolute;
    left: 10px;
    line-height: 20px;
    top: 9px;
}

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

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

.content-colsap {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
    display: none;
    padding-left: 0px;
    width: 100%;
}
.content-colsap ul li{
    margin-bottom: 0px;
	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: #f99f31;
	padding: 10px 30px;
	border: solid 1px #f99f31;
	color: #000;
}

#chinhanh {
    margin-top: 45px;
}

.clear-cart {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 18px;
    height: 30px;
}
.form-group {
    margin-bottom: 0;
}
.form-group-t {
    margin-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
}
.hinhanh_img {
	width: 250px;
}
.btn-light {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #2d598b !important;
	border: solid 1px #2d598b !important;
	padding: 5px 20px;
}
.btn-light:hover {
	color: #fff;
}

.group-btn button.btn-dat-hang{
    color: #fff;
    display: block;
    border-radius: 0;
    margin-bottom: 4px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 30px;
    height: 46px;
    transition: 0.3s;
    background: #cf0101;
}
.group-btn button.btn-dat-hang:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.panel-danger{
    margin-top: 15px;
}

.group-btn-tf .btn-dat-hang2{
    display: block;
    border-radius: 0;
    margin-bottom: 4px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    background: #214d7b;
    color: #fff;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s;
}
.group-btn-tf .btn-dat-hang2:hover{
    background: #2c67a5;
}
.group-btn-tf .btn-dat-hang3{
    background-color: #007bff;
}
.group-btn-tf .btn-dat-hang3:hover{
    background-color: #0069d9;
}
.group-btn-tf>*{
    padding: 0 2px;
}
.group-btn-tf{
    margin-left: -2px;
    margin-right: -2px;
}

#list-thanhtoan .card-header-t.btn-colsap{
    line-height: 25px;
    padding-top: 5px;
    font-size: 16px;
    padding-bottom: 5px
}
.form-group.form-group-t label{
line-height: 17px;
}
@media (max-width: 767px) {
    .table_configuratio table tbody tr {
        display: flex;
        align-items: center;
    }
    /* .cart-wrapper td:before {
        content: attr(data-title) " ";
        font-weight: 700;
        float: left;
        color: #333;
        font-weight: bold;
        display: block;
        width: 30%;
        font-size: 14px;
    } */
    .cart-wrapper table thead {
        display: none;
    }
    .cart-wrapper td {
        display: flex;
        font-size: 16px !important;
        justify-content: space-between;
        max-width: unset !important;
        align-self: flex-start;
    }
    .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;
    }
}