#search {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  #search {
    display: block;
    padding: 0;
    top: 100%;
    background: #333;
  }
}

@media (max-width: 767px) {
  #collapseExample {
    padding: 10px 0;
  }
}
#search_form {
  height: 40px;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 767px) {
  #search_form {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}
#search_form .submit_form_search {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: none;
  padding: 0 12px;
  color: #EF6837;
  font-size: 18px;
}

#search .keyword {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 0 12px;
  color: #7b7b7b;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 100%;
  outline: none;
  border-radius: 12px;
}
@media (max-width: 767px) {
  #search .keyword {
    border-radius: 0;
    box-shadow: unset;
    height: 30px;
  }
}

.btnn {
  display: block;
  padding-top: 17px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .btnn {
    padding-left: 0;
  }
}

.link_cart {
  display: block;
  padding-top: 15px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 4px;
  right: -5px;
  margin: 6px 0 0 6px;
  _background: none;
  _margin: 1px 0 0 0;
}

.autocomplete-suggestions {
  border: 1px solid #ff8b00;
  background: #fff;
  cursor: default;
  overflow: auto;
  margin: 0 6px 6px -1px;
  width: 455px !important;
}

.autocomplete-suggestions div {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  clear: both;
  padding: 0;
  margin: 0;
}

.autocomplete-suggestions .autocomplete-group {
  padding: 8px 3%;
  width: 100%;
  background: #f1f1f1;
}

.autocomplete-suggestions div a, .autocomplete-suggestions div a:link, .autocomplete-suggestions div a:visited {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin: 0;
  padding: 6px;
  width: 100%;
  color: #333;
  background: #fff;
  border-bottom: none;
}

.autocomplete-suggestions div a:hover {
  background: #fff0d9;
}

.autocomplete-suggestions div a img {
  width: 50px;
}

.autocomplete-suggestions div a label {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.autocomplete-suggestions div a span {
  display: block;
  clear: both;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.autocomplete-suggestions div a span.price {
  color: #fd0000;
  padding-top: 10px;
}

.autocomplete-suggestions div.last {
  border: none;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #ff8b00;
}

@media (max-width: 960px) {
  .autocomplete-suggestions {
    left: 0 !important;
    width: 100% !important;
  }
}/*# sourceMappingURL=search.css.map */