
#wte-cc-currency-list-container {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 0;
	z-index: 99999;
}

body.wpte-cc-sticky-converter #wte-cc-currency-list-container {
	position: fixed;
}

#wte-cc-currency-list-container .wte-cc-currency-list-display {
	background: #32b67a;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 35px 12px 15px;
	display: inline-block;
	height: auto;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#wte-cc-currency-list-container .wte-cc-currency-list-display:active, #wte-cc-currency-list-container .wte-cc-currency-list-display:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#wte-cc-currency-list-container .wte-cc-currency-list-display:after {
	border-color: #fff;
	height: 8px;
	width: 8px;
	margin-top: -5px;
	right: 16px;
}

#wte-cc-currency-list-container .wte-cc-currency-list-display .list {
	left: auto;
	right: 0;
	min-width: 263px;
	border: 1px solid rgba(50, 182, 122, .3);
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

#wte-cc-currency-list-container .wte-cc-currency-list-display .list .option {
	font-size: 14px;
	color: #232323;
	font-weight: 500;
}

#wte-cc-currency-list-container .wte-cc-currency-list-display .list .option.selected.focus, #wte-cc-currency-list-container .wte-cc-currency-list-display .list .option:focus, #wte-cc-currency-list-container .wte-cc-currency-list-display .list .option:hover {
	background: rgba(var(--wpte-primary-color-rgb, var(--primary-color-rgb)), .1);
}

.nice-select.wte-cc-currency-list-display.lp-bf-altd {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), .07);
	border-radius: 0;
}

.wte-currency-switcher-drpdown {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wte-currency-switcher-drpdown .wte-cc-currency-list-display {
	position: relative;
	z-index: 9;
	width: 100%;
	border: 1px solid rgba(35, 35, 35, .1);
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 20px;
	display: block;
	line-height: 1;
	height: auto;
	font-size: 16px;
	font-weight: 500;
	color: #232323;
}

.wte-currency-switcher-drpdown .wte-cc-currency-list-display:after {
	border-color: #32b67a;
	height: 11px;
	width: 11px;
	margin-top: -7px;
	right: 20px;
}

.wte-currency-switcher-drpdown .wte-cc-currency-list-display .list {
	width: 100%;
	border: 1px solid rgba(50, 182, 122, .3);
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

.wte-currency-switcher-drpdown .wte-cc-currency-list-display .list .option {
	background: #fff;
	color: #232323;
	font-size: 14px;
	font-weight: 500;
}

.wte-currency-switcher-drpdown .wte-cc-currency-list-display .list .option:focus, .wte-currency-switcher-drpdown .wte-cc-currency-list-display .list .option:hover {
	background: #32b67a;
	color: #fff;
	font-weight: 500;
}
