span.bandeira-promocao {
    display:none!important;
}
/* alterar ícone do carrinho */
#cabecalho 
.icon-shopping-cart {
    background: url("https://cdn.awsli.com.br/1616/1616396/arquivos/shopping-cart (2).png") center center no-repeat;
    color: WHITE;
}
.icon-th:before {
    content: "\f0c9";
    color: BLACK;
}
li.fundo-principal {
    background: #000000 !important;
}
.listagem.borda-alpha .borda-principal {
  border-color: transparent;
}
.icon-th {
    background-color: white !important;
    padding: 10px;
    border-radius: 5px;
}
@media only screen and (max-width: 767px){

    * {
        border-color: transparent !important;
    }

}  
 .acoes-flutuante.borda-principal.hidden-phone.hidden-tablet {
    display: none !important;
}
#cabecalho:before {
  content: '🏷️UTILIZE O CUPOM "SOUPRAVYA"' ;
  background: #000000;
  color: #fff;
  display: block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: bold;
}
/* Remove de forma agressiva a logo centralizada original apenas no celular */
@media only screen and (max-width: 767px) {
    div.logo, 
    .cabecalho .logo, 
    #cabecalho .conteiner .row-fluid .logo,
    .conteudo-topo .logo,
    [class*="logo"] {
        display: none !important;
    }

    /* Prepara a barra preta para receber a nova logo lado a lado */
    .atalhos-mobile ul li:first-child {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        float: left !important;
    }
}
