.autocomplete-suggestions {
  background-color: white;
  width: 567px !important;
  overflow: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
}

.autocomplete-suggestions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #333;
  background-color: #F5F5F5;
}

.autocomplete-suggestions::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
  background-color: #333;
}

.autocomplete-suggestions .autocomplete-group {
  padding: 5px 5px 5px 10px;
  font-size: 13px;
}

.autocomplete-suggestions .autocomplete-suggestion {
  padding: 5px 5px 5px 10px;
  cursor: pointer;
}

.autocomplete-suggestions .autocomplete-suggestion a {
  color: #333;
  font-weight: 450;
  display: block;
}

.autocomplete-suggestions .autocomplete-suggestion a:hover {
  cursor: pointer;
}

.autocomplete-suggestions .autocomplete-suggestion a label {
  cursor: pointer;
}

.autocomplete-suggestions .autocomplete-selected {
  cursor: pointer;
}

.autocomplete-suggestions .autocomplete-selected a {
  color: #C73536 !important;
  display: block;
  font-weight: 450;
  cursor: pointer;
}

@media (max-width: 767px) {
  .search input[type=text] {
    width: 100%;
    height: 35px;
    padding-right: 0;
    padding-top: 4px;
    padding-left: 10px;
    border-radius: 5px;
    border: 0;
    font-size: 13px;
  }
  .search:placeholder-shown {
    color: #BBBBBB;
  }
  .search .btn-search {
    display: none !important;
  }
  .search .block_search {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .search {
    position: relative;
  }
  .search input[type=text] {
    width: 400px;
    font-size: 14px;
    padding: 7px 100px 7px 20px;
    border-radius: 5px;
    background-color: white;
    height: 46px;
    border: 0;
  }
  .search input[type=text]:focus {
    outline: none;
  }
  .search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #666666;
    width: 110px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    height: 46px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 400;
    border: none;
  }
  .search .btn-search:hover {
    cursor: pointer;
    background-color: #757575;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .search {
    position: relative;
  }
  .search input[type=text] {
    width: 500px;
    font-size: 14px;
    padding: 7px 100px 7px 20px;
    border-radius: 5px;
    background-color: white;
    height: 46px;
    border: 0;
  }
  .search input[type=text]:focus {
    outline: none;
  }
  .search input[type=text]:placeholder-shown {
    color: #BBBBBB;
  }
  .search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #666666;
    width: 110px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    height: 46px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 400;
    border: none;
  }
  .search .btn-search:hover {
    cursor: pointer;
    background-color: #757575;
  }
}

@media (min-width: 1036px) {
  .search {
    position: relative;
  }
  .search input[type=text] {
    width: 671px;
    font-size: 14px;
    padding: 7px 100px 7px 20px;
    border-radius: 5px;
    background-color: white;
    height: 46px;
    border: 0;
  }
  .search input[type=text]:focus {
    outline: none;
  }
  .search input[type=text]:placeholder-shown {
    color: #BBBBBB;
  }
}

.searchAllArea {
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0px;
  top: 50px;
  width: 260px;
  height: 60px;
  background-color: white;
  -webkit-box-shadow: 0 8px 6px -6px #00000026;
          box-shadow: 0 8px 6px -6px #00000026;
}

svg {
  pointer-events: none;
}
/*# sourceMappingURL=search.css.map */