.edd-search-block {
	position: relative;
}

.edd-search-block .edd-search-result {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 99;
	max-height: 300px;
	overflow-y: auto;
}

.edd-search-block input[type="text"]{
	width: 100%;
	padding: 10px;
}
