.search-contain {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  float: left; }
  @media all and (max-width: 1150px) {
    .search-contain {
      width: 80%; } }
  @media all and (max-width: 990px) {
    .search-contain {
      width: 100%; } }
  @media all and (max-width: 800px) {
    .search-contain {
      float: left;
      margin: auto;
      width: 100%; } }

@media all and (max-width: 800px) {
  .m-slide-up .search-contain {
    float: none;
    margin: auto;
    width: 95%; } }

.search-contain .search-content {
  border-radius: 4px;
  border: none; }

.search-contain .input_border {
  border: 1px solid #f5f5f5;
  display: block;
  /* border-radius: 6px; */
  background-color: #f6f6f6;
  border-radius: 50px; }

.search-contain input[type="text"] {
  /*background: #FFF;*/
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: none;
  padding-left: 23px;
  box-sizing: border-box;
  font-size: 13px;
  background-color: transparent; }
  @media all and (max-width: 600px) {
    .search-contain input[type="text"] {
      height: 36px;
      padding-left: 12px; } }
  .search-contain input[type="text"]::placeholder {
    font-style: italic; }

#search_form {
  position: relative; }

.button-search {
  width: 50px;
  height: 38px;
  position: absolute;
  background: #f6f6f6;
  border: none;
  right: 5px;
  top: 1px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media all and (max-width: 600px) {
    .button-search {
      height: 34px;
      width: 35px;
      padding: 7px; } }
  .button-search svg {
    width: 25px;
    height: 25px;
    background: transparent;
    fill: #b8b8b8; }

.button-search i {
  width: 26px;
  height: 29px;
  background-position: 0px 0px;
  display: block;
  margin-left: 11px;
  margin-top: 4px; }

.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  #ececec;
  background: #fff;
  cursor: default;
  overflow: auto;
  margin: 0 0px 6px -1px;
  width: 100%;
  top: 31px;
  left: 101px; }
  @media only screen and (min-width: 1180px) {
    .autocomplete-suggestions {
      width: 550px !important; } }

.autocomplete-suggestions div {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  clear: both;
  padding: 0;
  margin: 0;
  margin-bottom: -5px; }

.autocomplete-suggestions .autocomplete-group {
  padding: 8px 3%;
  width: 100%;
  background: #f9f9f9;
  box-sizing: border-box; }

.autocomplete-suggestions div a, .autocomplete-suggestions div a:link, .autocomplete-suggestions div a:visited {
  display: inline-block;
  margin: 0;
  padding: 6px 3%;
  width: 100%;
  /* font-family: opensans; */
  font-size: 13px;
  color: #333;
  background: #fff;
  clear: both;
  border-bottom: 1px solid #eee;
  box-sizing: border-box; }

.autocomplete-suggestions div a:hover {
  background: #ececec; }

.autocomplete-suggestions div a img {
  width: 64px;
  float: left;
  margin-right: 20px; }

.autocomplete-suggestions div a label {
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  float: left;
  width: calc(100% - 84px); }

.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: 500;
  color: #0083bf; }

.autocomplete-suggestions::-webkit-scrollbar-track {
  border-radius: 15px;
  background-color: #EBEBEB; }

.autocomplete-suggestions::-webkit-scrollbar {
  width: 5px;
  background-color: #EBEBEB;
  border-radius: 15px; }

.autocomplete-suggestions::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #2080CA;
  border: 1px solid #EBEBEB; }

@media only screen and (max-width: 450px) {
  .search-contain {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .autocomplete-suggestions {
    top: 30px;
    left: 10px; } }
.remove_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 46px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #b8b8b8; }

/*# sourceMappingURL=search.css.map */
