.catalog-search {
  margin: 0 auto;
}
.catalog-search .search-box {
  max-width: 100%;
  position: relative;
}
.catalog-search .search-box input {
  width: 100%;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border-radius: 25px;
}
.catalog-search .search-box .search-icn {
  position: absolute;
  right: 21px;
  top: 8px;
  border: none;
  color: #0063BE;
  background: transparent;
}
.catalog-search .ui-autocomplete {
  position: absolute;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 5px;
  margin: 0;
  background: #fff;
  border-radius: 0.3em;
  margin: 0.2em 0 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.catalog-search .ui-autocomplete:before {
  content: "";
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background-color: #F2F2F2;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-autocomplete {
  position: absolute;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 5px;
  margin: 0;
  background: #fff;
  border-radius: 0.3em;
  margin: 0.2em 0 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.3);
  text-shadow: none;
}
.ui-autocomplete:before {
  content: "";
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: #fff;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
