#header, #header .header-top {
  background-color: white;
}
.cherch{
  border: none;
    color: white;
    background: #2765ad;
    display: block;
    position: absolute;
    padding: 10px 0 11px 0;
    text-align: center;
    top: 1.2em;
    right: 0;
    width: 1.5em;
    height: 100%;
}
#search_widget {
  margin-bottom: .625rem;
  overflow: auto;
}
#search_widget form {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 99%;
  margin-top: 2em;
}
#search_widget form i:hover {
cursor: pointer;
}
#search_widget form i {
  border: none;
    color: white;
    background: #2765ad;
    /* display: block; */
    position: relative;
    /* padding: 10px 0 11px 0;
    text-align: center; */
    top: 2px;
    left: 2px;
    /* right: 0;
    width: 1.5em;
    height: 100%; */
}
#search_widget form i.clear {
  right: 15px;
  display: none;
}
#search_widget form input {
  width: 100%;
  padding: 10px 20px 10px 40px;
  outline: none;
  background-color: #f1f1f1;
  border: none;
 
}

.ui-autocomplete.searchbar-autocomplete {
  width: 100%;
  min-height: 100%;
  border: none;
}

.ui-autocomplete.searchbar-autocomplete li a, .ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
  padding: 8px 15px;
  overflow: auto;
  border: none;
  background: none;
  margin: auto;
  border-radius: 0;
}

.ui-autocomplete.searchbar-autocomplete li a:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
  float: left;
  width: 50px;
  height: auto;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  #search_widget {
    float: right;
    margin-bottom: 0;
  }

  .ui-autocomplete.searchbar-autocomplete {
    width: 400px;
    min-height: auto;
    left: auto;
  }
}

@media only screen and (min-width: 992px) {
  #search_widget {
    /* min-width: 16.5rem; */
    min-width: 29em;
  }
}
