﻿.vehicle-list {
  position: relative;
  background: #fff;
  padding: 30px 0;
}
.vehicle-list .img-banner {
  margin: 0 0 25px;
  display: block;
}
.vehicle-list .img-banner img {
  width: 100%;
}
.vehicle-list .related-cars {
  margin-top: 35px;
}
.vehicle-list.aanbod .closeFilters, .vehicle-list.aanbod .mobile {
  display: none;
}
.vehicle-list .seo-wrapper {
  position: relative;
  margin-top: 35px;
}
.vehicle-list .seo-wrapper.seo-top {
  margin-top: 5px;
  padding-bottom: 10px;
}
.vehicle-list .seo-wrapper h1, .vehicle-list .seo-wrapper h2, .vehicle-list .seo-wrapper h3, .vehicle-list .seo-wrapper h4, .vehicle-list .seo-wrapper h5, .vehicle-list .seo-wrapper h6 {
  font-size: 24px;
  color: #092357;
  font-weight: 600;
  margin-bottom: 10px;
}
.vehicle-list .seo-wrapper a {
  color: #092357;
  text-decoration: underline;
}
.vehicle-list .seo-wrapper .btn-default {
  text-align: center;
  display: table;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: box-shadow 0.3s ease-in-out;
  color: #092357;
  background: #fff;
  font-weight: bold;
  padding: 12px 25px;
  text-decoration: none;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .vehicle-list .seo-wrapper .btn-default {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  }
  .vehicle-list .seo-wrapper .btn-default:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.vehicle-list .seo-wrapper .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
.vehicle-list .seo-wrapper .btn-default.loading:before {
  background-image: url("/Resources/img/spinner.svg") !important;
  background-size: contain !important;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.vehicle-list .seo-wrapper ul {
  padding-left: 20px;
}
.vehicle-list .seo-wrapper ul li {
  list-style: initial;
}
.vehicle-list .carlist .row {
  margin: 0px -5px;
}
.vehicle-list .carlist .row .col-sm-4 {
  padding: 0px 5px;
}
.vehicle-list .quick-filters {
  position: relative;
  margin: 20px 0;
}
.vehicle-list .quick-filters a {
  background: #fff;
  margin-right: 15px;
  font-family: "Funnel sans", sans-serif;
  color: #222222;
  padding: 5px 5px 5px 20px;
  border-radius: 10px;
}
.vehicle-list .quick-filters a img {
  max-width: 150px;
  margin-left: 15px;
}
.vehicle-list .item-yellow {
  border-radius: 10px;
  padding: 0 30px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  color: #092357;
  background: rgba(234, 117, 32, 0.1019607843);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.vehicle-list .item-yellow .text {
  flex: 0 0 55%;
}
.vehicle-list .item-yellow .img-wrapper {
  flex: 0 0 45%;
  position: relative;
}
.vehicle-list .item-yellow .img-wrapper img:nth-of-type(1) {
  position: absolute;
  bottom: -2px;
  right: 0;
  max-width: 100%;
}
.vehicle-list .item-yellow .img-wrapper img:nth-of-type(2) {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin-left: 25px;
}
.vehicle-list .item-yellow .btn-default {
  text-align: center;
  display: table;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: box-shadow 0.3s ease-in-out;
  color: #092357;
  background: #fff;
  font-weight: bold;
  padding: 12px 25px;
  background: #1F9E5B;
  color: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  min-width: 220px;
}
@media only screen and (min-width: 768px) {
  .vehicle-list .item-yellow .btn-default {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  }
  .vehicle-list .item-yellow .btn-default:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.vehicle-list .item-yellow .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
.vehicle-list .item-yellow .btn-default.loading:before {
  background-image: url("/Resources/img/spinner.svg") !important;
  background-size: contain !important;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.vehicle-list .item-yellow b {
  font-family: "Funnel sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-size: 28px;
  line-height: 31px;
  position: relative;
  color: #EA7520;
}
.vehicle-list .JSLoadMoreArticle {
  font-size: 16px;
  background: #092357;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  min-width: 300px;
  font-family: "Funnel sans", sans-serif;
}
.vehicle-list .JSLoadMoreArticle:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.vehicle-list .JSLoadMoreArticle.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  /*padding-left: 40px;*/
  /*  &:before {
      content: "";
      background-image: url('/Resources/img/spinner-white.svg') !important;
      background-size: contain !important;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      -webkit-animation: rotating 2s linear infinite;
      -moz-animation: rotating 2s linear infinite;
      -ms-animation: rotating 2s linear infinite;
      -o-animation: rotating 2s linear infinite;
      animation: rotating 2s linear infinite;
      height: 20px;
      width: 20px;
      background-position: center;
      background-size: 26px;
      position: absolute;
      display: inline-block;
      left: 20px;
  }*/
}
.vehicle-list .filter-toggle, .vehicle-list .buttons, .vehicle-list .btn-filter, .vehicle-list .btn-close {
  display: none;
}
.vehicle-list .dflex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.vehicle-list .total-count {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  font-family: "Funnel sans", sans-serif;
}
.vehicle-list .total-count span {
  color: #1F9E5B;
}
.vehicle-list .top-info-bar {
  align-items: center;
  margin-bottom: 15px;
}
.vehicle-list .top-info-bar .form-group {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 250px;
}
.vehicle-list .top-info-bar .form-group .form-control {
  border: 1px solid #E5E7EB;
  font-family: inherit;
  font-size: 16px;
  padding: 11px 20px;
  border-radius: 10px;
  font-weight: 500;
}
.vehicle-list .clear-filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.vehicle-list .clear-filters span {
  font-weight: 500;
  color: #50A2FF;
  cursor: pointer;
  text-align: center;
  display: table;
  text-decoration: underline;
  margin-left: auto;
}
.vehicle-list .btn-list {
  padding: 15px 15px 0;
}
.vehicle-list .btn-list .btn-default {
  text-align: center;
  display: table;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: box-shadow 0.3s ease-in-out;
  color: #092357;
  background: #fff;
  font-weight: bold;
  padding: 12px 25px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .vehicle-list .btn-list .btn-default {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  }
  .vehicle-list .btn-list .btn-default:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.vehicle-list .btn-list .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
.vehicle-list .btn-list .btn-default.loading:before {
  background-image: url("/Resources/img/spinner.svg") !important;
  background-size: contain !important;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.vehicle-list .wrapper-tags .active-filter {
  background: #092357;
  box-shadow: none;
  padding: 6px 10px;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  font-weight: normal;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
  color: #fff;
}
.vehicle-list .wrapper-tags .active-filter .disable-filter {
  width: 15px;
  height: 15px;
  background-image: url(/Resources/img/icons/close.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.vehicle-list .container-fluid:not(.custom) {
  padding: 0;
  padding-right: 150px;
}
.vehicle-list .inner {
  display: block;
  width: 100%;
  border: 1px solid #E8EDF2;
  border-radius: 10px;
}
.vehicle-list .inner .btn.mobile {
  display: none;
}
.vehicle-list .item {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.vehicle-list .item:not(.related) {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #E8EDF2;
}
.vehicle-list .item:not(.related) .total {
  margin: 10px 0 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: #092357;
}
.vehicle-list .item:not(.related) .total li {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  color: #092357;
}
.vehicle-list .item:not(.related) .total li:nth-child(1) {
  background: #1F9E5B;
  color: #fff;
  padding: 15px;
  border-radius: 1000px;
  margin-right: 15px;
}
.vehicle-list .item:not(.related) .total li .old-price {
  color: #092357;
  text-decoration: line-through;
  margin-left: 10px;
}
.vehicle-list .item:not(.related) .total li b {
  margin-left: 5px;
  font-weight: 700;
  margin-right: 5px;
  font-size: 22px;
}
.vehicle-list .item.related {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  border: 1px solid #e8edf2;
  color: #092357;
}
.vehicle-list .item.related .total {
  margin: 10px 0 5px;
}
.vehicle-list .item.related .total li .old-price {
  color: #c9002e;
  text-decoration: line-through;
  margin-left: 10px;
}
.vehicle-list .item.related .total li:first-child {
  background: #1f9e5b;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  border-radius: 50px;
}
.vehicle-list .item.related .total li:first-child b {
  margin-left: 5px;
  font-weight: 700;
  margin-right: 10px;
}
.vehicle-list .item.related .total li:last-child {
  text-align: center;
  margin-top: 20px;
}
.vehicle-list .item.related img {
  width: calc(100% + 30px);
  margin: -15px 0 15px -15px;
  max-width: inherit;
}
.vehicle-list .item .wrapper-buttons {
  display: flex;
  flex-direction: row;
}
.vehicle-list .item .content-car {
  flex: 0 0 60%;
  max-width: 60%;
  margin-left: auto;
  padding: 25px 25px 25px 40px;
}
.vehicle-list .item object {
  display: block;
}
.vehicle-list .item .img-wrapper {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
}
.vehicle-list .item .slick-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 0;
  border: none;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  padding: 0;
  z-index: 2;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.vehicle-list .item .slick-arrow.slick-prev {
  left: 10px;
  background-image: url(/Resources/img/icons/arrow-left.svg);
}
.vehicle-list .item .slick-arrow.slick-next {
  background-image: url(/Resources/img/icons/arrow-right.svg);
  left: 55px;
}
.vehicle-list .item .favorite {
  position: absolute;
  bottom: 10px;
  right: 10px;
  /* input:checked {
       + label {
           background-image: url(/Resources/img/icons/heart-filled.svg);
           border-color: #dfb000;
       }
   }*/
  /*&.delete-favo {
      label {
          background-image: url(/Resources/img/icons/trash.svg);
      }
  }*/
}
.vehicle-list .item .favorite span {
  background-color: #FAFCFF;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  color: #092357;
  vertical-align: middle;
  border: 1px solid #E8EDF2;
  display: block;
  font-weight: 400;
  padding-left: 40px;
  line-height: 25px;
  /*&.active {
      background-image: url(/Resources/img/icons/heart-filled.svg);
      border-color: #dfb000;
  }*/
}
.vehicle-list .item .favorite span:before {
  content: "";
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid #EBEDF0;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.vehicle-list .item .btn-default {
  text-align: center;
  display: table;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: box-shadow 0.3s ease-in-out;
  color: #092357;
  background: #fff;
  font-weight: bold;
  padding: 12px 25px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .vehicle-list .item .btn-default {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  }
  .vehicle-list .item .btn-default:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.vehicle-list .item .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
.vehicle-list .item .btn-default.loading:before {
  background-image: url("/Resources/img/spinner.svg") !important;
  background-size: contain !important;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@media only screen and (min-width: 768px) {
  .vehicle-list .item .btn-default {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  }
  .vehicle-list .item .btn-default:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.vehicle-list .item .options {
  margin-top: auto;
}
.vehicle-list .item .options span {
  color: #092357;
  display: block;
  padding: 5px 10px;
  background: #fafcff;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  align-self: self-start;
  border: 1px solid #E8EDF2;
}
.vehicle-list .item .title {
  color: #092357;
}
.vehicle-list .item .title b {
  font-size: 22px;
  display: table;
  font-weight: bold;
  margin-bottom: 5px;
}
.vehicle-list .item .title span {
  display: table;
  margin: 5px 0 10px;
}
.vehicle-list .item .JS-occasionsPhoto {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.vehicle-list .item .JS-occasionsPhoto.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.vehicle-list .item .JS-occasionsPhoto:hover .slick-dots {
  opacity: 1;
  bottom: 25px;
  visibility: visible;
}
.vehicle-list .item .JS-occasionsPhoto .slick-dots {
  position: absolute;
  bottom: -25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
}
.vehicle-list .item .JS-occasionsPhoto .slick-dots li button {
  width: 15px;
  height: 15px;
  margin: 0px 6px;
  display: block;
  border-radius: 50%;
  transform: scale(0.8);
  transition: transform 0.2s ease-in-out;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  font-size: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  opacity: 0.7;
}
.vehicle-list .item .JS-occasionsPhoto .slick-dots li button:hover {
  opacity: 1;
  transform: scale(1);
}
.vehicle-list .item img {
  max-width: 100%;
}
.vehicle-list .item img.slick-loading {
  display: none;
}
.vehicle-list .filter-options {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #E5E7EB;
}
.vehicle-list .filter-options #priceMin, .vehicle-list .filter-options #priceMax {
  padding-left: 40px;
  background-image: url(/resources/img/icons/euro.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 6%;
}
.vehicle-list .filter-options #odometerMin, .vehicle-list .filter-options #odometerMax {
  background-image: url(/resources/img/icons/km.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 95%;
}
.vehicle-list .filter-options .filter-makes label {
  font-size: 18px;
}
.vehicle-list .filter-options .title {
  color: #092357;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.vehicle-list .filter-options .filterList {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.vehicle-list .filter-options .filterList .itemgroup {
  margin: 5px 0px 10px 20px;
}
.vehicle-list .filter-options .filterList br {
  display: none;
}
.vehicle-list .filter-options .filterList label {
  padding-left: 30px;
  padding-bottom: 5px;
  display: table;
  position: relative;
  cursor: pointer;
}
.vehicle-list .filter-options .filterList label small {
  color: #656565;
  opacity: 0.7;
}
.vehicle-list .filter-options .filterList label:Before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  border: 2px solid #EBEDF0;
  background: #fff;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
.vehicle-list .filter-options .filterList input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.vehicle-list .filter-options .filterList input:checked + label:Before {
  background-color: #092357;
  background-image: url(/Resources/img/icons/cb-check.svg);
}
.vehicle-list .filter-options select {
  height: inherit;
  padding: 15px;
  color: #000;
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  background: #FAFCFF;
  border-radius: 10px;
  -webkit-appearance: none;
  border: 1px solid #E8EDF2;
  font-family: "Funnel sans", sans-serif;
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
  margin-bottom: 10px;
}
.vehicle-list .filter-options input[type=text] {
  height: inherit;
  padding: 15px;
  color: #000;
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  background: #FAFCFF;
  border-radius: 10px;
  -webkit-appearance: none;
  border: 1px solid #E8EDF2;
  font-family: "Funnel sans", sans-serif;
  margin-bottom: 10px;
}
.vehicle-list .filter-options .toggle-more-options {
  color: #DFB000;
  font-weight: 500;
  text-decoration: underline;
  display: table;
  margin-top: -15px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1410px) {
  .vehicle-list .item .price-tag {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1200px) {
  .vehicle-list .container-fluid:not(.custom) {
    padding: 0px 15px;
  }
  .vehicle-list .inner {
    padding: 0px 20px 20px;
  }
}
@media only screen and (max-width: 991.5px) {
  .vehicle-list.favorites .item .btn-default {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .vehicle-list.favorites .item .favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .vehicle-list.favorites .item .price {
    margin: 0;
  }
}
@media only screen and (max-width: 767.5px) {
  body.open-filter .carshop .inner {
    left: 0;
  }
  .vehicle-list {
    padding: 20px 0px;
    /*        .item {
        img {
            min-height: 250px;
        }
    }*/
  }
  .vehicle-list .filter-options {
    padding: 0;
  }
  .vehicle-list .scroll-list {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fbfbfb;
    margin: -20px -20px 30px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
  }
  .vehicle-list #stickThisCategorie {
    z-index: 4 !important;
  }
  .vehicle-list .top-info-bar {
    transition: all 0.3s ease-in-out;
  }
  .vehicle-list .top-info-bar.scroll-to-fixed-fixed {
    background: #fff;
    padding: 10px 0;
  }
  .vehicle-list .top-info-bar.scroll-to-fixed-fixed h1 {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .vehicle-list .wrapper-tags {
    margin: 15px 0;
  }
  .vehicle-list .quick-filters {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .vehicle-list .quick-filters::-webkit-scrollbar {
    width: 100%;
    height: 7px;
    border-radius: 10px;
  }
  .vehicle-list .quick-filters::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 10px;
  }
  .vehicle-list .quick-filters::-webkit-scrollbar-thumb {
    background: #DFB000;
    border-radius: 10px;
  }
  .vehicle-list .quick-filters a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .vehicle-list .quick-filters a img {
    max-width: 95px;
  }
  .vehicle-list .top-info-bar .form-group {
    max-width: 200px;
  }
  .vehicle-list .top-info-bar .form-group select {
    width: 100%;
  }
  .vehicle-list .btn-close {
    max-width: 25px;
    margin-left: auto;
    display: table;
    margin-bottom: 15px;
  }
  .vehicle-list .btn-list {
    margin-bottom: 0;
  }
  .vehicle-list .btn-list .btn-default {
    background: transparent;
    border: 2px solid #E2E8EB;
    margin-bottom: 0px;
  }
  .vehicle-list .inner {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
    left: -300px;
    display: block;
    /*  max-width: 300px;*/
    transition: all 0.4s ease-in-out;
    background: #fff;
    /*    display: none;*/
    visibility: hidden;
    opacity: 0;
  }
  .open-filter .vehicle-list .inner {
    left: 0;
    visibility: visible;
    /*  display: block;*/
    opacity: 1;
  }
  .vehicle-list .inner .btn.mobile {
    display: block;
  }
  .vehicle-list .inner .btn.mobile span {
    text-align: center;
    display: table;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: box-shadow 0.3s ease-in-out;
    color: #092357;
    background: #fff;
    font-weight: bold;
    padding: 12px 25px;
    width: 100%;
    margin-bottom: 10px;
    background: #092357;
    color: #fff;
  }
}
@media only screen and (max-width: 767.5px) and (min-width: 768px) {
  .vehicle-list .inner .btn.mobile span {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  }
  .vehicle-list .inner .btn.mobile span:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 767.5px) {
  .vehicle-list .inner .btn.mobile span.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
  }
  .vehicle-list .inner .btn.mobile span.loading:before {
    background-image: url("/Resources/img/spinner.svg") !important;
    background-size: contain !important;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
  }
  .vehicle-list .btn-filter {
    position: relative;
    display: block;
    padding: 8px 20px;
    background: #092357;
    border-radius: 25px;
    color: #fff;
    font-weight: 500;
  }
  .vehicle-list .btn-filter img {
    margin-left: 15px;
    max-width: 17px;
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .vehicle-list .total-count {
    margin-bottom: 10px;
    font-size: 20px;
    width: 100%;
    flex: 0 0 100%;
  }
  .vehicle-list .item {
    /*         .btn-default {
        display: none;
    }*/
  }
  .vehicle-list .item .content-car {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
  }
  .vehicle-list .item .img-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vehicle-list .item .JS-occasionsPhoto .slick-dots {
    bottom: 15px !important;
    opacity: 1;
    visibility: visible;
  }
  .vehicle-list .item .left, .vehicle-list .item .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vehicle-list .item .title {
    font-size: 24px;
  }
  .vehicle-list .item .title span {
    font-size: 14px;
  }
  .vehicle-list .item .right {
    padding: 20px;
  }
  .vehicle-list .item .options {
    min-height: initial;
  }
  .vehicle-list .item .options span {
    margin-bottom: 5px;
  }
  .vehicle-list .item-yellow {
    padding: 25px 20px;
  }
  .vehicle-list .item-yellow .btn-default {
    width: 100%;
  }
  .vehicle-list .item-yellow img {
    display: none;
  }
}
