

.listagem-item .bandeira-promocao {
    box-shadow: none;
    width: 64px;
    height: 64px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: -.8px;
    display: flex;
    margin: 0;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}
@media (max-width: 768px) {
  .listagem-item .bandeira-promocao {
    box-shadow: none;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    font-size: 10px;
    letter-spacing: -.8px;
    display: flex;
    margin: 0;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
  }
}
.listagem-item .bandeira-promocao>span {
    font-size: 10px;
}
.botao.principal.botao-comprar {
    background-color: #5e4b3a;
}
.botao.desativo {
    cursor: auto;
    opacity: 1;
    filter: alpha(opacity=50);
}
.desconto-a-vista {
    font-size: 15px;
    margin: 3px 0;
    color: #00C853 !important;
}

#rodape .lista-redes li a i {
    background: none !IMPORTANT;
    transition: all .3s;
    font-size: 35px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px;
    width: auto;
    margin: 0;
}
#rodape .span4.selos img {
    background: #fff;
    border-radius: 3px;
    padding: 0px 0px;
    border: 1px solid #eee;
    width: 90px;
}




