/* COMPONENT: header language & currency selectors (A10) - SKIN tier - from site-originaluniqueart-V2.0.css, original order. Migrated 2026-07-06. */

button.top_dropdown_toggle_button_main_style.open {
    background-color: #ffdc73;
}

.top_dropdown_menu_list_block {
    background-color: #ffdc73;
}

.top_dropdown_item_button_clickable:hover,.top_dropdown_item_button_clickable:focus {
    color: #d19a00;
}

.top_dropdown_custom_dropdown_container_box,.top_dropdown_custom_dropdown_container_box.open .top_dropdown_menu_list_block,button.top_dropdown_toggle_button_main_style.open,.top_dropdown_toggle_button_main_style::after,.top_dropdown_toggle_button_main_style.open::after,.top_dropdown_menu_list_block,.topright_side .top_dropdown_item_button_clickable,.top_dropdown_item_button_clickable img,img.top_dropdown_flag_icon_image_style,.top_dropdown_toggle_button_main_style {
	color: #4A4A4A;
}

.side_nav .top_dropdown_toggle_button_main_style {
	color: #4a4a4a !important;
}

.top_dropdown_toggle_button_main_style {
	font-size: 14px;
}

.top_dropdown_item_button_clickable {
	display: block;
    width: 100%;
    padding: 5px 12px;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #504943;
    display: flex;
    align-items: center;
	gap: 10px;
}

.adc-header .adc-utility-right .top_dropdown_custom_dropdown_container_box {
  display: inline-flex;
  align-items: center;
  height: var(--oua-util-row);
}

.adc-header .top_dropdown_toggle_button_main_style {
  font-size: 12px;
  font-weight: 500;
  line-height: var(--oua-util-row);
  height: var(--oua-util-row);
  color: var(--oua-ink-2);
  background: none !important;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  white-space: nowrap;
  justify-content: flex-start;
  font-family: var(--oua-body);
}

.adc-header .top_dropdown_toggle_button_main_style::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  line-height: 1;
  color: var(--oua-ink-3);
  flex-shrink: 0;
  transition: transform .15s ease;
}

.adc-header .top_dropdown_toggle_button_main_style.open::after { transform: rotate(180deg); }

.adc-header .top_dropdown_toggle_button_main_style:hover,.adc-header .top_dropdown_toggle_button_main_style.open { color: var(--oua-ink); background: none !important; }

.adc-header .top_dropdown_toggle_button_main_style img.top_dropdown_flag_icon_image_style {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  display: block;
  object-fit: cover;
}

.adc-header .top_dropdown_custom_dropdown_container_box { position: relative; }

.adc-header .top_dropdown_menu_list_block {
  background: var(--oua-bg) !important;
  border: 1px solid var(--oua-line);
  box-shadow: 0 8px 24px rgba(51,51,51,0.10);
  border-radius: var(--oua-radius);
  padding: 6px 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 200;
  min-width: 160px;
}

.adc-header .top_dropdown_item_button_clickable {
  font-size: 13px;
  color: var(--oua-ink) !important;
  line-height: 1.4;
  padding: 7px 14px;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: var(--oua-body);
}

.adc-header .top_dropdown_item_button_clickable:hover {
  color: var(--oua-ink-2) !important;
  background: var(--oua-band);
}

.adc-header .top_dropdown_item_button_clickable.top_dropdown_item_active_selected_style { font-weight: 600; }

.adc-header .top_dropdown_language_selector_wrapper_block,.adc-header .top_dropdown_currency_selector_wrapper_block { display: contents; }

.adc-drawer .top_dropdown_custom_dropdown_container_box { flex: 1 1 0; min-width: 0; }

.adc-header .adc-drawer .top_dropdown_menu_list_block {
  left: 0;
  right: auto;
  top: calc(100% + 4px);
  min-width: 100%;
  width: max-content;
  max-width: min(240px, 100%);
}

