/* Centralizar os itens do menu */
#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }
.listagem .titulo-categoria {
text-align: center;
font-size: 30px;
}
.listagem .bandeiras-produto .bandeira-carrinho {
background-color: #72AC28;
}
.lista-redes .icon-instagram {
background: #00732F;
}
.lista-redes .icon-facebook {
background: #00732F;
}
.menu.superior {
background: #72AC28;
}
.menu.superior .titulo {
color: #F0ECE8;
}
.tarja-topo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F9F6C3; /* nova cor */
  color: #000000; /* mude se quiser outro tom de texto */
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
    .logo a img,
    .g_ .logo a img {
        max-height: 150px !important; 
        height: auto !important;
        width: auto !important;
    }
}