﻿.oo-search-results {
	display: none;
	max-height: 90vh;
	min-height: 200px;
	max-width: 1000px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.oo-search-results li {
	cursor: pointer;
}
.oo-search-results li.selected {
	text-decoration:underline;
}
.oo-search-results #NoProductResults {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.oo-search-results mark {
	background-color:transparent;
	padding:0;
	font-weight:bold;
}