/* Homepage category sidebar: match slider height (~11 visible items), scroll inside */
.home-banner-area .home-category-scroll-wrap {
    max-height: 407px;
    overflow-y: auto;
    overflow-x: hidden;
}

.home-banner-area.has-featured-categories .home-category-scroll-wrap {
    max-height: 265px;
}

/* Search filter sidebar */
.aiz-filter-sidebar .filter-category-scroll {
    max-height: 418px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Search filter sidebar: flyout subcategories to the right of the list */
.aiz-filter-sidebar .aiz-filter-category-menu .sub-cat-menu {
    left: 100%;
    width: 280px;
    height: auto;
    max-height: 420px;
    top: 0;
    margin-left: 8px;
}

.aiz-filter-sidebar .aiz-filter-category-menu .category-nav-element {
    position: relative;
}

.aiz-filter-sidebar .aiz-filter-category-menu .category-nav-element:hover > a {
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: -2px 3px 5px rgb(0 0 0 / 0.1);
}
