/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


#filterform {
    & {
        --blade-product-filter-margin: clamp(12px, calc(64 / 1920 * 100vw), 64px);
        margin-top: var(--blade-product-filter-margin);
        background: transparent;
        padding: 0 0 30px clamp(25px, calc(45 / 1920 * 100vw), 45px);
        height: calc(100% - var(--blade-product-filter-margin));
    }

    .fpar-item {
        margin-bottom: 42px;
    }

    .FeatureRednerSeznam {
        font-size: 11px;
        cursor: pointer;
        background: transparent;
        display: flex;
        color: black;
    }

    .FeatureRednerSeznam:hover {
        color: var(--g-color-blue);
    }

    .filter-title {
        font-size: clamp(20px, calc(26 / 1920 * 100vw), 26px);
        font-weight: 800;
        margin-bottom: 14px;
    }

    /* SECTION - TOP PRODUCTS - END */


    .FeatureRednerSeznam {
        position: relative;
        align-items: center;
        font-size: clamp(16px, calc(20 / 1920 * 100vw), 20px);
        margin-bottom: 0;
        padding-top: 6px;
        padding-bottom: 6px;
        min-width: 175px;
    }
    @media(min-width: 992px){
        .FeatureRednerSeznam {
            min-width: 100px;
        }
    }

    .FeatureRednerSeznam input[type="checkbox"],
    .FeatureRednerSeznam input[type="radio"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .filter-check, .filter-ready {
        width: 22px;
        height: 22px;
        border: 2px solid black;
        position: relative;
    }


    .filter-ready:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: black;
        border: 10px solid #f5eef5;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .FeatureRednerSeznam:hover .filter-ready:before {
        opacity: 1;
        border-width: 4px;
    }

    .FeatureRednerSeznam .filter-check {
        display: none;
    }

    .FeatureRednerSeznam input:checked + .filter-check {
        display: inline-block;
    }

    .FeatureRednerSeznam input:checked + .filter-check + .filter-ready {
        display: none;
    }

    .FeatureRednerSeznam .option-title {
        display: inline-flex;
        align-items: center;
        padding-left: 12px;
        line-height: 1;
    }

    @media(min-width: 992px) {
        .FeatureRednerSeznam .option-title {
            padding-left: 22px;
        }
    }
    .check-ico {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 24px;
    }

    .check-ico .fa {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 2px;
        left: 2px;
        font-size: 17px;
    }

    .filter-row {
        display: flex;
        gap: 0 22px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    @media(min-width: 992px){
        .filter-row {
            flex-direction: column;
        }
    }

}
