.whb-column form.woocommerce-currency-switcher-form .dd-options {
  --wd-align: var(--wd-start);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  margin-top: 15px;
  margin-right: 0;
  margin-left: calc(var(--nav-gap, 0.001px) / 2 * -1);
  background-color: var(--bgcolor-white);
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: var(--wd-align);
  border-radius: var(--wd-brd-radius);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  display: block !important;
  visibility: hidden;
  overflow: visible;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  width: 140px !important;
  height: auto !important;
  border-radius: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.whb-column form.woocommerce-currency-switcher-form .dd-options:after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 100%;
  height: 15px;
}
.whb-column form.woocommerce-currency-switcher-form:hover .dd-options {
  visibility: visible;
  opacity: 1;
  transform: none !important;
  pointer-events: visible;
  pointer-events: unset;
  visibility: visible;
  opacity: 1;
}
form.woocommerce-currency-switcher-form label {
  margin-bottom: 0;
  line-height: inherit !important;
  cursor: pointer;
}
form.woocommerce-currency-switcher-form small {
  margin-top: 5px;
}
form.woocommerce-currency-switcher-form :is(label, small) {
  overflow: hidden;
  margin-right: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
form.woocommerce-currency-switcher-form a:is(.dd-selected, .dd-option) {
  position: relative;
  padding: 10px 15px;
}
form.woocommerce-currency-switcher-form :is(.dd-select, .dd-options) {
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
}
form.woocommerce-currency-switcher-form .dd-select {
  background-color: transparent !important;
}
form.woocommerce-currency-switcher-form .dd-options {
  margin-top: calc(-1 * var(--wd-form-brd-width));
  box-shadow: none;
}
form.woocommerce-currency-switcher-form .dd-options li {
  margin-bottom: 0;
}
form.woocommerce-currency-switcher-form .dd-options li a {
  border-style: solid;
  border-color: var(--wd-form-brd-color);
  border-bottom-width: var(--wd-form-brd-width);
}
form.woocommerce-currency-switcher-form .dd-options li:last-child a {
  border-bottom: none;
}
form.woocommerce-currency-switcher-form
  :is(.dd-selected-image, .dd-option-image) {
  position: absolute;
  top: 50%;
  float: none;
  max-width: 30px;
  transform: translateY(-50%);
}
form.woocommerce-currency-switcher-form .dd-image-right {
  right: 30px;
  margin: 0;
}
form.woocommerce-currency-switcher-form .dd-pointer-down {
  border-top-color: #808080 !important;
}
form.woocommerce-currency-switcher-form .dd-pointer-up.dd-pointer-down {
  border-top-color: transparent !important;
  border-bottom-color: #808080 !important;
}
.global-color-scheme-light
  form.woocommerce-currency-switcher-form
  :is(.dd-options, .dd-option) {
  background-color: #0f0f0f;
}
.global-color-scheme-light
  form.woocommerce-currency-switcher-form
  .dd-option:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.form-style-underlined
  form.woocommerce-currency-switcher-form
  :is(.dd-select, .dd-options) {
  margin-top: 0;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.form-style-underlined form.woocommerce-currency-switcher-form label {
  font-weight: 400;
}
.whb-column form.woocommerce-currency-switcher-form {
  position: relative;
}
.whb-column form.woocommerce-currency-switcher-form label {
  overflow: visible;
  margin-right: 0;
  cursor: pointer;
}
.whb-column form.woocommerce-currency-switcher-form select {
  position: relative;
  z-index: 2;
  border-width: 0;
  border-radius: 0;
  background-image: none;
  color: #474747;
}
.whb-column form.woocommerce-currency-switcher-form .dd-selected {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0;
  height: 40px;
}
.whb-column form.woocommerce-currency-switcher-form .dd-selected label {
  color: inherit;
  font-size: inherit;
}
.whb-column form.woocommerce-currency-switcher-form .dd-selected > label {
  position: relative;
  padding-right: 15px;
}
.whb-column form.woocommerce-currency-switcher-form .dd-selected > label:after {
  position: absolute;
  top: 50%;
  right: 2px;
  color: #bbb;
  font-weight: 600;
  font-size: 50%;
  transform: translateY(-50%);
  content: '\f129';
  font-family: 'dctech-font';
}
.whb-column form.woocommerce-currency-switcher-form :is(select, .dd-selected) {
  padding-right: 25px;
  padding-left: 10px;
  border-style: solid;
  color: #474747;
  letter-spacing: 0.2px;
  font-size: 12px;
}
.whb-column
  form.woocommerce-currency-switcher-form
  :is(
    img,
    .dd-pointer,
    .dd-image-right,
    .dd-selected-description,
    .dd-option-description
  ) {
  display: none;
}
.whb-top-bar .whb-column form.woocommerce-currency-switcher-form .dd-options {
  margin-top: 0;
}
.whb-general-header
  .whb-column
  form.woocommerce-currency-switcher-form
  .dd-options {
  margin-top: 15px;
}
.whb-header-bottom
  .whb-column
  form.woocommerce-currency-switcher-form
  .dd-options {
  margin-top: 6px;
}
.whb-column form.woocommerce-currency-switcher-form .dd-option {
  padding-top: 8px;
  padding-right: 18px;
  padding-bottom: 8px;
  padding-left: 18px;
  border-bottom: 0;
}
.whb-column
  form.woocommerce-currency-switcher-form
  .dd-option:hover
  .dd-option-text {
  color: #9c9c9c;
}
.whb-column form.woocommerce-currency-switcher-form .dd-option-text {
  color: #838383;
  font-size: 14px;
  transition: color 0.25s ease;
}
.whb-column
  form.woocommerce-currency-switcher-form
  :is(.dd-select, .dd-options) {
  border: none;
}
.whb-column form.woocommerce-currency-switcher-form:hover .dd-selected {
  color: var(--wd-primary-color);
}
.global-color-scheme-light
  .whb-column
  form.woocommerce-currency-switcher-form
  select {
  border-color: rgba(0, 0, 0, 0.105);
}
.global-color-scheme-light
  .whb-column
  form.woocommerce-currency-switcher-form
  .dd-option
  label {
  color: rgba(255, 255, 255, 0.8);
}
.global-color-scheme-light
  .whb-column
  form.woocommerce-currency-switcher-form
  .dd-option:hover {
  background-color: transparent;
}
.whb-color-light
  .whb-column
  form.woocommerce-currency-switcher-form
  :is(.dd-selected, select) {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.whb-color-light
  .whb-column
  form.woocommerce-currency-switcher-form
  :is(.dd-selected, select)
  label:after {
  color: rgba(255, 255, 255, 0.6);
}
.whb-color-light .whb-column form.woocommerce-currency-switcher-form:after {
  color: rgba(255, 255, 255, 0.6);
}
.whb-color-light
  .whb-column
  form.woocommerce-currency-switcher-form:hover
  .dd-selected {
  color: rgba(255, 255, 255, 0.8);
}
.whb-header form.woocommerce-currency-switcher-form :is(select, .dd-selected) {
  padding-right: 0;
  padding-left: 0;
}
.whb-header form.woocommerce-currency-switcher-form .dd-options {
  left: -10px;
}
.whb-header form.woocommerce-currency-switcher-form:after {
  right: 0;
}
.whb-header .whb-col-right form.woocommerce-currency-switcher-form .dd-options {
  right: -10px;
  left: auto;
}
.whb-header
  .whb-general-header
  form.woocommerce-currency-switcher-form
  :is(select, .dd-selected) {
  height: 40px;
}
.whb-header
  .whb-general-header
  form.woocommerce-currency-switcher-form
  .dd-options {
  margin: 15px 0 0 !important;
}
.whb-header
  .whb-general-header
  form.woocommerce-currency-switcher-form
  .dd-options:after {
  content: '';
  position: absolute;
  inset: auto 0 100% 0;
  width: auto;
  height: 15px;
}
.whb-header
  .whb-row:not(.whb-top-bar)
  form.woocommerce-currency-switcher-form
  .dd-selected
  label {
  font-weight: 600;
}
.whb-header
  .whb-row:not(.whb-top-bar)
  form.woocommerce-currency-switcher-form
  :is(select, .dd-selected) {
  font-weight: 600;
  font-size: 13px;
}
