.wcml-horizontal-list.product.wcml_currency_switcher ul {
	padding-left: 0;
	border-radius: var(--border-radius);
	border: var(--border);
	width: max-content;
	display: flex;
}

.wcml-horizontal-list.product.wcml_currency_switcher li {
	margin: 0 !important;
	border-right: var(--border);
}

.wcml-horizontal-list.product.wcml_currency_switcher li:last-child {
	border-right: none;
}


.wcml-horizontal-list.product.wcml_currency_switcher a {
	font-weight: var(--strong);
	opacity: 1;
	color: var(--nv-darl-bg);
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.wcml-horizontal-list.product.wcml_currency_switcher a:hover {
	background: var(--nv-light-bg);
	color: var(--nv-dark-bg);
}

.wcml-horizontal-list.product.wcml_currency_switcher .wcml-cs-active-currency {
	background: var(--nv-light-bg);
}

.wcml-horizontal-list.product.wcml_currency_switcher .wcml-cs-active-currency a {
	color: var(--nv-dark-bg);
}
