.currency {
  background-color: unset;
  min-width: 100px;
  padding: 6px;
  border-radius: 8px;
  float: right;
  border: 1.5px solid rgba(0, 0, 0, 0.105);
}

.form-select:focus {
  border-color: #989899;
  outline: 0;
  box-shadow: unset;
}

#currency-switcher > select {
  color: #001F60;
 font-family: "Cooper Hewitt Bold", Sans-serif !important;
  font-weight: 700;
}