.search-new input {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #464646;
  height: 45px;
  outline: none;
  width: calc(400px - 50px);
}
.search-new button {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #c60021;
  height: 45px;
  vertical-align: top;
}
.search-new button  i:before {
  color: #c60021;
  font-size: 19px;
}
@media only screen and (max-width: 1000px) { 
  .search-autocomplete .overlay {
    top: 207px;;
	}
}
@media only screen and (min-width: 1000px) { 
  .search-autocomplete .overlay {
    top: 175px;;
	}
}
@media only screen and (min-width: 575.98px) {
  .search-autocomplete.show #searchExpanded {
    background: transparent;
    top: var(--topbarHeight);
  }
  .search-autocomplete.show #searchExpanded > .container {
    opacity: 0;
  }
}