
* { box-sizing:border-box; margin:0; padding:0; }
body { font-family:Tahoma,sans-serif, Helvetica,Arial; }

.selectBox select { width:100%; padding:5px; height:32px; border:0 none; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color:#ffffff; background-image:url(arrow-gry.png); background-position:93% 50%; background-repeat:no-repeat;
	border-radius:0; -wekit-border-radius:0; }
.shop_btn { padding:7px 10px; }
.header-filter .selectBox { width:24%; }
.header-filter .selectBox.make { padding-left:0; }
.header-filter .selectBox select { background-position:97% 50%; }

.filterBox { position:relative; text-align:center; padding-right:65px; }
.selectBox { float:left; width:33%; padding:0 5px; text-align:center; }
.selectBox select { width:100%; padding:7px; border:0 none; }
.shop_btn { color:#000; font-size:16px; font-weight:700; font-family:Tahoma,sans-serif, Helvetica,Arial; height:32px; padding:5px 15px; text-transform:uppercase; background:#e8b30c; border:0 none;
	position:absolute; top:0; right:15px;
cursor:pointer; border-radius:0; -wekit-border-radius:0; -webkit-appearance:none; appearance:none; }
.shop_btn:hover, .highlight { background:#ffc409; }

@media only screen and (max-width:478px) {
	.selectBox { float:left; width:50%; padding-bottom:10px; }
	.selectBox:nth-child(3n) { clear:left; }
	.shop_btn { top:20px; right:5px; }
}

