#filter-equipment {
	
}
.custom-select {
  position: relative;
  display:inline-block;
}

.custom-select select {
  /*appearance: none;*/
  /*width: 100%;*/
  font-family: "Futura PT Demi", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #caced1;
  color: #757A7E;
  cursor: pointer;
  border-color: #757A7E;
  background-color: #fff;
}
.custom-select select option {
	font-family: "Futura PT Demi";
}

.custom-select select:hover {
  background-color: #195A9A;
  color: #fff;
}

#product-count {
	font-size:14px;
	color:#757A7E;
	font-weight:normal;
}