.ac_results {
	text-align: left;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border-radius: 0px 5px 5px 5px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 4px 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	min-width: 600px;
	width: 600px;
	border-bottom: 1px dotted#eeeeee;
	background-size: 0%;
	transition: all 0.1s;
}


.ac_results .categoria-descricao{
	font-size: 12px;
}
.ac_results .categoria-descricao .categoria{
	font-weight: bold;
	color: var(--cor_principal);
	opacity: 0.8;
}

.ac_results .imagem-prod{
	margin-right: 5px;
    border-radius: 100%;
    background: white;
	margin: 5px;
}
.ac_results .imagem-prod img{
	padding:8px;
	/* margin-right: 5px; */
}

.ac_results .title-auto-search{
    padding-top: 12px;
    padding-left: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid#eeeeee;
}

.ac_results .title-auto-search h1{
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}

/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

@media all and (max-width:710px){
	.ac_results {
	    left: 0px!important;
	}
	.ac_results li {
		min-width: 550px;
		width: 550px;
	}
}
@media all and (max-width:510px){	
	.ac_results li {
		min-width: 350px;
		width: 350px;
	}
}
