﻿
.product-filters {
    display: none !important;
}


/* GLOBAL */

.currentMinPriceLabel {
    margin-left: 10px;
}

.filtersTitlePanel {
    display: none;
}

.clearFilterOptionsAll {
    float: right;
    cursor: pointer;
}

.filtersPanel {
    /*background: #f6f6f6;*/
    background: #f6f6f6;
    max-width: 1170px;
    margin: 0 auto;
}

    .filtersPanel:after {
        content: "";
        display: block;
        clear: both;
    }

.filter-block {
    display: block;
    position: relative;
    float: none;
    width: auto;
}

    .filter-block .title {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: none;
        border-bottom: 1px solid #c3c3c3;
    }

    .filter-block a.toggleControl {
        display: block;
        cursor: pointer;
        margin: 0 20px;
        padding: 26px 18px 9px 22px !important;
        line-height: 17px;
        color: black;
        font-size: 17px;
        text-align: left;
        /*text-transform: uppercase;*/
        z-index: 1;
    }

        .filter-block a.toggleControl.closed {
            background: url('../../../../../Themes/M2hweb/Content/img/filters-drop.png') no-repeat 90% center;
            background-size: 12px 12px;
        }

    .filter-block a.toggleControl {
        background: url('../../../../../Themes/M2hweb/Content/img/filter-up.png') no-repeat 90% center;
        background-size: 12px 12px;
    }

#filtersGroupSearchInput {
    color: gray;
    font-size: 11px;
    text-shadow: 0 1px 0 #FFF;
    width: 100%;
    max-height: 40px;
    margin: 0;
    padding: 8px 45px 8px 35px;
    border: 1px solid #dfdfe3;
    border-radius: 8px;
    caret-color: #e6364c;
}

.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
    position: absolute;
    top: 50%;
    right: 15px;
    width: auto;
    height: 32px;
    line-height: 32px;
    margin-top: -8px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: lowercase;
    cursor: pointer;
    font-family: proxima-reg;
    background: url(../../../../../Themes/M2hweb/Content/img/close-copy-2.png) no-repeat left center;
    padding: 0 0 0 16px;
}


.filtersGroupPanel {
    border-bottom: none;
    background: white;
    color: #2C2B2B;
    text-transform: none;
   /* padding: 8px 0px 8px 0px;*/
}

 .filtersGroupPanel {
  /*  background: transparent;*/
    padding: 10px 13px 10px 10px;
    max-height: 440px;
    overflow: auto;
}

.selected-options-list > li span:hover {
    text-decoration: underline;
}

/* PRICE RANGE SLIDER */


.priceRangeMinMaxPanel {
    overflow: hidden;
    margin: 0 0 25px;
    font-size: 13px;
}

.priceRangeMinPanel {
    float: left;
    direction: ltr;
}

.priceRangeMaxPanel {
    float: right;
    direction: ltr;
}

.ui-slider {
    position: relative;
    width: auto;
    height: 7px;
    margin: 0 8px 12px;
    background: #d7d7d7;
    box-shadow: inset 0 2px 1px #ccc;
}

.ui-slider-range {
    height: 7px;
    background: #B1141F;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
    position: absolute;
}

.ui-slider-handle {
    position: absolute;
    top: -4px;
    width: 8px;
    height: 16px;
    margin-left: -4px;
    background: #888;
}

.priceRangeCurrentPricesPanel .currentMinPrice, .priceRangeCurrentPricesPanel .currentMaxPrice {
    width: 66px;
    color: #4d4d4d;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 7px;
}

.priceRangeCurrentPricesPanel {
    overflow: hidden;
   position:relative;
    margin: 0px auto;
    text-align: center;
}

    .priceRangeCurrentPricesPanel span {
        color: #3c3c3c;
        font-size: 13px;
        line-height: 36px;
    }

    /*.priceRangeCurrentPricesPanel .currentMinPrice, .currentMinPriceLabel {
        float: left;
    }

    .priceRangeCurrentPricesPanel .currentMaxPrice {
        float: right;
    }*/

/* CHECKBOX MODE */

.filtersGroupPanel ul:after {
    content: "";
    display: block;
    clear: both;
}

.filtersGroupPanel ul {
    margin: 0px;
    padding-top:10px;
}

.filtersGroupPanel li {
    display: block;
    margin: 0;
    text-align: left;
    text-indent: 0;
    height: auto;
    width: auto;
    padding: 0 0 0 15px;
    display:flex;
}

.filter-block .filtersDropDownPanel li {
    padding: 0;
}

.filtersGroupPanel li > a {
    display: block;
    position: relative;
    padding: 15px 10px 15px 38px;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.filtersGroupPanel li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 12px;
    margin: -5px 0 0;
    background-color: #fff;
}

.side-2 .filtersGroupPanel li a:before {
    left: 0;
}

.side-2 a.filterItemSelected {
    background-color: transparent;
}

a.filterItemSelected:before {
    background: url(../../../../../../../../Themes/M2hweb/Content/img/selected.png) no-repeat center;
}

a.filterItemSelectedDisabled {
    background: url(../../../../../../../../Themes/M2hweb/Content/img/selected.png) no-repeat center;
    opacity: 0.4;
}

a.filterItemDisabled {
    opacity: 0.4;
}

a.filterItemDisabled,
a.filterItemSelectedDisabled {
    color: #bbb;
    cursor: default;
}

    a.filterItemDisabled:hover,
    a.filterItemSelectedDisabled:hover {
        color: #999;
    }

/* COLOR SQUARE ATTRIBUTES */

.colorOptions .color-container {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 12px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border: 1px solid #c9c9c9;
}

/*.colorOptions a.filterItemSelected .color-container {
}*/

.colorOptions .color {
    display: block;
    width: 20px;
    height: 20px;
}

/*.colorOptions a.filterItemSelected .color {
}*/

.colorOptions a.filterItemDisabled,
.colorOptions a.filterItemSelectedDisabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.colorOptions li.checked span.color.defaultColor {
    background: url("../../../../../../../../Themes/M2hweb/Content/img/selected.png") no-repeat center, -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
    background: url("../../../../../../../../Themes/M2hweb/Content/img/selected.png") no-repeat center, -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #000000), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: url("../../../../../../../../Themes/M2hweb/Content/img/selected.png") no-repeat center, -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: url("../../../../../../../../Themes/M2hweb/Content/img/selected.png") no-repeat center, -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
    background: url("../../../../../../../../Themes/M2hweb/Content/img/selected.png") no-repeat center, -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* IE10+ */
    background: url("../../../../../../../../Themes/M2hweb/Content/img/selected.png") no-repeat center, no-repeat center, linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}

/* GLOBAL DROPDOWNS (in product grid & in side blocks) */

.jDropDown {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #c2c2c2;
    background: url("../../../../../Themes/M2hweb/Content/img/filters-drop-new.png") no-repeat right center #fff;
}

.product-viewmode .jDropDown {
    min-width: 120px;
}

    .product-viewmode .jDropDown > div {
        background-position: 85px 0;
    }

.product-sorting .jDropDown {
    min-width: 150px;
}

    .product-sorting .jDropDown > div {
        background-position: 115px 0;
    }

.product-page-size .jDropDown {
    min-width: 60px;
}

    .product-page-size .jDropDown > div {
        background-position: 50px 0;
    }

.jDropDown > div {
    padding: 8px 12px;
    text-align: left;
    position: relative;
}

.product-selectors .jDropDown > div {
    padding: 0 0 0 5px;
}

.product-selectors .jDropDown .toplevel {
    overflow: hidden;
    /*max-width: 120px;   //uncomment if you want to fix the selector width */
}

    .product-selectors .jDropDown .toplevel p {
        padding: 0 20px 0 0;
        white-space: nowrap;
    }

.jDropDown ul {
    display: none;
    position: absolute;
    top: 32px;
    z-index: 100;
    width: 100%;
    background: #fff;
    text-align: left;
    overflow: hidden;
    border: 1px solid #ccc;
}

.category-page .product-selectors .jDropDown ul {
    top: 40px;
}

.jDropDown li span,
.jDropDown li a {
    display: block;
    padding: 0 0 0 5px;
    color: #555;
    cursor: pointer;
}

.product-selectors .jDropDown li span {
    line-height: 32px;
}

.jDropDown li span:hover,
.jDropDown li.selected span {
    background: #f3f3f3;
    color: #333;
}

.jDropDown li:first-child span,
.jDropDown li:first-child a {
    border-top: 0 !important;
}

.number-of-returned-products.active {
    display: none;
}

/* FILTER DROPDOWNS (in side blocks only) */

.filtersDropDownPanel {
    padding: 10px;
}

.filtersDropDown {
    width: 92%;
    margin: 0;
    background: url(../../../../../Themes/M2hweb/Content/img/filters-drop-new.png) no-repeat right center;
}

    .filtersDropDown div {
        background-position: 100% center !important;
    }

    .filtersDropDown.jDropDown a {
        padding: 8px 10px 8px 10px;
        border-top: 0;
        color: #898989;
    }

    .filtersDropDown a.filterItemDisabled,
    .filtersDropDown a.filterItemDisabledSelected {
        display: none;
    }

.filtersGroupPanel.filtersDropDownPanel li {
    float: none !important;
    width: auto !important;
    margin-bottom: 0;
}

    .filtersGroupPanel.filtersDropDownPanel li a:hover {
        color: #333;
        background: #f6f6f6;
    }

    .filtersGroupPanel.filtersDropDownPanel li:first-child a {
        border-top: 1px solid #c9c9c9;
    }

    .filtersGroupPanel.filtersDropDownPanel li a:before {
        display: none;
    }

/* AJAX LOADER */

/*.productPanelAjaxBusy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 21;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Urban/Content/loader_urban2.gif) no-repeat 50% 200px;
}*/

.infinite-scroll-loader {
    display: none;
    height: 100px;
    background: #fff url('../../../../../../../../Themes/M2hweb/Content/img/ajaxLoader.gif') no-repeat 50% 50%;
    font-size: 0;
    filter: Alpha(opacity = 70);
    opacity: 0.7;
    z-index: 2;
    clear: both;
}

/* NO RESULTS POPUP */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1080;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.ajaxFilters.k-window {
    position: absolute;
    z-index: 1090;
    height: auto !important;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background: #fff;
    padding: 0 !important;
}

.ajaxFilters .k-window-titlebar {
    background: #eeeeee;
    border-bottom: 1px solid #cccccc;
    height: 42px;
    line-height: 42px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 20px 0 10px;
}

    .ajaxFilters .k-window-titlebar span {
        font-size: 14px;
        font-family: "proxima-nova";
        letter-spacing: 0.5px;
        text-shadow: 1px 1px 0 #eeeeee;
    }

.ajaxFilters .k-window-actions {
    position: absolute;
    top: 8px;
    right: 8px;
}

    .ajaxFilters .k-window-actions a {
        display: block;
    }

    .ajaxFilters .k-window-actions .k-icon {
        display: block;
        font-size: 0;
        background: url("../../../../../Themes/M2hweb/Content/img/close.png") no-repeat scroll center center #dddddd;
        border: 1px solid #c2c2c2;
        height: 26px;
        width: 27px;
        margin: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-indent: 999px;
        top: 0;
    }

        .ajaxFilters .k-window-actions .k-icon:hover {
            opacity: 0.9;
        }

.ajaxFilters .k-window-content {
    min-height: inherit !important;
    min-width: inherit !important;
    padding: 10px;
    line-height: 20px;
    color: #898989;
}

@media all and (max-width: 1024px) {

    .filters-button, .filter-category, .filter-sticky {
        display: inline-block !important;
    }

    .filter-sticky {
        transform: translate3d(0,0,0) !important;
    }

    .nopAjaxFilters7Spikes {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1070;
        width: 100%;
        height: 100%;
        /*overflow: hidden;*/
        overflow: scroll;
        background: #252525;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .notAndroid23 .nopAjaxFilters7Spikes {
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
    }

    .android23 .nopAjaxFilters7Spikes {
        left: -100%;
    }

    .nopAjaxFilters7Spikes.open {
        box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    }

    .notAndroid23 .nopAjaxFilters7Spikes.open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .android23 .nopAjaxFilters7Spikes.open {
        left: 0;
    }

    .nopAjaxFilters7Spikes .close-filters {
        background: #252525;
        cursor: pointer;
        height: 75px;
    }

        .nopAjaxFilters7Spikes .close-filters span {
            display: block;
            padding: 15px 10px;
            color: #fff;
            text-transform: uppercase;
            line-height: 40px;
            text-align: right;
            font-size: 0;
            background: url(../../../../../Themes/M2hweb/Content/img/close.png) no-repeat 95% center;
        }

    .nopAjaxFilters7Spikes .filter-block {
        margin: 0;
        /*background:#252525;*/
        background: #dedede;
    }

    .horizontalFiltersTitle {
        display: none;
    }
}

@media all and (min-width: 769px) {
    .number-of-returned-products.active {
        display: block;
        margin: 0 0 15px;
        font-size: 16px;
        color: #898989;
    }

    .product-selectors + .number-of-returned-products.active {
        margin-top: -15px;
    }

    .number-of-returned-products .productsPerPage,
    .number-of-returned-products .allProductsReturned {
        color: #555;
    }
}

@media all and (min-width: 1025px) {
    .side-2 .filter-block .manufacturerFilterPanel7Spikes {
        font-family: futura-pt;
    }

    .filtersPanel {
        clear: both;
        padding: 0 0 19px 0;
        margin: 60px 0 40px 0;
    }

    .side-2 .filtersPanel {
        margin: 0;
        background: transparent;
    }

    .side-2 .filter-block {
        /*width:95%;*/
        margin-bottom: 20px;
        border: 1px solid #e4e4e4;
    }

        .side-2 .filter-block.selected-options {
            width: 100%;
            margin: 0px;
        }

    .side-2 .horizontalFiltersTitle {
        display: none;
    }

    .side-2 .filter-block .title {
        margin: 0px;
    }

    .onecolumn .filtersPanel {
        position: relative;
        display: none;
        padding: 0;
        width: 100%;
        max-width: 1170px;
        margin: 40px auto 0;
        border-bottom: 1px solid #ddd;
    }

    .filters-button,
    .close-filters {
        display: none;
    }

    .onecolumn .filtersPanel .filter-block {
        margin: 0 0 1.7% 1.7%;
        width: 23%;
        float: left;
        clear: none;
    }

        .onecolumn .filtersPanel .filter-block:nth-child(4n+1) {
            clear: both;
        }

        .onecolumn .filtersPanel .filter-block .title {
            margin: 0;
            padding: 0;
        }

    .filter-block .title {
        border-bottom: 1px solid #e0e0e0;
    }

    .filter-block a.toggleControl {
        font-size: 18px;
        max-height: 36px;
        color: black;
        font-family: proxima-reg;
        overflow: hidden;
        padding: 10px 22px 9px 18px !important;
    }

    .side-2 .filter-block a.toggleControl {
        margin: 0;
    }

    .filter-block a.clearFilterOptions,
    .filter-block a.clearPriceRangeFilter {
        right: 0;
        top: -6px;
        margin: 0;
        font-size: 14px;
        color: #333;
        background: url("../../../../../Themes/M2hweb/Content/img/close-copy-3.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    }

    .filter-block a.clearPriceRangeFilter {
        visibility: hidden;
    }

    .filtersGroupPanel {
        display: block;
        border: none;
    }

        .filtersGroupPanel li {
            /*padding:0;*/
            margin: 0 0 10px 0;
        }

            .filtersGroupPanel li > a {
                padding: 2px 0 2px 26px;
            }

        .filtersGroupPanel.filtersDropDownPanel li > a:hover {
            background-color: #f6f6f6;
        }

        .filtersGroupPanel li:last-child > a {
            border: 0;
        }

    .onecolumn .filtersPanel .filtersGroupPanel li a::before {
        left: 0;
    }

    .onecolumn .horizontalFiltersTitle span {
        background: url("../../../../../Themes/M2hweb/Content/img/filters-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        margin: 0 auto;
        width: 100%;
        padding: 0 0 0 30px;
        font-size: 14px;
        line-height: 35px;
        color: #333333;
        letter-spacing: .5px;
        font-family: proxima-reg;
        text-transform: uppercase;
        font-weight: lighter;
        cursor: pointer;
        display: block;
        max-width: 1170px;
        border-bottom: 1px solid #ddd;
    }

    .onecolumn .filtersPanel.opened {
        padding: 0 0 38px;
    }

    /*.priceRangeFilterPanel7Spikes .filtersGroupPanel{
    padding:10px 0;
}*/
    /* FILTER DROPDOWNS (in side blocks only) */

    .filtersDropDownPanel {
        padding: 10px 0;
    }

    .filtersDropDown {
        width: 100%;
        margin: 0;
        background: url(../../../../../Themes/M2hweb/Content/img/filters-drop-new.png) no-repeat right center #fff;
    }

    /* SEARCH CRITERIA */
    .onecolumn .filtersPanel .block.selected-options {
        float: none;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto 30px;
        padding: 30px 0;
        border-bottom: 1px solid #ddd;
    }

        .onecolumn .filtersPanel .block.selected-options .selected-options-list li {
            float: left;
            width: auto;
            margin: 0 2% 0 0;
        }

    .selected-options-list > li {
        border: none;
        line-height: 14px;
    }

    .center-1 .filtersPanel {
        overflow: visible;
    }
    /*FINAL ONE COLUMN FILTERS*/
    .onecolumn .nopAjaxFilters7Spikes {
        width: 100%;
        background: #f6f6f6;
    }

    .onecolumn .horizontalFiltersTitle {
        background-color: #fff;
        margin: auto;
        max-width: none;
    }
}

@media all and (max-width: 768px) {
    .product-selectors .jDropDown {
        line-height: 42px;
    }
}
.block-category-navigation {
    padding: 15px;
}

.priceRangeFilterPanel7Spikes .filtersGroupPanel {
    padding: 5px;
}

.priceRangeMaxPanel span {
    direction: ltr;
}
#toman {
    font-size: 10px;
}
