#cart-body .quantity {
    width: 10%;
}
#cart-body .cart-trash:hover {
    color: red;
    cursor: pointer;
}
.cart-alert {
    position: absolute;
    top: 45px;
    left: -350px;
    min-width: 390px;
    text-align: center;
    display: none;
}
.cart-null .alert{
    margin-bottom: 0px;
}

