
@media (max-width: 991px) {
  .theme-header[data-header="zptheme-data-header"] {
    display: block !important;
    overflow: visible !important;
  }

  .theme-header[data-header="zptheme-data-header"] > .zpcontainer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .theme-header[data-header="zptheme-data-header"] > .zpcontainer > .theme-branding-info {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 20px) !important;
    overflow: hidden !important;
  }

  .theme-header[data-header="zptheme-data-header"] > .zpcontainer > .theme-branding-info [data-zs-logo] {
    width: 80px !important;
    max-width: 80px !important;
    height: auto !important;
    display: block !important;
  }

  .theme-header[data-header="zptheme-data-header"] > .zpcontainer > .theme-navigation-and-icons {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .theme-menu-area[data-zp-nonresponsive-container="mymenu1"],
  .theme-search-cart-non-res {
    display: none !important;
  }

  .theme-header[data-header="zptheme-data-header"] [data-zs-responsive-menu-area] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  .theme-header[data-header="zptheme-data-header"] [data-zs-responsive-menu-area] .theme-responsive-menu-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 6px !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: visible !important;
    z-index: 9999 !important;
  }

  .theme-burger-icon {
    display: inline-block !important;
    position: relative !important;
    width: 24px !important;
    height: 2.5px !important;
    background-color: #0D3B66 !important;
    border-radius: 2px !important;
    vertical-align: middle !important;
  }

  .theme-burger-icon::before,
  .theme-burger-icon::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    width: 24px !important;
    height: 2.5px !important;
    background-color: #0D3B66 !important;
    border-radius: 2px !important;
  }

  .theme-burger-icon::before {
    top: -7px !important;
  }

  .theme-burger-icon::after {
    top: 7px !important;
  }
}
