div.custom-selectr li {
	text-align: center;
}

div.selectr-container.selectr-37.selectr-desktop {
	height: 37.5px;
	min-height: 37.5px;
}

div.selectr-container.selectr-37.selectr-desktop>.selectr-selected {
	height: 35px;
	border: 1px solid transparent;
	font-size: 14px;
}

.selectr-selected .selectr-label .color-option {
	color: var(--primary-color);
}

.selectr-placeholder {
	color: var(--primary-color);
	text-align: center;
}

button.selectr-input-clear {
	display: none;
}

.wpte-lrf-block input[type="search"].selectr-input {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.selectr-container {
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	min-height: 50px;
}

div.selectr-options-container {
	border: 1px solid var(--primary-color);
}

li.selectr-option {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 0px 10px;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 18px;
}

div.selectr-container .selectr-selected {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 48px;
	border: 1px solid transparent;
}

ul.selectr-options {
	text-align: center;
}

li.selectr-option {
	color: var(--primary-color);
	background-color: transparent;
}

li.selectr-option.active {
	color: #fff;
	background-color: var(--primary-color-light);
}

.selectr-option:hover,
.selectr-option.active:hover {
	color: #fff;
	background-color: var(--primary-color-light);
}