.search-contain {
  width: calc( 100% - 40px);
  max-width: 100%;
  margin-left: 40px;
  box-sizing: border-box;
  float: right; }

.search-contain .search-content {
  border-radius: 4px;
  border: none; }

.search-contain input[type="text"] {
  border: none;
  background: #FFF;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  font-family: arial;
  font-size: 13px;
  color: #999999; }
  @media only screen and (max-width: 1140px) {
    .search-contain input[type="text"] {
      height: 32px; } }
  @media only screen and (max-width: 450px) {
    .search-contain input[type="text"] {
      border: 1px solid #84c88d; } }

#search_form {
  position: relative; }

.button-search {
  width: 42px;
  height: 40px;
  position: absolute;
  background: #ffffff;
  border: none;
  right: 0;
  top: 0px;
  cursor: pointer;
  border-radius: 0 4px 4px 0; }
  @media only screen and (max-width: 1140px) {
    .button-search {
      height: 20px;
      top: 7px;
      right: -4px;
      background: none; } }

.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: var(--main-color); }

.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%; }

  .search-contain input[type="text"] {
    border-radius: 4px; } }
@media only screen and (max-width: 768px) {
  .autocomplete-suggestions {
    top: 30px;
    left: 10px; } }

