#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-title {
	height: 42px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

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

#search .search-cat-item{
	display: flex;
	border: 2px 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;
	width: 50%;
}

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

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

#search .list-item.search-categories{
	width: 25%!important;
	margin-bottom: 10px!important;
}
#search .search-wrapper.search-products a, #search .list-item.search-categories a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#search .search-wrapper.search-products .search-container {
	text-decoration: none;
	flex-direction: row;
	width: 65%;
}

