.menu:not(.insales-menu--loaded) {
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  box-shadow: none;
  width: auto;
  background: transparent;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu:not(.insales-menu--loaded) .menu-link {
  display: block;
}

.menu:not(.insales-menu--loaded) .menu,
.menu:not(.insales-menu--loaded) .menu-marker,
.menu:not(.insales-menu--loaded) .menu-icon {
  display: none;
}

ul.main-menu.menu.level-1 {
  text-transform: uppercase;
}  
@media(max-width:440px){
  .nc-navbar.nc--fixed { 
    display:none;
  }
  body{margin-top:0!important}
}