   ul.inlineList {
    display: flex;
    justify-content: center;
   }
    .facetLabel .icon {
    height: 1.3rem;
    width: 1.5em;
    fill: #bababa;
    }
    .facetLabel{
        font-size: 20px;
        font-family: 'Roobert-Medium';
        background: #990ae2;
         color: #fff;
    }

    .facetLabel:hover{
        color: #fff;
    }
   
    .fiter-by {text-align: center;
    font-size: 2.7em;
    font-weight: 600;
    line-height: 50px;
    font-family: 'Roobert-Regular';}
    #facetedSearch-navList {
    display: flex !important;
    justify-content: center;
    margin-bottom: 30px;
}
.toggleLink-text {
    margin-left: -21px;
    position: absolute;
    margin-top: -10px;
}
.blocker{
    display: none;
}
@media screen and (max-width: 900px) and (min-width: 60px) {
    .accordion-navigation{
    padding-top: 6px;
    padding-bottom: 6px;
    }
    .fiter-by {
    font-size: 2.1em;
    line-height: 35px;
}
    #facetedSearch-navList {
    flex-direction: column;
}
 .facetLabel{
        font-size: 15px;
 }
.accordion-block {
    width: 90%;
    margin: auto;
}
.accordion-nav-clear-holder {
    margin-bottom: 8px;
}
.facetedSearch-toggle {
    display: none!important;
}
.fiter-head {
   display: none;
}
}
