
* { padding:0; margin:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
body { font-family:Tahoma,sans-serif, Helvetica,Arial,; }



.filterBox { position:relative; padding-top:28px; }
.catFilter{ color:#6d6c71; font-weight:400; font-size:13px; position:absolute; left:0; top:6px; }
	
.selectBox { float:left; width:22.3%; padding:0 5px; text-align:center; }
.selectBox select { width:100%; padding:10px; height:50px; border:0 none; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-image:url(arrow-gry.png); background-position:93% 50%; background-repeat:no-repeat; font-weight:600;  font-size:13px; background-color: #fff; border: 0; border-radius: 0; -webkit-border-radius: 0; }
.shop_btn { color:#fff; font-size:1.125rem; font-weight:600; height:50px; padding:5px 10px; text-transform:uppercase; background:#4e4e4e; 
	border:0 none; position:absolute; top:28px; /* right:0; */ cursor:pointer;  transition:all 0.5s ease-in-out; margin-left:4px; border-radius: 0; -webkit-border-radius: 0; appearance: none; -webkit-appearance: none; }
.shop_btn:hover { background:#d70200; }
.shop_btn.highlight:hover { opacity:0.85;}
.highlight { background:#d70200; }
	
.header-filter .selectBox { width:50%; }
.header-filter .selectBox.make { padding-left:0; }
.header-filter .selectBox select { background-position:97% 50%; }
.shop_btn { padding:5px 23px; }

	



@media (max-width:1229px) {
	
	.selectBox { width:21.8%;}
}


@media (max-width:999px) {
	
	.selectBox { width:49.5%; margin-bottom:10px; display:inline-block; float:none; vertical-align:top;}
	.selectBox select { padding-top:5px; padding-bottom:5px; background-position:96% 50%; }
	.filterBox { padding-top:0; display:inline-block; width:100%; margin-top:-4px;}
	.mmy-home { min-height:200px;}  
	.selectBox select {  height:35px;}
	.shop_btn { right:0; left:0; margin:0 auto; top:100%; height:38px; width:150px;}
	
}
@media (max-width:767px) {
	
	
	
}

@media (max-width:600px) {
}

@media (max-width:480px) {
	.mmy-home { min-height:250px !important;}
	.mmy-home iframe { height:100% !important;}
	.selectBox { width:100%;}
} 