﻿span.assortmentCheckbox-box {
    float: left;
}

.assortmentCheckbox-title {
    cursor: pointer;
}

div.assortmentCheckbox-content {
    padding-left: 20px;
}

.assortmentCheckbox span {
    position: relative;
    font-size: 2.4rem;
    line-height: 1;
    text-align: left;
}

.assortmentCheckbox input {
    position: relative;
    width: 15px;
    height: 15px;
    line-height: 1;
    text-align: left;
}

.assortmentCheckbox.checkbox {
    margin-left: 0px;
}

fieldset.assortmentCheckbox-price {
    text-align: center;
}

.assortmentCheckbox.checkbox .filter_checkboxItem:not(:checked), .assortmentCheckbox.checkbox .filter_checkboxItem:checked {
    position: absolute;
    left: -9999px;
}

    .assortmentCheckbox.checkbox .filter_checkboxItem:not(:checked) + input + span.assortmentCheckbox-box, .assortmentCheckbox.checkbox .filter_checkboxItem:checked + input + span.assortmentCheckbox-box {
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }

        .assortmentCheckbox.checkbox .filter_checkboxItem:not(:checked) + input + span.assortmentCheckbox-box:before, .assortmentCheckbox.checkbox .filter_checkboxItem:checked + input + span.assortmentCheckbox-box:before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 15px;
            height: 15px;
            border: 1px solid #000;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
        }

        .assortmentCheckbox.checkbox .filter_checkboxItem:not(:checked) + input + span.assortmentCheckbox-box:after, .assortmentCheckbox.checkbox .filter_checkboxItem:checked + input + span.assortmentCheckbox-box:after {
            content: '\2713';
            position: absolute;
            top: 3px;
            left: 0;
            font-size: 1.0rem;
            width: 15px;
            height: 15px;
            line-height: 1.5;
            color: #fff;
            transition: all .2s;
            border-radius: 4px;
            text-align: center;
        }

        .assortmentCheckbox.checkbox .filter_checkboxItem:not(:checked) + input + span.assortmentCheckbox-box:after {
            opacity: 0;
            transform: scale(0);
        }

        .assortmentCheckbox.checkbox .filter_checkboxItem:checked + input + span.assortmentCheckbox-box:after {
            opacity: 1;
            transform: scale(1);
        }

.assortmentCheckbox.checkbox .filter_checkboxItem:disabled:not(:checked) + input + span.assortmentCheckbox-box:before, .assortmentCheckbox.checkbox .filter_checkboxItem:disabled:checked + input + span.assortmentCheckbox-box:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.assortmentCheckbox.checkbox .filter_checkboxItem:disabled:checked + input + span.assortmentCheckbox-box:after {
    color: #999;
}

.assortmentCheckbox.checkbox .filter_checkboxItem:disabled + input + span.assortmentCheckbox-box {
    color: #aaa;
}

.list-header {
    padding-bottom: 5px;
    padding-top: 10px;
}

    .list-header .control-label {
        padding-top: 0px;
        font-weight: normal;
    }

article#assortmentsDataId .list-header {
    padding-left: 15px;
    padding-right: 15px;
}

.generic-step-filters {
    position: relative;
}

    .generic-step-filters > aside {
        background-color: #f4f4f4;
        float: left;
        width: 220px;
        margin-right: 30px;
    }

@media (max-width: 500px) {
    .generic-step-filters > aside {
        width: 100%;
        margin-right: 0;
    }
}

.generic-step-filters > aside ul {
    padding: 0px 20px;
}

    .generic-step-filters > aside ul li label {
        font-weight: normal;
        color: black;
    }

    .customCheckbox.checkbox .custom_checkboxItem:not(:checked), .customCheckbox.checkbox .custom_checkboxItem:checked, .generic-step-filters > aside ul li .filter_checkboxItem:not(:checked), .generic-step-filters > aside ul li .filter_checkboxItem:checked {
        position: absolute;
        left: -9999px;
    }

        .customCheckbox.checkbox .custom_checkboxItem:not(:checked) + input + label, .customCheckbox.checkbox .custom_checkboxItem:checked + input + label, .generic-step-filters > aside ul li .filter_checkboxItem:not(:checked) + input + label, .generic-step-filters > aside ul li .filter_checkboxItem:checked + input + label {
            position: relative;
            padding-left: 20px;
            cursor: pointer;
        }

            .customCheckbox.checkbox .custom_checkboxItem:not(:checked) + input + label:before, .customCheckbox.checkbox .custom_checkboxItem:checked + input + label:before, .generic-step-filters > aside ul li .filter_checkboxItem:not(:checked) + input + label:before, .generic-step-filters > aside ul li .filter_checkboxItem:checked + input + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 3px;
                width: 15px;
                height: 15px;
                border: 1px solid #000;
                background: #fff;
                border-radius: 4px;
                box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.4);
            }

            .customCheckbox.checkbox .custom_checkboxItem:not(:checked) + input + label:after, .customCheckbox.checkbox .custom_checkboxItem:checked + input + label:after, .generic-step-filters > aside ul li .filter_checkboxItem:not(:checked) + input + label:after, .generic-step-filters > aside ul li .filter_checkboxItem:checked + input + label:after {
                content: '\2713';
                position: absolute;
                top: 3px;
                left: 0;
                font-size: 1.0rem;
                width: 15px;
                height: 15px;
                line-height: 1.5;
                transition: all .2s;
                border-radius: 4px;
                text-align: center;
            }

            .customCheckbox.checkbox .custom_checkboxItem:not(:checked) + input + label:after, .generic-step-filters > aside ul li .filter_checkboxItem:not(:checked) + input + label:after {
                opacity: 0;
                transform: scale(0);
            }

            .customCheckbox.checkbox .custom_checkboxItem:checked + input + label:after, .generic-step-filters > aside ul li .filter_checkboxItem:checked + input + label:after {
                opacity: 1;
                transform: scale(1);
            }

    .customCheckbox.checkbox .custom_checkboxItem:disabled:not(:checked) + input + label:before, .customCheckbox.checkbox .custom_checkboxItem:disabled:checked + input + label:before, .generic-step-filters > aside ul li .filter_checkboxItem:disabled:not(:checked) + input + label:before, .generic-step-filters > aside ul li .filter_checkboxItem:disabled:checked + input + label:before {
        box-shadow: none;
        border-color: #bbb;
        background-color: #ddd;
    }

    .customCheckbox.checkbox .custom_checkboxItem:disabled:checked + input + label:after, .generic-step-filters > aside ul li .filter_checkboxItem:disabled:checked + input + label:after {
        color: #999;
    }

    .customCheckbox.checkbox .custom_checkboxItem:disabled + input + label, .generic-step-filters > aside ul li .filter_checkboxItem:disabled + input + label {
        color: #aaa;
    }

.generic-step-filters > article {
    float: right;
    width: calc(100% - 250px);
}

@media (max-width: 500px) {
    .generic-step-filters > article {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .generic-step-filters > article > .option-list > .option-list-inner > .option-item:nth-of-type(3n + 3) {
        clear: right;
    }

    .generic-step-filters > article > .option-list > .option-list-inner > .option-item:nth-of-type(3n + 4) {
        clear: left;
    }
}

.generic-step-filters > article > figure {
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 40px;
    max-width: 220px;
    border: 5px solid transparent;
}

@media (min-width: 1000px) {
    .generic-step-filters > article > figure:nth-of-type(4n + 4) {
        /*clear:  right;
    */
    }

    .generic-step-filters > article > figure:nth-of-type(5n + 4) {
        /*clear:  left;
    */
    }
}

@media (max-width: 1000px) {
    .generic-step-filters > article > figure {
        width: 33.33333333333334%;
        max-width: 33.33333333333334%;
    }
}

@media (max-width: 800px) {
    .generic-step-filters > article > figure {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 500px) {
    .generic-step-filters > article > figure {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 320px) {
    .generic-step-filters > article > figure {
        width: 100%;
        max-width: 100%;
    }
}

.generic-step-filters > article > figure img {
    max-width: 100%;
    margin-bottom: 15px;
}

.generic-step-filters > article > figure figcaption {
    text-align: center;
    font-weight: bold;
}

.generic-step-filters > article > figure section:not(.hidden) {
    position: absolute;
    left: 0;
    right: 0;
}

.generic-step-filters .ths-pagination {
    background-color: #f4f4f4;
    float: left;
    clear: both;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
}

@media (max-width: 800px) {
    .generic-step-filters .ths-pagination {
        display: block;
    }
}

.generic-step-filters .ths-pagination .pagination > .active > a, .generic-step-filters .ths-pagination .pagination > .active > span, .generic-step-filters .ths-pagination .pagination > .active > a:hover, .generic-step-filters .ths-pagination .pagination > .active > span:hover, .generic-step-filters .ths-pagination .pagination > .active > a:focus, .generic-step-filters .ths-pagination .pagination > .active > span:focus {
    background-color: black;
    border-color: black;
    color: white;
}

.generic-step-filters .ths-pagination .pagination > li > a, .generic-step-filters .ths-pagination .pagination > li > span {
    color: black;
}

.generic-step-filters .ths-pagination .filter_dropDownItem_generic {
    float: right;
    height: 36px;
    margin-top: auto;
    width: 50px;
    margin-bottom: auto;
}

@media (max-width: 767px) {
    .generic-step-filters > aside .ths-collapseWrapper > .ths-collapseItem > .btn {
        text-decoration: none;
        text-transform: none;
        margin-top: 0px;
    }
}

.generic-step-filters > aside .ths-collapseWrapper > .ths-collapseItem > .btn {
    display: none;
}

@media (max-width: 500px) {
    .generic-step-filters > aside .ths-collapseWrapper > .ths-collapseItem > .btn {
        text-decoration: none;
        text-transform: none;
        margin-top: 0px;
        display: block;
    }
}

.generic-step-filters > article > figure {
    text-align: center;
    width: 33.33333333333334%;
    max-width: 33.33333333333334%;
    float: left;
    padding: 0 5px;
    border: 5px solid transparent;
}

    .generic-step-filters > article > figure section:not(.hidden) {
        z-index: 3;
    }

    .generic-step-filters > article > figure section:not(.hidden) {
        position: absolute;
        right: 0;
    }

.generic-step-filters > aside ul li label {
    font-size: 2.0rem;
}

.generic-step-filters > aside ul li .filter_checkboxItem:not(:checked) + input + label:before, .generic-step-filters > aside ul li .filter_checkboxItem:checked + input + label:before, .generic-step-filters > aside ul li .filter_checkboxItem:not(:checked) + input + label:after, .generic-step-filters > aside ul li .filter_checkboxItem:checked + input + label:after {
    top: 5px;
    width: 17px;
    height: 17px;
}

.generic-step-filters > article > figure {
    text-align: center;
    width: 33.33333333333334%;
    max-width: 33.33333333333334%;
}

@media (min-width: 768px) {
    .generic-step-filters > article > figure section:not(.hidden) {
        left: 240px !important;
    }
}

.generic-step-filters > article > figure section:not(.hidden) {
    z-index: 3;
}

.generic-step-filters > article > figure.selected {
    border-color: #ffffff !important;
    border: none !important;
}

    .generic-step-filters > article > figure.selected .option-item-inner {
        border-width: 5px;
    }

.generic-step-filters > article > figure {
    border: none;
}

.generic-step-filters {
    position: relative;
}

@media (min-width: 1000px) {
    .generic-step-filters > article > figure:nth-child(4n+4), .generic-step-filters > article > figure:nth-child(5n+4) {
        clear: none;
    }
}
/* ADA */ select :disabled.custom-disabled-option-color {
    color: #333 !important;
}
