.wpsl-search {
  font-size: 15px;
}

#wpsl-search-wrap .wpsl-input input {
  width: 300px;
}

#wpsl-wrap #wpsl-result-list ul li {
  font-size: 15px;
}

#wpsl-wrap {
  background-color: #fafafa;
  border-radius: 10px;
}

#wpsl-wrap a,
#wpsl-result-list a,
.wpsl-store-location a {
  color: #056839 !important;
}

/* Optional hover color */

#wpsl-wrap a:hover,
#wpsl-result-list a:hover,
.wpsl-store-location a:hover {
  color: #044f2f !important;
}