
/* Store dropdown usability fix: restore the hover bridge that was disabled on the Store capsule. */
body .whb-header.whb-header_747656 .wd-nav-main > li#menu-item-31565 {
  position:relative !important;
  overflow:visible !important;
}
body .whb-header.whb-header_747656 .wd-nav-main > li#menu-item-31565::after {
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:100% !important;
  height:14px !important;
  display:block !important;
  background:transparent !important;
  opacity:1 !important;
  pointer-events:auto !important;
  z-index:9998 !important;
}
body .whb-header.whb-header_747656 .wd-nav-main > li#menu-item-31565 > .wd-dropdown,
body .whb-header.whb-header_747656 .wd-nav-main > li#menu-item-31565 > .wd-dropdown-menu {
  top:100% !important;
  margin-top:0 !important;
  z-index:9999 !important;
}
