

/* Start:/local/templates/v22/components/kombox/filter/.default/style.css?16533730481249*/
.kombox-filter {
    position: relative;
}

.kombox-filter .collapse-list__label::after {
    transform: rotate(-90deg);
}
.kombox-filter .kombox-closed .collapse-list__label::after {
    transform: rotate(90deg);
}

.kombox-filter .filter_reset_btn {
    cursor: pointer;
}
.kombox-filter .btn-filter-unset:hover {
    background-color: transparent;
}

.kombox-filter .modef {
    position: absolute;
    z-index: 2;
}
.kombox-filter .modef .modef-wrap {
    position: absolute;
    top: 0;
    left: -10px;
    padding: 0 10px;
    line-height: 18px;
    font-size: 13px;
    white-space: nowrap;

    border: 1px solid #C6DCE7;
    border-width: 2px 2px 2px 10px;
    border-image: url(/local/templates/v22/components/kombox/filter/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
    background: #fff;
}    
.kombox-filter .modef a {
    display: block;
}

.kombox-filter .m-checkbox-list .lvl2.kombox-disabled:not(.kombox-checked) {
    display: none;
}
.kombox-filter .m-checkbox-list:not(.show-all) .block-hidden {
    display: none;
}

@media (max-width: 767px) {
    
    .kombox-filter .template__button.template__button--empty-lg.btn-filter-unset {
        padding: 0;
        line-height: 40px;
        font-size: 13px;
    }

    .for_modef {
        display: none;
    }    
}

/* End */
/* /local/templates/v22/components/kombox/filter/.default/style.css?16533730481249 */
