@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@media (max-width: 1199.98px) {
  .c-filter-search {
    width: 100%;
  }
}
.c-filter-search__wrapper {
  width: 100%;
  position: relative;
}
.c-filter-search input.c-filter-search__input {
  all: unset !important;
  background: url("/wp-content/themes/autos-moliere/img/icons/magnifying-glass-icon.svg") 15px center no-repeat white !important;
  width: 100% !important;
  display: block !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.09) !important;
  padding: 12px 12px 12px 50px !important;
  margin-bottom: 0 !important;
  font-size: 1.125em !important;
  color: #000 !important;
  width: calc(100% - 62px) !important;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .c-filter-search input.c-filter-search__input {
    font-size: 0.9em !important;
    padding: 0.6em 0.6em 0.6em 2.5em !important;
    width: calc(100% - 3.1em) !important;
    box-shadow: 0 0.1em 4em 0 rgba(0, 0, 0, 0.09) !important;
    background-position: 0.75em center !important;
  }
}
@media (max-width: 1199.98px) {
  .c-filter-search input.c-filter-search__input {
    font-size: 1em !important;
    padding: 8px 12px 8px 50px !important;
  }
}
@media (max-width: 991.98px) {
  .c-filter-search input.c-filter-search__input {
    padding: 12px 12px 12px 50px !important;
  }
}
.c-filter-search input.c-filter-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.c-filter-search input.c-filter-search__input::placeholder {
  font-size: 1em !important;
  color: #000;
  font-style: normal;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .c-filter-search input.c-filter-search__input::placeholder {
    font-size: 0.8em !important;
  }
}
.c-filter-search__results-wrapper {
  display: none;
  position: absolute;
  top: calc(100% - 6px);
  padding: 16px 10px 20px 10px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 100;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .c-filter-search__results-wrapper {
    padding: 0.8em 0.5em 1em 0.5em;
    top: calc(100% - 0.3em);
    box-shadow: 0 1.5em 1.5em 0 rgba(0, 0, 0, 0.2);
  }
}
.c-filter-search__results-wrapper.active {
  display: block;
}
.c-filter-search__results {
  max-height: 400px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 10px;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .c-filter-search__results {
    max-height: 20em;
    padding: 0 0.5em;
    border-radius: 0 0 1em 1em;
  }
}
.c-filter-search__result {
  border-top: 1px solid #e4e4e4;
  font-size: 1.125em;
  padding: 10px 40px 10px 15px;
  color: #4a4a4a;
  background: url("/wp-content/themes/autos-moliere/img/icons/arrow-search-blue.svg") calc(100% - 20px) center no-repeat white;
  transition: all 100ms linear;
  background-size: 7px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .c-filter-search__result {
    padding: 0.5em 2em 0.5em 0.75em;
    font-size: 0.9em;
    background-position-x: calc(100% - 1em);
    background-size: 0.35em;
  }
}
.c-filter-search__result:first-child {
  border: none;
}
.c-filter-search__result:hover {
  background-color: #f1f1f1;
  background-position-x: calc(100% - 10px);
}
.c-filter-search__no-result {
  font-size: 1.125em;
  padding: 20px 40px 20px 15px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .c-filter-search__no-result {
    font-size: 0.9em;
    padding: 1em 2em 1em 0.75em;
  }
}
.c-filter-search__error {
  font-size: 1.125em;
  padding: 20px 40px 20px 15px;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .c-filter-search__error {
    font-size: 0.9em;
    padding: 1em 2em 1em 0.75em;
  }
}