<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-toggle.myshp_menu__title_toggle {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  display: inline-block !important;
}

body .flexnav .touch-button .navicon {
  left: 3px !important;
  font-size: 9px !important;
  color: white!important;
}

@media(max-width: 800px) {
  .myshp_col1.myshp_col .myshp_menu.myshp_block .myshp_box.myshp_menu__box {
    display: block !important;
  }
  body .flexnav li.item-with-ul a {
    pointer-events: none;
  }
  body .salo-menu .flexnav .touch-button {
    width: 100%;
    margin-right: 2rem;
    background-position: right!important;
  }

  body .flexnav .touch-button .navicon {
    left: -8px !important;
    font-size: 18px !important;
    color: white!important;
  }
}

@media (max-width: 560px) {
  body #jquery-overlay, body #jquery-lightbox {
    display: block !important;
  }
}
</pre></body></html>