/* Creado por: Luis Fuenmayor (29 ene 2024) - Modificado por: Luis Fuenmayor (30 ene 2024) */

#aviso-carrito-progreso {
    background: url(https://dev01.infinitekparis.com/wp-content/uploads/obsequios/ico-gift-21px.png) no-repeat top right;
    font-weight: bold;
    margin: 0 auto 40px;
    max-width: 600px;
    text-align: center;
    transition: all 1s ease;
}

#txt-carrito-progreso {
  margin-bottom: 10px;
  transition: all 1s ease;
}

/* Barra de progreso */

#barra-avance, #barra-progreso {
    border-radius: 100px;
    height: 11px;
}

#barra-avance {
    background: #ff6ca9;            
    margin-bottom: -11px;
    position: relative;
    transition: all 1s ease;
}
#barra-progreso {
    background: #ddd;
    width: 100%;
}