﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* Firefox fix with the popupnot being opened - http://www.telerik.com/forums/q1'14-release---popup-bug-in-firefox */
.k-ff {
    overflow: inherit !important;
}

/* chrome fix with the vertical scroll disappearing*/
.k-webkit {
    overflow-y: scroll !important;
}

/* main styling */

.home-page-filters-wrapper {
	margin: 0 0 30px;
}
.home-page-filters {
	text-align: center;
	font-size: 0;
}

.home-page-filter-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.home-page-filter-selector {
	display: inline-block;
	position: relative;
	width: 90%;
	max-width: 300px;
	margin: 5px;
	font-size: 14px; /* set size here, not on child elements */
	cursor: pointer;
}
.home-page-filter-selector .k-dropdown,
.home-page-filter-selector .k-dropdown-wrap {
	display: block;
}
.home-page-filter-selector .k-state-disabled {
	opacity: 0.5;
}
.home-page-filter-selector .k-input {
	display: block;
	height: 32px;
	border: 1px solid #ccc;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 7px 40px 7px 10px;
	white-space: nowrap;
	text-align: left;
	color: #666;
}
.home-page-filter-selector .k-select {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	overflow: hidden;
	background: #fff url('images/filter-icon.png') center no-repeat;
	font-size: 0;
}
.home-page-filter-selector .k-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url('images/loader.gif') center no-repeat;
}

#home-page-filter-total-products-count.loading {
    background: #fff url('images/loader.gif') center no-repeat;
}

.home-page-filter-dropdown {
	height: auto !important;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.home-page-filter-dropdown ul {
	max-height: 197px;
	overflow-y: auto;
}
.home-page-filter-dropdown li {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 8px 10px;
	white-space: nowrap;
	color: #666;
	cursor: pointer;
}
.home-page-filter-dropdown li:last-child {
	border-bottom: none;
}

.home-page-filter-button {
	margin: 15px 0 0;
	text-align: center;
}
.home-page-filter-button a {
	display: inline-block;
	height: 40px;
	background-color: #c03;
	vertical-align: middle;
}
.home-page-filter-button a.text {
	padding: 0 12px;
	font: normal 15px/40px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: capitalize;
}
.home-page-filter-button a.icon {
	width: 40px;
	margin-left: 1px;
	background-image: url('images/filter-button.png');
	background-position: center;
	background-repeat: no-repeat;
}
.home-page-filter-button .results {
	display: none;
	width: 40px; 
    height: 40px; 
	margin-right: 1px; 
    background-color: #c03; 
	line-height: 40px;
    vertical-align: middle;
	font-size: 14px;
    color: #fff;
}


@media all and (min-width: 481px) and (max-width: 1000px) {
.home-page-filter-selector {
	width: 40%;
	max-width: 350px;
}
}

@media all and (min-width: 1001px) {
	
.home-page-filters-wrapper {
	position: relative;
	z-index: 1;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
	padding: 10px 0;
}
.home-slider .home-page-filters-wrapper {
	margin-top: -74px;
}
.home-page-filters {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

.home-page-filter-selectors {
	float: left;
	max-width: 800px;
}
.home-page-filter-selector {
	float: left;
	width: 180px;
	margin: 5px 15px 5px 0;
	border: none;
	background-color: #fff;
	font-size: 12px;
}
.home-page-filter-selector .k-input {
	height: 24px;
	border: none;
	background-color: #fff;
	padding: 5px 32px 5px 8px;
}
.home-page-filter-selector .k-select {
	height: 24px;
	border: none;
}

.home-page-filter-dropdown {
	margin-top: 1px;
}
.home-page-filter-dropdown ul {
	max-height: 181px;
}
.home-page-filter-dropdown li {
	padding: 5px 8px;
}
.home-page-filter-dropdown li:hover {
	background-color: #f6f6f6;
}

.home-page-filter-button {
	float: right;
	margin: 0;
}
.home-page-filter-button:hover {
	opacity: 0.95;
}
.home-page-filter-button a {
	height: 34px;
}
.home-page-filter-button a.text {
	font-size: 13px;
	line-height: 34px;
}
.home-page-filter-button .results {
    height: 34px; 
    line-height: 34px;
}

}