.header a.btn {
    border: 1px solid #ccc;
    margin-left: 15px;
    padding: 3px 10px;
    background-color: #24aa98;
    color: #fff;
}
#ec-module-cart .link.ec-scaledown img {
    height: 80px;
    width: 120px;
    object-fit: cover;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
#ajax-cart-form table tr td .delete {
    border: none;
    background: red;
    color: #fff;
    border-radius: 5%;
    display: block;
    padding: 5px;
    margin: 5px 0 0 0;
}
#ajax-cart-form .number-products {
    padding: 0 30px;
}
#ajax-cart-form .number-products .box-cart-td {
    position: relative;
    margin-top: 10px;
    width: 40px;
}
#ajax-cart-form input.quantity {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
}
#ajax-cart-form .abate {
    left: -30px;
    border-right: none;
}
#ajax-cart-form .btn {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #dfdfdf;
    top: 0;
    cursor: pointer;
}
#ajax-cart-form .abate:before, #ajax-cart-form .augment:before {
    margin-left: -3.5px;
}
#ajax-cart-form .abate::before {
    width: 12px;
    height: 2px;
    margin: 9px auto;
    margin-left: -3px;
    content: "";
    display: block;
    background: #288ad6;
}
#ajax-cart-form .augment::after {
    content: "";
    width: 2px;
    height: 12px;
    background: #288ad6;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}
#ajax-cart-form .abate:before, #ajax-cart-form .augment:before {
    margin-left: -3.5px;
}
#ajax-cart-form .augment::before {
    width: 12px;
    height: 2px;
    margin: 9px auto;
    margin-left: -4px;
    content: "";
    display: block;
    background: #288ad6;
}

form#ajax-cart-form td {
    border: unset;
    border-top: 1px solid #ddd;
}

form#ajax-cart-form th {
    border: unset;
}
.pag-dat-hang {
    padding: 35px 0 0 0;
}

.pag-dat-hang .header {
    background: transparent;
}
.right-cart h4 {
    background: #036ea9;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: -1px;
}
.box-right-cart {
    border: 1px solid #65913e;
    padding-top: 15px;
}

.box-right-cart .footer-cart {
    background-color: #ec3b31;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    /* padding: 10px 10px; */
    text-align: center;
}
.box-right-cart .footer-cart button {
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    outline: unset;
    padding: 10px;
    transition: 0.4s;
}
.content-box__row:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.content-box__row {
    padding: 1.3em;
    position: relative;
    border-top: 1px solid #d9d9d9;
    zoom: 1;
}

.display-table .radio-wrapper, .display-table .checkbox-wrapper {
    display: table;
    box-sizing: border-box;
    width: 100%;
}
.content-box__row {
    padding: 1.3em;
    position: relative;
    border-top: 1px solid #d9d9d9;
    zoom: 1;
}
.display-table .radio__input, .display-table .checkbox__input {
    display: table-cell;
}

.radio__input {
    position: absolute;
    margin-top: -3px;
}

.radio__label {
    width: 100%;
    padding-left: 20px;
    cursor: pointer;
}

.display-table .radio__label__primary {
    display: table-cell;
    width: 100%;
}

.display-table .radio__label__accessory {
    display: table-cell;
}

.section .content-box {
    border: 1px solid #ccc;
}

.input-checkbox:after, .input-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}

.input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

.payment-methods .section__title, .payment-methods .section__title label {
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 5px 0;
}

.pag-dat-hang .header.fixmenu {
    position: unset!important;
}
.module-alert {
    margin: 0 0 20px 0;
}

.toast-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 5px;
    margin: 2em auto;
    padding: 1.5rem;
    border: none;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    min-width: 150px;
    font-size: 1.2rem;
    outline: none;
    background: #3498db;
    color: #fff;
}

.toast-btn:hover {
    filter: brightness(0.8);
}

button.success-toast {
    background-color: #27ae60;
}

button.danger-toast {
    background-color: #c0392b;
}

button.info-toast {
    background-color: #2980b9;
}

button.warning-toast {
    background-color: #f39c12;
}

.toasts {
    position: fixed;
    top: 50px;
    right: 1rem;
    overflow: hidden;
    z-index: 99999999999;
}

.toast-notification {
    width: 350px;
    margin-bottom: .75rem;
    background: #f8f8ff;
    border-radius: 2px;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
    overflow: hidden;
}

.hide-toast {
    display: none;
}

.toast-notification .toast-content {
    font-weight: 400;
    color: #353b48;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 1rem;
}

.toast-notification .toast-icon {
    background-color: #27ae60;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.toast-notification .toast-icon i {
    font-size: 1.25rem;
}

.toast-notification .toast-progress {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.toast-notification .toast-progress-bar {
    background-color: #b7b7b7;
    height: 2px;
    animation: toastProgress 3s ease-in-out forwards;
}

.slide-in-slide-out {
    animation: slideInRight 0.3s ease-in-out forwards, slideOutRight 0.5s ease-in-out forwards 3s;
    transform: translateX(110%);
}

.slide-in-fade-out {
    animation: slideInRight 0.3s ease-in-out forwards, fadeOut 0.5s ease-in-out forwards 3s;
    transform: translateX(110%);
}

.wiggle-me {
    animation: wiggle 2s ease-in;
}

@keyframes slideInRight {
    0% { transform: translateX(110%); }
    75% { transform: translateX(-10%); }
    100% { transform: translateX(0%); }
}

@keyframes slideOutRight {
    0% { transform: translateX(0%); }
    25% { transform: translateX(-10%); }
    100% { transform: translateX(110%); }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes toastProgress {
    0% { width: 100%; }
    100% { width: 0%; }
}

@keyframes wiggle {
    0%, 7% { transform: rotateZ(0); }
    15% { transform: rotateZ(-13deg); }
    20% { transform: rotateZ(9deg); }
    25% { transform: rotateZ(-10deg); }
    30% { transform: rotateZ(7deg); }
    35% { transform: rotateZ(-2deg); }
    40%, 100% { transform: rotateZ(0); }
}

.box-right-cart .footer-cart button[disabled] {
    cursor: no-drop;
    background: #000;
    transition: 0.4s;
}
.module-alert p {
    margin: 0;
}
@media (max-width: 768px) {
    #ec-module-cart .link.ec-scaledown img {
        display: none;
    }
    #ajax-cart-form .delete {
        font-size: 0px;
    }
    .product-price {
        display: none;
    }
    #ajax-cart-form .delete i {
        font-size: 14px;
    }
}