@media (min-width: 768px) {
  #_desktop_top_menu .top-menu#top-menu > li {
    position: relative;
  }

  #_desktop_top_menu .top-menu#top-menu > li:last-child > .sub-menu {
    left: auto !important;
    right: 0 !important;
  }

  #_desktop_top_menu .top-menu .sub-menu {
    left: 0 !important;
    right: auto !important;
    top: 100% !important;
    width: auto !important;
    min-width: 260px;
    max-width: 320px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    z-index: 1001;
    overflow: visible;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] {
    display: block !important;
    padding: .5rem 0;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] > li {
    position: relative;
    display: block !important;
    float: none !important;
    width: 100%;
    margin: 0 !important;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] > li > a {
    box-sizing: border-box;
    display: block;
    padding: .55rem 2.25rem .55rem 1.25rem;
    white-space: nowrap;
    font-weight: 400;
    text-transform: none;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] > li > a:hover {
    background: #f5f5f5;
    color: #2fb5d2;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] > li:has(> .collapse) > a::after {
    content: "chevron_right";
    font-family: "Material Icons";
    position: absolute;
    right: .75rem;
    font-size: 1rem;
    line-height: inherit;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] > li > .collapse {
    display: none;
    position: absolute;
    left: 100%;
    top: -0.5rem;
    min-width: 260px;
    padding: .5rem 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    z-index: 1002;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] > li.open-left > .collapse {
    left: auto;
    right: 100%;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] > li:hover > .collapse,
  #_desktop_top_menu .top-menu[data-depth="1"] > li.force-open > .collapse,
  #_desktop_top_menu .top-menu[data-depth="1"] > li:focus-within > .collapse {
    display: block;
  }

  #_desktop_top_menu .top-menu[data-depth="2"] {
    display: block !important;
    margin: 0 !important;
  }

  #_desktop_top_menu .top-menu[data-depth="2"] > li {
    display: block !important;
    float: none !important;
    width: 100%;
  }

  #_desktop_top_menu .top-menu[data-depth="2"] > li > a {
    display: block;
    padding: .55rem 1.25rem;
    white-space: nowrap;
  }

  #_desktop_top_menu .top-menu[data-depth="2"] > li > a:hover {
    background: #f5f5f5;
    color: #2fb5d2;
  }
}
