
.c_brands__filter_element.active{
    border: 2px solid #3699ff;
}

.c_brands__item .c_brands_item__image {
    width: 100%;
    height: 90px;
    display: inline-block;
    position: relative;
}

.c_brands__item .c_brands_item__image img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 70px;
    max-width: 50%;
    height: auto;
}

.c_brands__filters_label > .label_link > i{
    padding-right: 0px;
    color: #3699ff;
}

.c_brands__filters_label > .label_link:hover{
    background-color: #c7e1fb;
}

.c_brands_item__name{
    border-bottom: 1px solid #ebedf3;
    display: flex;
    align-items: center;
}

.select2-hidden-accessible{
    display: block !important;
    position: inherit !important;
}
