.row .cart-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}

#show_popup .modal-popups {
    justify-content: center;
    display: flex;
}

#show_popup .modal-popups .modal-body {
    padding: 15px 25px 0 25px;
}

#show_popup .modal-popups .modal-body * {
    width: 100% !important;
    height: 100%;
    /*object-fit: contain;*/
}

#show_popup .modal-popups .modal-footer {
    border-top: unset;
}

#show_popup .modal-dialog {
    width: 100% !important;
}

.modal-popups {
    margin: auto;
    margin-top: 0;
    top: calc(18%);
    overflow: unset !important;
}

.btn-close-popup {
    top: -28px;
    background: white !important;
    position: absolute;
    border-radius: 50%;
    height: 40px !important;
    right: -28px;
    z-index: 9999;
    opacity: 0.6;
}

.close.btn-close-popup:focus, .close.btn-close-popup:hover {
    opacity: 1 !important;
}
@media (max-width: 415px) {
    .col-xs-6 {
        width: 50%;
    }
}

.ver-middle {
    vertical-align: middle !important;
}

div.trang-sp .container .container-title {
    display: flex;
    align-items: center;
}

div.trang-sp .container .container-title h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    display: inline-block;
}

div.trang-sp .container .container-title .count-sp-thanhtoan {
    color: #21beff;
    margin-left: 5px;
    margin-top: 3px;
    font-size: 14px;
}

div.trang-sp .container .container-title .sort {
    margin-left: auto;
}

div.trang-sp .container .container-title .sort .btn {
    width: 150px;
    height: 32px;
}

.alert {
    padding: 8px;
}

.product-max-quantity {
    color: red;
}

#form-product-option label {
    margin-top: 10px;
    margin-bottom: 5px;
}

#form-product-option input::placeholder {
    font-size: 12px;
}

#form-product-option .checkbox, #form-product-option .checkbox label, #form-product-option .radio, #form-product-option .radio label {
    margin: 0;
}

#form-product-option input, #form-product-option textarea, #form-product-option select, .mb-10 {
    margin-bottom: 10px;
}

#modal-edit-option {
    margin-top: 5%;
    z-index: 9999;
}

@media screen and (max-width: 490px) {
    .btn-edit-mobile {
        margin-right: -3px;
    }
}

.btn-disabled {
    background-color: #cfcfcf;
    border: 1px solid #a4a4a4;
}

.flex-remove-cart {
    display: inline-flex;
}

.mr-10 {
    margin-right: 10px;
}
@media screen and (max-width:992px) {
    .order-total {
        margin-left: 0;
    }
}

@media screen and (min-width:992px) {
    .order-total {
        margin-left: 10px;
    }
}

.order-total .py-12 {
    padding-bottom: 12px;
}
.order-total .h18-bo-30 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.order-total .text-gray {
    color: #8e9098;
}

.order-total .thanh-tien {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

.order-total .margin-item {
    margin-bottom: 8px;
}

.order-total .tag-giam-gia {
    border: 1px dashed #e3d6d6;
    padding: 5px 10px;
    color: #9C5260;
    font-weight: bold;
    background-color: #FEF6F4;
    font-size: 13px;
}

.order-total .tag-giam-gia .remove {
    margin-left: 10px;
    font-size: 16px!important;
    cursor: pointer;
}

.border-bottom-dash {
    border-bottom: 1px dashed #e2e4ec;
}

.margin-border-dash {
    margin: 7px 0;
}

.order-total .h16-md-26 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.order-total .text-gray-900 {
    color: #2e3038;
}

.order-total .text-primary {
    color: #e53935;
}

.order-total .h16-bo-26 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

.order-total .btn-danger {
    font-weight: bold;
    color: #fff;
    background-color: #e53935;
    border-color: #e53935;
}

.order-total .btn-danger:hover {
    color: #fff;
    background-color: #d8201c;
    border-color: #cd1e1a;
}

.order-total .mt-10 {
    margin-top: 10px;
}