.totalPriceReplace {
    font-size: 15px !important;
    line-height: 15px;
    font-weight: 800 !important;
    margin-bottom: -10px;
    color: var(--theme-alt) !important;
    font-weight: 700;
}

.SRPCardDisclaimer {
    text-align: right !important;
}

.vehicle-info .VerticalPriceList #main-price {
    font-size: 0.975rem !important;
}

.slider-sidebar .price-list #PaymentContainer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.delivery-info #srpCardTotalPriceLabel {
    min-width: 60% !important;
    font-size: 18px !important;
}

.delivery-info #srpCardTotalPrice {
  color: green !important;
  font-size: 18px !important;
}

.slider-sidebar #sidebysideTotalPrice{
    color: green !important;
    font-size: 25px !important;
}
.pricing-section #CalculatedPrice {
    color: green !important;
}

#CTA-container .btn.ctaHighlightBorder {
  border: 2px solid var(--theme);
  background-color: var(--theme);
  color: white !important;
}