.approx-price-wrapper {
  position: relative;
}
.approx-price-wrapper .price.price--approx {
  /* font-family: "Gotham A", "Gotham B" !important; */
  /* @apply font-display-regular tracking-widest uppercase text-black; */
  font-size: 10px;
  font-style: normal !important;
  /* font-weight: 500 !important; */
  font-family: visuelt-regular !important;
  color: #333333 !important;
  text-transform: uppercase !important;
  line-height: 14px !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
}

#mini-cart .approx-price-wrapper .price.price--approx,
.cart_totals .approx-price-wrapper .price.price--approx {
  text-align: right !important;
}

.checkout.woocommerce-checkout .approx-price-wrapper .price.price--approx {
  text-align: right !important;
}

.approx-price-wrapper #currencyChanger {
  position: absolute;
  cursor: pointer;
  min-width: 100px;
  opacity: 0;
  top: 0;
  left: 0;
}

.country-picker-wrapper {
  position: relative;
  /* font-family: "Chronicle Display A", "Chronicle Display B"; */
  font-style: normal;
  display: flex;
  align-items: center;
}

.country-picker-wrapper .country-picker-label-wrapper-before-text {
  margin-right: 5px;
  line-height: 1;
}

.country-picker-wrapper .country-picker-label-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 1;
}

.country-picker-wrapper .hide-country-picker-label-wrapper {
  opacity: 0;
}

.country-picker-wrapper #country-picker-label {
  /* font-weight: bold; */
  font-family: epicene-text-bold !important;
  margin: 0;
  line-height: 1;
}

.country-picker-wrapper #country-picker {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.country-picker-wrapper #country-picker-flag {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}