﻿/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (min-width: 240px) {

    .responsive-nav-wrapper .filters-button {
        display: inline-block;
    }

/* GLOBAL */

    .filtersTitlePanel {
	    display: none;
    }
    .clearFilterOptionsAll {
	    float: right;
	    cursor: pointer;
    }

	.filtersPanel:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		font-size: 0;
	}
    .filter-block,
    .filter-block .title {
        position: relative;
        margin: 0;
    }
    .filter-block .title {
        background: #fff;
        border-bottom: 1px dotted #ddd;
        padding: 0;
    }
    .filter-block a.toggleControl {
        display: block;
        cursor: pointer;
        padding: 10px 60px 10px 18px;
        text-align: left;
        color: #6a3d5a;
        background: url(images/icon-dropdown.png) no-repeat 95% center;
    }
    a.clearFilterOptions, .filter-block a.clearPriceRangeFilter {
        position: absolute;
        top: 50%;
        right: 0;
        width: 49px;
        height: 35px;
        line-height: 35px;
        margin-top: -19px;
        background: #707070;
        color: #000;
        text-align: center;
        text-transform: lowercase;
        cursor: pointer;
    }
    a.clearFilterOptions:hover, .filter-block a.clearPriceRangeFilter:hover{
        color:#79b285;
    }
    .filtersGroupPanel {
	    color: #000;
        background: #fff;
    }

/* SEARCH CRITERIA */

	.selected-options-list > li {
		padding: 7px 7px 10px;
		text-align: left;
		font-size: 18px;
		line-height: 1.3;
		color: #333;        
        overflow: hidden;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
    .selected-options-list > li label{
        display: block;
    }
	.selected-options-list > li span {
		float: left;
        padding: 8px 17px 8px 2px;
        margin: 0 13px 0 0;
        background: url('images/clear.png') top 12px right no-repeat;
		vertical-align: middle;
		color: #c29b7a;
		cursor: pointer;
	}
    .selected-options-list > li span:hover{
        text-decoration: underline;
    }

/* PRICE RANGE SLIDER */

    .priceRangeFilterPanel7Spikes .filtersGroupPanel {
        padding: 12px 10px;
    }
    .priceRangeMinMaxPanel {
        overflow: hidden;
        margin: 0 0 12px;
        font-size: 14px;
        color: #999;
    }
    .priceRangeMinPanel {
        float: left;
    }
    .priceRangeMaxPanel {
        float: right;
    }

    .ui-slider {
        position: relative;
        width: auto;
        height: 5px;
        margin: 0 0 12px;
        background: #ccc;
    }
    .ui-slider-range {
        height: 5px;
        background: #8bc8ca;
        position: absolute;
    }
    .ui-slider-handle {
        position: absolute;
        top: -4px;
        width: 19px;
        height: 16px;
        margin-left: -9px;
        background: url('images/scale-knob.png') top no-repeat !important;
        -webkit-transition: none;
        transition: none;
    }

    .priceRangeCurrentPricesPanel {
	    overflow: hidden;
    }
    .priceRangeCurrentPricesPanel span {
        color: #c29b7a;
        font-size: 16px;
    }
    .priceRangeCurrentPricesPanel .currentMinPrice {
        float: left;
    }
    .priceRangeCurrentPricesPanel .currentMaxPrice {
        float: right;
    }

/* CHECKBOX MODE */

    .filtersGroupPanel ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        font-size: 0;
    }
    .filtersGroupPanel li > a {
        display: block;
        padding: 7px 10px 7px 32px;
        line-height: 1.3;
        position: relative;
        font-size: 16px;
        cursor: pointer;
        margin-top: 1px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        text-align: left;
        color: #6f6f6f;
    }
	.filtersGroupPanel li:first-child > a {
		margin-top: 0;
	}
	.filtersGroupPanel li > a:hover {
		background-color: #f9f9f9;
	}
	.filtersGroupPanel li a:before {
		content: " ";
		width: 16px;
		height: 16px;
		border: 1px solid #ccc;
		position: absolute;
		top: 50%;
		left: 8px;
		margin: -9px 0 0;
	}
    a.filterItemSelected {
        background-color: #f9f9f9;
    }
    a.filterItemSelected:before {
        background:url(../../../images/selected.png) no-repeat center;
    }
    a.filterItemSelectedDisabled {
        background:url(../../../images/selected.png) no-repeat center;
        opacity: 0.4;
    }
    a.filterItemDisabled {
        opacity: 0.4;        
    }
    a.filterItemDisabled,
    a.filterItemSelectedDisabled {
	    color: #999;
	    cursor: default;
    }
    a.filterItemDisabled:hover,
    a.filterItemSelectedDisabled:hover {
	    color: #999;
    }

/* COLOR SQUARE ATTRIBUTES */

    .colorOptions .color-container {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 16px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #c9c9c9;
    }
    .colorOptions .color {
        display: block;
        width: 20px;
        height: 20px;
    }
    .colorOptions a.filterItemDisabled,
    .colorOptions a.filterItemSelectedDisabled {
	    opacity: 0.5;
	    filter: alpha(opacity=50);
    }
    .colorOptions .defaultColor {
	    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	    background: -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: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	    background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* IE10+ */
	    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
    }

/* PRODUCT GRID SELECTORS */

    .jDropDown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
        background: #fff url(images/arrow-dropdown.png) no-repeat right center;
        font-size: 17px;
        cursor: pointer;
        border: 1px solid #ddd;
    }
    .product-viewmode .jDropDown {
	    min-width: 120px;
    }
    .product-sorting .jDropDown {
	    min-width: 150px;
    }
    .product-page-size .jDropDown {
	    min-width: 85px;
    }
    .jDropDown > div {
        padding: 5px 12px;
        text-align: left;
        position: relative;
    }
    .jDropDown ul {
        display: none;
        position: absolute;
        top: 33px;
        left: -1px;
        right: -1px;
        z-index: 100;
        background: #fff;
        text-align: left;
        overflow: hidden;
        border: 1px solid #ddd;
    }
    .jDropDown li span,
    .jDropDown li a {
	    display: block;
	    padding: 5px 12px;
	    color: #555;
	    cursor: pointer;
        border-top: 1px dotted #ddd;
    }
    .jDropDown li span:hover,
    .jDropDown li.selected span {
	    background: #f9f9f9;
    }
    .jDropDown li:first-child span,
    .jDropDown li:first-child a {
        border-top: 0 !important;
    }
    
    .number-of-returned-products.active {
        display: none;
    }

/* DROPDOWN MODE */

    .filtersDropDownPanel {
        padding: 10px;
    }
    .filtersDropDown {
	    width: 100%;
	    margin: 0;
    }
	.filtersDropDown div {
		background-position: 100% center !important;
	}
        .filtersDropDown.jDropDown a {
            margin: 0;
        }
    .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 {
        background: #f9f9f9;
    }
    .filtersGroupPanel.filtersDropDownPanel li:first-child a {
	    border-top: 1px dotted #ddd;
    }
    .filtersGroupPanel.filtersDropDownPanel li a:before {
        display: none;
    }

/* AJAX LOADER */

    .productPanelAjaxBusy {
	    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff url('../../../images/ajaxLoader.gif') no-repeat 50% 50%;
        filter: Alpha(opacity = 70);
        opacity: 0.7;
        z-index: 2;
    }
.infinite-scroll-loader {
    display: none;
    height: 100px;
    background: #fff url('../../../images/ajaxLoader.gif') no-repeat 50% 50%;
    font-size: 0;
    filter: Alpha(opacity = 70);
    opacity: 0.7;
    z-index: 2;
    clear: both;
}

/* NO RESULTS POPUP */

    .ajaxFilters.k-window {
	    position: absolute;
	    z-index: 10001;
	    height: auto !important;
	    border: 1px solid #ccc;
	    box-shadow: 0 1px 2px #ccc;
	    background: #fff;
	    padding: 1px !important;
    }
    .ajaxFilters .k-window-titlebar {
	    margin: 0 !important;
	    border-bottom: 1px dashed #e6e6e6;
	    padding: 8px;
    }
    .ajaxFilters .k-window-titlebar span {
	    font-size: 16px;
	    color: #333;
	    text-shadow: 1px 1px 0 #fff;
    }
    .ajaxFilters .k-window-actions {
	    position: absolute;
	    top: 10px;
	    right: 10px;
    }
    .ajaxFilters .k-window-actions a {
	    display: block;
    }
    .ajaxFilters .k-window-actions .k-icon {
	    display: block;
	    height: 16px;
        width: 16px;
        background: rgba(0, 0, 0, 0) url("images/icon-close.png") no-repeat scroll center center !important;
	    font-size: 0;
    }
    .ajaxFilters .k-window-actions .k-icon:hover {
	    background: #fff url('../../../images/button-close.png') no-repeat center;
    }
    .ajaxFilters .k-window-content {
	    min-height: inherit !important;
	    min-width: inherit !important;
	    padding: 15px;
	    line-height: 18px;
	    color: #555;
    }

}


@media all and (max-width: 1000px) {

    .nopAjaxFilters7Spikes {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: #333;
        overflow: hidden;
        z-index: 2147483647;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .notAndroid23 .nopAjaxFilters7Spikes{
        -webkit-transform: translate(-320px);
        -ms-transform: translate(-320px);
        transform: translate(-320px);
    }
    .android23 .nopAjaxFilters7Spikes{
        left: -320px;
    }
	.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: #8bc8ca;
		cursor: pointer;
	}
	.nopAjaxFilters7Spikes .close-filters span {
		display: block;
		padding: 16px;
		font-size: 18px;
		line-height: 1;
		color: #fff;
		text-transform: lowercase;
		text-align: right;
		background-image: url(images/arrow-white-left.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		font-family: "Kelly Slab", Calibri, sans-serif;
	}

	.nopAjaxFilters7Spikes .filter-block {
		margin: 0;
	}
    a.clearFilterOptions, .filter-block a.clearPriceRangeFilter {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        right: 1px;
        background: #ccc;
    }
    .filtersGroupPanel {
        border-bottom: 1px dotted #ddd;
    }
    .ui-slider {
        margin: 0 8px 12px;
    }

}



/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

    .filters-button,
    .close-filters {
        display: none;
    }

    .filter-block {
        margin: 0 auto 20px;
    }

    .filter-block .title {
        background: none !important;
    }
    .filter-block a.toggleControl {
        font-size: 16px;
        text-transform:uppercase;
        padding: 8px 60px 8px 5px;
    }
    .filter-block a.clearFilterOptions, 
    .filter-block a.clearPriceRangeFilter {
        background: #fff;
    }
    .filtersGroupPanel {
        display: block;
        position: relative;
        z-index: 2;
    }
    .selected-options-list > li span {
        padding: 5px 17px 5px 2px;
        margin: 0 13px 0 0;
        background-position: top 9px right;
	}
    .selected-options-list > li span:hover{
        text-decoration: underline;
    }
    
    .number-of-returned-products.active {
        display: block;
        margin: 0 0 20px 10px;
        font-size: 16px;
        color: #999;
    }
    .product-selectors + .number-of-returned-products.active {
        margin-top: -15px;
        padding-top: 10px;
        border-top: 1px dotted #c0c0c0;
    }
    .number-of-returned-products .productsPerPage,
    .number-of-returned-products .allProductsReturned {
        color: #555;
    }
    
}