﻿/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* GLOBAL */

.filtersTitlePanel {
	display: none;
}
.clearFilterOptionsAll {
	float: right;
	cursor: pointer;
}

.filtersPanel {
	background: #f3f3f3;
    margin: 0 0 40px;
}
.filtersPanel:after {
	content: "";
	display: block;
	clear: both;
}
.filter-block {
	display: block;
	position: relative;
	float: none;
	width: auto;
}
.filter-block .title {
	position: relative;
    padding: 0 10px;
	margin: 0 60px 0 0;
}
.filter-block a.toggleControl {
	display: inline-block;
	padding: 15px 10px 15px 8px;
	cursor: pointer;
	font-size: 16px;
    background: #f3f3f3;
	color: #555;
	text-align: left;
}
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 35px;
	height: 30px;
	line-height: 30px;
	margin-top: -17px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.filter-block a.clearFilterOptions:hover,
.filter-block a.clearPriceRangeFilter:hover {
    color: #75bfa1;
}

/* SEARCH CRITERIA */

.selected-options-list > li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	text-align: left;
	font-size: 12px;
	color: #333;
    overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.selected-options-list > li > label{
    display: block;
    margin-bottom: 5px !important;
    padding: 0 !important;
    color: #444 !important;
    cursor: default !important;
    text-transform: uppercase;
}
.selected-options-list > li label:before {
    display: none;
}
.selected-options-list > li:last-child {
	border-bottom: none;
}
.selected-options-list > li span {
	float: left;
    padding: 10px 17px 10px 0;
    margin: 0 10px 0 0;
    background: url('images/clear.png') top 12px right 1px no-repeat;
	color: #75bfa1;
	cursor: pointer;
}
.selected-options-list > li span:hover{
    text-decoration: underline;
}

/* PRICE RANGE SLIDER */

.priceRangeMinMaxPanel {
    display: none;
	overflow: hidden;
	margin: 0 0 12px;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
}
.priceRangeMinPanel {
	float: left;
}
.priceRangeMaxPanel {
	float: right;
}

.ui-slider {
	position: relative;
	width: auto;
	height: 7px;
	margin: 12px 4px;   
	background: #eee;
}
.ui-slider-range {
	height: 7px;
	background: #ddd;
	position: absolute;
}
.ui-slider-handle {
	position: absolute;
    top: -7px;
    width: 7px;
    height: 20px;
    margin-left: -3px;
	background: #75bfa1 !important;
}

.priceRangeCurrentPricesPanel {
	overflow: hidden;
}
.priceRangeCurrentPricesPanel span {
	color: #555;
	font-size: 14px;
}
.priceRangeCurrentPricesPanel .currentMinPrice {
	float: left;
}
.priceRangeCurrentPricesPanel .currentMaxPrice {
	float: right;
}

/* CHECKBOX MODE */

.filtersGroupPanel ul:after {
	content: "";
	display: block;
	clear: both;
}
.filtersGroupPanel li {
    position: relative;
}
.filtersGroupPanel li > label {
	display: block;
	position: relative;
	padding: 12px 10px 12px 38px;
	line-height: 1.3;
	text-align: left;
	font-size: 14px;
	color: #444;
    letter-spacing: 1.5px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}
.filtersGroupPanel.imageOptions li > label {
    padding-left: 43px;
}
.filtersGroupPanel li input[type='checkbox'] {
    position: absolute;
	top: 50%;
	left: 2px;
	margin: -10px 0 0;
    opacity: 0;
}
.filtersGroupPanel li label:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	position: absolute;
	top: 50%;
	left: 2px;
	margin: -10px 0 0;
}
.filtersGroupPanel.imageOptions li label:before {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}
.filtersGroupPanel li.checked label {
	color: #75bfa1;
}
.filtersGroupPanel li.checked label:before {
	background:url(../../../images/selected.png) no-repeat center;
    z-index: 1;
}
.filtersGroupPanel li.disabled.checked label:before {
	background:url(../../../images/selected.png) no-repeat center;
}
.filtersGroupPanel li.disabled {
	opacity: 0.4;        
}
.filtersGroupPanel li.disabled label,
.filtersGroupPanel li.checked.disabled label {
	cursor: default;
}
.filtersGroupPanel li.disabled label:hover,
.filtersGroupPanel li.checked.disabled label:hover {
	color: #444;
}

/* COLOR SQUARE ATTRIBUTES */

.filtersGroupPanel li .color {
	position: absolute;
	top: 50%;
    margin: -10px 0 0;
    left: 2px;
	width: 20px;
	height: 20px;
	/*border-radius: 100%;*/
	overflow: hidden;
	border: 1px solid #c9c9c9;
    font-size: 0;
}
.filtersGroupPanel.imageOptions li .color {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.filtersGroupPanel li.disabled,
.filtersGroupPanel li.disabled.selected {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.filtersGroupPanel li .defaultColor {
    position: absolute;
	top: 50%;
    margin: -10px 0 0;
    left: 2px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #c9c9c9;
    font-size: 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAIAAACRuyQOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2MDkzNUE1N0ZENDExRTZBNERCQkIwMEI2Rjk0MUQ2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2MDkzNUE2N0ZENDExRTZBNERCQkIwMEI2Rjk0MUQ2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTYwOTM1QTM3RkQ0MTFFNkE0REJCQjAwQjZGOTQxRDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTYwOTM1QTQ3RkQ0MTFFNkE0REJCQjAwQjZGOTQxRDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz73zzpFAAAAkElEQVR42rzNiQ3AIAwEsIzO5i1SpT4UyHcXL2A5SrTWpKjpihr29DTU6dPwprEhTZOGMc0b+LRssNOuAU5Kg5r0BjKZmvxkbZKTo8lMviY8uZvYFGkCU7DxTvHGNaUa+5RtjBOgsUyYRp1gzX5CNpsJ3KwmfDOdKM1/YjXDRGzeE7e5J3pzTRVNV9SInAIMAJwnJvFb6ab1AAAAAElFTkSuQmCC') no-repeat center;
    background-size: cover;
}

.filtersGroupPanel select {
    width: 100%;
    padding: 6px;
    color: #444;
    border: none;
    cursor: pointer;
    text-transform: none;
    font-size: 13px;
    box-sizing: border-box;
    height: auto;
    background: #f1f1f1 url(images/arrow.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filtersDropDownPanel select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}
.filtersDropDownPanel.disabled select {
    opacity: 0.5;
    cursor: default;
}
.filtersDropDownPanel option[disabled] {
    color: #ccc;
}

/* 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 */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1080;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}
.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 {
    margin: 0 10px!important;
    padding: 10px 40px 10px 0;
    position: relative;
}
.ajaxFilters .k-window-titlebar:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 14px;
    z-index: -1;
}
.ajaxFilters .k-window-titlebar span {
    display: inline-block;
    box-shadow: 0 0 0 9px #fff;
    text-transform: uppercase;
    background: #fff;
    font-weight: bold;
    font-size: 13px;
}
.ajaxFilters .k-window-actions {
	position: absolute;
	top: -1px;
	right: -1px;
}
.ajaxFilters .k-window-actions a {
	display: block;
    padding: 10px 0;
}
.ajaxFilters .k-window-actions .k-icon {
	display: block;
    font-weight: normal;
    font-size: 10px;
    background: none;
    box-shadow: none;
}
.ajaxFilters .k-window-actions .k-icon:hover {
	color: #75bfa1;
}
.ajaxFilters .k-window-content {
	min-height: inherit !important;
	min-width: inherit !important;
	padding: 5px 15px 15px;
	line-height: 18px;
	color: #555;
}


@media all and (max-width: 1024px) {

.filters-button {
	display: inline-block !important;
}
.nopAjaxFilters7Spikes {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1070;
	width: 320px;
	height: 100%;
	overflow: hidden;
	background: #f3f3f3;
	-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: #fff;
    cursor: pointer;
    box-shadow: 3px 0 3px rgba(0,0,0,.1);
    margin-bottom: 3px;
}
.nopAjaxFilters7Spikes .close-filters span {
	display: block;
    padding: 17.5px 40px 17.5px 20px;
    color: #666;
    text-transform: uppercase;
    line-height: 15px;
    text-align: left;
    background: url(images/close-btn.png) no-repeat right 15px center;
}
.filter-block a.toggleControl:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/arrow-right.png) no-repeat center;
    position: absolute;
    right: -51px;
    top: 2px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}
.filter-block a.toggleControl.closed:after {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}
.filtersGroupPanel{
    padding: 15px 26px;
    margin: 0 24px 0 0;
}
.block .title:after{
    bottom: 17px;
}
.nopAjaxFilters7Spikes .filter-block {
	margin: 0;
}
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter{
    display: none !important;
}

.filtersDropDownPanel .select-inner{
    background-color: #fff;
    border: 1px solid #ddd;
}

}


@media all and (min-width: 1025px) {


.filtersPanel{
    background: none;
}
.filters-button,
.close-filters {
	display: none;
}
.filter-block {
	margin: 0 auto 20px;
}
.filter-block .title {
	background: none !important;
	border-bottom: 0;
    padding: 10px 35px 10px 0;
    margin: 0;
}
.filter-block a.toggleControl {
	padding: 0;
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #75bfa1;
}
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
	right: 0;
	font-size: 10px;
}
.filtersGroupPanel {
	display: block;
	position: relative;
	z-index: 2;
}
.priceRangeFilterPanel7Spikes .filtersGroupPanel{
    padding: 10px 0;
}
.filtersGroupPanel li > label {
	padding: 10px 10px 10px 33px;
    margin: 5px 0;
}
.filtersGroupPanel.imageOptions li > label {
    padding-left: 39px; 
}
.filtersGroupPanel li label:before {
    border-color: #ddd;
}
.filtersGroupPanel li > label:hover {
	color: #75bfa1;
}
.filtersGroupPanel li:last-child > a {
	border: 0;
}
.selected-options-list > li span {
	padding: 5px 17px 5px 0;
	background-position: top 7px right 3px;
}

    .number-of-returned-products.active {
        display: block;
        margin: 0 0 20px 10px;
        font-size: 12px;
        color: #999;
        text-transform: uppercase;
    }
    .number-of-returned-products .productsPerPage,
    .number-of-returned-products .allProductsReturned {
        color: #555;
    }
    
}