.open-search-overlay-lr {
	border: none;
	border-radius: 100%;
	background: #00afaa;
	color: white;
	width: 50px;
	height: 50px;
	background: url("/wp-content/themes/reagila/images/icon_search.png");
	flex-shrink: 0;
	margin: auto;
	outline: 0 !important;
	opacity: 1;
	transition: opacity 50ms ease-in-out;
	cursor: pointer;
}

.open-search-overlay-lr:hover {
	opacity: 0.92;
}

button.close-search-overlay-lr {
	border: none;
	border-radius: 100%;
	background: #00afaa;
	color: white;
	width: 50px;
	height: 50px;
	background: url("/wp-content/themes/reagila/images/icon_x.png");
}
