.searche-title {}

.search-title-button {
	background-image: url(images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	/* min-height: 38px; */
	height: calc(1.5em + 0.75rem);
}
.search-title-result-item-image{
    border: 1px solid #e8e8e8;
  border-radius: 3px;
  display: block;
  margin: auto;
  padding: 2px;
}
.search-title-result-item-info{
    display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  resize: vertical;
  padding-left: 10px;
}
.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding:0px;
	border-radius: 3px;
}

.search-title-result-item {
    cursor: pointer;
  font-size: 12px;
  line-height: 110%;
  text-align: left;
  padding: 8px 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  resize: vertical;
  width: 100%;
    border-bottom: 1px solid #ddd;
    min-height: 60px;
}
.search-title-result-item:hover{
    background-color: #eee;
}
.search-title .search-title-result-item:last-child {
	border-bottom:  none;
	text-align: center;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
	display: block;
  color: #444;
  font-size: 15px;
  width: 100%;
  line-height: 110%;
}

.search-title-result-item-price {
	font-size: 16px;
}
.bx_item_element{
    width:100%;
    
}
.bx_item_element .search-title-result-item-link{
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
}
.search-title-result-item.search-title-result-last-item.itog{
    background:#eee;
    font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align:center;
}
a.search-title-result-item-link:hover{
    color:#000;
}
.search-title-result-item-current-price {
	font-weight: 600;
  color: #555 !important;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  line-height: 4px;
  padding-left: 10px;
  white-space: nowrap;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}