#search_top_desk .search-results {
  display: none;
  top: 35px;
  position: absolute;
  width: 495px;
  background-color: white;
  z-index: 99999;
  border: 1px solid #e0e4e9;
  box-shadow: 0 2px 4px #0003;
}

#search_top_desk .search-results > ul,
#search_top_desk .search-category > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

#search_top_desk .search-results > ul > li,
#search_top_desk .search-category > ul > li {
  color: #333;
  text-align: start;
  font-size: 13px;
  border-bottom: 1px solid #f9ebe9;
  margin-top: 0;
  padding: 0 8px;
}

#search_top_desk .search-results h4 {
  text-align: center;
  font-weight: 600;
  background-color: #ff5b4129;
  opacity: 1;
  border: none;
  font-size: 13px;
  color: #071c1f;
  border-bottom: 1px solid #f9ebe9;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}

#search_top_desk .search-results a {
  font-weight: 500;
  color: #068282 !important;
  cursor: pointer;
}

#search_top_desk .search-results a:hover {
  font-weight: 700;
  color: #ff5a3c !important;
}

#search_top_desk .nodata {
  color: #333;
  text-align: start;
  font-size: 13px;
  border-bottom: 1px solid #f9ebe9;
  margin-top: 0;
  padding: 0 8px;
  margin-bottom: 0;
  font-weight: 700;
}

#search_top_desk input[type="search"]::placeholder {
  color: #000;
  opacity: 1;
}

.search_top_mob input[type="search"]::placeholder {
  color: #000;
  opacity: 1;
}

@media (max-width: 768px) {
  #search_top_desk .search-results {
    width: 278px;
    top: 28px;
  }
}
