.o_wsale_products_searchbar_form .o_dropdown_menu,
.o_wsale_products_searchbar_form .dropdown-menu {
  top: 100% !important;
  bottom: auto !important;
  transform: translate3d(0, 0, 0) !important;
  margin-top: 0.25rem;
  z-index: 1055;
}

.o_wsale_products_searchbar_form.dropup .o_dropdown_menu,
.o_wsale_products_searchbar_form .dropup .o_dropdown_menu,
.o_wsale_products_searchbar_form.dropup .dropdown-menu,
.o_wsale_products_searchbar_form .dropup .dropdown-menu,
.o_wsale_products_searchbar_form .o_dropdown_menu[data-popper-placement^="top"],
.o_wsale_products_searchbar_form .dropdown-menu[data-popper-placement^="top"] {
  top: 100% !important;
  bottom: auto !important;
  transform: translate3d(0, 0, 0) !important;
}

/* Remove the persistent click/focus ring on website header menu items. */
#top_menu .nav-link:focus,
#top_menu .nav-link:focus-visible,
#top_menu .nav-link.active,
#top_menu .dropdown-toggle:focus,
#top_menu .dropdown-toggle:focus-visible,
#top_menu .dropdown-toggle.active,
#top_menu .dropdown-toggle.show,
#top_menu .dropdown-toggle[aria-expanded="true"],
#top_menu .dropdown-item:focus,
#top_menu .dropdown-item:focus-visible,
#top_menu .dropdown-item.active {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  background: transparent !important;
}

#top_menu .nav-link:focus::before,
#top_menu .nav-link:focus-visible::before,
#top_menu .nav-link.active::before,
#top_menu .dropdown-toggle:focus::before,
#top_menu .dropdown-toggle:focus-visible::before,
#top_menu .dropdown-toggle.active::before,
#top_menu .dropdown-toggle.show::before,
#top_menu .dropdown-toggle[aria-expanded="true"]::before {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  border-color: transparent !important;
}

#top_menu .nav-link:focus::after,
#top_menu .nav-link:focus-visible::after,
#top_menu .nav-link.active::after,
#top_menu .dropdown-toggle:focus::after,
#top_menu .dropdown-toggle:focus-visible::after,
#top_menu .dropdown-toggle.active::after,
#top_menu .dropdown-toggle.show::after,
#top_menu .dropdown-toggle[aria-expanded="true"]::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
}
