.searchContainer {
	border-radius: 20px;
	background: #fffbf3;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 14px;
	width: 50%;
	position: relative;
}
.searchContainer input {
	border: none;
	background: none;
	width: 100%;
	float: left;
	height: 35px;
	padding-bottom: 8px;
}

.ui-widget.ui-widget-content{
	border: 1px solid #e6e6e6;
}
.ui-widget-content{
	background: #fff;
	border-radius: 0px;
	color: #1a1a18;
}
.ui-autocomplete{
	/*width: 350px !important;*/
	/*top: 75px !important;*/
	z-index: 1001;
	padding: 0;
	font-family: 'Oswald-light';
	font-size: 14px;
}
.ui-menu .ui-menu-item{
	height: 80px;
	position: relative;
}
.ui-menu .ui-menu-item a{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0;	
}
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
    background: #fff;
    font-weight: bold;
    color: #1a1a18;
	margin: 0 !important;
}
.ui-menu-item .label{
	color: #1a1a18;
}
.list_item_container .image{
	width: 25%;
	height: 80px;
	float: left;
	text-align: center;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.list_item_container .label{
	width: 75%;
	height: 80px;
	padding: 4px;
	float: right;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	padding-left: 15px;
}
.list_item_container .image > img{
	width: 100%;
	height: auto;
	margin: auto;
}
.list_item_container{
	overflow: hidden;
	height: 80px;
	width: 100%;
}
.ui-menu .showAll.ui-menu-item {
	height: 40px;
}
.ui-menu .showAll.ui-menu-item a {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.ui-menu .showAll.ui-menu-item a:hover {
	text-decoration: underline;
}