.title-search-result {
	background: #fff;
	border: 1px solid #E2E2E2;
}

.title-search-result .bx_searche.scrollblock.scrollblock--thick {
	max-height: 372px;
    overflow: auto;
}

.title-search-result .maxwidth-theme {
	padding: 0.8em 0.8em 0.5em;
	border-bottom: 1px solid #E2E2E2;
}

.title-search-result .all_result_title {
	width: 100%;
    border-radius: 0;
    background: #ddd;
}

.title-search-result .bx_img_element img {
	border: 1px solid #E2E2E2;
}

.title-search-result .bx_item_element .price {
	color: #BB2822;
	font-weight: 600;
}

@media(max-width:767px){
	header #title-search_fixed{
		margin-bottom:10px;
		margin-left: 0px !important;
	}
	header #title-search_fixed input{
		padding:10px;
	}
}   