
.title-search-result {
	overflow: auto;
	z-index: 2050;
	background-color: #fff;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	max-height: 284px;
	scrollbar-color: var(--main-txt) var(--main_color);
	scrollbar-width: thin;
}
.title-search-result::-webkit-scrollbar {
	width: 3px;
	background: var(--main_color);
}
.title-search-result::-webkit-scrollbar-thumb {
	background-color: var(--main-txt);
}
.title-search-result .bx_item_block{
	font-size: 14px;
	padding: 10px;
	border-top: 1px solid #dfdfdf;
	display: flex;
	align-items: center;
}
.title-search-result .bx_item_block:first-child {
	border: none;
}
.title-search-result .others_result, .title-search-result .all_result {
	padding: 10px 15px;
}

.title-search-result .bx_img_element, .title-search-result .bx_image {
	width: 45px;
	height: 45px;
}
.title-search-result .bx_image {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
.title-search-result .bx_item_element a{
	text-overflow: ellipsis;
	max-width: 100%;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
  overflow: hidden;
  height: 32px;
	color: var(--main-txt);
  font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
.title-search-result .bx_item_element a b {
	font-weight: 900;
}
.title-search-result .bx_item_element a:hover{
	color: var(--main_color);
}
.title-search-result .bx_item_price {
	font-weight: bold;
	font-size: 13px;
}
.title-search-result .bx_item_price span.bx_measure{
	font-weight: normal;
}
.title-search-result .bx_item_price .old {
	font-weight: normal;
	position: relative;
	display: inline-block;
	font-size: 11px;
	margin-left: 5px;
}
.title-search-result .bx_item_price .bx_price{
	display: inline-block;
	font-weight: 500;
}
.title-search-result .all_result {
	border: none;
	padding: 0;
	text-align: center;
}
.title-search-result .all_result_title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 0;
	width: 100%;
	border-radius: 0;
}
.bx_item_block.all_result a {
	color: var(--main-txt) !important;
}
.top-search .search-title-button-sm svg:last-child {
	display: none;
}