.title-search-result {	
	min-width: 370px;
	/* margin-left: -18px; */
	margin-top: 18px;
	display: none;
	overflow: hidden;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	-moz-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	background-color: #fff;
	z-index: 555;
}

.title-search-result-inpage {
	margin: 0;
}
.catalog-section-container input[type="text"] {
	outline: 0 none;
	border: 2px solid #e3ecef;
}

.slide-panel .title-search-result {
	width: auto !important;
	min-width: auto;
	display: block !important;
	margin: 0 -32px;
	position: static !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.bx_searche .bx_item_block{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 18px 16px;
}

.slide-panel .bx_searche .bx_item_block{
	padding-left: 32px;
	padding-right: 32px;
}

.bx_searche .bx_item_block + .bx_item_block{
	border-top: 1px solid #e3ecef;
}

.bx_searche .bx_img_element{
	width: 50px;
	min-width: 50px;
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bx_searche .bx_img_element > img{
	width: auto;
	max-width: 50px;
	height: auto;
	max-height: 50px;
}

.bx_searche .bx_img_element > i{
	position: static;
	font-size: 36px;
	color: #55686e;
}

.bx_searche .bx_item_element{
	width: 100%;
	display: flex;
	align-items: center;
}

.bx_searche .all_result .bx_item_element{
	justify-content: center;
}

.bx_searche .bx_title{
	width: 100%;
}

.bx_searche .bx_title a{
	color: #3d4b52;	
	text-decoration: none;
}

.bx-no-touch .bx_searche .bx_title a:hover,
.bx-touch .bx_searche .bx_title a:active{
	color: #6639b6;
}

.bx_searche .bx_article,
.bx_searche .bx_properties{
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

.bx_searche .bx_article{
	margin-bottom: 6px;
}

.bx_searche .bx_properties{
	margin-top: 6px;
}

.bx_searche .bx_properties + .bx_properties{
	margin: 0;
}

.bx_searche .bx_price{
	margin-left: 12px;	
	color: #000;
	text-align: right;	
	white-space: nowrap;
}

.bx_searche .bx_price_old{
	font-size: 14px;
	color: #6e858a;
	text-decoration: line-through;
	line-height: 17px;
}

.title-search-wait i{
	font-size: 18px !important;
	color: #d5e3e6 !important;
	position: static !important;
}

div.top-panel__search i.icon-search {
	position: static;
}
div.top-panel__search i + i {
    right: unset;
    left: -4px;
}

div.top-panel__search button {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 34px;
	width: 34px;
	border: 0 none;
}