@media only screen and (max-width: 690px) {
  html body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
    display: none;
  }

  .item-menu-right-1 {
    margin-top: 60px;
  }

  .off-canvas-menu-container .menu .nectar-menu-icon {
    display: unset;
  }
  
  .hidden-mb {
    display: none !important;
  }
}