.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  background: rgba(, );
  {% if module.navigation_menu.dropdowns.apply_borders %}
    border: 1px solid rgba(, );
  {% endif %}
  /* Add the following styles to make the dropdown appear on the left */
  right: auto;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-item.hs-menu-depth-3.right-menu:hover > .hs-menu-children-wrapper {
    left: auto !important;
    top: 0 !important;
		right: 100% !important;
  }
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper:not(.menu--wide) {
    display: none;
}
