#customCartToastContainer .toast-container {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1090;
}

.custom-cart-toast.toast-success .toast-header {
    background-color: #d4edda;
    color: #155724;
}

.custom-cart-toast.toast-info .toast-header {
    background-color: #cce5ff;
    color: #004085;
}

.custom-cart-toast.toast-warning .toast-header {
    background-color: #fff3cd;
    color: #856404;
}

.custom-cart-toast.toast-error .toast-header {
    background-color: #f8d7da;
    color: #721c24;
}

.custom-cart-toast .toast-body {
    background-color: #ffffff;
}