/* mobile main header sticky background start */
@media only screen and (max-width: 992px) {
  #header .mobile-header-wrapper .header-main-wrapper.sticky-on {
    background: #fff !important;
  }

  #header .mobile-header-wrapper .header-main-wrapper.sticky-on > .header-main {
    left: 0 !important;
    right: auto !important;
    width: 100vw !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    background: #fff !important;
    z-index: 10050 !important;
  }
}
/* mobile main header sticky background end */
