/*Seguir comprando botón*/
.botones_cesta{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}
.seguir_comprando{
    padding: 17px;
    font-size: 18px;
    font-weight: 600;
}
.empty{
    box-shadow: inset 0 2px 8px rgba(178,34,34, 0.16) !important;
}

.footer-logos {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 0;
}
.footer-logos .row {
    width: 100%;
}
.footer-logos .row .col-sm-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.footer-logos .row .col-sm-4 > div {
    display: flex;
    align-items: center;
    height: 80px;
    margin-bottom: 5px;
}
.footer-logos img {
    max-width: 100%;
    max-height: 70px;
}
.footer-logos span {
    max-width: 280px;
    text-align: center;
    font-size: 13px;
}
