/* Global currency switcher theme (native + WOOCS rendered UIs). */
.woocommerce-currency-switcher-form .woocommerce-currency-switcher,
.woocommerce-currency-switcher-form.woocs_show_flags select.woocommerce-currency-switcher,
select.woocommerce-currency-switcher {
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.woocommerce-currency-switcher-form .woocommerce-currency-switcher:hover,
.woocommerce-currency-switcher-form .woocommerce-currency-switcher:focus,
.woocommerce-currency-switcher-form.woocs_show_flags select.woocommerce-currency-switcher:hover,
.woocommerce-currency-switcher-form.woocs_show_flags select.woocommerce-currency-switcher:focus,
select.woocommerce-currency-switcher:hover,
select.woocommerce-currency-switcher:focus {
	background: #0f0f0f !important;
	color: #fff !important;
	border-color: #fff !important;
	outline: none !important;
}

.woocommerce-currency-switcher-form .woocommerce-currency-switcher option,
select.woocommerce-currency-switcher option {
	background: #000;
	color: #fff;
}

/* Common plugin-generated dropdown shells. */
.woocommerce-currency-switcher-form.woocs_show_flags .dd-select,
.woocommerce-currency-switcher-form.woocs_show_flags .dd-selected,
.woocommerce-currency-switcher-form.woocs_show_flags .dd-selected-text,
.woocommerce-currency-switcher-form.woocs_show_flags .dd-option,
.woocommerce-currency-switcher-form.woocs_show_flags .dd-options,
.woocommerce-currency-switcher-form.woocs_show_flags .chosen-container-single .chosen-single,
.woocommerce-currency-switcher-form.woocs_show_flags .chosen-container-single .chosen-drop,
.woocommerce-currency-switcher-form.woocs_show_flags .select2-selection--single,
.woocommerce-currency-switcher-form.woocs_show_flags .select2-dropdown,
.woocommerce-currency-switcher-form.woocs_show_flags .ms-choice,
.woocommerce-currency-switcher-form.woocs_show_flags .ms-drop {
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.woocommerce-currency-switcher-form.woocs_show_flags .dd-pointer,
.woocommerce-currency-switcher-form.woocs_show_flags .chosen-container-single .chosen-single div b,
.woocommerce-currency-switcher-form.woocs_show_flags .select2-selection__arrow b,
.woocommerce-currency-switcher-form.woocs_show_flags .ms-choice > div {
	filter: invert(1) !important;
}
