.provin-icons{
    width: 100%;
    height: 100%;
    max-width:33px;
    max-height:33px;
}

.provin-clock{
    width: 100%;
    height: 100%;
    max-width:32px;
    max-height:32px;
}

.provin-cart{
    width: 100%;
    height: 100%;
    max-width:40px;
    max-height:40px;
}

#sacola-expressa {
    background-image: url('../img/icones/Sacola-ec.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
 
#sacola-expressa:hover {
    background-image: url('../img/icones/Sacola-eca.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#sacola-normal {
    background-image: url('../img/icones/Sacola-nc.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
 
#sacola-normal:hover {
    background-image: url('../img/icones/Sacola-nca.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cor-balao {
    background-color: #ff9a60;
}

.margem-balao {
    margin-left: 25px;
}