.ajax-header {
  background: none repeat scroll 0 0 #ffffff;
  color: #86b3b4;
  display: inline-block;
  font-size: 13px;
  margin: 8px 0 2px 10px;
  padding: 3px 8px;
}

#result-ajax li .search-item-price {
  background: none repeat scroll 0 0 #F1E1C8;
  border-radius: none;
  color: #000000;
  float: right;
  font-size: 10px;
  min-width: 69px;
  padding: 2px;
  text-align: center;
}

#result-ajax {
  position: absolute;
  max-height: 600px;
  overflow: auto;
  top: 103%;
  width: 300px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  border: 1px solid #ccc;
  z-index: 9999;
  background: #fff;
  margin: 2px 0px 0px 8px;
  border-radius: none;
  padding: 5px 8px;
}
/*#result-ajax::before {
  background: none repeat scroll 0 0 #dddddd;
  content: "";
  height: 1px;
  position: absolute;
  top: 21px;
  width: 100%;
  z-index: -1;
}*/
#result-ajax li {
  font-size: 13px;
  border-radius: none;
}
#result-ajax li a {
  overflow: hidden;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding: 5px 12px;
  display: block;
  padding-right: 100px;
  position: relative;
  text-decoration: none;
  border-radius: none;
  color: #240402;
}
#result-ajax li a:hover {
  background: #cdcdcd;
  /*color: #FFF;*/
  border-radius: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
#result-ajax li .search-item-price {
  float: right;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 10px;
}

.search {
  float: right;
  /*margin-left: -10px;*/
  width: 40%;
}
.search:after {
  content: "";
  display: table;
  clear: both;
}
.search__select {
  position: relative;
  float: left;
  background: #F9F9F9;
  display: none;
}
.search__select .fa {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #F9F9F9;
  width: 25px;
  color: #7bbd42;
  text-align: center;
  line-height: 38px;
}
.search__select_select {
  -moz-appearance: none;
  background-color: #f9f9f9;
  border: medium none;
  color: #8c8c8c;
  font-size: 13px;
  height: 36px;
  padding: 10px 8px;
  min-width: 165px;
}
.search__select_select option {
  padding: 3px 10px;
}
.search__input-wrap {
  float: left;
  position: relative;
  width: 75%;
  padding: 10px 5px;
}
.search__input-wrap_submit {
  background: none;
  border: none;
  position: absolute;
  /*right: -170px;*/
  top: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
}
.search__input-wrap_submit .fa {
  line-height: 100%;
}
.search__input-wrap_input {
  background-color: #ffffff;
  padding: 0px 10px;
  font-size: 12px;
  height: 25px;
  width: 90%;
  color: #240402;
  border: none;
  border-radius: unset;
  margin: 0px 4px;
  box-shadow: 0 0 3px #bebebe;
}
.search__input-wrap_input:hover, .search__input-wrap_input:focus {
    box-shadow: 0 0 3px #cdcdcd;
}
