#filteroptions{
	border-bottom: 1px solid #708090;
	padding: 0 0 10px;
	text-align: right;
}

#filteroptions #howitworks{
	float: left;
	margin-top: 15px;
	font-size: 19px;
}

#filteroptions input, #filteroptions select{
	display: inline-block;
	margin: 0 5px;
}

#filteroptions select:first-of-type{
	margin-left: 0;
}

#filteroptions #app_search{
	margin-right: 0;
	width: 150px;
}

#filteroptions #sort{
	margin-top: 10px;
	margin-right: 0;
	width: 150px;
}

#filteroptions #filter{
	width: 50px;
	margin-right: 0;
}

#filteroptions #style{
	display: inline-block;
	width: 55px;
	padding-right: 4px;
	transform: translateY(4.5px);
}

#filteroptions .style_btn{
	width: 21px;
	display: inline-block;
	cursor: pointer;
}

#filteroptions #style .style_btn input{
	opacity: 0;
	display: none;
}

#filteroptions #style .style_btn span{
	display: block;
	font-size: 24px;
}

#filteroptions #style .style_btn:hover span, #filteroptions #style .style_btn input:checked + span{
	color: #BED600;
}