.input-group {
	position: relative;
}
.bx-searchtitle {
	background: #FFFFFF;
}
input.search-control {
	width: 100%;
	padding: 10px 20px 10px 61px;
	background: #FFFFFF;
	border: 1px solid #FF9900;
	box-sizing: border-box;
	box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.14);
	border-radius: 10px 10px 10px 10px !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 120%;
	color: #212529;
}
.search-title-button {
	position: absolute;
	left: 5px;
	top: 7px;
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	border: none;
	background: none;
}
.close-search-button {
	position: absolute;
	right: 5px;
	top: 7px;
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	border: none;
	background: none;
}
.title-search-result {
	display: none;
	padding: 12px;
	background: #FFFFFF;
	border: 1px solid rgba(19, 19, 19, 0.2);
	box-sizing: border-box;
	box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	z-index: 10;

}
.bx_item_block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-height: 60px;
	margin-bottom: 10px;
}

.bx_img_element {
	width: 20%;
}
.bx_item_block img {
	max-width: 60%;
}
.bx_item_element {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 80%;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	color: #131313;
	text-decoration: none;
}
.bx_item_element a {
	width: 70%;
}
.bx_item_element .bx_price {
	width: 30%;
}
.title-search-result a {
	text-decoration: none;
}