.ui-autocomplete {
	z-index: 10001!important;	
}
.ui-widget-content {
	border: 1px solid #004592!important;
	border-top: 1px solid #ccc!important;
	z-index: 1000;
	padding: 10px;
	max-height: 500px;
	overflow-y: auto;
	box-shadow: #c6c6c6 0px 15px 15px 3px !important;
	}
.s-item {
    width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 5px;
}	
.s-item:hover {
    background: #eee;
}

.ui-autocomplete {
   max-width: 554px !important;
}	
.ui-widget-content li  {
	border-bottom: 1px dotted #eee;
	padding: 5px!important;
	text-align: left;
	}
.ui-widget-content li  div,
.ui-widget-content li {	
	color: #3b3b3b!important;
	font-size: 12px!important;
}
.ui-widget-content li  div,
.ui-widget-content li  div:hover,
li.ui-menu-item span,
li.ui-menu-item span:hover{
	border: 0px!important;
}
.ui-autocomplete-category .cat-name {
    display: block;
    background: #004592;
    color: #fff !important;
    font-size: 15px;
    padding: 5px;
    overflow: hidden;
    margin: 20px 0 0 0;
    font-weight: bold;
}
li.ui-autocomplete-category {
    overflow: hidden;
    border: 0px !important;
    width: 100%;
    padding: 0 !important;
}
li.ui-autocomplete-category.first {
    margin-top: -20px;
}
li.ui-menu-item:hover,
li.ui-menu-item:hover > div,
li.ui-menu-item:hover > span {
	background: #eee;
	cursor: pointer;
}
li.ui-menu-item .cat-type {
	display: none;
}
.ui-menu .ui-menu-item.search-popular {
   /* width: 32% !important;
    clear: none;
    border-bottom: 0px !important;
    text-align: center;
	border-left: 1px solid #ccc;
	height: 220px; */
	border-bottom: 1px solid #ccc;
}
.ui-menu .ui-menu-item.search-popular .search-img-wrapper {
	float: left;
	width: 25%;
}
.p-label {
    float: left;
    width: 74%;
    padding-left: 10px;
    margin-top: 1%;
    font-size: 11px;
    color: #004592;
	text-transform: capitalize;
}
.p-label span {
    text-decoration: underline;
    font-weight: bold;
}
.s-item.category .p-label {
    margin-top: 0;
}
.search-price,
.shop-btn {
	display: none;
}
.ui-menu .ui-menu-item.search-popular:first-child {
	border: 0px!important;
}
.search-img-wrapper {
    width: 20%;
    height: auto;
    overflow: hidden;
    text-align: center;
    float: left;
	max-width: 50px;
}
.search-popular .p-label {
    font-size: 11px !important;
    line-height: 14px;
    color: #000 !important;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    font-weight: bold;
}
.ui-widget-content li .search-price {
	margin: 10px 0;
	color: #e90000!important;
}
.shop-btn {
    background: #e90000;
    color: #fff !important;
    border-radius: 5px;
    margin-bottom: 10px;
    display: none !important;
}
.search-img-wrapper img {
	width: 90%;
}
.auto-last {
	padding-bottom: 20px;
}
.search .auto_search {
    color: #000000;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 0px 1000px #ffffff;
    box-shadow: inset 0 0 0px 1000px #ffffff;
}
.search .auto_search {
    width: 100%;
    height: 40px;
    margin: 0;
    padding-right: 40px;
    border: none;
    border-radius: 0;
    font-size: 13.3333333333px;
}
.autocompletion-results {
	background: #fff;
	display: none;
}
.search .auto_search {
    border: 2px solid #fff !important;
    margin-left: -1px;
}
#header-firepenny .search {
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
}
.search .search__submit {

	}
@media only screen and (min-width:1500px) {
.ui-autocomplete {

}
}

@media only screen and (max-width:600px) {

}