﻿/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-filters {
    display: none !important;
}



.nopAjaxFilters7Spikes .close-filters {
	cursor: pointer;
	background: url(images/hide-filters.png) #c3b9b1;
	background-repeat: no-repeat;
	background-position: 20px center;
	position: relative;
	height: 50px;
}

.nopAjaxFilters7Spikes .close-filters:nth-child(even) {
	display: block;
}

.nopAjaxFilters7Spikes {
	width: 320px;
    height: 100%;
	position: fixed;
	z-index: 15;
	left: 0;
	top: 0;
    overflow: hidden;
	background: rgba(0,0,0,.5);
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.notAndroid23 .nopAjaxFilters7Spikes{
	-webkit-transform: translate(-320px);
	-ms-transform: translate(-320px);
	transform: translate(-320px);
}
.android23 .nopAjaxFilters7Spikes{
	left: -320px;
}
.notAndroid23 .nopAjaxFilters7Spikes.open{
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.android23 .nopAjaxFilters7Spikes.open{
	left: 0;
}


.responsive-nav-wrapper .filters-button {
	display: inline-block;
}

.nopAjaxFilters7Spikes .close-filters span {
	font-family: open sans;
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 12px;
	text-transform: uppercase;
}

.nopAjaxFilters7Spikes .block {
	padding-bottom: 0;
	border-bottom: 1px dotted #cecece;
}
.nopAjaxFilters7Spikes .block:after {
	clear: both;
	content: "";
	display: block;
}

.nopAjaxFilters7Spikes .block .title {
	overflow: hidden;
	background: #eeece7;
}


.nopAjaxFilters7Spikes a {
	cursor: pointer;
}

.nopAjaxFilters7Spikes .block {
	padding-bottom: 0;
	border-bottom: 1px dotted #cecece;
}



.nopAjaxFilters7Spikes .block .filtersGroupPanel {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 15px;
	color: #888;
	font-family: 'open sans';
	text-align: left;
	background:#fff;
}

.nopAjaxFilters7Spikes .block .filtersGroupPanel ul {
	margin: 0;
	padding: 0;
}

.nopAjaxFilters7Spikes .block .filtersGroupPanel li {
	background: none;
	padding: 0;
}

.nopAjaxFilters7Spikes .filtersTitlePanel {
	overflow: hidden;
	color: #888;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 10px 3px;
	text-transform: uppercase;
	font-family: open sans;
	width: 98%;
	margin: auto;
	display: none;
}



.nopAjaxFilters7Spikes .filtersTitle {
	float: left;
	margin: 0;
	padding: 0;
}

.nopAjaxFilters7Spikes .clearFilterOptionsAll {
	float: right;
	color: #888;
	text-transform: none;
	cursor: pointer;
	font-family: open sans;
	font-size: 16px;
	font-weight: lighter;
}

.nopAjaxFilters7Spikes .clearFilterOptionsAll:hover {
	text-decoration: underline;
}

.nopAjaxFilters7Spikes .block .title a.toggleControl {
	background: url("images/ajax-filter-arrow-close-new.png");
	background-repeat: no-repeat;
	background-position: 97% center;
	float: none;
	color: #888;
	display: block;
	padding: 0 0 0 12px;
	cursor: pointer;
	text-decoration: none !important;
	font-family: 'open sans';
	font-size: 16px;
	text-align: left;
}

.nopAjaxFilters7Spikes .block .title a.toggleControl.closed {
	background: url("images/ajax-filter-arrow.png");
	background-repeat: no-repeat;
	background-position: 97% center;
}

.nopAjaxFilters7Spikes .block .title a.clearFilterOptions:hover {
	text-decoration: underline;
}

/* SEARCH CRITERIA */

.selected-options-list > li {
	padding: 6px !important;
	text-align: left;
	font-size: 14px;
	color: #333;
    overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.selected-options-list > li label{
    display: block;
    margin-bottom: 5px;
}
.selected-options-list > li span {
    display: block;
    float: left;
	padding: 7px 20px 7px 3px;
    margin: 0 5px 0 0;
	vertical-align: middle;
    position: relative;
	color: #9ca34e;
	cursor: pointer;
}
.selected-options-list > li span:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 9px;
    right: 5px;
    background: url('images/clear.png') center no-repeat;
    transition: all .35s ease;
    -webkit-transition: all .3s 
}

/* PRICE RANGE SLIDER */

.priceRangeFilterPanel7Spikes .ui-slider {
	background: #ccc;
	height: 10px;
	position: relative;
	margin-bottom: 10px;
}

.priceRangeFilterPanel7Spikes .ui-slider-range.ui-widget-header {
	background: #9fb071;
	position: relative;
	height: 10px;
}

.priceRangeFilterPanel7Spikes .priceRangeMinMaxPanel {
	overflow: hidden;
	margin-bottom: 12px;
}

.priceRangeMinPanel,
.priceRangeCurrentPricesPanel .currentMinPrice {
	float: left;
}

.priceRangeMaxPanel,
.priceRangeCurrentPricesPanel .currentMaxPrice {
	float: right;
}

.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter,
.clearFilterOptions {
	background: url(images/clear.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #888;
	text-transform: none;
	cursor: pointer;
	position: absolute;
	right: 10%;
	top: 7px;
	font-family: open sans;
	font-size: 16px;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	transition: all .35s ease;
	-webkit-transition: all .3s ease;
	border: 2px solid #fff;
	border-radius: 100%;
}

	.clearFilterOptions:hover,
	.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter:hover {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter:hover {
		text-decoration: underline;
	}

/*.ui-widget-content {
	border: 1px solid #888 !important;
}*/

.ui-slider-handle, .ui-slider-handle.ui-state-hover {
	top: -5px !important;
	width: 18px !important;
	height: 21px !important;
	padding: 0 !important;
	cursor: pointer !important;
}

	.ui-slider-handle:focus {
		outline: -webkit-focus-ring-color auto 0;
	}

.priceRangeFilterPanel7Spikes .ui-state-default, .priceRangeFilterPanel7Spikes .ui-widget-content .ui-state-default, .priceRangeFilterPanel7Spikes .ui-widget-header .ui-state-default {
	background: url("images/knob.png");
	background-repeat: no-repeat;
	position: absolute;
	border: none !important;
	margin-left:-1px;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
}

.priceRangeFilterPanel7Spikes .priceRangeCurrentPricesPanel {
	color: #9ca34e;
	font-size: 16px;
	overflow: hidden;
	font-family: open sans;
}

/* CHECKBOX MODE */

.nopAjaxFilters7Spikes .filtersGroupPanel a {
	background: url("../../../images/checkbox.png") no-repeat scroll transparent;
	color: #5C5B5B;
	padding-left: 15px;
	line-height: 32px;
	margin-left: 0px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel .ui-slider a:last-child {
	margin-left: -15px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel .filtersDropDown a {
	padding-left: 10px;
}

	.nopAjaxFilters7Spikes .filtersGroupPanel .filtersDropDown a:hover {
		text-decoration: none;
		cursor: pointer;
	}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelected {
	color: #9ca34e;
	background-position: left -15px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemUnselected {
	color: #888;
	background-position: left 5px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled,
.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled {
	color: #9D9D9D;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled {
	background-position: left -35px;
}

.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled {
	background-position: left -55px;
}

	.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemSelectedDisabled:hover,
	.nopAjaxFilters7Spikes .filtersGroupPanel a.filterItemDisabled:hover {
		text-decoration: none;
		cursor: default;
	}


.checkbox-list li {
    position: relative;
    cursor: pointer;
}
.checkbox-list li .color {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    font-size: 0;
}
.imageOptions .checkbox-list li .color {
    width: 30px;
    height: 30px;
    background-position: center;
}
.checkbox-list li .color + input + label:before {
    width: 20px;
    height: 20px;
    background-image: none;
    border: 1px solid #ccc;
}
.imageOptions .checkbox-list li .color + input + label:before {
    width: 30px;
    height: 30px;
}
.checkbox-list li .color + input + label {
    padding-left: 25px;
}
.imageOptions .checkbox-list li .color + input + label {
    padding: 8px 5px 8px 35px;
}
.checkbox-list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.checkbox-list input[type="checkbox"]:checked + label:before {
    background-position: left -20px;
}
.checkbox-list label:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background: url(images/checkbox.png) no-repeat left top;
}
.checkbox-list label {
    position: relative;
    display: block;
    padding: 5px 5px 5px 15px;
    cursor: pointer;
}
.checkbox-list .disabled label {
    opacity: 0.5;
    cursor: default;
}
.colorOptions .checkbox-list .checkbox-item.checked label::before {
    background: url("images/checkbox.png") no-repeat center -16px !important;
}
.imageOptions.colorOptions .checkbox-list .checkbox-item.checked label::before {
    background-position: center -13px !important;
}

/* COLOR SQUARE ATTRIBUTES */

.colorOptions a {
	padding-left: 0 !important;
	background: none !important;
}

.colorOptions .color-container {
	float: left;
	margin: 6px 8px 0 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
}

.colorOptions a.filterItemSelected .color-container {
	box-shadow: 0 0 3px #000;
}

.colorOptions .color {
	/*float: left;*/
	width: 100%;
	height: 100%;
	display:block;
}

.colorOptions a.filterItemSelected .color {
	background: url('images/selected.png') center no-repeat;
}

.colorOptions a.filterItemDisabled, .colorOptions a.filterItemSelectedDisabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.colorOptions .defaultColor {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAIAAACRuyQOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2MDkzNUE1N0ZENDExRTZBNERCQkIwMEI2Rjk0MUQ2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2MDkzNUE2N0ZENDExRTZBNERCQkIwMEI2Rjk0MUQ2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTYwOTM1QTM3RkQ0MTFFNkE0REJCQjAwQjZGOTQxRDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTYwOTM1QTQ3RkQ0MTFFNkE0REJCQjAwQjZGOTQxRDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz73zzpFAAAAkElEQVR42rzNiQ3AIAwEsIzO5i1SpT4UyHcXL2A5SrTWpKjpihr29DTU6dPwprEhTZOGMc0b+LRssNOuAU5Kg5r0BjKZmvxkbZKTo8lMviY8uZvYFGkCU7DxTvHGNaUa+5RtjBOgsUyYRp1gzX5CNpsJ3KwmfDOdKM1/YjXDRGzeE7e5J3pzTRVNV9SInAIMAJwnJvFb6ab1AAAAAElFTkSuQmCC') no-repeat center;
    background-size: cover;
}

/* NO RESULTS POPUP */

.ajaxFilters.k-window {
	position: absolute;
	z-index: 10001;
	padding: 0 !important;
	height: auto !important;
	background: #fff;
	text-align: left;
}

.ajaxFilters .k-window-titlebar {
	margin: 0 !important;
	padding: 8px;
	background: #eeece7;
}

	.ajaxFilters .k-window-titlebar span {
		color: #888;
		font-size: 16px;
		font-family: open sans;
	}

.ajaxFilters .k-window-actions {
	position: absolute;
	top: 7px;
	right: 7px;
}

	.ajaxFilters .k-window-actions a {
		display: block;
	}

	.ajaxFilters .k-window-actions .k-icon {
		display: block;
		width: 26px;
		height: 26px;
		background: #EEECE7 url('../../../images/button-close.png') no-repeat center;
		font-size: 0;
		border-radius: 100%;
		border:2px solid #fff;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
	}

		.ajaxFilters .k-window-actions .k-icon:hover {
			/*background: #666 url('../../../images/button-close-hover.png') no-repeat center;*/
			transform: rotate(360deg);
			border: 2px solid #aaa;
			box-shadow: none;
		}

.ajaxFilters .k-window-content {
	padding: 10px 15px;
	min-width: inherit !important;
	min-height: inherit !important;
	color: #888;
	font-family: open sans;
	line-height: 18px;
}

	.ajaxFilters .k-window-content p {
		margin: 0 0 10px;
	}

	.ajaxFilters .k-window-content:focus {
		outline: -webkit-focus-ring-color auto 0;
	}

/* PRODUCT GRID SELECTORS */

.product-selectors:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.product-viewmode,
.product-sorting,
.product-page-size {
	float: none;
	text-align: center;
	margin-bottom: 0;
}

	.product-sorting:after,
	.product-viewmode:after,
	.product-page-size:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	

.product-sorting,
.product-page-size {
	margin-left: 108px;
	display: inline-block;
}

.product-page-size {
	/*width: 143px;*/
}

.select-inner{
    display:block;
}
.select-wrap {
	position: relative;
	border: 1px solid #eee;
	background: #fff url("images/ddown.png") no-repeat 95% center;
	cursor: pointer;
	margin: 0 5px;
    padding: 0 25px 0 10px;
    text-align: left;
    height: 35px;
    line-height: 35px;
}
.select-wrap select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    margin: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.select-wrap select option {
    padding: 4px;
    font-size: 12px;
    color: #5c5b5b;
}
.filtersDropDownPanel.disabled .select-wrap {
    opacity: 0.5;
}
.filtersDropDownPanel.disabled .select-wrap select {
    cursor: default;
}

.sortOptionsDropDown {
	width: auto;
    padding: 0 20px 0 0;
	background-position: 95% center;
}

.viewOptionsDropDown {
	width: 90px;
	background-position: 95% center;
}

.productsPageSizeDropDown {
	width: 40px;
	background-position: 95% center;
}

	.productsPageSizeDropDown div p {
		width: 17px;
	}

.select-box{
    position:relative; 
    z-index:0; 
    padding: 5px 0;
}

.number-of-returned-products.active {
    display: none;
}

/* DROPDOWN MODE */


	.filtersPanel .title,
	.filtersPanel .block.filter-block .title {
		position: relative;
		margin: 0;
		padding: 10px 0;
	}

.filtersDropDown {
	width: 100%;
	font-size: 11px;
	position: relative;
	margin: 5px 0 30px;
	background-position: 95% center;
}

	.filtersDropDown div p {
		padding: 0 5px;
	}

	.filtersDropDown ul li a {
		background: none !important;
		padding-left: 0;
	}

		.filtersDropDown ul li a:hover {
			text-decoration: none !important;
		}

		.filtersDropDown ul li a.filterItemDisabled, .filtersDropDown ul li a.filterItemDisabledSelected {
			display: none !important;
		}

/* 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;
}

.item-box.dummy-box {
    min-height: 300px;
}
.item-box.dummy-box:before {
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;   
    height: 32px;
    width: 32px;
    background: url('../../../images/ajaxLoader.gif') no-repeat 50% 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9999;
}
.item-box.dummy-box .product-item {
    opacity: 0;
}


@media only screen and (min-width: 769px) {
    .nopAjaxFilters7Spikes{
        background:transparent;
    }
    .responsive-nav-wrapper .filters-button {
        display: none;
    }

    .nopAjaxFilters7Spikes {
        z-index: 15;
        overflow-y: auto;
        position: relative;

        transition: none;
        width: 100%;

        overflow:visible;

    }
    .notAndroid23 .nopAjaxFilters7Spikes{
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .android23 .nopAjaxFilters7Spikes{
        left: 0;
    }

     .nopAjaxFilters7Spikes .block .filtersGroupPanel{
         background:transparent;
     }

        .nopAjaxFilters7Spikes .close-filters {
            display: none;
        }

        .nopAjaxFilters7Spikes .block {
            border-bottom: 2px solid #fff;
        }

        .nopAjaxFilters7Spikes .close-filters:nth-child(2n) {
            display: none;
        }
        .block.filter-block.manufacturerFilterPanel7Spikes:after{
            overflow: visible;
            position: absolute;
        }
        .nopAjaxFilters7Spikes:after{
            display:block;
            content:'';
            clear:both;
        }

    .selected-options-list > li span {
	    padding: 4px 20px 4px 3px;
    }
    .selected-options-list > li span:hover{
        opacity: .9;
    }
    .selected-options-list > li span:after{
        top: 6px;
    }
    .selected-options-list > li span:hover:after{
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}


@media only screen and (min-width: 981px) {
    
    .number-of-returned-products.active {
        display: block;
        float: right;
        max-width: 160px;
        line-height: 40px;
        color: #888;
        font-family: "open sans";
        font-size: 14px;
    }

    .nopAjaxFilters7Spikes .block .filtersGroupPanel {
        padding: 10px;
    }
    .select-wrap {
        margin: 0;
    }

}