@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-search__save-search {
  width: 40px;
  height: 40px;
  background: #ffe75c;
  border-radius: 50%;
  display: none;
  margin: 5px 0 5px 5px;
  order: 99999;
}
@media (max-width: 991.98px) {
  .l-search__save-search {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .l-search__save-search {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .l-search .js-search-tags {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    flex: 1;
    justify-content: flex-start !important;
  }
  .l-search .js-search-tags::-webkit-scrollbar {
    display: none;
  }
}
.l-search__buttons-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .l-search__buttons-wrapper {
    padding-left: 0;
    box-shadow: -12px 0 10px 0 #f8f8f8;
    z-index: 1;
    display: block;
  }
}
.l-search__tabs {
  margin-top: 25px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 50px 40px -30px rgba(77, 90, 95, 0.07), 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
  background: linear-gradient(90deg, #ff4438 0%, #eb0045 100%);
}
@media (max-width: 991.98px) {
  .l-search__tabs {
    display: none;
  }
}
.l-search__tab {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  border-right: 2px solid rgba(0, 0, 0, 0.07);
  font-weight: bold;
  text-align: center;
}
.l-search__tab:first-child {
  border-radius: 4px 0 0 0;
}
.l-search__tab:last-child {
  border-right: none;
  border-radius: 0 4px 0 0;
}
.l-search__tab.is-active {
  font-weight: bold;
  color: #000;
  border-collapse: collapse;
  border-bottom: hidden;
  background: #ffffff;
  text-align: center;
  border-right: 2px solid #ffffff;
}
.l-search__tab-content {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 50px 40px -30px rgba(77, 90, 95, 0.07), 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  display: none;
  position: absolute;
  width: 100%;
}
@media (max-width: 991.98px) {
  .l-search__tab-content {
    box-shadow: none;
    position: relative;
  }
}
.l-search__tab-content.is-active {
  padding: 30px 60px;
  height: auto;
  min-height: 180px;
  display: block;
}
@media (max-width: 991.98px) {
  .l-search__tab-content.is-active {
    padding: 0;
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .l-search__tab-content.is-active {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .l-search__tab-content--scroll {
    max-height: 250px;
    overflow-y: scroll;
  }
}
.l-search__tab-content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .l-search__tab-content-wrapper {
    flex-direction: column;
  }
}
.l-search__tabs-content {
  position: relative;
}
@media (max-width: 991.98px) {
  .l-search__tabs-content {
    background: #ffffff;
    border-radius: 10px;
    padding: 0 15px;
    margin: 10px 0 0;
    display: none;
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 185px);
  }
}
@media (min-width: 992px) {
  .l-search__tabs-content {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .l-search__tabs-content .l-search__tab-content-header:first-child {
    border-top: none;
  }
}
.l-search__tab-content-header {
  display: none;
  color: rgba(88, 88, 88, 0.7);
  font-size: 1.125em;
  line-height: 1;
  padding: 16px 0;
  border-top: 1px solid rgba(212, 223, 227, 0.5);
  position: relative;
}
@media (max-width: 991.98px) {
  .l-search__tab-content-header {
    display: block;
  }
}
.l-search__tab-content-header:after {
  content: " ";
  background: url("/wp-content/themes/gougo/img/icons/plus-icon.svg") no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.l-search__tab-content-header.is-active {
  font-weight: bold;
  color: #343434;
}
.l-search__tab-content-header.is-active:after {
  background-image: url("/wp-content/themes/gougo/img/icons/minus-red-icon.svg");
}
.l-search__body-types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 -10px;
}
@media (max-width: 991.98px) {
  .l-search__body-types {
    padding: 0 10px 20px;
  }
}
.l-search__button {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
@media (max-width: 991.98px) {
  .l-search__button {
    justify-content: flex-start;
  }
}
.l-search__button.is-active .l-search__button-image-container {
  box-shadow: 0 12px 13px -10px rgba(0, 0, 0, 0.41), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: solid 3px #ffffff;
  background-image: linear-gradient(349deg, #eb0045 91%, #ff4438 4%);
}
@media (max-width: 991.98px) {
  .l-search__button.is-active .l-search__button-image-container {
    box-shadow: none;
    border: none;
  }
}
.l-search__button.is-active .l-search__button-image {
  filter: brightness(0) invert(1) grayscale(100%);
  opacity: 1;
}
.l-search__button.is-active .l-search__button-name {
  opacity: 1;
  color: #000;
  font-weight: bold;
}
.l-search__button-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.l-search__button-image img {
  width: 100%;
}
.l-search__button-image-container {
  border-radius: 50%;
  background-color: #e6ecee;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 991.98px) {
  .l-search__button-image-container {
    height: 68px;
    width: 68px;
  }
}
.l-search__button-name {
  font-family: "Roboto", sans-serif;
  font-size: 0.8125em;
  line-height: 1.54;
  color: #585858;
  text-align: center;
  opacity: 0.6;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .l-search__button-name {
    font-size: 0.6875em;
  }
}
.l-search__kms-year-buttons {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -10px;
}
@media (max-width: 991.98px) {
  .l-search__kms-year-buttons {
    justify-content: center;
    margin: 0 0 20px;
  }
}
.l-search__km-year {
  width: calc(70% - 10px);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  margin: 15px 90px 0 0;
}
@media (max-width: 991.98px) {
  .l-search__km-year {
    width: 100%;
    padding: 15px 10px 45px;
    margin: 0;
  }
}
.l-search__brand-model {
  display: flex;
  min-height: 265px;
}
@media (max-width: 991.98px) {
  .l-search__brand-model {
    display: block;
    min-height: 0;
  }
}
.l-search__brands, .l-search__shifts {
  display: inline-block;
  width: 33%;
  border-right: 1px solid #d4dfe3;
  padding: 0 15px 0 0;
}
@media (max-width: 991.98px) {
  .l-search__brands, .l-search__shifts {
    width: 100%;
    border: none;
    padding: 15px 10px 0 !important;
  }
}
.l-search__brands select, .l-search__shifts select {
  width: 100%;
}
.l-search__brands {
  padding: 0 50px 0 0;
}
.l-search__brands select {
  background-position: calc(100% - 8px) -3px;
}
.l-search__brand-image {
  margin: 10px auto 0;
  display: flex;
}
@media (max-width: 991.98px) {
  .l-search__brand-image {
    display: none;
  }
}
.l-search__models, .l-search__fuels {
  display: inline-block;
  padding: 0 0 0 45px;
  width: 66%;
}
@media (max-width: 991.98px) {
  .l-search__models, .l-search__fuels {
    width: 100%;
    padding: 20px 10px 10px;
  }
}
@media (max-width: 991.98px) {
  .l-search__models {
    padding: 20px 0 10px;
    border-top: 1px solid #d4dfe3;
    margin: 22px 10px 0;
    width: auto;
    display: block;
  }
}
@media (max-width: 991.98px) {
  .l-search__fuels {
    width: 100%;
  }
}
.l-search__label {
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.54;
  font-family: "Roboto", sans-serif;
  color: #000;
  width: 100%;
  margin-bottom: 15px;
}
.l-search__model, .l-search__fuel {
  width: calc(33% - 5px);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .l-search__model, .l-search__fuel {
    width: 100%;
    display: block;
  }
}
.l-search__model, .l-search__fuel, .l-search__shift {
  position: relative;
  margin: 5px 0;
}
.l-search__model--first {
  width: 100%;
}
.l-search label {
  font-size: 0.8125em;
  font-style: italic;
  opacity: 0.5;
  color: #585858;
  line-height: 1.23;
  text-transform: none;
  margin-left: -35px;
  padding-left: 45px !important;
  z-index: 1;
  font-weight: normal;
}
.l-search__price-quote {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0;
}
@media (max-width: 991.98px) {
  .l-search__price-quote {
    padding: 15px 10px 45px;
    display: block;
  }
}
.l-search__prices, .l-search__quotes, .l-search__years, .l-search__kms {
  width: calc(50% - 65px);
  position: relative;
}
@media (max-width: 991.98px) {
  .l-search__prices, .l-search__quotes, .l-search__years, .l-search__kms {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .l-search__quotes, .l-search__years {
    margin: 40px 0 0;
  }
}
.l-search .noUi-connect {
  background: #ff4438;
  border-radius: 1.5px;
}
.l-search .noUi-horizontal {
  height: 3px;
}
.l-search .noUi-horizontal .noUi-handle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #ff4438;
  border: 3px solid #ffffff;
  right: -9.5px;
  top: -7px;
}
.l-search .noUi-horizontal .noUi-handle:before, .l-search .noUi-horizontal .noUi-handle:after {
  content: none;
}
.l-search .noUi-target {
  box-shadow: none;
  border-radius: 1.5px;
  border: none;
  background: #d4dfe3;
}
.l-search .noUi-tooltip {
  background: #ff4438;
  color: #ffffff;
  font-weight: 500;
  border: none;
  border-radius: 12px 12px 12px 0;
  padding: 4px 10px;
  line-height: 1;
  transform: none;
  left: 5px;
  margin-bottom: 3px;
  display: none;
}
@media (max-width: 991.98px) {
  .l-search .noUi-tooltip {
    font-size: 0.875em;
  }
}
@media (max-width: 991.98px) {
  .l-search .noUi-base .noUi-origin:last-child .noUi-tooltip {
    left: auto;
    right: 5px;
    border-radius: 12px 12px 0 12px;
  }
}
.l-search__slider {
  margin: 50px 0 0;
}
.l-search__slider-values {
  width: calc(100% + 50px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30px;
  left: -25px;
}
@media (max-width: 1199.98px) {
  .l-search__slider-values {
    width: 100%;
    left: 0;
  }
}
.l-search__slider-values div {
  background: #ff4438;
  color: #ffffff;
  font-weight: 500;
  border: none;
  border-radius: 12px;
  width: fit-content;
  padding: 4px 10px;
  line-height: 1;
  transform: none;
  left: 5px;
  margin-bottom: 3px;
}
@media (max-width: 991.98px) {
  .l-search__slider-values div {
    font-size: 0.875em;
  }
}
.l-search__form {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .l-search__form {
    margin: -20px 0 5px;
    transform: none;
    opacity: 1;
    z-index: unset;
  }
}
.l-search__tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 25px auto 0;
  max-width: 740px;
}
@media (max-width: 991.98px) {
  .l-search__tags {
    order: 999;
    margin: 0 0 5px 5px;
    flex-wrap: nowrap;
    max-width: 100%;
    flex: 1;
    align-items: flex-end;
    min-height: 0;
  }
}
.l-search__tag {
  background-color: #ffffff;
  border-radius: 35px;
  padding: 5px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 5px 10px 5px 0;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .l-search__tag {
    font-size: 0.625em;
    text-transform: uppercase;
    padding: 2px 10px;
    height: 24px;
    margin: 5px 5px 5px 0;
  }
}
.l-search__tag-title {
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.43;
  color: #585858;
}
.l-search__tag-close {
  background-image: url("/wp-content/themes/gougo/img/icons/close-icon-red.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
}
.l-search__tag-delete {
  background-color: #d4dfe3;
  background-image: url("/wp-content/themes/gougo/img/icons/bin-icon.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 3px;
  cursor: pointer;
  order: 99999;
  margin: 5px 0;
  display: inline-flex;
}
@media (max-width: 991.98px) {
  .l-search__tag-delete {
    background-image: none;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-flex;
  }
}
.l-search__tag-delete img {
  width: 22px;
}
@media (max-width: 991.98px) {
  .l-search__filter-wrapper.is-active {
    height: calc(100% - 10px);
  }
}
@media (max-width: 991.98px) {
  .l-search__filter-wrapper.is-active .l-search__form {
    margin: 10px 0 0;
  }
}
@media (max-width: 991.98px) {
  .l-search__filter-wrapper.is-active .l-search__filter-box {
    background: #f6f9fa;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
}
@media (max-width: 991.98px) {
  .l-search__filter-wrapper.is-active .l-search__filter-header {
    display: flex;
  }
}
.l-search__filter-wrapper.is-active .l-search__sm-result-v2 {
  display: flex;
  margin: 20px 0 5px;
  border-radius: 6px;
  min-height: 50px;
  font-size: 1.125em;
  position: fixed;
  bottom: 10px;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 99;
}
.l-search__filter-wrapper.is-active .l-search__sm-result-v2 span {
  padding: 0 5px;
}
@media (max-width: 991.98px) {
  .l-search__filter-wrapper.is-active .l-search__tag-delete {
    background-image: url("/wp-content/themes/gougo/img/icons/bin-icon.svg");
    padding: 3px;
    margin: 0 15px 0 0;
    background-color: transparent;
    background-size: contain;
    border-radius: 0;
    height: 22px;
  }
}
@media (max-width: 991.98px) {
  .l-search__filter-wrapper.is-active .js-search-tags {
    margin-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .l-search__filter-wrapper > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0 15px;
  }
}
.l-search__sm-result {
  background-color: #ffe75c;
  color: #ff4438;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 10px;
  height: 24px;
  margin: 0 auto 10px;
  display: none;
  order: 999;
}
.l-search__sm-result span {
  padding-right: 5px;
}
@media (max-width: 991.98px) {
  .l-search__sm-result {
    align-self: flex-start;
    margin: 0 0 10px;
  }
}
.l-search__brand-selector {
  background: url("/wp-content/themes/gougo/img/icons/select-arrow-down.svg") no-repeat calc(100% - 8px) -3px transparent;
  padding: 5px 28px 5px 10px;
  font-weight: 500;
  border: 1px solid #7f9db6;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.875em;
  color: #212121;
}
.l-search__select-brands {
  position: absolute;
  width: 100%;
}
@media (max-width: 991.98px) {
  .l-search__select-brands {
    position: relative;
  }
}
.l-search__select-brands .c-search-form__results {
  width: 100%;
}
.l-search__filter-header {
  display: none;
  padding: 15px 15px 10px;
}
.l-search__filter-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.l-search__filter-title {
  font-size: 1.25em;
  color: #4a4a4a;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 12px;
}
.l-search__filter-icon {
  border-radius: 50%;
  background-color: rgba(212, 223, 227, 0.5);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .l-search__tabs-wrapper {
    margin: 0 15px;
  }
}
.l-search__filter-close {
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: rgba(67, 67, 67, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
}
.l-search__body-type-container {
  cursor: pointer;
}
.l-search__body-type-container * {
  pointer-events: none !important;
}

.l-search__kms-year-buttons .l-search__button-image {
  filter: invert(31%) sepia(0%) saturate(99%) hue-rotate(141deg) brightness(97%) contrast(77%);
  opacity: 0.4;
}