#cta-custom a:hover {
  text-decoration: none;
}
@media (max-width: 1000px) {
  #cta-custom .col-sm-4:nth-child(2) {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #cta-custom .col-sm-4:nth-child(2) {
    width: 100%;
  }
}
#page-home #cta-custom h2 {
  font-family: 'Lato', sans-serif;
  font-size: 23.7pt;
  font-weight: 300;
  color: #252525;
  text-align: center;
  margin-bottom: 8px;
  line-height: 30pt;
  padding-left: 0;
}
#page-home #cta-custom h2 span {
  display: block;
}
#page-home #cta-custom h2::before,
#page-home #cta-custom h2::after {
  display: none;
}
@media (max-width: 767px) {
  #page-home #cta-custom h2 {
    font-weight: 300;
  }
}
#cta-custom p,
#cta-custom div.mb-cta {
  margin-bottom: 25px;
}
#cta-custom p {
  font-family: 'Lato', sans-serif;
  font-size: 13pt;
  font-weight: 300;
  color: #252525;
  text-align: center;
  margin: 0 auto 25px auto;
}
#cta-custom .mb-cta {
  font-family: 'Lato', sans-serif;
  font-size: 13pt;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: #176db7;
  margin: 0 auto;
  font-size: 14pt;
  width: 75%;
}
#cta-custom .mb-cta:hover,
#cta-custom .mb-cta:active {
  background-color: #1e88e3;
}
#cta-custom .car-wrapper {
  padding: 15px;
  position: relative;
}
#cta-custom .mb-car-image {
  background: url("https://cdn.revolutionparts.io/12914bc75ee649c13140dac7e9344588/design/mercedes-car.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 56.25%;
}
@media (max-width: 1000px) {
  #cta-custom .mb-car-image {
    display: none;
    width: 0;
  }
}
#cta-custom .mb-car-image:hover {
  opacity: .7;
}
#cta-custom .bmw-car-image {
  background: url("https://cdn.revolutionparts.io/12914bc75ee649c13140dac7e9344588/design/bmw-car.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 63.25%;
}
@media (max-width: 1000px) {
  #cta-custom .bmw-car-image {
    display: none;
    width: 0;
  }
}
#cta-custom .bmw-car-image:hover {
  opacity: .7;
}
#featured-custom .product-wrapper-link {
   height: 360px;
}

/* KT-4418: Papago Theme fix */
.header-right-wrap .main-nav { margin: 0; }

.page-subheader-component h1, .page-subheader-component h2 { font-size: 23px; }
}
.promotional-banner-wrap {
    background-color: #ea2b2b!important;
}

.promotional-banner-text {
    color: #f10000;
    font-size: 20px!important;
    text-shadow: 2px 2px 2px #ffffff;
}
.payment-message-display {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}