/*store - filters*/

.shuffle_filter{
    margin-bottom: 10px;
	max-width: 100% !important;
	width: 100%;
	height: 55px;
	margin-bottom:10px;
}
.shuffle_filter input[type="text"] {
	float:left;
	font-size: 1.5em;
	padding:0.4em 0.5em 0.25em;
	max-width: 100%;
	width: 300px;
	height: 40px;
	border-radius: 3px;
    /*color: #000;
	border: 1px solid #7F7B7F;
	background: white;*/
}
.shuffle_filter > ul {float:right;list-style:none;}
.shuffle_filter > ul > li {
	float:left;
	margin-top: 5px;
}
.shuffle_filter > ul > li input {display:none;}
.shuffle_filter > ul > li label {
	cursor:pointer;
	padding: 8px 10px!important;
	margin: 0px;
	font-size: 1.25em;
	/*border: none;
	background: #fff;
	color: #000;*/
}
/*.shuffle_filter > ul > li input:checked + label {
	background: #e3e3e3;
	color: #000 !important;
}
.shuffle_filter > ul > li label:hover {
	background: #e3e3e3;
	color: #000 !important;
}*/

/*o chrome desalinha os butoes*/
.webkit .shuffle_filter > ul > li label {
	padding: 10px!important;
}