div.title-search-result {
	position: absolute;
	left: 0;
	right: 0;
	max-height: 70vh;
	overflow-y: auto;
	border: 1px solid #d1d2d3;
	border-top-style: none;
	display: none;
	z-index: 999;
	min-width: 364px;
	background-color: #FFF;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.title-search-result .empty-result {
	padding: 0 10px;
}

.title-search-result .empty-result a {
	color: #e50071;
}

.bx_img_element {
	background: #fdfdfd;
	float: left;
	width: 80px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}

.bx_item_block {
	min-height: 75px;
	margin-bottom: 6px;
	position: relative
}

.bx_item_block > a {
	width: 100%;
	height: 100%;
}

.bx_image {
	display: inline-block;
	width: 75px;
	height: 75px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #d6d7d8;
}

.main-header__top-search.elasticsearch .title-search-result .bx_item_element {
	display: flex;
	justify-content: space-between;
	margin-left: 80px;
	line-height: 1.1;
	padding: 10px 10px 0 10px;
}

.bx_item_element span {
	max-width: 87%;
	padding-right: 10px;
}

.bx_item_element hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #dddedf;
}

.bx_item_element a {
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}

.bx_item_element a b {
	color: #000;
	font-weight: normal;
}

.bx_item_element a:hover,
.bx_item_element a:hover b {
	text-decoration: underline;
}

.bx_price {
	color: #6c6d6d;
	font-weight: bold;
	font-size: 16px;
}

.bx_price .old {
	font-weight: normal;
	text-decoration: line-through;
	color: #D1088E
}

.bx_item_block.all_result {
	min-height: 0
}

.bx_item_block.others_result {
	min-height: 75px;
}

.bx_item_block.all_result .all_result_title {
	display: block;
	color: #abadaf;
	padding-top: 15px;
	padding-bottom: 10px;
}

.bx_item_block.all_result .all_result_title a {
	color: #abadaf;
}

.bx_item_block.all_result .all_result_title a:hover {
	color: #D1088E
}

.bx_item_block.all_result a {
	margin-top: 0;
}

.score-grey {
	color: grey;
	font-size: 10px;
}

.loader_search_allign {
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 1240px) {
	.bx_item_element {
		font-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	div.title-search-result {
		width: 88vw;
		margin-left: -121px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
}

@media screen and (max-width: 767px) {
	div.title-search-result {
		width: 100vw;
		margin-left: -129px;
	}
}

@media screen and (max-width: 680px) {
	.bx_item_element span {
		max-width: 70%;
	}
}
