#title-search {
	position: relative;
}

div.title-search-result {
	display: none;
	max-width: 400px;
	background-color: var(--color__white);
	border: 1px solid var(--color__border);
    border-radius: 5px;
	box-shadow: 0px 0.75rem 2rem -0.15rem rgb(0 0 0 / 8%);
	overflow:hidden;
	z-index:205;
}

div.title-search-result .bx_item_block {
    display: flex;
	padding: 3px 10px;
    align-items: center;
}

div.title-search-result .bx_item_block:not(:last-of-type) {
	border-bottom: 1px solid var(--color__border); 
}

div.title-search-result .bx_item_block:last-of-type {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.title-search-result .bx_img_element,
div.title-search-result .bx_image {
    width: 50px;
    height: 50px;
}

div.title-search-result .bx_image,
div.title-search-result .product__name {
	display: block;
}

div.title-search-result .bx_image {
	background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

div.title-search-result .bx_item_element {
    padding: 0 10px;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

div.title-search-result .product__name {
	margin-bottom: 0;
}