.right-header {
  display: flex;
  align-items: center;
}
.right-header .hover-search {
  text-decoration: none;
  margin-right: 25px;
}
.right-header .hover-search .icon-search {
  font-size: 26px;
  color: #000;
}

.hidden-search {
  display: none !important;
}

#search {
  max-width: 320px;
  width: 320px;
  margin-right: 12px;
  position: absolute;
  top: 45px;
  right: 0;
}
@media (max-width: 750px) {
  #search {
    width: 50%;
  }
}
#search form {
  position: relative;
}
#search form .form-control {
  box-shadow: none;
  font-size: 14px;
  color: #000;
  padding: 0 10px;
  border-radius: 2px;
  height: 38px;
  border: none;
  background: #F5F5FA;
  font-style: italic;
}
#search form button {
  border: none;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 5px;
  color: #999999;
  background: none;
  font-size: 27px;
}

/*# sourceMappingURL=hover_search.css.map */
