.logo {
  width: 130px;
  height: 65px;
  background: url("../../../img/semiiphubwhite3-G2l_iOy.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (min-width: 769px) {

  .logo {
    width: 187px;
  }
  
  
}

.catalog__search_box {
  /* background: linear-gradient(
    90deg,
    #5a2982,
    #5a2982,
    #5a2982,
    rgb(104, 58, 150)
  ); */
  background: linear-gradient(
    to bottom right,
    #5a2a82, #5a2982, #956eb6
  )
}

.catalog_search__autocomplete_suggestions {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  border-radius: 4px;
  
  /* padding: 15px 10px; */

  background-color: white;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
}
.home_search__autocomplete_suggestion {
  padding: 12px;
  margin: 0 12px ;
  cursor: pointer;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  color: black;

}


.home_search__autocomplete_suggestion:hover, .home_search__autocomplete_suggestion.active {
  background: #e9f3ff;
}


.topnav-container {
  display: none;
}

@media (min-width: 815px) {
  .topnav-container {
    display: unset;
  }}

.catalog_search__input {
  position: relative;
  margin: 0px auto;
  padding: 10px 0;
  max-width: fit-content;

}

@media (min-width: 479px) {
  .catalog_search__input {
    margin: 20px auto;

  }

}

.catalog_search__input__field {
  height: 40px;
  padding: 0 28px;
  font-size: 18px;
  border-radius: 4px;
  width: 100%;
  outline: 0;

  border: 0;
}

@media (min-width: 650px) {
  .catalog_search__input__field {
    width: 400px;
  }
}

.catalog_search__submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: black;
  cursor: pointer;
  text-align: center;
  width: 40px;
  border: 0;
}
.catalog_search__submit svg {
  width: 20px;
  height: 20px;
}

.search {
  /* max-width: 450px; */
  margin: 20px;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  display: flex;
  border: 1px solid grey;
  border-radius: 5px;
  justify-content: space-between;
  font-size: 1.2rem;
}

.searchTerm {
  border: none;
  padding: 10px;
  height: 40px;
  width: 100%;
  outline: none;
  font-size: 17px;
  background: #f1f1f1;
}

.searchButton {
  width: 50px;
  text-align: center;
  border: none;
  background: #5a2982;
  color: white;
  font-size: 17px;
  cursor: pointer;
}

@media (min-width: 479px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
