.search-wrap{
	position: absolute;
	display: none;
    top: 40px;
    /*left: 0;*/
    background: #fdfdfd;
    z-index: 10;
    width: 100%;
    border-top:1px solid #eee;
}

#search a{
	color:#333;
}

#search .found{
	color: #3262A2;
	margin-right: 5px;
}

/*.search-title {*/
	/*height: 42px;*/
	/*width: 100%;*/
	/*overflow: hidden;*/
	/*text-align: center;*/
/*}*/

.list-item .price {
	margin: 5px 0;
}
    

#search .search-cat-item{
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	border-top: none;
	padding:10px;
	width: 100%;
	flex-wrap: wrap;
}

/*#search #search-products a, #search #search-categories a{*/
	/*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
/*}*/

/*#search .list-item{*/
    /*padding: 0 15px;*/
	/*width: 50%;*/
/*}*/

#search #search-keywords{
	display: flex;
	flex-direction: column; 
}

#search #search-keywords .list-item{
	display: flex;
	flex-direction: row; 
}