﻿html {
  scroll-behavior: smooth;
}

.bg-red {
  color: #fff !important;
  background-color: #C60000 !important;
}

.bg-blue {
  color: #fff !important;
  background-color: #001E50 !important;
}

.active .bg-red {
  color: #fff !important;
  background-color: #C60000 !important;
}
.active .bg-blue {
  color: #fff !important;
  background-color: #001E50 !important;
}

.homepage-small-countdown {
  height: 155px;
  width: 56px;
  margin-left: -4px;
  z-index: 1;
  position: relative;
  display: inline-block;
  align-items: center !important;
  justify-content: center !important;
  background-color: #FCD34D;
  padding-left: 2px;
  color: #000 !important;
  padding-right: 2px;
  padding-top: 20px;
  text-align: center !important;
  font-weight: 800 !important;
}

.hot-deals-banner-h1 {
  color: #fff !important;
  font-size: 38px;
}

#newVehicle .hot-deals-banner {
  max-width: 550px;
  padding: 10px 20px;
  position: absolute;
  font-size: 16px !important;
  left: 0;
  bottom: 30px;
  background-color: #C60000 !important;
}
#newVehicle .hot-deals-banner p {
  color: #fff !important;
}
#newVehicle .hot-deals-banner a {
  color: #fff;
  text-decoration: underline;
  line-height: 1.2;
}
@media (max-width: 992px) {
  #newVehicle .hot-deals-banner {
    max-width: none;
    width: 98%;
  }
}
#newVehicle .hot-deals-banner .hot-deals-banner-container {
  display: flex;
  flex-direction: column;
  color: #fff !important;
  font-size: 38px;
  width: 55%;
}
#newVehicle .hot-deals-banner .hot-deals-banner-container h3 {
  font-size: 30px;
}
#newVehicle .hot-deals-banner .hot-deals-img-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#newVehicle .hot-deals-banner .hot-deals-img-container img {
  position: relative;
  top: -30%;
}
@media (max-width: 992px) {
  #newVehicle .hot-deals-banner .hot-deals-img-container img {
    top: -70px;
  }
}
#newVehicle .moi-deals-banner {
  display: flex;
  flex-direction: row;
}
#newVehicle .moi-deals-banner .deals-description__container {
  display: flex;
  flex-direction: row;
}

.moi-deals-banner {
  background-color: #001E50;
  padding: 2% 5% 2% 5%;
}
.moi-deals-banner .deals-description__container {
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .moi-deals-banner .deals-description__container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.moi-deals-banner .deals-description__container .deals-description__img {
  width: 50%;
}
@media (max-width: 992px) {
  .moi-deals-banner .deals-description__container .deals-description__img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .moi-deals-banner .deals-description__container .deals-description__img img {
    width: 100%;
  }
}
.moi-deals-banner .deals-description__container .deals-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 992px) {
  .moi-deals-banner .deals-description__container .deals-description {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.moi-deals-banner .deals-description__container .deals-description p {
  color: #fff;
}
.moi-deals-banner .deals-description__container .deals-description .deals-title p {
  color: #fff;
}
.moi-deals-banner .deals-description__container .deals-description .deals-title h3 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.moi-deals-banner .deals-description__container .deals-description .deals-btn__container {
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .moi-deals-banner .deals-description__container .deals-description .deals-btn__container {
    flex-direction: column;
  }
}
.moi-deals-banner .deals-description__container .deals-description .deals-btn__container .deals-btn {
  background-color: #fff;
  padding: 5%;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  width: 49%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  line-height: 2.5rem;
}
@media (max-width: 992px) {
  .moi-deals-banner .deals-description__container .deals-description .deals-btn__container .deals-btn {
    padding: 8% 3%;
    margin-bottom: 1%;
    width: 100%;
  }
}
.moi-deals-banner .deals-description__container .deals-description .deals-btn__container .deals-btn span {
  font-weight: bold;
}
.moi-deals-banner .deals-description__container .deals-description .deals-btn__container .deals-btn strong {
  text-align: center;
  display: block;
  font-size: 4rem;
  margin: -5px 0 -20px 0;
}
.moi-deals-banner .deals-description__container .deals-description a {
  display: block;
  width: 100%;
  text-align: right;
}
.moi-deals-banner .deals-description__container .deals-description .deals-learn {
  color: #fff;
  text-decoration: underline;
  text-align: right;
  width: 90%;
  margin-top: 15px;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .moi-deals-banner .deals-description__container .deals-description .deals-learn {
    margin-left: 0;
    text-align: center;
    font-size: 3rem;
  }
}
.moi-deals-banner .deals-description__container > * {
  width: 50%;
}

#hotDeals {
  overflow-x: hidden !important;
  padding: 30px 0px;
}
#hotDeals .hot-deals-h1 {
  font-size: 36px;
}
#hotDeals .hot-deals-h2 {
  font-size: 18px;
  font-weight: 100;
}
#hotDeals .owl-carousel .owl-nav .owl-prev,
#hotDeals .owl-carousel .owl-nav .owl-next,
#hotDeals .owl-carousel .owl-dot {
  border: 2px solid #707070;
  width: 40px;
}
#hotDeals .owl-carousel .owl-nav .owl-prev {
  font-size: 25px;
  font-weight: 600;
}
#hotDeals .owl-carousel .owl-nav .owl-next {
  font-size: 25px;
  font-weight: 600;
}
#hotDeals .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #707070;
  text-decoration: none;
}
    #hotDeals .item {
        margin: 5px;
        padding: 8px;
        border-right: 2px solid #eee !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
#hotDeals .item p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  margin-top: 15px;
}
#hotDeals .item .btn {
  width: 100%;
}
#hotDeals .item:last-child {
  border: 0;
}
#hotDeals .item .item-title {
  text-transform: uppercase;
  font-size: 18px;
}
#hotDeals .item .min-ht-lg {
  min-height: 430px;
}
#hotDeals .item .item-logo {
  float: right;
  height: 40px;
  width: auto;
}
#hotDeals .item .item-img {
  margin-bottom: 10px;
}
#hotDeals .item li {
  color: #000;
  font-size: 16px;
}
#hotDeals .item .txt-sm {
  line-height: 1.2;
  margin-top: 10px;
  font-size: 12px;
}
#hotDeals .item .disclaimer {
  font-size: 12px;
}
#hotDeals .owl-stage, #hotDeals .owl-item {
  display: flex;
}
#hotDeals .owl-item {
  max-width: 100vw; /* owl carousel js sets width inline, need to set max and min for mobile */
  min-width: 100vw;
}

@media (min-width: 576px) {
  #hotDeals .item {
    width: 400px;
  }

    #hotDeals .owl-item {
        max-width: auto;
        min-width: auto;
    }

  #hotDeals .item .btn {
    width: auto;
  }
}

.footer-disclaimer {
  background-color: #284f83;
}
.footer-disclaimer p {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

/* Accessibility */
a.skip-to-content-link {
  position: absolute;
  z-index: 0;
}

a.skip-to-content-link:focus {
  z-index: 1040; /* greater than navbar */
}