.contenedor-carrito {
    border: solid #9C0001;
    border-radius: 30px;
}

.cart-image {
    width: 150px;
}

.btn-seguirComprando {
    color: #fff !important;
    background: #9C0001;
    border-radius: 10px;
}

.separador-subrayado-titulo {
    border-bottom: 6px solid #9C0001;
}

.btn-pedir {
    width: 139px;
    color: #9C0001 !important;
    background: #EEEE16;
    border-radius: 10px;
    font-family: "Oswald";
    font-size: 31px;
    font-weight: bold;
    margin-left: 16px;
    cursor: pointer;
    border: transparent;
    text-decoration: none !important;
    padding: 10px;

}
.progress-bar-complementos{
    background-color: #9C0001 !important;
}
