/* Creado por: Luis Fuenmayor (29 ene 2024) - Modificado por: Luis Fuenmayor (30 ene 2024) */

#aviso-carrito-progreso {
    background: url(https://dev04.infinitekparis.com/wp-content/themes/flatsome-child/global/promocionales/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;
}

#aviso-minicarrito-progreso {
    font-weight: bold;
    margin: 20px auto 0;
    max-width: 600px;
    text-align: center;
}

#img-regalito {
    float: right;
    margin-top: -19px;
    margin-right: -7px;
    position: relative;
    z-index: 999;
}

#txt-carrito-progreso {
  margin-bottom: 10px;
  padding: 0 50px;
  transition: all 1s ease;
}

#txt-minicarrito-progreso {
    color: #333;
    font-size: 90%;
    margin-bottom: 10px;
}

/* Barra de progreso */

#barra-avance, #barra-progreso {
    border-radius: 100px;
    height: 11px;
}

#barra-avance {
    background: #ff6ca9;            
    margin-bottom: -11px;
    max-width: 100% !important;
    position: relative;
    transition: all 1s ease;
}
#barra-progreso {
    background: #ddd;
    width: 100%;
}