.search-title-button {
    height: 100%;
}


.bx-aside-nav {
    top: 55px !important;
}
.bx-header-logo .bx-logo-block {
    height: 100%;
}
.bx-aside-nav .bx-nav-parent{
    height:48px;
}
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced, 
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced, 
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container, 
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
    top: 0;
}
.bx_catalog_tile .bx_catalog_tile_ul li {
    width: 16.5%;
}
.bx_catalog_tile .bx_catalog_tile_img {
    width:100%;
    height: 80px;
}
.fly-filter-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.fly-filter-tags a {
/*     padding: 5px; */
/*     border: 1px solid #8484843b; */
/*     border-radius: 7px; */
    margin: 0 5px 0 0;
    text-decoration: unset;
    color: #f0f0f0;
    background: var(--theme-color-primary);
/*     width: 100%; */
/*     height: 100%; */
    padding: 5px;
    border-radius: 0 6px 6px;
}
.fly-filter-tags {
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
        padding: 8px 0 0 8px;
}
.bx-soa-tooltip .tooltip-inner {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 991px){
    .bx_catalog_tile .bx_catalog_tile_ul li {
        width: 25%;
    }
}
@media (max-width: 767px){
header .bx-header-logo {
    padding: 5px 1rem;
}
.bx_catalog_tile .bx_catalog_tile_ul li {
        width: 50%;
    }
header .bx-logo-block img {
    height: 100%;
}
}
