﻿.ajax-products {
    position: relative;
}

    .ajax-products .spinner {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        background-color: #fff;
        opacity: 0.7;
        padding-top: 10%;
        display: none;
    }

        .ajax-products .spinner > div {
            width: 40px;
            height: 40px;
        }

.spinner {
    margin: 0px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.filter-section {
    max-width: 600px;
    text-align: right;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

    .filter-section .title {
        overflow: hidden;
    }

    .filter-section .filter-section .title a.ajax-filter-clear-all {
        cursor: pointer;
        padding-right: 5px;
    }

    .filter-section .title {
        letter-spacing: 0px;
        text-align: right;
        text-transform: uppercase;
        position: relative;
        margin: 7px 0 -4px 0px;
        padding: 8px 14px;
        font-size: 14px;
        color: #000;
        cursor: pointer;
        font-weight: 400;
        width: 100%;
        padding: 8px 16px 11px 15px;
    }

        .filter-section .title a {
            margin-left: 5px;
            font-size: 100%;
            cursor: pointer;
        }

    .filter-section .listbox ul {
        margin: 0;
        padding: 0 0 0 2px;
        color: #fff;
        background-color: inherit;
    }

.ajaxfilter-price-range-section {
    line-height: 10px;
}

.ajaxfilter-section {
    font-size: 13px;
    padding: 20px;
    line-height: 18px;
    margin: 0;
    border-color: #000;
    border-top: 1px solid #f2f2f2;
}

    .ajaxfilter-section select {
        min-width: 100%;
        margin-top: 0;
    }

#slider-range {
    margin: 20px 6px 10px 6px;
}

.ajaxfilter-section ul {
    margin: 0;
    padding: 10px 0px 0px 2px;
    color: #fff;
    background-color: inherit;
    line-height: 20px;
}

.ajaxfilter-section li {
    background: none;
    list-style: none;
    color: #000000;
    z-index: 1;
}

    .ajaxfilter-section li:not(.square) {
        bottom: 19px;
        position: relative;
        z-index: 0;
        left: 2px;
        line-height: 18px;
    }

    .ajaxfilter-section li.colorLi {
        bottom: 20px;
        position: relative;
        z-index: 0;
        margin-bottom: -20px;
    }

    .ajaxfilter-section li.square {
        position: relative;
        width: 19px;
        height: 19px;
        border: 1px solid #6f6c6c;
        z-index: 0;
        border-radius: 3px;
        top: 0;
        background-color: transparent;
        border: 1px solid #E3E3E3;
    }

.square:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 3px;
    color: #000;
    z-index: 100;
    visibility: hidden;
    text-shadow: 0px 0px 3px #fff;
}

.square.active:after {
    visibility: visible;
}

.ajaxfilter-section label {
    text-align: left;
    text-transform: uppercase;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    line-height: 15px;
    padding: 1px 23px 7px 4px;
    margin-bottom: 0;
    max-width: 100%;
    width: calc(100% - 25px);
    position: absolute;
    top: 1px;
    right: 6px;
    display: inline-flex;
}

    .ajaxfilter-section label input {
        visibility: hidden;
    }

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.products-count {
    text-align: center;
    font-size: medium;
    padding: 5px;
    background: aliceblue;
    font-weight: bold;
}

.searchProcess {
    position: absolute;
    background: url('images/ajaxLoader.gif') no-repeat fixed 50% 50% #FFFFFF;
    width: auto;
    height: auto;
    filter: Alpha(opacity 70);
    opacity: 0.7;
    z-index: 1;
    clear: both;
    position: fixed;
    top: 0;
}


#ajaxfilter-form .ajax-filter-section .filter-section .ajaxfilter-section input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: top;
    visibility: hidden;
}

.arrowHold {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 8px;
    background: transparent url(../Content/images/toggle-gray.png) center no-repeat;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    top: 10px;
}

.filter-section .title .ajaxfilter-title {
    text-align: right
}

.arrowHold.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.regular-checkbox {
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 1px 2px transparent, inset 0px -15px 10px -12px transparent;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    z-index: -1;
}

    .regular-checkbox:checked {
        background-color: transparent;
        border: 1px solid transparent;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        color: #99a1a7;
    }

.clearHolder {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 17px;
    font-size: 12px;
    display: none;
}

.ajaxfilter-price-section input {
    padding: 0;
}

.clearAllfilters {
    width: 60%;
    background-color: #4ab2f1;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: none;
    border: none;
    padding: 10px;
    width: 100%;
}



.selectedOptions .btn {
    color: #333333;
    background: #eaeaea;
    border: 1px solid #d2d2d2;
}

    .selectedOptions .btn:hover {
    }

    .selectedOptions .btn:first-of-type {
        width: 75%;
        padding: 6px;
    }

    .selectedOptions .btn:nth-child(2) {
        text-align: center;
        width: 25%;
        margin-left: -1px;
    }

.closeAllFilters {
    background-color: #4ab2f1;
    width: 60%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 1px;
}

.clearAllfilters {
    background-color: #4ab2f1;
    width: 60%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: none;
    border: none;
    padding: 10px;
    width: 100%;
}

input[type=checkbox]:disabled ~ label {
    text-decoration: line-through;
}

.remover {
    cursor: pointer;
}

select option:disabled {
    color: #c1c1c1;
}

.selectedOptions {
    direction: rtl;
    text-align: right;
}

.filter-section .title {
}
