

/* panel carrito */

.carrito {
    height: 450px;
    overflow-y: scroll;
}



.cart-item img {
    max-width: 50px;
    height: auto;
}

.quantity-input {
    width: 50px;
}

.cart-summary {
    background-color: #f8f9fa;
    border-radius: 10px;
}