/**
 * Copyright © 2017 MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */

.filter-options-content {
    padding: 0px;
    border-bottom: 0 !important;
}

.filter-options-content.freeze .swatch-layered {
    margin-bottom: -10px;
}

.mageworx_ln_apply_filters button {
    width: 100%;
}

.more-less-link {
    margin-left:10px;
    display:none;
}

.swatch-attribute-options {
    margin-bottom: 10px;
}

.mageworx_ln_apply_filters {
    display: none;
}

@media(min-width: 768px) {
    .mageworx_ln_apply_filters {
        display: block;
    }

    .mageworx_ln_apply_filters button {
        line-height: 76px;
    }
}

.mageworx-form-container form,
.mageworx-form-container .block.filter{ margin-bottom: 0; }
.mageworx_ln_apply_filters {
    background: #fff;
    padding: 20px 0;
    width: 100%;
}

.filter-options-item.active .filter-options-title:before { content: '-'; }

.items > li .app-style-color-toggle--js.checked {
    border: 3px solid #555;
}

.items > li .app-style-color-toggle--js.black.checked {
    border: 3px solid #ccc;
}

input.app_style_color_filter {
    display: none;
}

.items > li.custom-filter-attribute-app_style_color_filter {
    margin: 10px 5px 5px 5px;
}