﻿#ExclusiveOffers .positive {
    background-color: transparent !important;
}
#ExclusiveOffers .standalone-calc-cta-actual-class .FooterSection .sans-legal {
    padding-bottom: 10px;
}
#ExclusiveOffers .VariantSelectSection .vehicleImage,
#ExclusiveOffers .VariantSelectSection .vehicleName,
#ExclusiveOffers .cal-price {
    display: none;
}
#ExclusiveOffers .vehicleImage  {
    border-radius: 5px;
}
.auto #ExclusiveOffers .standalone-calculator {
    display: none;
    margin: 40px auto 0;
}
.auto .standalone-calc-cta-actual-class .VariantSelectSection {
    width: 100%;
    text-align: center;
}
.auto .standalone-calc-cta-actual-class #CalculatorSectionSelect {
    margin: 0px auto;
}

.auto .standalone-calc-cta-actual-class.has-selected .VariantSelectSection {
    width: 40%;
    text-align: left;
}
.auto .standalone-calc-cta-actual-class.has-selected #CalculatorSectionSelect {
    margin: 40px 0 0;
}

.standalone-calc-cta-actual-class .offer-expiry-date {
    white-space: nowrap;
}
.standalone-calc-cta-actual-class .CalculatorItem .number-select {
    max-width: 18%;
}
.fr .MonthlyPaymentDisplay, .fr .InterestRateDisplay {
    padding: 0px 3% !important;
}
    .auto .standalone-calculator .form-control { max-height: 40px; }

@media(max-width: 1100px) {
    .auto .standalone-calculator .auto-switch {
        text-align: center;
        width: 100%;
    }
    .auto .standalone-calculator > div {
        padding: 0px 0px !important;
    }
    [id ^= StandAloneCalculator] .due-on-sign.sans-legal {
        margin: 20px auto 30px;
        text-align: center;
    }
    .standalone-calc-cta-actual-class .offer-expiry-date {
        bottom: 2px;
    }
    #ExclusiveOffers h2 {
        text-align: center;
    }
    .auto .standalone-calc-cta-actual-class.has-selected .VariantSelectSection,
    .standalone-calc-cta-actual-class .CalculationsSection {
        width: 100% !important;
    }
    .auto .standalone-calc-cta-actual-class.has-selected #CalculatorSectionSelect {
        margin: 40px auto 50px !important;
    }
    .CalculationsSection .calcArea {
        max-width: 800px;
    }
}

#ExclusiveOffers {
    margin: 60px 0 60px 0;
}
    #ExclusiveOffers > h1 {
        text-align: center;
    }
        #ExclusiveOffers > h1 span {
            position: relative;
            display: inline-block;
            z-index: 1;
        }
        #ExclusiveOffers > h1 span:after {
            content: ' ';
            position: absolute;
            z-index: -1;
            left: -10px;
            bottom: -10%;
            width: calc(100% + 20px);
            height: 50%;
            background: #CED54B;
        }
    .exclusive-offers__inner {
        background: #0000000D;
        padding: 50px 20px;
        max-width: 1350px;
        margin: 0px auto;
    }
    #ExclusiveOffers .exclusive-offer-card {
        background: #fff;
    }
    .exclusive-offers-title {
        text-align: center;
        margin: 0px auto 40px !important;
    }

#ExclusiveOffers h2 {
    margin-bottom: 30px;
}

#ExclusiveOffers .exclusive-offer-body {
    text-align: center;
    margin: 0 auto;
    max-width: 840px;
    margin-bottom: 40px;
}

#ExclusiveOffers .exclusive-offer-cards {
    display: flex;
    justify-content: space-between;
    max-width: 580px;
    width: 100%;
    margin: 0px auto;
}

    #ExclusiveOffers .exclusive-offer-card {
        cursor: pointer;
        position: relative;
        max-width: 260px;
        width: 100%;
        padding: 15px 15px;
        border: 1px solid #D6D6D6;
    }
        #ExclusiveOffers .exclusive-offer-card:before {
            content: 'OPTION';
            position: absolute;
            top: -38px;
            left: 50%;
            transform: translateX(-50%);
            width: 200px;
            height: 20px;
            font-family: "mini_serif-bold", serif;
            font-size: 20px;
            text-align: center;
        }
        #ExclusiveOffers .exclusive-offer-card:nth-child(1):before { content: 'OPTION 1'; }
        #ExclusiveOffers .exclusive-offer-card:nth-child(2):before { content: 'OPTION 2'; }
        #ExclusiveOffers .exclusive-offer-card:nth-child(3):before { content: 'OPTION 3'; }

        #ExclusiveOffers .exclusive-or {
            position: absolute;
            top: 50%;
            right: -60px;
            transform: translateY(-50%);
            font-size: 16px;
            width: 60px;
            text-align: center;
        }
        #ExclusiveOffers .exclusive-offer-card:last-child .exclusive-or { display: none; }

        #ExclusiveOffers .exclusive-offer-card.active:after,
        #ExclusiveOffers .exclusive-offer-card:hover:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            border: 5px solid #000;
        }

#ExclusiveOffers .exclusive-offer-card-inner {
    position: relative;
}

#ExclusiveOffers .exclusive-offer-card-top, .exclusive-offer-card-middle, .exclusive-offer-card-bottom {
    position: relative;
    width: 100%;
    text-align: center;
}

#ExclusiveOffers .exclusive-offer-card-middle {
    margin: 5px auto 12px;
}

#ExclusiveOffers .exclusive-offer-card-middle h1 {
    margin: 0 auto;
    white-space: nowrap;
}

#ExclusiveOffers .exclusive-offer-card-middle h1 span {
    font-size: 0.7em;
}

#ExclusiveOffers .exclusive-offer-card-bottom {
    margin-top: 10px;
}

#ExclusiveOffers .exclusive-offer-card-bottom-inner {
    position: relative;
    display: inline-block;
}

#ExclusiveOffers .exclusive-offer-card-bottom h4 {
    padding-left: 1px;
    float: left;
    margin: 0;
    line-height: 21px;
}

#ExclusiveOffers .exclusive-offer-card-bottom .auto-modal-trigger {
    float: left;
    margin-top: -1px !important;
}

#ExclusiveOffers .exclusive-offer-card-text {
    width: 100%;
    text-align: center;
}

#ExclusiveOffers .exclusive-offer-card-text {
    position: relative;
    z-index: 2;
    background: #fff;
    margin: 0 auto;
    padding: 0 15px;
    font-family: "mini_sans-medium", "arial", sans-serif;
    font-size: 16px;
}

        #ExclusiveOffers .pos-rel {
            position: relative;
            max-width: 1000px;
            margin: 0px auto;
        }

    #ExclusiveOffers .legal-trigger {
        position: absolute;
        top: 0px;
        right: 15%;
        margin-left: 10px;
    }
    #ExclusiveOffers .legal-life-trigger {
        z-index: 1;
        position: absolute;
        top: 0px;
        right: 0;
    }

    #ExclusiveOffers .exclusive-offer-expiry {
        text-align: center;
        margin: 0px auto 70px;
        display: block;
    }

    #ExclusiveOffers .exclusive-offer-disclaimer {
        text-align: center;
        margin-top: 30px;
    }

/* legal modal start */
.auto .auto-loyalty-offers-legal-modal p {
    font-family: "mini_sans-medium", "arial", sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}
/* legal modal end */

@media(max-width: 910px) {
    #ExclusiveOffers .exclusive-offer-body {
        padding: 0 10px;
    }
    #ExclusiveOffers .legal-trigger {
        margin-left: calc(50% - 11px);
        position: relative;
        right: 0;
        top: 10px;
    }
}
