#sidebar{
	width: 280px;
	margin-bottom: 60px;
}
#sidebar button{
	background:#000;
	height:35px;
	padding:0 20px;
	text-align:center;
	border-radius:3px;
	color:#fff;
	margin:20px auto;
	border:2px solid #000;
	display:block;
	font-weight:500;
	transition:ease 0.25s;
	cursor:pointer;
}
#sidebar button:hover{
	background:#fefefe;
	color:#5c8dc7;
}
#sidebar .clsme{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 26px;
}
#sidebar .main-title{
	margin:15px 0 25px 0;
	padding:0;
	height:45px;
	line-height:45px;
	color:#fefefe;
	background:#2d3a4b;
	font-size:16px;
	font-weight:500;
	padding-left:3%;
	display: none;
}
#sidebar .main-title i{
	padding-right:4px;
}
#sidebar .filter-title{
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding: 0 0 6px 0;
	margin: 0 0 15px 0;
}
#sidebar .filter-title:before{
	content: '';
	width: 32px;
	bottom: 0;
	left: 0;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	background: #0D0D0D;
}
#sidebar .filter-manufacturers{
	max-height:420px;
	overflow:hidden;
}
#sidebar input[type=checkbox]{
	display:none;
}
.container2 label {
  position: relative;
  padding-left:30px;
	cursor: pointer;
}
.price-range li{
	width:100%;
}
.price-range span{font-weight: 600}
.slimScrollDiv{margin-bottom: 40px;}
/* Base styles for spans */
.container2 span::before,
.container2 span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.container2 span.checkbox::before {
  width: 16px;
  height: 16px;
  top:0;
  left: 0;
  box-sizing: border-box;
  border: 0.5px solid #0D0D0D;
  transition: border-color .2s;
}
.container2 span.checkbox::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  left: 2px;
  top: 3px;
	font-size: 13px;
  color: transparent;
  transition: color .2s;
}
input[type="checkbox"]:checked + label span.checkbox::after {
  color: #0d0d0d;
}
#sidebar .filter-manufacturers li{
	width:98% !important;
}
#sidebar ul{
	width:100%;
	padding:0;
	margin:0 0 30px 0;
	list-style:none;
}
#sidebar ul li{
	width: 100%;
	padding:10px 0;
	margin:0;
}
.noUi-connect{
	background: #707070  !important;
}
/************ PRODUCTS ************/
#productsc{
	flex: 0 0 calc(100% - 330px);
	padding-left: 50px;
}
#products{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
#products .glbprdr{
	flex: 0 0 25%;
	width: 25%;
}
#page-results{
	width: 100%;
	margin:0 0 30px 0;
	padding:5px 0;
	min-height:30px;
	text-align:right;
	border-radius:3px;
	line-height:30px;
	font-size:13px;
	font-weight:500;
}
#page-results .select{
	display:inline-block;
	padding:0 5px;
	position:relative;
}
.select-size select{
	line-height:15px !important;	
}
.select select {
	width:100%;
  outline: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 8px 20px 8px 10px;
  margin:0;
	font-size: 13px;
	line-height: 15px;
	box-sizing: border-box;
  transition: border-color 0.2s;
  border: 1px solid #0d0d0d;
  background: #fff;
  color: #0d0d0d;
}
.select .arr {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 15px;
  background:none;
  pointer-events: none;
}
.select .arr:before {
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  right: 7px;
  color:#5c8dc7;
  font-weight:700;
  pointer-events: none;
}
#products .no-results p{
	background:#2d3a4b;
	color:#fefefe;
	font-size:13px;
	display:inline-block;
	padding:10px 0;
	border-radius:3px;
	width:80%;
}
#products .no-results{
	width:100%;
	text-align:center;
}
#products .product{
	width:30%;
	padding:0 1.666%;
	min-height:250px;
	float:left;
	position:relative;
}
#products .product .icons{
	width:100%;
	position:absolute;
	height:40px;
	top:0;
	left:0;
	z-index:999;
}
#products .product .more-colors{
	overflow:hidden;
	width:100%;
	height:22px;
}
#products .product .icons span{
	height:20px;
	width:20px;
	line-height:20px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-shadow:1px 1px 1px #aaa,-1px -1px 1px #aaa;
	display:inline-block;
	background:url(/images/more-colors.png) center;
	background-size:cover;
	text-align:center;
	cursor:pointer;
	vertical-align:top;
}
#products .product .icons p{
	height:20px;
	line-height:20px;
	font-size:13px;
	font-weight:600;
	color:#5c8dc7;
	padding:0;
	margin:0;
	display:none;
	cursor:pointer;
	overflow:hidden;
	transition:ease 0.2s;
}
#products .product .icons span:hover + p{
	display:inline-block;
}
#products .product-cover{
	width:100%;
	min-height:120px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	vertical-align:middle;
	position:relative;
	z-index:1;
}
#products .product-title{
	width:100%;
	height:30px;
	line-height:15px;
	font-size:0.84375em;
	margin-top:8px;
	text-align:center;
	font-weight:500;
	overflow:hidden;
}
#products .product-title a{
	color:#5c8dc7;
	transition:ease 0.25s;
}
#products .product-title a:hover{
	color:#2d3a4b;
}
#products .product-price{
	width:90%;
	margin:0 5%;
	height:20px;
	margin-top:2px;
	padding-top:3px;
	color:#2d3a4b;
	line-height:20px;
	font-size:14px;
	font-weight:500;
	border-top:1px solid #f1f1f1;
}
#products .product-price i{
	color:rgba(92,141,199,0.5);
	float:right;
	margin-left:8px;
}
#products .product-price .fa-shopping-bag{
	color:#5c8dc7;
}
#products .product-price span{
	color:#95abc6;
	text-decoration:line-through;
	font-size:12px;
}
.show-me{
	display:block !important;
}
.filter-button{
	width:100%;
	font-size:14px;
	line-height:18px;
	cursor:pointer;
	color:#fff;
	display:none;
	background: #000;
	padding: 10px 14px;
	border-radius: 3px;
	max-width: 160px;
}
.filter-button i{
	color:#fff;
}
#products .product-cover img{
	max-width:100%;
	vertical-align:middle;
}
@media screen and (min-width: 769px) and (max-width: 1169px){

}
@media only screen and (max-width: 1280px){
	#products .glbprdr {
		flex: 0 0 33.33%;
		width: 33.33%;
	}
}
@media only screen and (max-width: 870px){
	#products .glbprdr {
		flex: 0 0 50%;
		width: 50%;
	}
}
@media only screen and (max-width: 768px){
	#products .glbprdr {
		flex: 0 0 50%;
		width: 50%;
	}
	#productsc{
		width:100%;
		flex: 0 0 100%;
		padding-left: 0;
	}
	#sidebar{
		width:100%;
		display:none;
		position:fixed;
		z-index:999;
		top: 0;
		left: 0;
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
		height: 100%;
		overflow-y: auto;
	}
	.filter-button{
		display:block;
	}
	#products .glbprdr {
		flex: 0 0 33.33%;
		width: 33.33%;
	}
}
@media only screen and (max-width: 640px){
	#products .glbprdr {
		flex: 0 0 50%;
		width: 50%;
	}
}
@media only screen and (max-width: 480px){
#products{
	width:98%;
	padding-left:1%;
}
#products .product{
	width:98%;
	padding:0 1%;
}
#sidebar{
	width:97%;
	display:none;
	position:absolute;
	z-index:999;
}
.filter-button{
	display:block;
}
}