/* Remove moving blue underline/highlighter from top category nav only.
   Dropdown/flyout layout untouched. */
html body nav.rr-category-mega-nav::before,
html body nav.rr-category-mega-nav::after,
html body nav.rr-category-mega-nav .rr-dynamic-category-nav-inner::before,
html body nav.rr-category-mega-nav .rr-dynamic-category-nav-inner::after,
html body nav.rr-category-mega-nav .rr-nav-item::before,
html body nav.rr-category-mega-nav .rr-nav-item::after,
html body nav.rr-category-mega-nav .rr-nav-item:hover::before,
html body nav.rr-category-mega-nav .rr-nav-item:hover::after,
html body nav.rr-category-mega-nav .rr-nav-item.active::before,
html body nav.rr-category-mega-nav .rr-nav-item.active::after,
html body nav.rr-category-mega-nav .rr-nav-item.is-active::before,
html body nav.rr-category-mega-nav .rr-nav-item.is-active::after,
html body nav.rr-category-mega-nav .rr-nav-item.rr-open::before,
html body nav.rr-category-mega-nav .rr-nav-item.rr-open::after,
html body nav.rr-category-mega-nav .nav-link::before,
html body nav.rr-category-mega-nav .nav-link::after,
html body nav.rr-category-mega-nav .nav-link:hover::before,
html body nav.rr-category-mega-nav .nav-link:hover::after,
html body nav.rr-category-mega-nav .nav-link.active::before,
html body nav.rr-category-mega-nav .nav-link.active::after,
html body nav.rr-category-mega-nav .nav-link.is-active::before,
html body nav.rr-category-mega-nav .nav-link.is-active::after,
html body nav.rr-category-mega-nav .rr-nav-parent-link::before,
html body nav.rr-category-mega-nav .rr-nav-parent-link::after,
html body nav.rr-category-mega-nav .rr-nav-parent-link:hover::before,
html body nav.rr-category-mega-nav .rr-nav-parent-link:hover::after,
html body nav.rr-category-mega-nav .rr-nav-parent-link.active::before,
html body nav.rr-category-mega-nav .rr-nav-parent-link.active::after,
html body nav.rr-category-mega-nav .rr-nav-parent-link.is-active::before,
html body nav.rr-category-mega-nav .rr-nav-parent-link.is-active::after,
html body nav.rr-category-mega-nav .rr-nav-plain-link::before,
html body nav.rr-category-mega-nav .rr-nav-plain-link::after,
html body nav.rr-category-mega-nav .rr-nav-plain-link:hover::before,
html body nav.rr-category-mega-nav .rr-nav-plain-link:hover::after,
html body nav.rr-category-mega-nav .rr-nav-plain-link.active::before,
html body nav.rr-category-mega-nav .rr-nav-plain-link.active::after,
html body nav.rr-category-mega-nav .rr-nav-plain-link.is-active::before,
html body nav.rr-category-mega-nav .rr-nav-plain-link.is-active::after {
    content: none !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    transform: none !important;
}

html body nav.rr-category-mega-nav .rr-nav-item,
html body nav.rr-category-mega-nav .nav-link,
html body nav.rr-category-mega-nav .rr-nav-parent-link,
html body nav.rr-category-mega-nav .rr-nav-plain-link,
html body nav.rr-category-mega-nav .rr-nav-item:hover,
html body nav.rr-category-mega-nav .nav-link:hover,
html body nav.rr-category-mega-nav .rr-nav-parent-link:hover,
html body nav.rr-category-mega-nav .rr-nav-plain-link:hover,
html body nav.rr-category-mega-nav .rr-nav-item.active,
html body nav.rr-category-mega-nav .rr-nav-item.is-active,
html body nav.rr-category-mega-nav .nav-link.active,
html body nav.rr-category-mega-nav .nav-link.is-active {
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
}
