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

#search a{
	color:#333;
}

#search .found{
	background: yellow;
}
    

#search .search-cat-item{
	display: flex;
	border: 1px solid #eee;
	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;
}

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

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