#menu-btn {
  width: 55px !important;
  max-width: 55px !important;
  /* background-color: red; */
}

@media only screen and (max-width: 580px) {
  #menu-btn {
    height: 45px !important;
    width: 45px !important;
    max-width: 45px !important;
    min-width: 45px !important;
    /* background-color: red; */

  }
}

.mobile-menu nav ul li a.main {
  color: white !important;
}

.side-bar.header-two .mobile-menu, .side-bar.header-three .mobile-menu{
  display: block !important;
}

.side-bar.show {
  left: 0 !important;
}

.side-bar {
  left: -100 !important;
}