/* Valgusallikad v2.3.3: remove the unwanted menu/category search strip from the frontend. */
body.vlg-theme .vlg-mobile-menu-search,
body.vlg-theme .vlg-mobile-filter-empty {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.vlg-theme .vlg-mobile-filter-hidden {
  display: revert !important;
}

@media (min-width: 783px) {
  body.vlg-theme .vlg-nav,
  body.vlg-theme .vlg-nav .vlg-nav-inner {
    overflow: visible !important;
  }
}
