.search-contain .search-content {
  border: none;
}
@media all and (max-width: 1024px) {
  .search-contain .search-content {
    display: flex;
    justify-content: left;
  }
}

#search_form {
  border-radius: 30px;
  display: inline-block;
  float: left;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
  height: 32px;
  background: #fff;
  float: none;
  width: 80%;
}

.button_a {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  height: 32px;
  width: 30px;
}

.button_a svg {
  width: 14px;
  height: 14px;
}

.button_a:focus {
  outline: none;
}

.input-text {
  border: none;
  float: left;
  color: #000;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  height: 38px;
  padding-left: 15px;
}

.input-text:focus {
  outline: none;
}

.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: 250px !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;
  color: #000;
}

.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: 10px;
}

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

.autocomplete-suggestions div a span.price {
  color: #fd0000;
  padding-bottom: 3px;
  border-bottom: 1px solid #e7e2e2;
}

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

.autocomplete-suggestions strong {
  font-weight: 700;
  color: #000;
}

.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: 450px) {
  .search-contain {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .autocomplete-suggestions {
    top: 30px;
    left: 10px;
  }
}
.header_right_mobile {
  display: none;
}

.chk_search_mobile {
  opacity: 1;
  transition: 0.5s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.chk_search_mobile svg {
  width: 18px;
  height: 18px;
  fill: var(--main-color);
  fill: #000;
}

.chk_search_mobile_hide {
  display: none;
  display: block;
  float: right;
  /* margin-top: 24px; */
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
.chk_search_mobile_hide svg {
  width: 17px;
  fill: #000;
}

#search_mobile {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.8);
}

.hide_search {
  text-align: center;
  position: relative;
  margin-top: 45px;
}

#chk_search_mobile:checked ~ .chk_search_mobile1 {
  opacity: 0;
}

#chk_search_mobile:checked ~ .header_right_mobile {
  right: 69px;
  top: 54px;
  opacity: 1;
  width: 300px;
  display: block;
  overflow: visible;
  z-index: 9999;
}
@media all and (max-width: 1025px) {
  #chk_search_mobile:checked ~ .header_right_mobile {
    right: 52px;
  }
}
.header_right_mobile {
  display: block;
  top: -1px;
  position: absolute;
  right: 40px;
  z-index: -9999;
  transition: 0.5s;
  width: 0;
  opacity: 0;
  float: right;
}
.header_right_mobile .chk_search_mobile_hide {
  position: absolute;
  margin-top: 0;
  right: 15px;
  top: -44px;
  transform: translate(0);
  z-index: 9999;
  transition: 0.5s;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
}/*# sourceMappingURL=venus_search.css.map */