.cupra {
  /* tile links - below the main offer image */
}
.cupra header .navbar-nav .nav-link span:hover {
  border-bottom-color: #d7122b !important;
}
.cupra header .navbar-nav .dropdown-menu a span:hover {
  border-bottom-color: #d7122b !important;
}
.cupra .btn-red {
  background-color: #d7122b;
  border-color: #d7122b;
  color: #fff;
}
.cupra .btn.btn-black:hover, .cupra .btn.btn-black:active {
  background-color: #d7122b;
  color: #fff;
  outline: none;
  border-color: #d7122b;
}
.cupra .bg-red {
  background-color: #d7122b !important;
}
.cupra .bg-dark-red {
  background-color: #8b0919 !important;
}
.cupra .bg-light-grey {
  background-color: #efefef !important;
}
.cupra .bg-dark-grey {
  background-color: #3c3c3c !important;
}
.cupra .bg-darker-grey {
  background-color: #1d1d1b !important;
}
.cupra #cw-reserve a:hover {
  color: #fff !important;
}
.cupra.servicing .advanced__textarea .red {
  color: #d7122b !important;
}
.cupra .tiles .bg-red {
  transition: all 0.3s ease-in-out;
}
.cupra .tiles .bg-red:hover {
  background-color: #fff !important;
}
.cupra .tiles .bg-red:hover a {
  color: #000 !important;
}
.cupra .tiles .bg-white {
  transition: all 0.3s ease-in-out;
}
.cupra .tiles .bg-white a {
  color: #000 !important;
}
.cupra .tiles .bg-white:hover {
  background-color: #000 !important;
}
.cupra .tiles .bg-white:hover a {
  color: #fff !important;
}
.cupra .tiles .bg-black:hover a, .cupra .tiles .bg-dark-grey:hover a {
  color: #d7122b !important;
}
.cupra .offer-details__grid-tiles {
  display: flex;
  background-image: url("https://bluesky.sirv.com/Websites/Sinclair%20Group/Seat/Images/Offers/Tiles/ibiza.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
}
.cupra .offer-details__grid-tiles a {
  height: 13rem;
  width: 50%;
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.3;
}
.cupra .offer-details__grid-tiles a:first-of-type {
  border-right: 10px solid #fff;
}
.cupra .offer-details__grid-tiles a:last-of-type {
  border-left: 10px solid #fff;
}
.cupra .offer-details__grid-tiles.cupra.born {
  background-image: url("https://bluesky.sirv.com/Websites/Sinclair%20Group/Seat/Images/Offers/Tiles/cupra-born.jpg");
}
.cupra .offer-details__grid-tiles.cupra.ateca {
  background-image: url("https://bluesky.sirv.com/Websites/Sinclair%20Group/Seat/Images/Offers/Tiles/cupra-ateca.jpg");
}
.cupra .offer-details__grid-tiles.cupra.formentor {
  background-image: url("https://bluesky.sirv.com/Websites/Sinclair%20Group/Seat/Images/Offers/Tiles/cupra-formentor.jpg");
}
.cupra .offer-details__grid-tiles.cupra.leon {
  background-image: url("https://bluesky.sirv.com/Websites/Sinclair%20Group/Seat/Images/Offers/Tiles/cupra-leon.jpg");
}
.cupra .offer-details__grid-tiles.cupra.leon.estate {
  background-image: url("https://bluesky.sirv.com/Websites/Sinclair%20Group/Seat/Images/Offers/Tiles/cupra-leon-estate.jpg");
}
.cupra .tiles-offers a {
  color: #000;
  display: block;
  position: relative;
  width: 100%;
}
.cupra .tiles-offers a .image-with-accreditation-wrapper {
  background-color: #1D1D1B;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.cupra .tiles-offers a .image-with-accreditation-wrapper img {
  transition: all 0.2s ease-in-out;
}
.cupra .tiles-offers a .image-with-accreditation-wrapper:hover {
  box-shadow: 0 0 200px 60px inset rgba(0, 0, 0, 0.7);
}
.cupra .tiles-offers a .image-with-accreditation-wrapper:hover img {
  opacity: 0.5;
}
.cupra .tiles-offers a .image-caption {
  transition: all 0.2s ease-in-out;
  top: 0;
  right: 0;
  bottom: inherit;
  left: 0;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  font-size: 1rem;
  opacity: 1;
  font-weight: 600;
  min-height: 95px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 60%;
  justify-content: center;
}
.cupra .tiles-offers a .read_more_hover {
  opacity: 0;
  margin: 0;
  font-weight: 500;
  max-width: 30%;
  width: 30%;
}
.cupra .tiles-offers a h6 {
  font-size: 1rem;
  letter-spacing: normal;
  font-weight: 500;
  align-self: center;
  width: 100%;
}
.cupra .tiles-offers a h5 {
  font-size: 1rem;
  letter-spacing: normal;
  font-weight: 500;
  align-self: flex-end;
  width: 100%;
  padding: 0 10px;
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  color: #fff;
}
.cupra .tiles-offers a:hover .image-caption {
  opacity: 1;
  background-color: #d7122b;
  color: #fff;
}
.cupra .tiles-offers a:hover .read_more_hover {
  opacity: 1;
  background-color: #d7122b;
  color: #fff;
  max-width: 30%;
  width: 30%;
}
.cupra .used__ctas a span {
  border-bottom: 3pt solid rgba(215, 18, 43, 0.5) !important;
}
.cupra .used__ctas a span:hover {
  border-bottom: 3pt solid #d7122b !important;
}
.cupra .used-pills .nav-link {
  border-bottom: 3pt solid rgba(215, 18, 43, 0.5) !important;
}
.cupra .used-pills .nav-link.active, .cupra .used-pills .nav-link:hover {
  border-bottom: 3pt solid #d7122b !important;
}
.cupra .cars .model {
  transition: all 0.3s ease-in-out;
}
.cupra .cars .model:nth-child(3n-2) {
  background-color: #d7122b;
}
.cupra .cars .model:nth-child(3n-2):hover {
  background-color: #fff !important;
}
.cupra .cars .model:nth-child(3n-2):hover h4 {
  color: #d7122b;
}
.cupra .cars .model:nth-child(3n-2):hover p {
  color: #d7122b;
  border-color: #d7122b;
}
.cupra .cars .model:nth-child(3n-1) {
  background-color: #efefef;
}
.cupra .cars .model:nth-child(3n-1):hover {
  background-color: #3c3c3c !important;
}
.cupra .cars .model:nth-child(3n-1):hover h4 {
  color: #fff;
}
.cupra .cars .model:nth-child(3n-1) h4 {
  color: #d7122b;
}
.cupra .cars .model:nth-child(3n-3) {
  background-color: #3c3c3c;
}
.cupra .cars .model:nth-child(3n-3):hover {
  background-color: #fff !important;
}
.cupra .cars .model:nth-child(3n-3):hover h4 {
  color: #d7122b;
}
.cupra .cars .model:nth-child(3n-3):hover p {
  color: #d7122b;
  border-color: #d7122b;
}
/* .cupra:not(.page_valuation) input#mileage {
  background-color: #fff !important;
  width: 100% !important;
  border: 1px solid #000 !important;
  padding: 0.625rem 0.9375rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
} */
.cupra .service-pills .nav-tabs .nav-item .nav-link:hover, .cupra .service-pills .nav-tabs .nav-item .nav-link.active {
  color: #fff !important;
  background-color: #8b0919 !important;
}
.cupra .new-car_hero a.underline-link.primary::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #d7122b;
}
.cupra .link-primary {
  color: #d7122b;
}

.cupra .offer-pills .nav-tabs .nav-item .nav-link {
  background-color: #000 !important;
  color: #fff !important;
  padding: 1.5rem !important;
  text-transform: uppercase;
  border: 0 !important;
}

.cupra .offer-pills .nav-tabs .nav-item .nav-link:hover, .cupra .offer-pills .nav-tabs .nav-item .nav-link.active {
  color: #000 !important;
  background-color: #efefef !important;
}