.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;
}
/* .botones {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: -20px;
}

.botones button {
    margin: 0 10px !important;
}
.botones form {
    margin: 0 !important;
    padding: 0 !important;
}
.bajaletra {
    float: none !important;
    margin: 0 !important;
} */

@media (max-width: 991px) {
    /* .botones {
        position: relative;
        top: 0;
        flex-direction: row;
        justify-content: flex-end;
        align-items: unset;
    }
    .botones > a {
        position: relative;
        left: -160px;
    }
    .botones:nth-child(1) {
        top: 0px;
    } */
    /* .izquierdas > .resultados:first-child .botones {
        top: 0px !important;
    } */
}

/* @media (max-width: 767px) {
    .carrito,
    .carrito_cel {
        margin: 40px 0;
    }
} */
/* @media (max-width: 509px) {
    .botones {
        top: 10px;
    }
} */
@media (max-width: 408px) {
    .botones {
        width: 100%;
        align-items: center;
    }
}
