.alert-error .icon-Alert-Octagon {
    font-size: 1.5rem;
    color: #E0593E;
}

.alert-error p {
    font-weight: bold;
    line-height: 20px;
}

.alert-success .icon-Checkmark-Round {
    font-size: 1.5rem;
    color: #5ABB7A;
}

.alert-success p {
    font-weight: bold;
    line-height: 20px;
}

#modal-alert-cart {
    position: relative;
    text-align: start;
    width: 70%;
    padding: 16px;
    margin: auto auto 5px;
    transition: opacity 0.3s;
    display: none;
}

#modal-alert-cart.modal-alert:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}