
/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* GLOBAL */
.nopAcc-filter .filter-block .filtersGroupPanel .filter-search {
    padding: 0;
}
.nopAccPlus-showMore {
    color: #E86140;
	text-align: left;
}
.nopAcc-filter .filter-block .acc_icon_expand {
    display: none !important;
}
.nopAcc-filter .attribute-square {
    border: none;
}
.nopAcc-filter .filter-block .filtersGroupPanel #Rating li label {
    padding: 10px 10px 10px 25px !important;
}
.nopAcc-filter .filter-block .filtersGroupPanel #Color li .attribute-squares {
    float: left;
    margin: 2px 10px 0 -26px;
}
.nopAcc-filter .filter-block .filtersGroupPanel #Color li .attribute-squares .attribute-square {
    border-radius: 0;
}
.nopAjaxFilters7Spikes {
    position: relative;
}
.header-lower .search-box .ui-widget.ui-widget-content {
    z-index: 9999;
}
.clearFilterOptionsAll {
    position: absolute;
    top: 17px;
    right: 25px;
    max-width: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #8c8c8c;
    cursor: pointer;
    z-index: 1;
    transition: all .2s ease;
}

    .clearFilterOptionsAll:hover {
        color: #97c300;
    }

.filtersPanel:after {
    content: "";
    display: block;
    clear: both;
}

.filter-block {
    display: block;
    position: relative;
    float: none;
    width: auto;
}

.selected-options .filtersTitlePanel {
    display: none;
}
.nopAcc-filter .filter-block > .filtersGroupPanel {
    padding: 0 15px 0 25px !important;
}
.nopAcc-filter .nopAccePlus-price-range-filter > .filtersGroupPanel {
    padding: 10px 15px !important;
}
.color-checkbox-item input[type="checkbox"] + label:before {
    background-color: transparent !important;
}
.nopAcc-filter .filter-block .filtersGroupPanel ul li.checked .attribute-squares .attribute-square {
    background-position: 4px 5px !important;
}
.nopAcc-filter .filter-block .title {
    margin-bottom: 5px;
    margin-top: 0 !important;
}
.attribute-square {
    width: 16px !important;
    height: 16px !important;
    border-radius:0 !important;
}
.nopAcc-filter .filter-block .filtersGroupPanel ul li .attribute-squares {
    margin: 2px 10px 0 1px !important;
}
.filter-block .title {
    position: relative;
    padding: 0 !important;
}

    .filter-block .title:before {
        display: none !important;
        content: none !important;
    }

.filter-block .toggleControl {
    position: relative;
    display: block;
    padding: 14px 35px 14px 50px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-block.selected-options .toggleControl {
    padding-right: 20px;
}

.filter-block .toggleControl:before {
    content: "\77";
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    font-size: 10px;
    color: #97c300;
    text-transform: none;
    transition: all .4s ease;
}

.filter-block .toggleControl.closed:before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    font-size: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
}

    .filter-block a.clearFilterOptions:before,
    .filter-block a.clearPriceRangeFilter:before {
        content: "\76";
        display: block;
        text-transform: none;
        font-size: 11px;
        line-height: 35px;
        color: #8c8c8c;
        transition: all .2s ease;
    }
.nopAcc-search-btn {
    height: 43px !important;
    background-position: 8px 12px !important;
}

    .filter-block a.clearFilterOptions:hover:before,
    .filter-block a.clearPriceRangeFilter:hover:before {
        color: #97c300;
    }

.filtersGroupPanel {
    padding: 18px;
}


    .filtersGroupPanel ul:after {
        content: "";
        display: block;
        clear: both;
    }

/* SEARCH CRITERIA */

.selected-options-list > li {
    display: block;
    margin-bottom: 8px;
    font-size: 0;
}

    .selected-options-list > li label {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
        color: #8c8c8c;
        font-weight: 700;
    }

    .selected-options-list > li span {
        display: inline-block;
        vertical-align: top;
        padding: 0 12px;
        margin: 0 5px 5px 0;
        line-height: 30px;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        background-color: #97c300;
        border-radius: 3px;
        cursor: pointer;
        transition: all .2s ease;
    }

        .selected-options-list > li span:after {
            content: "\76";
            display: inline-block;
            margin-left: 10px;
            vertical-align: top;
            font-size: 8px;
            color: #fff;
            font-weight: normal;
            opacity: .5;
            transition: all .2s ease;
        }

        .selected-options-list > li span:hover {
            background-color: #7c9a16;
        }

            .selected-options-list > li span:hover:after {
                opacity: 1;
            }


.number-of-returned-products {
    display: block !important;
    margin-bottom: 50px;
    text-transform: none;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #aaa;
}

.nopAjaxFilters7Spikes .number-of-returned-products ,.search-page .search-input form .inputs.reversed{
    display: none !important;
}


/* PRICE RANGE SLIDER */
.nopAcc-filter .priceRangeFilterPanel7Spikes .filtersGroupPanel {
    position: relative;
}

.nopAcc-filter .priceRangeMinMaxPanel {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
    color: #8c8c8c;
}

.nopAcc-filter .priceRangeMinPanel {
    float: left;
}

.nopAcc-filter .priceRangeMaxPanel {
    float: right;
}

.nopAcc-filter .ui-slider {
    position: relative;
    width: auto;
    height: 10px;
    margin: 0 10px 12px;
    max-width: 257px;
    padding: 10px 0 0;
    border-bottom: 3px solid #c5c5c5;
}

.nopAcc-filter .ui-slider-range {
    position: absolute;
    height: 3px;
    background-color: #97c300;
}

.nopAcc-filter .ui-slider-handle {
    position: absolute;
    top: 2px;
    width: 19px;
    height: 19px;
    margin-left: -8px;
    background: #fff;
    border: 1px solid #97c300;
    border-radius:0;
}

    .nopAcc-filter .ui-slider-handle span {
        position: absolute;
        top: -35px;
        left: 50%;
        margin-left: -19px;
        min-width: 38px;
        height: 18px;
        padding: 0 2px;
        line-height: 18px;
        color: rgba(255,255,255,.7);
        font-size: 11px;
        text-align: center;
        background: #2c2c2c;
    }

        .nopAcc-filter .ui-slider-handle span:before {
            content: "";
            position: absolute;
            bottom: -3px;
            left: 50%;
            margin-left: -2px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 3px 0 3px;
            border-color: #2c2c2c transparent transparent transparent;
        }

.nopAcc-filter .priceRangeCurrentPricesPanel {
    margin-top: 15px;
    overflow: hidden;
    color: #8c8c8c;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}
#nopAccPlus-priceSlider.ui-widget.ui-widget-content {
    margin: 15px auto;
}
    #nopAccPlus-priceSlider.ui-widget.ui-widget-content .ui-widget-header {
        border: 1px solid #ed3c34 !important;
    }
    .nopAcc-filter .priceRangeCurrentPricesPanel .currentMaxPrice {
        float: right;
    }



/* CHECKBOX MODE */


.filtersGroupPanel .checkbox-list input {
    position: absolute;
    opacity: 0;
}
.price-label {
    padding: 0 20px 15px 20px;
}
.filtersGroupPanel .checkbox-list label {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 9px 0 9px 27px;
    text-transform: none;
    text-align: left;
    font-size: 15px;
    color: #909090;
    font-weight: 400;
    cursor: pointer;
    z-index: 2;
    transition: all .2s ease-in-out;
}

    .filtersGroupPanel .checkbox-list label:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.filtersGroupPanel .checkbox-list li.disabled label {
    opacity: 0.4;
    cursor: default;
}

/* COLOR SQUARES */

.colorOptions li {
    position: relative;
}

.colorOptions label:before {
    display: none !important;
}

.colorOptions .color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 19px;
    height: 19px;
    border: 1px solid #dadada;
    border-radius: 50%;
    font-size: 0;
    z-index: 1;
}

.colorOptions li.checked .color.image label:after {
    background: none !important;
}

.colorOptions .checked .color {
    left: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px #868686;
}

/* DROPDOWN MODE */


.filtersDropDownPanel select {
    width: 100%;
}

.filtersDropDownPanel.disabled select {
    opacity: .6;
    cursor: default;
}

.filtersDropDownPanel option[disabled] {
    color: #ccc;
}



/* AJAX LOADER */


.productPanelAjaxBusy {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

    .productPanelAjaxBusy:before,
    .productPanelAjaxBusy:after,
    .infinite-scroll-loader:before,
    .infinite-scroll-loader:after {
        content: "";
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border: 0px solid #97c300;
        border-radius: 50%;
        -webkit-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
        -moz-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
        animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    }

    .productPanelAjaxBusy:after,
    .infinite-scroll-loader:after {
        animation-delay: .8s;
    }

.infinite-scroll-loader {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    font-size: 0;
}


/* NO RESULTS POPUP */


.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1080;
    width: 100%;
    height: 100%;
    background: #444;
    opacity: 0.6;
}

.ajaxFilters.k-window {
    position: absolute;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #ccc;
    padding: 0 !important;
    width: 500px !important;
    height: auto !important;
    max-width: 100%;
    background: #fff;
    z-index: 1090;
}

.ajaxFilters .k-window-titlebar {
    display: block;
    padding: 25px 0;
    margin: 0 auto !important;
    width: calc(100% - 100px);
    font-size: 22px;
    text-transform: none;
    font-weight: 700;
    color: #444;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ajaxFilters .k-window-actions {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 0;
}

    .ajaxFilters .k-window-actions a {
        display: block;
    }

    .ajaxFilters .k-window-actions .k-icon {
        display: block;
        font-size: 0;
    }

        .ajaxFilters .k-window-actions .k-icon:before {
            content: "\7a";
            display: block;
            font-size: 20px;
            color: #444;
            font-weight: normal;
            opacity: .6;
            transition: opacity .1s ease;
        }

        .ajaxFilters .k-window-actions .k-icon:hover:before {
            opacity: 1;
        }

.ajaxFilters .k-window-content {
    padding: 10px 30px 30px;
    font-size: 15px;
    color: #8c8c8c;
}
.filters-button-wrapper .filters-button {
    display:none;
}
.search-box.store-search-box .ui-autocomplete a:hover, .search-box.store-search-box .ui-autocomplete a:focus, .search-box.store-search-box .ui-autocomplete a.ui-state-active {
     border: 1px solid #007fff;
    background: #007fff !important;
    font-weight: normal;
    color: #fff;
}


@media all and (min-width:481px) and (max-width:1024px) {
    .product-selectors.infinite-scroll-enabled .product-sorting {
        margin-left: 8px;
    }

    .product-selectors.infinite-scroll-enabled .filters-button-wrapper {
        width: calc(50% - 4px);
        display: inline-block !important;
        vertical-align: top;
    }
}

@media all and (max-width:480px) {
    .product-selectors.infinite-scroll-enabled .product-sorting {
        width: 100%;
    }
}


@media all and (max-width: 1024px) {
    .nopAcc-plus-filter.nopAcc-plus-mobile span {
        padding: 14px 20px 14px 50px !important;
    }
    #nopAccPlus-priceSlider.ui-widget.ui-widget-content {
        max-width: 100%;
    }
    .nopAcc-filter .filter-block {
        padding:0 !important;
    }
    .ui-slider-horizontal .ui-slider-handle {
        bottom: -3px !important;
    }
    .nopAjaxFilters7Spikes {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 1070;
        width: 320px;
        max-width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: hidden;
        transition: all .3s ease;
    }

        .nopAjaxFilters7Spikes.open {
            left: 0;
        }

        .nopAjaxFilters7Spikes .close-side-menu-text:before {
            content: "\e904";
            font-size: 21px;
        }

        .nopAjaxFilters7Spikes .filter-block {
            margin: 0 0 2px;
            border: none;
            border-radius: 0;
        }

    .product-selectors > div.filters-button-wrapper {
        float: none;
        display: block !important;
        margin: 0 0 8px;
        width: 100%;
    }

    .nopAcc-plus-filter.nopAcc-plus-mobile .nopAccPlus-mob-filter {
        position: relative;
        display: block;
        padding: 0 25px;
        background-color: #E86140 !important;
        height: 50px;
        width: 100%;
        border: none;
        font-size: 15px;
        line-height: 21px;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

       .nopAcc-plus-filter.nopAcc-plus-mobile .nopAccPlus-mob-filter::before {
            content: "\e904";
            font-family: "emporium-icons";
            display: inline-block;
            vertical-align: bottom;
            margin: 0 10px 0 -25px;
            text-transform: none;
            font-size: 22px;
            line-height: normal;
            color: #fff;
            font-weight: normal;
            position: inherit;
            left: inherit;
            top: inherit;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

    .block.nopAcc-plus-filter.nopAcc-plus-mobile .title.open:before {
        -webkit-transform:none;
        -ms-transform:none;
        transform:none;
    }
    .block.nopAcc-plus-filter.nopAcc-plus-mobile {
        max-width:100%;
    }
    .page-title h1 {
        float:none;
    }
    .nopAcc-search-box {
        float: right;
        width:100%;
    }
    .nopAcc-search-box input[type="text"] {
        width: 100%;
    }
    .clearFilterOptionsAll {
        top: 17px;
        right: 50px;
        color: #fff;
    }

    .nopAjaxFilters7Spikes .close-btn {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }

    .filtersGroupPanel {
        padding: 25px 30px 23px;
    }

    .filtersDropDownPanel,
    .priceRangeFilterPanel7Spikes .filtersGroupPanel {
        padding: 30px;
    }
}

@media all and (min-width:1025px) {

    .filter-block:first-of-type .toggleControl {
        padding-right: 110px;
    }

    .filter-block.selected-options:first-of-type .toggleControl {
        padding-right: 100px;
    }

    .selected-options .clearFilterOptionsAll {
        right: 25px;
    }

    .clearFilterOptionsAll {
        right: 40px;
    }
}


@media all and (min-width: 1281px) {
    .filtersGroupPanel {
        padding: 18px 30px;
    }
}