  .menu-login a {                                                                                                                 
    font-size: 16px !important;
    color: #fff !important;                                                                                                                                                            
  }
  .menu-login strong {                                                                                                                                                                 
    font-size: 17px !important;                                                                                                                                                      
    color: #fff !important;                                                                                                                                                          
    font-weight: 700;
  }
  .menu-login .fa-user {
    font-size: 20px !important;
  }

  .menu-login a div {
    color: #ccc !important;
  }
  .menu-login a div strong {
    color: #fff !important;
  }
  
  #rodape .institucional a {
    color: #424353 !important;
  }
  
  .tema-escuro #cabecalho .menu.superior {
      background-color: #2b2c34 !important;
  }
  
  .tema-escuro #cabecalho .menu.superior .nivel-um .nivel-dois>li>a {
    color: #424353 !important;
  }
  
  .tema-escuro #cabecalho .menu.superior .nivel-um .nivel-dois {
      background: #fff !important;
  }
  
  #cabecalho .menu.superior .nivel-um>li>a {
      border-radius: 20px 20px 0px 0px;
  }
  
  #cabecalho .menu.superior .nivel-um a {
      color: #424353;
  }
  
  #cabecalho .menu.superior .nivel-um>li {
      background: #fff !important;
      border-radius: 20px 20px 0px 0px;
  }
  
  .listagem.com-caixa .listagem-item {
      box-shadow: 0 0 2px rgba(0,0,0,1) !important;
  }
  
  #corpo .listagem#listagemProdutos .titulo-categoria i {
    display: none !important;
  }
  
  @media screen and (max-width: 767px) {
      #cabecalho .logo img {
          max-height: 180px !important;
      }
      
      #cabecalho .menu-handler {
          color: black !important;
      }
  }