.filter-item {
    opacity: 1;
    transition: height 0s 0s, opacity .6s 0s !important
}

.filter-hidden {
    overflow: hidden;
    height: 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    /*transition: height 0s .4s, opacity .4s 0s, margin 0s .4s, padding 0s .4s, border 0s .4s !important*/
}

.filter-empty.hide {
    display: none
}

a[data-filter] {
    cursor: pointer
}

.filter-list-global {
    margin-bottom: 30px;
}
