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