@font-face {
  font-family: "McLaren-Bespoke";
  font-style: normal;
  font-weight: 400;
  src: url("../../McLaren/fonts/McLarenBespoke_Rg.ttf") format("TrueType"), local("Tahoma"); }
@font-face {
  font-family: "McLaren-Bespoke";
  font-style: normal;
  font-weight: 100;
  src: url("../../McLaren/fonts/McLarenBespoke_Lt.ttf") format("TrueType"), local("Tahoma"); }
@font-face {
  font-family: "McLaren-Bespoke";
  font-style: normal;
  font-weight: 700;
  src: url("../../McLaren/fonts/McLarenBespoke_Bd.ttf") format("TrueType"), local("Tahoma"); }
@font-face {
  font-family: "Noto-Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../McLaren/fonts/NotoSans-Regular.ttf") format("TrueType"), local("Tahoma"); }
@font-face {
  font-family: "Noto-Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../../McLaren/fonts/NotoSans-Light.ttf") format("TrueType"), local("Tahoma"); }
@font-face {
  font-family: "Noto-Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../../McLaren/fonts/NotoSans-Thin.ttf") format("TrueType"), local("Tahoma"); }
@font-face {
  font-family: "Noto-Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../McLaren/fonts/NotoSans-Bold.ttf") format("TrueType"), local("Tahoma"); }
#hero-wrap {
  height: 52vw;
  max-height: 665px;
  background-image: url("../../McLaren/assets/McLaren-bg.webp");
  background-size: cover;
  background-position: center center;
  font-family: McLaren-Bespoke;
  background-repeat: no-repeat;
  color: #fff; }

.mclaren {
  font-family: McLaren-Bespoke; }

#main-title-wrap {
  height: 100%; }
  #main-title-wrap h1 {
    font-size: 2.6rem;
    font-family: Noto-Sans;
    font-weight: 200;
    margin-bottom: 0; }
  #main-title-wrap h2 {
    font-size: 5.2rem;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 0; }

.CTA {
  background-color: #F36D1E;
  color: #fff;
  padding: 10px 25px; }

.CTA-back {
  background-color: #efefef;
  color: #111;
  padding: 10px 25px; }

#filter-wrapper {
  background: rgba(0, 0, 0, 0.6);
  /* For MDB's material select dropdown */ }
  #filter-wrapper a {
    display: inline-block;
    width: fit-content; }
  #filter-wrapper .filter-CTA {
    background-color: #F36D1E;
    color: #fff;
    padding: 10px 25px; }
    #filter-wrapper .filter-CTA p {
      margin-bottom: 0;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 0.8rem; }
  #filter-wrapper .reset-CTA {
    background-color: #222;
    color: #fff;
    padding: 10px 25px; }
    #filter-wrapper .reset-CTA p {
      margin-bottom: 0;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 0.8rem; }
  #filter-wrapper label {
    color: #fff;
    font-family: Noto-Sans;
    font-size: 0.8rem; }
  #filter-wrapper .fixed-label {
    font-family: Noto-Sans;
    color: #fff; }
  #filter-wrapper .form-control {
    border-radius: 0;
    border: solid 1px #fff;
    color: #fff;
    appearance: none;
    /* Remove default arrow (Chrome, Safari, newer browsers) */
    -webkit-appearance: none;
    /* Remove for Safari */
    -moz-appearance: none;
    /* Remove for Firefox */
    background-color: #000;
    font-size: 1rem;
    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; }

.vehicle {
  font-family: McLaren-Bespoke;
  border-radius: 0;
  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: 0.8rem;
      margin-bottom: 0; }
      .vehicle .car-title h3 .model {
        font-size: 20px;
        font-weight: 400; }
      .vehicle .car-title h3 .body-type {
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        color: #949494; }
    .vehicle .car-title .version {
      font-size: 0.8rem;
      color: #949494; }
  .vehicle .car-details {
    font-family: Noto-Sans;
    border-top: solid 1px #DCDCDC;
    border-bottom: none;
    padding: 10px; }
    .vehicle .car-details .detail-label {
      color: #888888; }
    .vehicle .car-details p {
      margin-bottom: 5px;
      font-size: 0.8rem; }
  .vehicle .car-location {
    border-bottom: solid 1px #cecece;
    padding: 10px; }
    .vehicle .car-location p {
      margin-bottom: 0;
      font-size: 0.8rem; }
  .vehicle .car-price {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px; }
    .vehicle .car-price .VAT-label {
      font-weight: 100;
      font-size: 12px;
      color: #949494; }
    .vehicle .car-price h4 {
      margin-bottom: 0;
      font-size: 20px; }
  .vehicle .car-CTA {
    margin-top: 10px;
    background-color: #fff;
    color: #111;
    text-align: center;
    border: solid 1px #666;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0; }
    .vehicle .car-CTA p {
      margin-bottom: 0;
      font-weight: 700;
      font-family: Noto-Sans;
      text-transform: uppercase; }

#detail-header {
  height: 400px;
  background-color: #000;
  color: #fff; }
  #detail-header h1 {
    font-family: McLaren-Bespoke;
    font-size: 3.4rem;
    font-weight: 100; }
  #detail-header h2 {
    font-family: Noto-Sans;
    font-size: 1.4rem;
    font-weight: 200; }

.card img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover; }

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

  #corporate-logo {
    width: 180px; }

  #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 img {
    max-height: 48px; }

  .card img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover; } }
@media only screen and (max-width: 767.88px) {
  #main-title-wrap h1 {
    font-size: 1.8rem; }
  #main-title-wrap h2 {
    font-size: 2.2rem; }

  .card img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover; } }
@media only screen and (max-width: 575.88px) {
  #detail-header {
    height: 200px; }
    #detail-header h2 {
      margin-top: 50px; }

  #make-logo {
    height: 80px; }

  #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: 70vw;
    max-height: 665px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff; }

  .card img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover; } }

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