.search-contain {
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 99; }
  @media all and (max-width: 990px) {
    .search-contain {
      top: 10px; } }

.search-contain .search-content {
  border: none; }

.search-contain input[type="text"] {
  outline: none;
  border: none;
  background: #f6f6f6;
  width: 100%;
  height: 44px;
  padding-left: 15px;
  box-sizing: border-box;
  font-family: arial;
  font-size: 14px;
  border-left: 3px solid var(--main-color);
  color: #3a3a3a; }
  @media all and (max-width: 990px) {
    .search-contain input[type="text"] {
      height: 36px; } }

#search_form {
  transform: rotateY(90deg);
  transition-property: all;
  transition-duration: 1.5s;
  width: 0px;
  transform-origin: right;
  position: relative; }
  #search_form .dclose {
    display: inline-block;
    text-align: center;
    position: absolute;
    padding: 2px;
    cursor: pointer;
    box-sizing: border-box;
    right: 0px;
    width: 44px;
    height: 44px;
    background: var(--main-color); }
    @media all and (max-width: 990px) {
      #search_form .dclose {
        width: 36px;
        height: 36px; } }
    #search_form .dclose span {
      cursor: pointer;
      font-size: 25px;
      color: #fff;
      line-height: 30px; }

.button_a {
  width: 44px;
  height: 44px;
  position: absolute;
  background: none;
  border: none;
  right: 0px;
  top: 22px;
  cursor: pointer;
  outline: none;
  background: var(--main-color); }
  @media all and (max-width: 990px) {
    .button_a {
      top: 10px;
      width: 36px;
      height: 36px; } }
  .button_a svg {
    fill: #fff;
    width: 18px;
    height: 18px; }

.button-search {
  outline: none;
  width: 44px;
  height: 44px;
  position: absolute;
  background: none;
  border: none;
  right: 44px;
  top: 0px;
  cursor: pointer; }
  .button-search svg {
    fill: var(--main-color);
    width: 18px;
    height: 18px; }
  @media only screen and (max-width: 1140px) {
    .button-search {
      background: none; } }
  @media all and (max-width: 990px) {
    .button-search {
      width: 36px;
      height: 36px; } }

.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; }

.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: var(--main-color);
  border: 1px solid #EBEBEB; }

@media only screen and (max-width: 768px) {
  .autocomplete-suggestions {
    top: 30px;
    left: 10px; } }

/*# sourceMappingURL=search.css.map */
