body {
  color: black;
  font-size: 1rem;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.open {
  display: block;
}

.currency {
  border: 2px solid #e4e6ed;
  border-radius: 0;
}

h4, .h4 {
  font-size: 1.35rem;
}

.change-currency {
  cursor: pointer;
  background-color: #e4e6ed;
}

.change-currency:focus {
  outline: none;
}

.change-currency.active span {
  font-weight: 600;
  color: #ffffff;
  background-color: #975497;
}

.change-currency span:hover {
  font-weight: 600;
  color: #ffffff;
  background-color: #975497;
}

.change-currency span {
  height: 43px;
  width: 43px;
  line-height: 40px;
  font-size: 1.2rem;;
  vertical-align: middle;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #e4e6ed;
  color: black;
}