@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
.aa-input-container {
  display: inline-block;
  position: relative;


}
.aa-input-search {
  width: 400px;
  padding: 12px 28px 12px 12px;
  border: 1px solid var(--mainopacity);
  border-radius: 4px;
  -webkit-transition: .2s;
  transition: .2s;
 background:none;

  font-size: 13px;
  box-sizing: border-box;
  color: var(--textdark);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button, .aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
    display: none; }
  .aa-input-search:focus {
    outline: 0;
    border-color: var(--secondary);
   }
.aa-input-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: var(--main); }
.aa-hint {
  color: var(--main); }

.aa-dropdown-menu {

  background-color: var(--black);
  border: 2px solid rgba(14, 14, 14, 0.6);
  color:var(--text);
  border-top-width: 1px;
  font-family: "Montserrat", sans-serif;
  width: 400px;

  margin-top: 10px;
  box-shadow: 4px 4px 0 rgba(32, 32, 32, 0.35);
  font-size: 13px;
  border-radius: 4px;
  box-sizing: border-box;
  word-wrap: break-word; 
}
.aa-dropdown-menu img{
  border-radius: 3px;
 
}
.aa-suggestion {
  padding: 12px;
  /* border-top: 1px solid rgba(228, 228, 228, 0.6); */
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .aa-suggestion:hover, .aa-suggestion.aa-cursor {
    background-color: rgba(12, 12, 12); }
  .aa-suggestion > span:first-child {
      text-align: center;
    color: #333 !important; }
  .aa-suggestion > span:last-child {
    text-transform: uppercase;
    color: #a9a9a9; }
.aa-suggestion span em {
  font-weight: 700;
  font-style: normal;
  background-color: rgba(211, 169, 92, 0.333);
  padding: 2px 0 2px 2px; }

  .algolia-result {
      display: flex;
      justify-content: space-between;
      gap: 0.5rem;
      align-items: center;
  }

  .algolia-thumb {
      max-width: 50px;
      max-height: 50px;
  }

  .algolia-details {
      color: #919191;
  }

  .ais-hits--item em {
    background-color: rgba(58, 150, 207, 0.3);
  }
