/* LUVHOUSE_PUBLIC_MENU_FIX_CSS_STEP_054 */
.hor-menu__item,
.hor-menu__more_list,
.luvhouse-manual-more-item {
  position: relative;
}

.hor-menu__sub_list,
.luvhouse-manual-more-dropdown {
  z-index: 99999;
}

.hor-menu__item:hover > .hor-menu__sub_list,
.hor-menu__item.luvhouse-menu-open > .hor-menu__sub_list,
.luvhouse-more-menu-item:hover > .hor-menu__sub_list,
.luvhouse-more-menu-item.luvhouse-menu-open > .hor-menu__sub_list,
.luvhouse-manual-more-item:hover > .luvhouse-manual-more-dropdown,
.luvhouse-manual-more-item.luvhouse-menu-open > .luvhouse-manual-more-dropdown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.hor-menu__link,
.hor-menu__sub_link,
.hor-menu__more_link,
.luvhouse-manual-more-link,
.luvhouse-manual-more-dropdown-link {
  cursor: pointer !important;
}

.luvhouse-manual-more-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 18px 44px rgba(0,0,0,.14);
}

.luvhouse-manual-more-dropdown-link {
  display: block;
  padding: 10px 16px;
  color: #1d241d;
  text-decoration: none;
  white-space: nowrap;
}

.luvhouse-manual-more-dropdown-link:hover {
  background: #f4f1e8;
  color: #2f7d32;
}
