.carrito,
.carrito_cel {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 2px;
}

.carrito h3,
.carrito_cel h3 {
    text-align: start;
    font-size: 16px;
    padding: 8px 5px;
    background-color: #666;
    color: white;
    font-weight: bold;
}
.producto,
.producto_cel {
    padding: 15px 12px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.producto > p,
.producto_cel > p {
    font-weight: normal;
    font-size: 16px !important;
    margin-right: 25px;
}
.detalle,
.detalle_cel {
    border-bottom: 1px solid #dee2e6;
}
.detalle > p,
.detalle_cel > p {
    border-top: 2px solid black;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px !important;
}
.carrito button,
.carrito_cel button {
    margin: 10px;
}

@media (max-width: 408px) {
    .botones {
        width: 100%;
        align-items: center;
    }
}
