@media screen and (max-width: 1200px) {
  header .header-middlebar-3 .widget_sd_widget_menu_toggle {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .menu-toggle {
    background-color: transparent;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    height: unset;
    padding: 0;
    margin-left: 15px;
  }
  .menu-toggle svg {
    width: 30px;
    height: 30px;
    color: #fff;
  }
  .menu-toggle:hover, .menu-toggle:active {
    background-color: #fff;
  }
  .menu-toggle:hover svg, .menu-toggle:active svg {
    color: #fff;
  }
}

/*# sourceMappingURL=style.css.map */
