a.clear-search-box-button, a.clear-search-box-button:hover, a.clear-search-box-button:active, a.clear-search-box-button:visited, a.clear-search-box-button:focus {
  text-decoration:none;
}

a.clear-search-box-button{
  display: block;
  position: absolute;
  right: 5%;
  bottom: 38%;
  z-index: 99;
  background-color: transparent;
  border: 1px #3093CC solid;
  cursor: pointer;
  color: #3093CC;
  width: 25px;
  text-align: center;
  border-radius: 15px;
}

a.clear-search-box-button:hover {
  background-color: #3093CC;
  color: #fff;
}

button.hidden-bottom-remove-filter{
  display: none;
}

/* Fix some of characters like 'g' only displayed half of it  */
.facet-dropdown select.facet-dropdown-select{
  padding: 13px 20px;
}

/* Fix inconsistent font family  */
.search-box-input, .facet-dropdown-select{
  font-family: inherit;
}

div.facet-dropdown select::-ms-value{
  background: transparent;
  color: #000000;
}