.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
    padding: 25px 25px 80px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,.22);
    border: 1px solid #f0f0f0;
    top: calc(100% - 1px);
    z-index: 17;
    position: absolute;
    background: #fff;
    width: 100%;
    display: none;
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche .bx_item_block {
    line-height: 16px;
    padding-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.bx_searche .bx_img_element {
}
.bx_searche .bx_item_element {
    padding-left: 15px;
}
.bx_searche .others_result{
display:none;
}
.bx_searche .bx_image{
width:36px;
height:36px;
}
.bx_searche .others_result ~ .bx_item_block {
    display:none;
   }
.bx_searche .bx_item_block.all_result{
	display:block;
    padding: 10px 25px 30px;
position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
}

.bx_searche span.all_result_title a{
color: #000;
    border: 2px solid #6d6d6d;
    border-radius: 2px;
    background: #fff;
    width: 100%;
    height: 48px;
    box-sizing: border-box!important;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    outline: none!important;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 5px;
    font-family: Roboto,sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    border: 2px solid #6d6d6d;
    border-radius: 2px;
    background: #fff;
}
.bx_searche span.all_result_title a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.bx_searche .bx_item_block.all_result .bx_item_element{
padding:0;
}