.bx-searchtitle {
	margin: 0;
	width: 100%;
    flex: 1;
	min-height: 60px;
}
.bx-searchtitle form {
	display: flex;
	min-height: 60px;
}
.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: flex;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.bx-searchtitle .bx-input-group.is-show {
	width: 100%;
}
.bx-searchtitle .bx-input-group .bx-form-control {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	display: block;
	width: 100%;
	padding: 6px 52px 6px 12px;
	font-size: 16px;
	color: #555;
	background-color: #FFD7E1;
	border-radius: 10px;
	border: none;
	border-right: none;
	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: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;

}
.bx-searchtitle .bx-input-group-btn button:focus, .bx-searchtitle .bx-input-group-btn button:focus-visible {
	background: #F63F95 !important;
	box-shadow: none !important;
	outline: none;
	color: white;
}
.bx-searchtitle .bx-input-group-btn button {
	appearance: none;
	position: relative;
	border: none;
	background: #FFD7E1;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	color: #F63F95;
	border-radius: 10px;
	/* 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;
	height: 100%;
}

.bx-searchtitle__btn {
	appearance: none;
	background: #FFD7E1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	/* padding: 6px 12px; */
	color: black;
	border: none;
	transition: all 0.3s ease;
}
.bx-searchtitle__btn:hover {
	background-color: #F63F95;
	color: white;
}
.bx-searchtitle__btn svg {
	display: block;
	width: 24px;
	height: 24px;
}
.bx-searchtitle__btn .icon-search-close {
	display: none;
}
.bx-searchtitle__btn.is-show .icon-search {
	display: none;
}
.bx-searchtitle__btn.is-show .icon-search-close {
	display: block;
}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	flex-direction: column;
	overflow:hidden;
	z-index:999;
	min-width: 250px;
	width: 100%;
	right: 0;
	background-color: #FFF;
	position: absolute;
	right: 0;
	top: 100%;
	/* overflow: auto; */
	max-height: 400px;
}

@media (max-width: 575px) {
	div.title-search-result {
		height: 50vh;
	}
}

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_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 14px;
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{
	padding: 5px 10px;
	color: black;
    background: #FFD7E1;
	transition: background 0.3s ease;
}
.bx_item_block.all_result .all_result_title a:hover{
	color: white;
	background-color: #F63F95;
}
.bx_item_block.all_result a{
	margin-top: 0;
}

.icon-search-close {
	display: none;
}

@media (max-width: 1024px) {
	.bx-searchtitle {
		/* min-height: 40px; */
		/* margin-bottom: 15px; */
	}

	.bx-searchtitle form {
		/* min-height: 40px; */
	}

	.bx-searchtitle .bx-input-group {
		width: 100%;
	}

	.bx-searchtitle .btn-default svg {
		width: 25px;
		height: 25px;
	}
}

@media(max-width: 768px) {
	.bx-searchtitle__btn {
		display: none;
	}
}