.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .dropdown_selector {
  min-width: auto;
}
.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .dropdown_selector.active .selected_country {
  background-color: #FFF;
}
.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .dropdown_selector.active .selected_country::before {
  top: 0.9rem !important;
}
.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .selected_country {
  align-items: center;
  background: transparent;
  border: 1px solid silver;
  cursor: pointer;
  display: flex;
  padding: 0.125rem 2.5rem 0.125rem 0.25rem;
  transition: background 0.25s;
}
.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .selected_country::before {
  height: 0.85rem;
  right: 0.75rem;
  top: 0.4rem !important;
  transition: transform 0.25s, top 0.25s;
  width: 0.85rem;
}
.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .selected_country:hover {
  background-color: #FFF;
}
.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .selected_country .country_flag {
  display: flex;
  height: 2rem;
  max-height: 2.5rem;
  min-width: 2rem;
  width: 2rem;
}
.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .selected_country .country_flag img {
  margin: 0 0;
  max-width: unset !important;
}
.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .selected_country .country_name {
  line-height: 1em;
  overflow: hidden;
}
.widget_wc_aelia_currencyswitcher_widget.country_switcher.flags .dropdown {
  min-width: 20rem;
  right: 0;
}

/*# sourceMappingURL=custom-country-dropdown.css.map */
