.form-checkout label::after {
    content: none !important;
}

.checkout-product-item .info {
    margin-right: 30px;
}

/* Fix hình ảnh checkout để có kích thước đồng nhất - khung vuông */
.widget-wrap-checkout .checkout-product-item .img-product {
    width: 64px !important;
    height: 64px !important;
    border-radius: 0px !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.widget-wrap-checkout .checkout-product-item .img-product img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

@media (max-width: 768px) {
    #goTop {
        display: none !important;
    }
}