@font-face {
  font-family: "MINI-sans";
  font-style: normal;
  src: url("../../MINI/fonts/mini_sans.woff") format("woff"), local("Tahoma"); }
@font-face {
  font-family: "MINI-serif";
  font-style: normal;
  src: url("../../MINI/fonts/mini_serif-regular.woff") format("woff"), local("Tahoma"); }
@font-face {
  font-family: "MINI-serif";
  font-style: normal;
  src: url("../../MINI/fonts/mini_serif-bold.woff") format("woff"), local("Tahoma"); }
nav img {
  max-height: 60px; }

#hero-wrap {
  height: 52vw;
  max-height: 665px;
  background-image: url("../../MINI/assets/MINI-bg.webp");
  background-size: cover;
  background-position: center center;
  font-family: MINI-serif;
  background-repeat: no-repeat;
  color: #111; }

.mini {
  font-family: MINI-serif; }

#main-title-wrap {
  height: 60%; }
  #main-title-wrap h1 {
    font-size: 5rem;
    font-family: MINI-serif;
    text-transform: uppercase; }
  #main-title-wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 0; }

.CTA {
  background-color: #017ea4;
  color: #fff;
  border: none;
  border-radius: 30px;
  text-align: center;
  padding: 10px 25px; }

#label a .CTA {
  background-color: #017ea4;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-family: MINI-sans; }

#label ul, #contactform {
  font-family: MINI-sans; }

#form-submit {
  background-color: #017ea4; }

.CTA-back {
  background-color: #efefef;
  color: #111;
  border-radius: 30px;
  text-align: center;
  padding: 10px 25px; }

.carpass-CTA {
  background-color: #333;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 10px 25px; }

#optionlist {
  font-family: MINI-sans;
  color: #111; }

#filter-outer {
  margin-top: -100px;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.05); }

#sort-outer {
  margin-top: 30px;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.05);
  font-family: MINI-serif; }

#filter-wrapper {
  background: white;
  /* For MDB's material select dropdown */ }
  #filter-wrapper a {
    display: inline-block;
    width: fit-content; }
  #filter-wrapper .filter-CTA {
    display: inline-block;
    width: fit-content;
    border: none;
    box-shadow: none;
    background-color: #017ea4;
    border-radius: 60px;
    color: #fff;
    padding: 10px 25px; }
    #filter-wrapper .filter-CTA p {
      margin-bottom: 0;
      font-size: 1rem; }
  #filter-wrapper .reset-CTA {
    background-color: #222;
    color: #fff;
    border-radius: 60px;
    padding: 10px 25px; }
    #filter-wrapper .reset-CTA p {
      margin-bottom: 0;
      font-size: 1rem; }
  #filter-wrapper label {
    color: #111;
    font-family: MINI-sans;
    font-size: 1.4rem; }
  #filter-wrapper .fixed-label {
    font-family: MINI-sans;
    color: #111; }
  #filter-wrapper .form-control {
    border-radius: 0;
    font-family: MINI-sans;
    border: none;
    color: #333;
    appearance: none;
    /* Remove default arrow (Chrome, Safari, newer browsers) */
    -webkit-appearance: none;
    /* Remove for Safari */
    -moz-appearance: none;
    /* Remove for Firefox */
    font-size: 1.2rem;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" width="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px; }
  #filter-wrapper .form-control:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5); }
  #filter-wrapper .select-wrapper .dropdown-content li:hover span {
    background-color: orange !important;
    color: white !important; }

#sort-outer {
  font-family: MINI-sans; }

.vehicle {
  overflow: hidden;
  border: solid 1px #cecece;
  font-family: MINI-serif;
  border-radius: 15px;
  box-shadow: none;
  color: #333; }
  .vehicle a {
    color: #333; }
  .vehicle .car-thumb {
    overflow: hidden; }
    .vehicle .car-thumb img {
      margin-top: -20px;
      margin-bottom: -20px;
      border-radius: 0; }
  .vehicle .car-title {
    padding-top: 10px;
    padding-bottom: 0px;
    border-radius: 10px; }
    .vehicle .car-title h3 {
      font-size: 1rem;
      margin-bottom: 10px; }
      .vehicle .car-title h3 .model {
        font-size: 1.4rem; }
      .vehicle .car-title h3 .body-type {
        font-size: 12px;
        text-transform: capitalize;
        color: #949494; }
    .vehicle .car-title .version {
      font-size: 1rem;
      color: #111; }
  .vehicle .car-details {
    font-family: MINI-sans;
    border-top: solid 1px #DCDCDC;
    border-bottom: none;
    padding: 15px; }
    .vehicle .car-details .detail-label {
      color: #888888; }
    .vehicle .car-details p {
      margin-bottom: 5px;
      font-size: 1rem; }
  .vehicle .car-location {
    border-top: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    padding: 15px; }
    .vehicle .car-location p {
      font-family: MINI-sans;
      margin-bottom: 0;
      font-size: 1.2rem;
      color: #666; }
  .vehicle .car-price {
    padding: 0;
    font-family: MINI-sans; }
    .vehicle .car-price .VAT-label {
      font-size: 1rem;
      color: #111; }
    .vehicle .car-price h4 {
      margin-bottom: 0;
      font-size: 1.2rem;
      font-weight: 600;
      color: #111; }
  .vehicle .car-CTA {
    margin-top: 10px;
    background-color: #fff;
    color: #111;
    text-align: center;
    border: solid 2px #111;
    border-radius: 60px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .vehicle .car-CTA p {
      margin-bottom: 0;
      text-transform: uppercase;
      font-family: MINI-sans;
      font-size: 1.2rem; }
  .vehicle .car-CTA:hover {
    border: solid 2px gray;
    background-color: gray;
    color: #fff; }

#detail-header {
  height: 300px;
  background-color: #fff;
  color: #000; }
  #detail-header h1 {
    font-family: MINI-serif;
    font-size: 3.4rem; }
  #detail-header h2 {
    font-family: MINI-serif;
    font-size: 1.4rem; }

#info-wrapper {
  font-family: MINI-sans; }
  #info-wrapper .value p {
    font-weight: 700; }

#filter-wrapper .form-control {
  border-bottom: solid 1px #666; }

@media only screen and (max-width: 990px) {
  #detail-header {
    height: 250px; }
    #detail-header h1 {
      font-size: 2rem;
      margin-top: 50px; }

  #title-sm {
    border-bottom: solid 1px #cfcfcf;
    margin-bottom: 25px;
    color: #111; }
    #title-sm h1 {
      font-size: 2.4rem;
      font-family: MINI-serif; }
    #title-sm h2 {
      font-size: 1.8rem;
      font-family: MINI-serif; }

  nav {
    background: rgba(255, 255, 255, 0.8); }

  nav img {
    max-height: 48px; } }
@media only screen and (max-width: 575.88px) {
  nav {
    background: rgba(255, 255, 255, 0.8); }

  nav img {
    max-height: 36px; }

  #make-logo {
    height: 55px; }

  #title-sm h1 {
    font-size: 2rem;
    margin-bottom: 7px; }
  #title-sm h2 {
    font-size: 1.4rem;
    margin-bottom: 0px; }

  #filter-outer {
    margin-top: 0; }

  #filter-wrapper .form-control {
    border-bottom: solid 1px #666; }
  #filter-wrapper #filter-dropdowns label {
    display: none; }
  #filter-wrapper #filter-sliders label {
    font-size: 1rem; }

  #hero-wrap {
    height: 100vw;
    max-height: 665px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff; } }

/*# sourceMappingURL=MINI.css.map */
