.content #filter ul{margin-top:0;}
#filter label{line-height:30px;}
#filter input{margin-right:10px;}

#checkBoxes{
	display:inline-block;
	width:25%;
	vertical-align:top;
}

.checkOuter{
	width:90%;
	background-color:#E6E6E6;
	padding:5%;
	margin-bottom:5px;
}

.checkSection{
	width:90%;
	padding:5%;
	background-color:#E6E6E6;
	border:1px solid #545454;
	text-align:left;
}

.checkSection h3{
	margin-top:-20px;
	background-color:#E6E6E6;
	position:absolute;
	padding-right:10px;
}

#products{
	display:inline-block;
	width:70%;
	vertical-align:top;
	margin-left:3%;
}

#products li{
	list-style-type:none;
	width:31%;
	box-sizing:border-box;
	padding:20px 10px;
	display:inline-block;
	font-weight:bold;
	vertical-align:middle;
	margin:0 1% 2% 1%;
	text-align:center;
	background-repeat:no-repeat;
	background-size:100%;
	color:rgba(255,255,255,1);
	cursor:pointer;
	opacity:1;
	font-size:0;
	background-color:rgba(0,0,0,0.1);
}
#products li img{width:100%;}

#products li:hover{
	background-color:rgba(232,180,0,1)
}

#searchBtn,#clearBtn{
	display:inline-block;
}

#products li.hide{
  display:none;
}

#clearBtn{
	font-size: inherit;
	padding: 5px;
	margin-right:0;
}