.currency-switcher-wrap.bip-currency-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.currency-switcher-wrap.bip-currency-switcher .dropdown-toggle,
.currency-switcher-wrap.bip-currency-switcher .dropdown-toggle.btn,
.elementor-kit-8 .currency-switcher-wrap.bip-currency-switcher .dropdown-toggle,
.elementor-kit-8 .currency-switcher-wrap.bip-currency-switcher button.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  font: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.currency-switcher-wrap.bip-currency-switcher .dropdown-toggle::after {
  margin: 0;
  vertical-align: middle;
  border-top-width: 0.35em;
  border-right-width: 0.35em;
  border-left-width: 0.35em;
}

.currency-switcher-wrap.bip-currency-switcher .dropdown-toggle:hover,
.currency-switcher-wrap.bip-currency-switcher .dropdown-toggle:focus,
.elementor-kit-8 .currency-switcher-wrap.bip-currency-switcher .dropdown-toggle:hover,
.elementor-kit-8 .currency-switcher-wrap.bip-currency-switcher .dropdown-toggle:focus {
  border: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  outline: none;
}

.currency-switcher-wrap.bip-currency-switcher .dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  left: auto;
  min-width: 112px;
  padding: 10px 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #050505;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  list-style: none;
  z-index: 999;
}

.currency-switcher-wrap.bip-currency-switcher.is-open .dropdown-menu {
  display: block;
}

.currency-switcher-wrap.bip-currency-switcher .dropdown-menu[hidden] {
  display: none !important;
}

.currency-switcher-wrap.bip-currency-switcher .dropdown-menu li {
  display: block;
  padding: 10px 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.currency-switcher-wrap.bip-currency-switcher .dropdown-menu li:hover,
.currency-switcher-wrap.bip-currency-switcher .dropdown-menu li:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.currency-switcher-wrap.bip-currency-switcher.is-loading .dropdown-toggle {
  opacity: 0.72;
  pointer-events: none;
}

body.transparent-yes:not(.header-stuck) #header-hz-elementor .currency-switcher-wrap.bip-currency-switcher,
body.transparent-yes:not(.header-stuck) #header-hz-elementor .currency-switcher-wrap.bip-currency-switcher .dropdown-toggle,
body.transparent-yes:not(.header-stuck) #header-hz-elementor .currency-switcher-wrap.bip-currency-switcher .dropdown-toggle.btn,
body.elementor-kit-8.transparent-yes:not(.header-stuck) #header-hz-elementor .currency-switcher-wrap.bip-currency-switcher button.dropdown-toggle {
  color: #ffffff;
}

@media (max-width: 767px) {
  .currency-switcher-wrap.bip-currency-switcher .dropdown-menu {
    right: -12px;
  }
}
