﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
	MOBILE DEVICES

=====================================================*/



.responsive-nav-wrapper .filters-button {
	display: table-cell;
}

/* GLOBAL */

.filtersTitlePanel {
	display: none;
}
.clearFilterOptionsAll {
	float: right;
	cursor: pointer;
}

.filtersPanel {
}
.filtersPanel:after {
	content: "";
	display: block;
	clear: both;
}
.filter-block,
.filter-block .title {
	position: relative;
	margin: 0;
}
.filtersGroupPanel {
	background: #fff;
	padding: 0 5px;
}

/* PRICE RANGE SLIDER */

.priceRangeFilterPanel7Spikes .filtersGroupPanel {
	padding: 10px 5px;
}
.priceRangeMinMaxPanel {
	overflow: hidden;
	margin: 0 0 20px;
	font-size: 15px;
}
.priceRangeMinPanel {
	float: left;
}
.priceRangeMaxPanel {
	float: right;
}

.ui-slider {
	position: relative;
	width: auto;
	height: 7px;
	margin: 0 12px 20px;   
	background-color: #eee;
}
.ui-slider-range {
	height: 7px;
	background: #c03;
	position: absolute;
}
.ui-slider-handle {
	position: absolute;
	top: -11px;
	width: 28px;
	height: 29px;
	margin-left: -14px;
	outline: 3px solid #fff !important;
	background-color: #333;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.ui-slider-handle:nth-child(2) {
	background-image: url('images/arrow-filters-left.png');
}
.ui-slider-handle:nth-child(3) {
	background-image: url('images/arrow-filters-right.png');
}
.ui-slider-handle:hover {
}

.priceRangeCurrentPricesPanel {
	overflow: hidden;
}
.priceRangeCurrentPricesPanel span {
	color: #c03;
	font-size: 15px;
}
.priceRangeCurrentPricesPanel .currentMinPrice {
	float: left;
}
.priceRangeCurrentPricesPanel .currentMaxPrice {
	float: right;
}

/* CHECKBOX MODE */

.filtersGroupPanel ul:after {
	content: "";
	display: block;
	clear: both;
}
.filtersGroupPanel li {
	border-bottom: 1px dotted #ccc;
}
.filtersGroupPanel li > a {
	display: block;
	padding: 10px 0 10px 20px;
	line-height: 1.3;
	position: relative;
	font-size: 13px;
	color: #000;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: left;
}
.filtersGroupPanel li > a:hover {
	color: #c03;
}
.filtersGroupPanel li a:before {
	content: "";
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 0 0;
}
.filtersGroupPanel li > a.filterItemSelected {
	color: #c03;
	font-weight: bold;
}
a.filterItemSelected:before {
	border-color: #000 !important;
	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: -9px;
	right: 0;
	width: 18px;
	height: 18px;
	overflow: hidden;
	border: 1px solid #333;
}
.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 .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 */

.product-viewmode > span,
.product-sorting > span,
.product-page-size > span {
	display: none;
}

.jDropDown {
	position: relative;
	display: inline-block;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ccc;
	color: #333;
}
.product-viewmode .jDropDown,
.product-sorting .jDropDown,
.product-page-size .jDropDown {
	min-width: 100px;
}

.jDropDown > div {
	padding: 8px 12px;
	text-align: left;
	position: relative;
}
.jDropDown > div:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url('images/arrow-down-black.png') no-repeat center;
}

.jDropDown ul {
	display: none;
	position: absolute;
	top: 32px;
	left: -1px;
	right: -1px;
	z-index: 100;
	background: #fff;
	text-align: left;
	overflow: hidden;
	border: 1px solid #ccc;
}
.jDropDown li span,
.jDropDown li a {
	display: block;
	padding: 8px 12px;
	color: #555;
	cursor: pointer;
	border-top: 1px dotted #ccc;
}
.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;
}

/* DROPDOWN MODE */

.filtersDropDownPanel {
	padding: 10px 5px;
}
.filtersDropDown {
	width: 100%;
	margin: 0;
}
.filtersDropDown div {
	background-position: 100% center !important;
}
.filtersDropDown.jDropDown li:last-child {
	border-bottom: none;
}
.filtersDropDown.jDropDown a {
	padding-left: 10px;
	border-top: 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: #555;
	color: #fff;
}
.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%;
	background: #fff url('../../../images/ajaxLoader.gif') no-repeat 50% 50%;
	filter: Alpha(opacity = 70);
	opacity: 0.7;
	z-index: 2;
}

/* NO RESULTS POPUP */

.ajaxFilters.k-window {
	position: absolute;
	z-index: 10001;
	height: auto !important;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	background: #fff;
	padding: 1px !important;
}
.ajaxFilters .k-window-titlebar {
	margin: 0 !important;
	border-bottom: 1px solid #bbb;
	background: #ddd;
	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: #333 url('../../../images/button-close-hover.png') no-repeat center;
	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 {
	width: 320px;
	position: fixed;
	z-index: 9999999999;
	top: 0;
	left: 0;
	background: #333;
    overflow-y: auto;
    overflow-x: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate(-320px);
	-moz-transform: translate(-320px);
	-ms-transform: translate(-320px);
	transform: translate(-320px);
}
.nopAjaxFilters7Spikes.open {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	box-shadow: 1px 0 5px rgba(0,0,0,0.5);
}

.nopAjaxFilters7Spikes .close-filters {
	background: #c03;
	cursor: pointer;
}
.nopAjaxFilters7Spikes .close-filters span {
	display: block;
	position: relative;
	padding: 15px;
	font: normal 15px 'eurostile';
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}
.nopAjaxFilters7Spikes .close-filters span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: #eee url('images/mobile-menu-close.png') center no-repeat;  
}

/* Filter block */

.filter-block {
	width: 100% !important;
}
.filter-block .title {
	background: #fff;
	border-bottom: 1px dotted #ccc;
}
.filter-block a.toggleControl {
	display: block;
	background: url('images/mobile-arrow-black.png') right center no-repeat;
	padding: 16px 18px;
	text-align: left;
	font: normal 12px Century Gothic;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
}
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #333 url('images/clear-button-white.png') center no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}

.filtersGroupPanel {
	border-bottom: 1px dotted #ccc;
	background-color: #f6f6f6;
	padding: 0 20px;
}
.filtersGroupPanel li:last-child {
	border-bottom: none;
}
.priceRangeFilterPanel7Spikes .filtersGroupPanel {
	padding: 10px 20px;
}
.ui-slider-handle {
	outline-color: #f6f6f6 !important;
}

/* dropdowns */

.product-viewmode .jDropDown,
.product-sorting .jDropDown,
.product-page-size .jDropDown {
	min-width: 150px;
}
.jDropDown > div:after {
	width: 32px;
	height: 32px;
}
.filtersDropDownPanel {
	padding: 15px 20px;
}

}


@media all and (min-width: 1001px) {

.filters-button,
.close-filters {
	display: none;
}

.nopAjaxFilters7Spikes {
	margin: 0 0 30px;
	border-bottom: 7px solid #333;
}

.filter-block {
	margin: 0 auto 20px;
}
.filter-block .title {
	display: block;
	position: relative;
	z-index: 2;
	margin: 0 0 10px;
}
.filter-block a.toggleControl {
    display: block;
	/*background: url('images/arrow-up-white.png') right center no-repeat;*/
    padding: 12px 15px;
	font: 16px Century Gothic;
	color: #fff;
    text-transform: uppercase;
}
.filter-block a.toggleControl.closed {
	/*background-image: url('images/arrow-down-white.png');*/
}
.filter-block a.toggleControl:first-letter {
	font-size: 18px;
}
.filter-block a.clearFilterOptions, 
.filter-block a.clearPriceRangeFilter {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: #fff url('images/clear-button-black.png') center no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0.95;
}
.filter-block a.clearFilterOptions:hover,
.filter-block a.clearPriceRangeFilter:hover {
	opacity: 0.95;
}

.priceRangeFilterPanel7Spikes .filtersGroupPanel {
	padding-bottom: 0;
}

.filtersGroupPanel li > a {
	line-height: normal;
}
.filtersGroupPanel li:last-child > a {
	border: 0;
}

.filtersGroupPanel {
	display: block;
	position: relative;
	z-index: 2;
}
.ui-slider {
	margin: 0 12px 20px;
}

/* dropdowns */

.jDropDown {
	margin: 0;
	font-size: 12px;
}
.jDropDown > div {
	padding: 4px 26px 4px 8px;
}
.jDropDown > div:after {
	width: 25px;
	height: 23px;
}
.jDropDown ul {
	top: 22px;
}
.jDropDown li span,
.jDropDown li a {
	padding: 4px 8px;
}
		
/* dropdowns mode */

.filtersDropDown.jDropDown a {
	padding: 4px 26px 4px 8px !important;
	font-size: 12px !important;
}
.filtersGroupPanel.filtersDropDownPanel li a:hover {
	background: #f3f3f3;
	color: #333;
}

}