.title-flex.title-flex--loader .lsfw-filter-action {
    background: #eeeeee;
    animation: actionLoader 3s infinite;
}

@keyframes actionLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #f3f3f3;
    }
    100% {
        background-color: #eeeeee;
    }
}


.title-flex.title-flex--loader .lsfw-filter-action * {
    visibility: hidden;
}

.lsfw-filter-actions .lsfw-filter-action.w150px {
    width: 150px;
}

.lsfw-filter-actions .lsfw-filter-action {
    font-size: 12px;
    padding: 0 40px 0 15px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    color: #475669;
    background-color: #eeeeee;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
    border: none;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.lsfw-filter-actions .lsfw-filter-action__icon {
    right: 10px;
    top: 0;
    font-size: 10px;
    position: absolute;
    line-height: inherit;
}

.lsfw-filter-action.lsfw-filter-action--orange svg {
    fill: #e27200;
}

.lsfw-filter-action.lsfw-filter-action--32h {
    line-height: 32px;
}

.lsfw-filter-action:hover,
.lsfw-filter-action.lsfw-filter-action--orange {
    background-color: #ffe5c9;
    color: #e27200;
}

.lsfw-filter-action.lsfw-filter-action--orange:not(.cur-default):hover {
    background-color: #f5dbbe;
}

.lsfw-filter-action.lsfw-filter-action--hov-red:hover,
.lsfw-filter-action.lsfw-filter-action--red {
    background-color: #f9ebea;
    color: #e03a3a;
}

.lsfw-filter-action.lsfw-filter-action--hov-green:hover,
.lsfw-filter-action.lsfw-filter-action--green {
    background-color: #def0de;
}

.lsfw-filter-action.lsfw-filter-action--green:hover {
    background-color: #c5dbc5;
}

.lsfw-filter-action.lsfw-filter-action--red:hover {
    background-color: #e8c9c8;
}

.lsfw-filter-action.lsfw-filter-action--hov-grey:hover {
    color: #666666;
    background: #cccccc;
}

.lsfw-filter-title > .lsfw-sort {
    width: 100%;
}

.lsfw-filter-title > * {
    order: 0;
    margin: 0 0 20px 0 !important;
}

.lsfw-filter-title + .lsfw-sort {
    margin-top: 0;
}

.lsfw-filter-title {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.lsfw-filter-action.lsfw-filter-action--blue {
    background-color: #d4e4f2 !important;
}

.lsfw-filter-action.lsfw-filter-action--blue:hover {
    background-color: #bbd1e5 !important;
}


@media screen and (max-width: 1023px) {
    .lsfw-filter-actions .lsfw-filter-action {
        font-size: 10px;
    }

    .lsfw-filter-actions .lsfw-filter-action__icon {
        font-size: 9px;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-filter-actions {
        max-width: 100%;
        white-space: nowrap;
        overflow: auto;
    }

    .lsfw-filter-title.mt30 {
        margin-top: 20px !important;
    }

    .lsfw-filter-title, .title-flex {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 20px;
    }

    .lsfw-filter-action .hide-767 + i {
        width: 25px;
        text-align: center;
        right: 0;
        background: inherit;
        border-radius: 5px;
    }

    .lsfw-filter-actions::-webkit-scrollbar {
        height: 0;
    }

    .lsfw-filter-title > *, .title-flex > * {
        margin-bottom: 0 !important;
    }

    .lsfw-filter-actions .lsfw-filter-action {
        margin: 0 5px 0 0;
        line-height: 23px;
        padding-left: 10px;
    }

    .lsfw-filter-title .lsfw-filter-actions .lsfw-filter-action i {
        position: absolute;
        left: 15px;
        top: 0;
        line-height: inherit;
        font-size: 14px;
    }

    .lsfw-filter-title .lsfw-filter-actions .lsfw-filter-action {
        line-height: 30px;
        background: #ffffff !important;
        color: #999999;
        width: 100%;
        text-align: left;
        font-size: 11px;
        position: relative;
        margin: 0;
        padding-left: 40px;
    }

    .lsfw-filter-title > .lsfw-sort, .lsfw-filter-title > .lsfw-filter-actions {
        width: 100%;
    }

    .lsfw-filter-title .lsfw-filter-action.lsfw-filter-action--orange {
        color: #e27200;
    }

    .lsfw-filter-title .lsfw-filter-action.lsfw-filter-action--red {
        color: #e03a3a;
    }

    .lsfw-filter-title .lsfw-filter-action.lsfw-filter-action--green {
        color: #00a551;
    }

    .lsfw-filter-title .lsfw-filter-action.lsfw-filter-action--blue {
        color: #318cc6;
    }

    .lsfw-filter-title > .lsfw-filter-actions {
        order: 1;
        background: #d0dce3;
        gap: 0 10px;
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }
}