.awesomplete [hidden] {
	display: none;
}

.awesomplete .visually-hidden {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.awesomplete {
	display: inline-block;
	position: relative;
}

.awesomplete > input {
	display: block;
}

.awesomplete > ul {
	position: absolute;
	left: 0;
	z-index: 1;
	min-width: 100%;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.awesomplete > ul:empty {
	display: none;
}

.awesomplete > ul {
	border-radius: 2px;
	margin: .2em 0 0;
	background: #FFF;
	border: 1px solid rgba(68, 68, 68, 0.09);
	box-shadow: 0 5px 10px -5px rgba(26, 30, 33, 0.23);
	text-shadow: none;
	transition: all 240ms ease-out;
	max-height: 200px;
	opacity: 1;
	overflow-y: auto;
}
.awesomplete > ul .img{
    display: table-cell;
    width: 5%;
    vertical-align: middle;
}
.awesomplete > ul .img img{
	height:35px;
	width:35px;
	vertical-align: middle;
}
.awesomplete > ul i{display: table-cell;white-space: nowrap;width: 77%;position: relative;vertical-align: middle;text-overflow: ellipsis;overflow: hidden;}
.awesomplete >ul span{
	display: table-cell;
	width: 18%;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}
.awesomplete >ul span.price:after{
	position: relative;
	font-size: 16px;
	margin: 0 0 0 4px;
	color: #FF9800;
	content: '\f158';
	font-family: FontAwesome;
}
.awesomplete >ul span.old-price{
	text-decoration: line-through;
	display: inline;
	font-size: 13px;
	padding-right: 5px;
	color: #b13f3f;
}
.awesomplete >ul span.item-status-wrapper{
	display: inline;
	vertical-align: top;
	text-align:center;
	padding-right: 5px;
}
.awesomplete >ul span.item-status-wrapper .item-status{
	font-size:12px;
	border-radius:20px;
	text-align:center;
	padding: 2px 8px;
	display:none;
}
.awesomplete >ul span.item-status-wrapper .item-status[data-status-value="new"]{
	background: #FF5722;
	color:#fff;
	display: inline;
}
.awesomplete >ul span.item-status-wrapper .item-status[data-status-value="best"]{
	background: #03A9F4;
	color:#fff;
	display: inline;
}
.awesomplete >ul span.item-status-wrapper .item-status[data-status-value="sale"]{
	background: #4CAF50;
	color:#fff;
	display: inline;
}
.awesomplete > ul[hidden],
.awesomplete > ul:empty {
	opacity: 0;
	max-height: 0;
	display: block;
	transition-timing-function: ease;
	transform: scale(1);
	overflow-y: auto;
}

/* Pointer */
.awesomplete > ul:before {
	content: "";
	position: absolute;
	top: -.43em;
	left: 1em;
	width: 0;
	height: 0;
	padding: .4em;
	background: white;
	border: inherit;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.awesomplete > ul > li {
	position: relative;
	padding: 8px 4px;
	cursor: pointer;
	display: table;
	table-layout: fixed;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
}

.awesomplete > ul > li:hover {
	background: #efba3a;
	color: black;
}

.awesomplete > ul > li[aria-selected="true"] {
	background: hsl(204, 96%, 58%);
	color: white;
}

.awesomplete mark {
	background: #FF9800;
}

.awesomplete li:hover mark {
	background: #ff791a;
}

.awesomplete li[aria-selected="true"] mark {
	background: #3F51B5;
	color: inherit;
}

.awesomplete .date {
	color: #414040;
	display: inline-block;
}

.awesomplete .time {
	display: inline-block;
	margin: 0 4px;
}

.awesomplete .status {
	display: inline-block;
	margin: 0 5px;
	font-size: 11px;
	color: #fff;
	background: #30a9f8;
	border-radius: 2px;
	padding: 0px 6px;
	position: relative;
}

.awesomplete .status-24 {
	background: #3bba04;
}

.awesomplete .status-25 {
	background: #a8a8a8;
}

.awesomplete .status-26 {
	background: #f61616;
}

.awesomplete .status-35 {
	background: #959595;
}

.awesomplete .route {
	display: inline-block;
	position: relative;
	color: #4b4b4b;
}