.title-search-result > .title-search-result {
	background: white;
	padding-top: 5px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 1px 3px gray;
}
.title-search-result {
	z-index: 10000;
}

.title-search-item {
	padding: 5px 15px;
}
.title-search-item-title {
	padding: 5px 15px;
	font-size: 18px;
	font-weight: bold;
}
.title-search-item > a {
	text-decoration: none;
	color: #6B5AF9;
}
.title-search-all {
	margin-top: 15px;
	padding: 5px 15px;
}
.title-search-all > a {
	text-decoration: none;
	color: #6B5AF9;
}
.title-search-item:hover {
	background: #F5F5F9;
}
.title-search-all:hover {
	background: #F5F5F9;
	border-radius: 0 0 20px 20px;
}
.search_panel_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.search_form_wrapper {
	display: flex;
	align-items: center;
	width: 70%;
	padding: 25px;
}
.search__closer {
	right: calc(85% + 3rem);
	background-color: #6B5AF9;
	width: 60px;
	height: 3rem;
	transition: all ease .24s;
	background-image: url(https://belberry.net/local/templates/main/img/close.svg);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: inset 0 0 0 3px #fff;
	border-radius: 3rem;
}
.search_form_btn {
	margin: 0 50px;
}
@media (max-width: 640px) {
	.search_form_wrapper {
		width: 100%;
	}
	.search_panel_text {
		width: 50%;
	}
	.search_form_btn {
		margin: 0 30px;
	}
	.title-search-result {
		margin-top: -2px;
	}
}