#resultsStats {
  min-width: 250px;
  width: 250px;
}
body,
.srp-main {
  font-family: Poppins, sans-serif !important;
}
.side-panel-container {
  min-width: 250px;
  width: 250px;
}
.srp-filters {
  background-color: #fff;
  padding: 35px 25px;
}
.srp-results {
  max-width: calc(100vw - 287.5px);
  margin: 12.5px;
}
@media screen and (max-width: 1024px) {
  .srp-results {
    max-width: calc(100vw - 25px);
  }
}
.range-slider-container > div > div {
  width: 175px;
}
.color-container > div > div > ul > li {
  width: 15%;
}
.ais-Hits-list {
  max-width: 100%;
  background: #f6f6f6;
  display: flex;
  flex-flow: wrap;
}
.vehicle-card-container .ais-Hits-item {
  width: 33.333%;
  min-width: 300px;
}
@media screen and (min-width: 2561px) {
  .vehicle-card-container .ais-Hits-item {
    width: 16.6666667%;
  }
}
@media screen and (max-width: 2560px) {
  .vehicle-card-container .ais-Hits-item {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .vehicle-card-container .ais-Hits-item {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .vehicle-card-container .ais-Hits-item {
    width: 100%;
  }
}
.vehicle-card {
  background: #fff;
  padding: 20px;
  margin: 12.5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.vehicle-card:hover {
  box-shadow: 0 1px 30px #d2d2d2;
  transform: translateY(-8px);
}
.card-vehicle-title-and-colors {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
}
.card-vehicle-title-and-colors > div:first-of-type {
  width: 100%;
}
.card-vehicle-subtitle {
  color: #aaa;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.card-vehicle-title {
  font-weight: 600;
  font-size: 0.825rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 10px);
  height: 22px;
  margin-top: 3px;
  letter-spacing: 0.5px;
}
.card-vehicle-colors {
  width: 12px;
}
.card-vehicle-colors div {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: 1px solid #959595;
  margin: 3px 0;
  position: relative;
  z-index: 0;
}
.vehicle-slider-container {
  margin-top: 14px;
}
.card-vehicle-image .srp-slick-vehicles .section-2-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.card-vehicle-image .srp-slick-vehicles .section-2-slide:after {
  display: block;
  position: relative;
  content: '';
  padding-top: 56.25%;
}
.card-details {
  color: #aaa;
  padding: 12.5px 0;
}
.card-details div {
  height: 18px;
  padding: 0;
  margin: 0;
  font-size: 0.65rem;
  font-weight: 500;
  display: flex;
}
.card-details div:first-of-type span {
  font-weight: 500 !important;
}
.card-details div span {
  padding-left: 2%;
  font-weight: 400;
}
.card-pricing {
  padding: 12.5px 0;
  min-height: 100px;
}
.card-pricing b {
  font-weight: 600;
}
.card-pricing div {
  height: 18px;
  padding: 0;
  margin: 0;
  font-size: 0.725rem;
  display: flex;
  justify-content: space-between;
}
.card-pricing span {
  font-weight: 700;
}
.card-final-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12.5px 0;
  border-top: 1px dotted #f1f1f1;
  margin-top: 5px;
  font-weight: 600;
}
.card-final-price span {
  font-size: 0.8rem;
}
.card-final-price h3 {
  margin: 0;
  font-size: 1.25rem;
}
.card-features {
  padding: 12.5px 0;
}
.card-features div {
  display: flex;
}
.card-features img {
  max-height: 20px;
}
.card-features h3 {
  font-size: 0.65rem;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
}
.card-features a {
  padding: 0 5px;
}
.card-features a:first-of-type {
  padding-left: 0;
}
.card-ctas {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-transform: uppercase;
  padding: 7.5px 0;
}
.card-ctas a {
  text-decoration: none;
  color: #000;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card-ctas a span {
  z-index: 1;
}
.card-ctas a:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card-ctas a:hover:before {
  bottom: 0;
}
.card-ctas a:first-of-type:hover {
  color: #fff !important;
  border: 1px solid #00c853 !important;
}
.card-ctas a:first-of-type:hover:before {
  background: #00c853 !important;
}
.card-ctas a:last-of-type:hover {
  border: 1px solid #00c853 !important;
  color: #fff !important;
}
.card-ctas a:last-of-type:hover:before {
  background: #00c853 !important;
}
.card-badges {
  display: inline-flex;
  align-items: center;
}
.card-custom {
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding: 12.5px 0;
}
.card-call {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2%;
}
#grid_skeleton .card-vehicle-colors div {
  background: #f4f4f4;
  border: 0;
}
#grid_skeleton .card-vehicle-subtitle {
  width: 30%;
  height: 15px;
  margin-bottom: 8px;
  background-size: 420%;
  animation: shine-animation 2s infinite ease-out;
  background-image: linear-gradient(90deg, #f4f4f4 0px, rgba(229,229,229,0.8) 40px, #f4f4f4 80px);
}
#grid_skeleton .card-vehicle-title {
  width: 55%;
  height: 15px;
  margin-bottom: 8px;
  background-size: 300%;
  animation: shine-animation 2s infinite ease-out;
  background-image: linear-gradient(90deg, #f4f4f4 0px, rgba(229,229,229,0.8) 40px, #f4f4f4 80px);
}
#grid_skeleton .card-vehicle-image {
  background-image: linear-gradient(90deg, #f4f4f4 0px, rgba(229,229,229,0.8) 40px, #f4f4f4 80px);
  background-size: 300%;
  animation: shine-animation 2s infinite ease-out;
  height: 200px;
}
#grid_skeleton .card-details {
  margin-bottom: 10px;
}
#grid_skeleton .card-pricing {
  display: none;
}
#grid_skeleton .card-final-price {
  padding: 12.5px 0;
}
#grid_skeleton .card-final-price > span {
  width: 50%;
  background: #f4f4f4;
  height: 10px;
  margin-bottom: 11px;
}
#grid_skeleton .card-final-price > h3 {
  height: 20px;
  width: 30%;
  background: #f4f4f4;
}
#grid_skeleton .card-features {
  padding: 0;
}
#grid_skeleton .card-features > div {
  margin-left: -5px;
  margin-bottom: 8px;
}
#grid_skeleton .card-features a {
  margin: 0 5px;
  height: 25px;
  width: 30px;
  background: #f4f4f4;
}
#grid_skeleton .card-features > h3 {
  width: 30%;
  background: #f4f4f4;
  height: 10px;
}
#grid_skeleton .card-details,
#grid_skeleton .card-pricing {
  padding: 0;
}
#grid_skeleton .card-details > div,
#grid_skeleton .card-pricing > div {
  display: flex;
  justify-content: space-between;
}
#grid_skeleton .card-details > div > span,
#grid_skeleton .card-pricing > div > span {
  background: #f4f4f4;
  width: 100px;
  margin-top: 8px;
}
#grid_skeleton .card-ctas {
  padding: 0;
}
#grid_skeleton .card-ctas > a {
  background-image: linear-gradient(90deg, #f4f4f4 0px, rgba(229,229,229,0.8) 40px, #f4f4f4 80px);
  background-size: 300%;
  animation: shine-animation 2s infinite ease-out;
}
#grid_skeleton .card-custom {
  display: none;
}
@media screen and (max-width: 1561px) {
  .ais-Hits {
    margin: 0 -10px;
  }
  .ais-Hits-list {
    margin: 0;
  }
}
@-moz-keyframes shine-animation {
  0% {
    background-position: -50px;
  }
  40%, 100% {
    background-position: calc(-100% - 90px);
  }
}
@-webkit-keyframes shine-animation {
  0% {
    background-position: -50px;
  }
  40%, 100% {
    background-position: calc(-100% - 90px);
  }
}
@-o-keyframes shine-animation {
  0% {
    background-position: -50px;
  }
  40%, 100% {
    background-position: calc(-100% - 90px);
  }
}
@keyframes shine-animation {
  0% {
    background-position: -50px;
  }
  40%, 100% {
    background-position: calc(-100% - 90px);
  }
}
