.open-in_search{
	overflow: hidden;
}
.block_search_full_width{
	/*transform: scale(0);
	opacity: 0;*/
	transition: .5s;
	position: fixed;
	width: 100%;
  	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index:1199;
	display:none;

}
body.open-in_search .block_search_full_width{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  z-index: 1199;
  position: fixed;
  padding: 0px;
	top: 0;
	left: 0;
	opacity: 1;
	transform: scale(1);
	transition: .5s;
}
.block_search_full_width .icon-box-link.search-link{
	position: fixed;
  left: 0;
  top: 2px;
  right: 0;
  width: 30px;
  height: 30px;
  margin-left: 12px;
  margin-right: auto;
  z-index: 2000;
}
.block_search_full_width .icon-item{
  width: 30px;
  height: 30px;
  position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block_search_full_width .icon-item:before{
  width: 15px;
  height: 2px;
  position: absolute;
  content: '';
  //background-color: #000;
	top: 15px;
	left: 5px;
}
.block_search_full_width .icon-item:after{
	width: 8px;
  height: 8px;
  position: absolute;
  content: '✖';
 // transform: rotate(-45deg);
  top: 0px;
  left: 4px;
  //border-left: 2px solid #000;
 // border-top: 2px solid #000;
}

.fixed_body .search_wrapper form{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:1999
}




#title-search-input_mobile{
	border: 0.5px solid transparent;
	border-bottom: 1px solid #d3d3d3;
	padding-left: 50px;
	border-radius: 0px;
}
#title-search-input_mobile:focus{
	border-color: transparent!important;
	border-bottom: 1px solid #d3d3d3!important;
}
#title-search-mobile_result{
	border: 1px solid transparent;
	/*overflow-y: inherit;*/
	z-index: 2050;
	background-color: #fff;
	border-radius: 3px;
}
#title-search-mobile_result .bx_searche{
	padding-top: 0px;
}
#title-search-mobile_result .bx_item_block{
	font-size: 14px;
	padding: 10px 5px;
	border-bottom: 1px solid transparent;
	display: flex;
	align-items: center;
	height: 79px;
}
#title-search-mobile_result .others_result,
#title-search-mobile_result .all_result {
	padding: 10px 15px;
}

#title-search-mobile_result .bx_img_element, #title-search-mobile_result .bx_image {
	width: 50px;
	height: 50px;
}
#title-search-mobile_result .bx_image {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
#title-search-mobile_result .bx_item_element a{
	text-overflow: ellipsis;
	max-width: 100%;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0;
  overflow: hidden;
  height: 34px;
	color: var(--main_link_color);
  font-size: 12px;
	margin-bottom: 5px;
}
#title-search-mobile_result .bx_item_element a:hover{
	color: var(--main_color_hover);
}
#title-search-mobile_result .bx_item_price {
	font-weight: bold;
	font-size: 13px;
}
#title-search-mobile_result .bx_item_price span.bx_measure{
	font-weight: normal;
}
#title-search-mobile_result .bx_item_price .old {
	font-weight: normal;
	position: relative;
	display: inline-block;
	font-size: 11px;
	margin-left: 5px;
}
#title-search-mobile_result .bx_item_price .bx_price{
	display: inline-block;
}
#title-search-mobile_result .all_result {
	border: none;
	padding: 0;
	text-align: center;
	padding-bottom: 10px;
}
#title-search-mobile_result .all_result_title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 100%;
	border-radius: 0;
}
@keyframes loop {
  0% {
    width: 0%;
    transform: translateX(0%);
  }
  7% {
    width: 10%;
    transform: translateX(0%);
  }
  40% {
    width: 60%;
  }
  50% {
    transform: translateX(85%);
  }

  75% {
    width: 100%;
  }
  100% {
    transform: translateX(100%);
  }
}
.loader_search {
	position: absolute;
	top: 37px;
	left: 0;
	height: 2px;
	width: 100%;
}
.loader-line {
  height: 2px;
  background: var(--main_color);
}
.a-loop {
  animation: 1.7s infinite loop cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
#title-search-mobile_loader .loader_search{
	opacity: 0;
	transition: .3s;
	visibility: hidden;
}
#title-search-mobile_loader.show .loader_search{
	opacity: 1;
	transition: .3s;
	visibility: visible;
}
.block_search_full_width .bx_searche{
	/*overflow-y: auto;*/
	max-height: 93vh;
	width: 100%;
	max-width: 100%;
}

.block_search_full_width .bx_item_block.all_result{
	height: 40px!important;
}
