.ac_results { text-align: left; padding: 10px; border: 1px solid #a8a8a8; background-color: white; z-index: 9999999999; overflow: hidden; min-height: 100px; box-shadow: 0px 10px 17px #ccc; border-top: 0; padding-top: 20px; padding-bottom: 20px; }

.ac_results ul { flex-wrap: wrap; width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; display: flex; }

.ac_results li { margin: 0px; padding: 7px 8px; cursor: default; display: flex; /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/ width: 100%; font: menu; font-size: 13px; /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/ line-height: 1.4em; overflow: hidden; /* border-bottom: 1px solid #ebebeb; */ justify-content: flex-start; width: 50%; flex: 0 0 50%; transition: all 0.3s ease-in; }

/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/

.ac_odd { /* background-color: #eee; */ }

.ac_over {
	background-color: #c1dff6;
	color: #272626;
	cursor: pointer !important;
}

.ac_results li img { width: 63px; height: auto;}

.ac_results li .ac_product_name { text-align: left; }
