#car-row-custom .model-wrap {
  justify-content: space-between;
  flex-wrap: nowrap;
}
#featured-custom .product-wrapper-link {
   height: 360px;
}
.tall-list li:nth-child(2) {
    color: yellow;
}




.promotional-banner-wrap {
background-color: red !important;
}
.promotional-banner-text {
 color: white;
 font-size: 18px !important;
}
.promotional-banner-link {
 color: white !important;
}
.vehicle-picker-module .browse_catalog:hover, .vehicle-picker-module .vpicker-submit:hover {
  background-color: #1e88e3;
}
.featured-products-module .product-wrapper-link .product-details-link {
  background-color: #176DB7;
  color: #fff;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}