.search_block{
	border:1px solid #e8e8e8;
	background:#F7F7F7;
	z-index:2000;
	float:left;
	padding:0 10px;
	max-height:400px;
	overflow-y:scroll;
}

.search_block .item{
	float:left;
	width:100%;
	color: #1872C0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px 0px;
	border-bottom:1px dotted #acacac;
}


#title-search{
	position: absolute;
    bottom: 0px;
    width: 275px;
    height: 1px;
}
 
.search_block .item img{
	float:left;
	padding-right:6px;
}

.search_block .item b.price{
	font-weight:bold;
	color:#535151;
	font-size:13px;
	display:inline-block;
	margin-top:4px;
	float:left;
	width:190px;
}
.search_block .item:last-child{border:0px;}
.title-search-result{z-index:9999}


.item-search-title{
	display: flex;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

.item-search-title:hover .item-search-title-name{
	color: #fe794e;
}

.item-search-title:not(:last-child){
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
}

.item-search-title:last-child{
	text-align: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	height: 50px;
	left: 0;
	right: 0;
	background: #fff;
	display: flex;
	width: 580px;
	border-top: 1px solid #ebebeb;
}


.item-search-title:last-child:hover .item-search-title-name{
	color: #fe794e;
}



.item-search-title-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 15px;
}

.item-search-title-name{
	color: #46525d;
	text-decoration: none;
	font-size: 16px;
}

.search_block_flex{
	padding: 15px;
	width: 600px;
	font-family: 'Source Sans Pro', sans-serif;
	overflow-y: auto;
	background: #fff;
	padding-bottom: 25px;
	max-height: 50vh!important;
	box-shadow: 3px 5px 12px 1px #00000045;
}

.item-search-title-price{
	color: #46525d;
	font-weight: bold;
	padding-bottom: 5px;
}


.item-search-icon img{
	height: 24px;
	margin-top: auto;
}

.item-search-icon{
	margin-top: auto;
}

.item-search-title:last-child .item-search-icon{
	display: none!important;
 }
