.pannel-search {
	position: relative;
}
.live-search__image{
	min-width: 60px;
	max-height: 60px;
	margin-right: 10px;
}
.live-search__item-name {
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px
}

.live-search__item-description {
	font-size: 14px;
	color: #666;
}

.live-search__item:hover {
	background-color: #f0f0f0;
	cursor: pointer;
}

.live-search__item a {
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
}

.search-container {
	position: relative;
}

.search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 450px;
	background-color: white;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	overflow-y: auto;
}

.live-search__item {
	padding: 10px;
	cursor: pointer;
}

.live-search__item:hover {
	background-color: #f0f0f0
}

.live-search__item-price {
	margin-left: auto;
	font-weight: bold;
}