/* Ajusta a posição do botão flutuante do WhatsApp */
.li-whatsapp a {
    bottom: 20px !important; /* Distância do botão em relação à parte inferior */
    right: 20px !important;  /* Distância do botão em relação à direita */
}
.voltar-topo,
.botao-voltar-topo,
#voltar-topo,
.to-top,

.scrollToTop {
  display: none !important;
}

.fas.fa-comments,
.fas.fa-truck,
.fas.fa-user,
.icon-shopping-cart {
  color: #E9E9DD !important;
}

.nivel-um {
  background-color: #2B3336 !important;
  padding: 0px 0;
}

.titulo.cor-secundaria:hover {
  color: #D1DD4E !important;
}
/* Muda a cor do texto no hover */
.menu.lateral.outras li:hover .titulo {
  color: #D1DD4E !important;
}


.menu.lateral.outras li:hover a {
  background-color: #FFFFFF !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
