#modalCartFly {
    z-index: 2000;
}

#modalCartFly .modal-dialog {
    margin: 0 0 0 auto;
    height: 100%;
    max-width: 420px;
}

#modalCartFly .modal-content {
    height: 100%;
    border-radius: 0;
}

#modalCartFly .cart-fly-list {
    max-height: 50vh;
    overflow-y: auto;
}

#modalCartFly .cart-fly-item img {
    max-height: 60px;
    object-fit: cover;
}

#modalCartFly .js-cart-fly-checkout.disabled {
    pointer-events: none;
    opacity: 0.65;
}

@media (max-width: 575.98px) {
    #modalCartFly .modal-dialog {
        max-width: 100%;
    }
}
