#osl_search_bar {
  position: relative;
  margin: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  max-width: 775px;
}

#osl_search_bar .search_icon {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cdefs%20fill%3D%22%23ffffff%22%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h32v32H0z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%20fill%3D%22%23ffffff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%20fill%3D%22%23ffffff%22%3E%3C%2Fuse%3E%3C%2FclipPath%3E%3Cpath%20d%3D%22M31.6%2029.7L23.9%2022c1.9-2.3%203.1-5.3%203.1-8.5C27%206%2020.9%200%2013.5%200%206%200%200%206%200%2013.5%200%2020.9%206%2027%2013.5%2027c3.2%200%206.2-1.1%208.5-3l7.7%207.7c.5.5%201.4.5%201.9%200%20.5-.6.5-1.5%200-2m-18.1-5.4c-6%200-10.8-4.8-10.8-10.8S7.5%202.7%2013.5%202.7s10.8%204.9%2010.8%2010.8-4.9%2010.8-10.8%2010.8%22%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 35px;
  width: 35px;
  background-size: 100% 100%;
  content: '';
}

#osl_search_bar .osl_search_box {
  height: 54px;
  background: transparent;
  border: none;
  width: 100%;
  padding: 5px 10px 5px 45px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 21px;
}

#osl_search_bar .osl_search_box::placeholder {
  color: #fff;
  opacity: 1;
}

#osl_search_bar .osl_search_box:-ms-input-placeholder {
  color: #fff;
}

#osl_search_bar .osl_search_box::-ms-input-placeholder {
  color: #fff;
}

#osl_search_bar .osl_search_button {
  color: #444;
  background-color: #f6bf00;
  border: none;
  outline: none;
  margin: 0px 0px 0px 15px;
  padding: 13px 60px;
  color: #363636;
  font-size: 21px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 767px) {
  #osl_search_bar .osl_search_button {
    background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.8%206.1%22%3E%3Cpath%20d%3D%22M0%202.7h8.9v.8H0z%22%20fill%3D%22%23363636%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M5.9.5l2.7%202.6-2.7%202.5.6.5%203.3-3L6.5%200z%22%20fill%3D%22%23363636%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: center;
    padding: 13px 28px;
    font-size: 0px;
  }
}

#osl_search_bar #osl_search_input-suggestion-list.osl-suggestion-list {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 20px rgba(5, 5, 5, 0.20);
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
  color: #444;
  padding: 0px;
  max-height: 300px;
  left: 0px;
}

#osl_search_bar #osl_search_input-suggestion-list .osl-suggestion {
  padding: 5px 15px;
  cursor: pointer;
  color: #444;
  font-size: 14px;
}

#osl_search_bar #osl_search_input-suggestion-list .osl-suggestion.active, #osl_search_bar #osl_search_input-suggestion-list .osl-suggestion:hover {
  background: #ddd;
}

#osl_search_bar #osl_search_input-suggestion-list .osl-suggestion:last-child {
  padding-top: 10px;
}

#osl_search_bar #osl_search_input-suggestion-list .osl-suggestion:first-child {
   padding-bottom: 10px;
}
