























































/*<style>*/

[data-theme-style~="accordion_picto_fontColor"]:before {
color: #000000;
}

[data-theme-style~="accordion_title_fontColor"]:hover,
[data-theme-style~="accordion_title_fontColor"]:focus,
[data-theme-style~="accordion_title_fontColor"]:active,
[data-theme-style~="accordion_title_fontColor"] {
color: #999999;
}

[data-theme-style~="accordion_content_fontColor"] a {
color: #000000;
}

[data-theme-style~="accordion_content_fontColor"].is-active a {
color: #00adef;
}

[data-theme-style~="accordion_borderColor"] {
border-color: #000000;
}

/*</style>*/











/*<style>*/
    [data-theme-style~="address_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="address_link_fontColor"] {
        color: #999999;
    }

    [data-theme-style~="address_link_fontColor_hover"]:hover {
        color: #ffffff;
    }
[data-theme-style~="mobile__menuAddress"]{
color: #000000;
}

[data-theme-style~="mobile__menuAddress"]:hover{
color: #000000;
}


/*</style>*/




































































































/*<style>*/

    .btnLightPrimaryFilled,
    .btnLightPrimaryFilledSmall {
        color:#ffffff;
        border-color:#000000;
        background-color: #00ADEF;
        background-image: -moz-linear-gradient(-90deg, #00adef 0%, #0887BE 100%);
        background-image: -webkit-linear-gradient(-90deg, #00adef 0%, #0887BE 100%);
        background-image: -ms-linear-gradient(-90deg, #00adef 0%, #0887BE 100%);
    }

    .btnLightPrimaryFilled:hover,
    .btnLightPrimaryFilled:focus,
    .btnLightPrimaryFilled:active,
    .btnLightPrimaryFilledSmall:hover,
    .btnLightPrimaryFilledSmall:focus,
    .btnLightPrimaryFilledSmall:active {
        color:#ffffff;
        border-color:#000000;
        background-color: #00ADEF;
        background-image: -moz-linear-gradient(-90deg, #0887BE 0%, #066EA4 100%);
        background-image: -webkit-linear-gradient(-90deg, #0887BE 0%, #066EA4 100%);
        background-image: -ms-linear-gradient(-90deg, #0887BE 0%, #066EA4 100%);
    }


    .btnDarkPrimaryFilled,
    .btnDarkPrimaryFilledSmall {
        color:#ffffff;
        border-color:#666666;
        background-color: #000000;
        background-image: -moz-linear-gradient(-90deg, #000000 0%, #333333 100%);
        background-image: -webkit-linear-gradient(-90deg, #000000 0%, #333333 100%);
        background-image: -ms-linear-gradient(-90deg, #000000 0%, #333333 100%);
    }

    .btnDarkPrimaryFilled:hover,
    .btnDarkPrimaryFilled:focus,
    .btnDarkPrimaryFilled:active,
    .btnDarkPrimaryFilledSmall:hover,
    .btnDarkPrimaryFilledSmall:focus,
    .btnDarkPrimaryFilledSmall:active {
        color:#ffffff;
        border-color:#333333;
        background-color: #000000;
        background-image: -moz-linear-gradient(-90deg, #000000 0%, #000000 100%);
        background-image: -webkit-linear-gradient(-90deg, #000000 0%, #000000 100%);
        background-image: -ms-linear-gradient(-90deg, #000000 0%, #000000 100%);
    }


    .btnLightPrimaryOutlined,
    .btnLightPrimaryOutlinedSmall {
        color:#000000;
        border-color:#000000;
    }

    .btnLightPrimaryOutlined:hover,
    .btnLightPrimaryOutlined:focus,
    .btnLightPrimaryOutlined:active,
    .btnLightPrimaryOutlinedSmall:hover,
    .btnLightPrimaryOutlinedSmall:focus,
    .btnLightPrimaryOutlinedSmall:active {
        color:#ffffff;
        border-color:#000000;
        background-color: #000000;
    }


    .btnDarkPrimaryOutlined,
    .btnDarkPrimaryOutlinedSmall {
        color:#000000;
        border-color:#000000;
    }

    .btnDarkPrimaryOutlined:hover,
    .btnDarkPrimaryOutlined:focus,
    .btnDarkPrimaryOutlined:active,
    .btnDarkPrimaryOutlinedSmall:hover,
    .btnDarkPrimaryOutlinedSmall:focus,
    .btnDarkPrimaryOutlinedSmall:active {
        color:#ffffff;
        border-color:#000000;
        background-color: #000000;
    }


    .btnLightSecondaryFilled,
    .btnLightSecondaryFilledSmall {
        color:#ffffff;
        border-color:#333333;
        background-color: #666666;
        background-image: -moz-linear-gradient(-90deg, #737373 0%, #5A5A5A 100%);
        background-image: -webkit-linear-gradient(-90deg, #737373 0%, #5A5A5A 100%);
        background-image: -ms-linear-gradient(-90deg, #737373 0%, #5A5A5A 100%);
    }

    .btnLightSecondaryFilled:hover,
    .btnLightSecondaryFilled:focus,
    .btnLightSecondaryFilled:active,
    .btnLightSecondaryFilledSmall:hover,
    .btnLightSecondaryFilledSmall:focus,
    .btnLightSecondaryFilledSmall:active {
        color:#ffffff;
        border-color:#000000;
        background-color: #000000;
        background-image: -moz-linear-gradient(-90deg, #4B4B4B 0%, #3B3B3B 100%);
        background-image: -webkit-linear-gradient(-90deg, #4B4B4B 0%, #3B3B3B 100%);
        background-image: -ms-linear-gradient(-90deg, #4B4B4B 0%, #3B3B3B 100%);
    }


    .btnDarkSecondaryFilled,
    .btnDarkSecondaryFilledSmall {
        color:#ffffff;
        border-color:#ffffff;
        background-color: #666666;
    }

    .btnDarkSecondaryFilled:hover,
    .btnDarkSecondaryFilled:focus,
    .btnDarkSecondaryFilled:active,
    .btnDarkSecondaryFilledSmall:hover,
    .btnDarkSecondaryFilledSmall:focus,
    .btnDarkSecondaryFilledSmall:active {
        color:#ffffff;
        border-color:#000000;
        background-color: #333333;
    }


    .btnLightSecondaryOutlined,
    .btnLightSecondaryOutlinedSmall {
        color:#666666;
        border-color:#666666;
    }

    .btnLightSecondaryOutlined:hover,
    .btnLightSecondaryOutlined:focus,
    .btnLightSecondaryOutlined:active,
    .btnLightSecondaryOutlinedSmall:hover,
    .btnLightSecondaryOutlinedSmall:focus,
    .btnLightSecondaryOutlinedSmall:active {
        color:#ffffff;
        border-color:#333333;
        background-color: #333333;
    }


    .btnDarkSecondaryOutlined,
    .btnDarkSecondaryOutlinedSmall {
        color:#ffffff;
        border-color:#ffffff;
    }

    .btnDarkSecondaryOutlined:hover,
    .btnDarkSecondaryOutlined:focus,
    .btnDarkSecondaryOutlined:active,
    .btnDarkSecondaryOutlinedSmall:hover,
    .btnDarkSecondaryOutlinedSmall:focus,
    .btnDarkSecondaryOutlinedSmall:active {
        color:#999999;
        border-color:#ffffff;
        background-color: #ffffff;

    }


    .btnLightSpecificMakeFilled,
    .btnLightSpecificMakeFilledSmall {
        color:#ffffff;
        border-color:#ffffff;
        background-color: #00adef;
        background-image: -moz-linear-gradient(-90deg, #00adef 0%, #00ADEF 100%);
        background-image: -webkit-linear-gradient(-90deg, #00adef 0%, #00ADEF 100%);
        background-image: -ms-linear-gradient(-90deg, #00adef 0%, #00ADEF 100%);
    }

    .btnLightSpecificMakeFilled:hover,
    .btnLightSpecificMakeFilled:focus,
    .btnLightSpecificMakeFilled:active,
    .btnLightSpecificMakeFilledSmall:hover,
    .btnLightSpecificMakeFilledSmall:focus,
    .btnLightSpecificMakeFilledSmall:active {
        color:#ffffff;
        border-color:#ffffff;
        background-color: #000000;
        background-image: -moz-linear-gradient(-90deg, #000000 0%, #000000 100%);
        background-image: -webkit-linear-gradient(-90deg, #000000 0%, #000000 100%);
        background-image: -ms-linear-gradient(-90deg, #000000 0%, #000000 100%);
    }


    .btnDarkSpecificMakeFilled,
    .btnDarkSpecificMakeFilledSmall {
        color:#ffffff;
        border-color:#ffffff;
        background-color: #000000;
        background-image: -moz-linear-gradient(-90deg, #000000 0%, #000000 100%);
        background-image: -webkit-linear-gradient(-90deg, #000000 0%, #000000 100%);
        background-image: -ms-linear-gradient(-90deg, #000000 0%, #000000 100%);
    }

    .btnDarkSpecificMakeFilled:hover,
    .btnDarkSpecificMakeFilled:focus,
    .btnDarkSpecificMakeFilled:active,
    .btnDarkSpecificMakeFilledSmall:hover,
    .btnDarkSpecificMakeFilledSmall:focus,
    .btnDarkSpecificMakeFilledSmall:active {
        color:#ffffff;
        border-color:#ffffff;
        background-color: #000000;
        background-image: -moz-linear-gradient(-90deg, #000000 0%, #000000 100%);
        background-image: -webkit-linear-gradient(-90deg, #000000 0%, #000000 100%);
        background-image: -ms-linear-gradient(-90deg, #000000 0%, #000000 100%);
    }


/*</style>*/










/*<style>*/

    [data-theme-style~="bannerContact_fontColor"] {
        color: #ffffff;
    }

    .bannerContact_button {
        content:'btnLightPrimaryFilled'
    }

    [data-theme-style~="bannerFaq_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="bannerFaq_bgGradient"]{
        background: #000000; /* Old browsers */
        background: -moz-linear-gradient(180deg, #000000 0%, #666666 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(180deg, #000000 0%, #666666 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(180deg, #000000 0%, #666666 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#666666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

/*</style>*/

















/*<style>*/
    [data-theme-style~="contact_popUp_adresse_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="contact_popUp_adresse_fontColor_hover"]:hover {
    color: #999999;
    }

    [data-theme-style~="contact_popUp_phoneNumber_telColor"] {
    color: #000000;
    }

    [data-theme-style~="contact_popUp_phoneNumber_telColor_hover"]:hover {
    color: #999999;
    }

    [data-theme-style~="contact_popUp_phoneNumber_labelColor"] {
    color: #000000;
    }

    .popup__wrapper--mobile .modal__content::-webkit-scrollbar-thumb {
    background-color:#999999;
    }


    .popupWindowCta1_button { content:'btnLightPrimaryFilled' }
    .popupWindowCta2_button { content:'btnLightPrimaryOutlined' }

/*</style>*/











/*<style>*/
[data-theme-style~="careerCardAlpha_header_bgColor"] {
    background-color: #999999;
}
[data-theme-style~="careerCardAlpha_header_Color"] {
    color: #ffffff;
}

.career_form_btn {
    content: 'btnLightPrimaryFilledSmall';
}

/*</style>*/












/*<style>*/
    [data-theme-style~="reviewCardAnimate_bgColor"] {
        background-color: rgba(255,255,255,0.8);
    }
    [data-theme-style~="reviewCardAnimate_borderColor"] {
        border-color: transparent;
    }
    [data-theme-style~="reviewCardAnimate_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="reviewCardAnimate_bgColor"]:hover {
        background-color: #ffffff;
    }
    [data-theme-style~="reviewCardAnimate_borderColor"]:hover {
        border-color: #00ADEF;
    }
    [data-theme-style~="reviewCardAnimate_fontColor"]:hover {
        color: #000000;
    }
/*</style>*/


/*<style>*/

    [data-theme-style~="reviewCardLandscape_fontColor"] {
        color: #000000;
    }

/*</style>*/


/*<style>*/
    [data-theme-style~="reviewCard_picto_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="reviewCard_stars_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="reviewCard_emptyStars_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="reviewCard_boxShadowColor"] {
        box-shadow: 0 3px 6px #000000;
    }

    [data-theme-style~="reviewCard_bgColor"] {
        background-color: #ffffff;
    }


/*</style>*/















/*<style>*/

[data-theme-style~="breadcrumbPrimary_fontColor"]{
    color: #000000 !important;
}

[data-theme-style~="breadcrumbPrimary_fontColor"]:hover{
    color: #000000;
}

[data-theme-style~="breadcrumbPrimary_fontColor_active"]{
    color: #00ADEF;
}


[data-theme-style~="breadcrumbSecondary_fontColor"]{
    color: #999999;
}

[data-theme-style~="breadcrumbSecondary_fontColor"]:hover{
    color: #000000;
}

[data-theme-style~="breadcrumbSecondary_fontColor_active"]{
    color: #00ADEF;
}

/*</style>*/








/*<style>*/
    [data-theme-style~="businessHoursCard_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="businessHoursCard_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="businessHoursCard_borderColor"] {
        border-color: #000000;
    }

/*</style>*/




















/*<style>*/
    [data-theme-style~="depHoursInfos_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="depHoursInfos_dealerNameColor"] {
        color: #000000;
    }

    [data-theme-style~="depHoursInfos_departmentIconColor"] {
        color: #000000;
    }

    [data-theme-style~="depHoursInfos_departmentNameColor"] {
        color: #000000;
    }

    [data-theme-style~="depHoursInfos_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="depHoursInfos_closedColor"] {
        color: #000000;
    }

    [data-theme-style~="depHoursInfos_openColor"] {
        color: #000000;
    }

    [data-theme-style~="depHoursInfos_phoneIconColor"] {
        color: #000000;
    }

    [data-theme-style~="depHoursInfos_phoneTextColor"] {
        color: #000000;
    }
/*</style>*/













/*<style>*/
    
    [data-theme-style~="cardBusinessHours_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="cardBusinessHours_borderColor"] {
        border-color: #000000;
    }

    [data-theme-style~="cardBusinessHours_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="cardBusinessHours_picto_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="cardBusinessHours_title_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="cardBusinessHours_separator_borderColor"] {
        border-color: #000000;
    }

/*</style>*/








/*<style>*/
    [data-theme-style~="viewSwitch_360"] {
        color: #000000;
    }

    .view-360__button-icon:before,
    .view-360__button-icon:hover,
    .view-360__button-icon:active p {
        color: #000000;
    }

    [data-theme-style~="virtual-tour-360"] {
        background-color: #ffffff;
    }
/*</style>*/




/*<style>*/


    [data-theme-style~="catalogVerticalCard_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="catalogVerticalCard_borderColor"] {
        border-color: #dadada;
    }

/*</style>*/






/*<style>*/

    .catalogCard_button {
        content: 'btnLightPrimaryFilled';
    }

/*</style>*/







/*<style>*/
[data-theme-style~="showroomRebate_picto_fontColor"] {
color:#ffffff;
}

[data-theme-style~="showroomRebate_picto_bgColor"] {
background-color:#000000;
}

[data-theme-style~="showroomRebate_label_fontColor"] {
color:#000000;
}

[data-theme-style~="showroomRebate_label_bgColor"] {
background-color:#ffffff;
}

[data-theme-style~="showroomRebate_price_fontColor"] {
color:#000000;
}

[data-theme-style~="showroomRebate_price_bgColor"] {
background-color:#ffffff;
}

[data-theme-style~="showroomRebate_label_vdp_fontColor"] {
color:#000000;
}

[data-theme-style~="showroomRebate_label_vdp_bgColor"] {
background-color:#ffffff;
}

[data-theme-style~="showroomRebate_price_vdp_fontColor"] {
color:#000000;
}

[data-theme-style~="showroomRebate_price_vdp_bgColor"] {
background-color:#ffffff;
}

[data-theme-style~="vehicleCashPurchase_sellingPrice_fontColor"] {
color:#00ADEF;
}
[data-theme-style~="vehicleCashPurchase_sellingPriceAsterisk_fontColor"] {
color:#00ADEF;
}
[data-theme-style~="vehicleCashPurchase_sellingPriceDisclaimer_fontColor"] {
color:#666666;
}
/*</style>*/

<div class="coordinates-card-alpha " data-theme-style="coordinatesCardAlpha">
    <div class="coordinates-card-alpha__img-wrapper" data-theme-style="coordinatesCardAlpha_image"></div>

    <div class="coordinates-card-alpha__content-wrapper">
        <div class="coordinates-card-alpha__address-wrapper">
            <svg class="coordinates-card-alpha__icon icon icon-pin-outlined" data-theme-style="coordinatesCardAlpha_iconColor"  role="none" aria-label="presentation" >
        <title>icon-pin-outlined</title>
        <use xlink:href="#icon-pin-outlined"></use>
    </svg>
<address class="address " data-theme-style="" >
    <a href="http://maps.google.com/?q=Mercedes-Benz+de+Sherbrooke+4787+boul.+Bourque+J1N+2G6+QC+Sherbrooke" class="address__link" data-theme-style="address_link_fontColor address_link_fontColor_hover" target="_blank" aria-labelledby="address-">
        <span class="accessibility-hidden" id="address-">Addresse - nouvelle fenetre</span>
        <span class="address__address">
                4787 boul. Bourque,</span>
        <span class="address__city">
                Sherbrooke,</span>
        <span class="address__province">
                Québec,</span>
        <span class="address__postal-code">
                J1N 2G6</span>
        <svg class="address__icon-external icon icon-link-external" data-theme-style=""  role="none" aria-label="presentation" >
        <title>icon-link-external</title>
        <use xlink:href="#icon-link-external"></use>
    </svg>
</a>
</address>
</div>
        <section class="phone-number coordinates-card-alpha__phone-wrapper">
    <div class="phone-number-department ">
        <span class=" phone-number-department__name phone-number-department--ponctuation" data-theme-style="phoneNumber_labelColor">
                Carrosserie</span>
        <a href="tel:1-819-564-2211"
           data-theme-style="phoneNumber_telColor phoneNumber_telColor_hover"
           class=" shiftdigital-event phone-number-department__phone"
           data-shiftdigital-event="clickToCall"
           data-shiftdigital-title="Autres"
           data-shiftdigital-url="tel:1-819-564-2211">
                1-819-564-2211</a>

        </div>
<div class="phone-number-department ">
        <span class=" phone-number-department__name phone-number-department--ponctuation" data-theme-style="phoneNumber_labelColor">
                Ventes</span>
        <a href="tel:1-819-564-2211"
           data-theme-style="phoneNumber_telColor phoneNumber_telColor_hover"
           class=" shiftdigital-event phone-number-department__phone"
           data-shiftdigital-event="clickToCall"
           data-shiftdigital-title="Autres"
           data-shiftdigital-url="tel:1-819-564-2211">
                1-819-564-2211</a>

        </div>
<div class="phone-number-department ">
        <span class=" phone-number-department__name phone-number-department--ponctuation" data-theme-style="phoneNumber_labelColor">
                Service</span>
        <a href="tel:1-819-564-2211"
           data-theme-style="phoneNumber_telColor phoneNumber_telColor_hover"
           class=" shiftdigital-event phone-number-department__phone"
           data-shiftdigital-event="clickToCall"
           data-shiftdigital-title="Autres"
           data-shiftdigital-url="tel:1-819-564-2211">
                1-819-564-2211</a>

        </div>
</section>
</div>
</div>




/*<style>*/

    [data-theme-style~="widgetCountdown_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="widgetCountdown_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="widgetCountdown_borderColor"] {
        border-color: #000000;
    }

    [data-theme-style~="widgetCountdown_title_fontColor"] {
        color: #ffffff;
        background-color: #000000;
    }

    [data-theme-style~="widgetCountdown_number_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="widgetCountdown_label_fontColor"] {
        color: #000000;
    }

/*</style>*/






/*<style>*/
    [data-theme-style~="divider_borderColor"] {
        border-color: #666666;
    }
/*</style>*/


























/*<style>*/
    [data-theme-style~="dropdownLink_button_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="dropdownLink_button_borderColor"] {
        border-color: #000000;
    }

    [data-theme-style~="dropdownLink_button_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="dropdownLink_list_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="dropdownLink_listItem_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="dropdownLink_listItem_bgColor_hover"]:hover,
    [data-theme-style~="dropdownLink_listItem_bgColor_hover"]:active,
    [data-theme-style~="dropdownLink_listItem_bgColor_hover"]:focus {
        background-color: #000000;
    }

    [data-theme-style~="dropdownLink_listItem_fontColor_hover"]:hover,
    [data-theme-style~="dropdownLink_listItem_fontColor_hover"]:active,
    [data-theme-style~="dropdownLink_listItem_fontColor_hover"]:focus {
        color: #000000;
    }
/*</style>*/


/*<style>*/

    [data-theme-style~="formInput_dropdown_borderColor"] {
        border-color: #999999;
    }

    [data-theme-style~="formInput_dropdown_fontColor"] {
        color: #999999;
    }

    [data-theme-style~="formInput_dropdown_bgColor"] {
        background-color: #ffffff;
    }

    .widget-dropdown__content-element--selected,
    [data-theme-style~="formInput_dropdown_fontColor_hover"]:hover {
        color: #000000;
    }

    [data-theme-style~="formInput_dropdownButton_bgColor"] {
        background-color: transparent;
    }

    [data-theme-style~="formInput_dropdownButton_fontColor"] {
        color: #00ADEF;
    }

    [data-theme-style~="formInput_dropdownButton_bgColor_active"] {
        background-color: transparent;
    }

    [data-theme-style~="formInput_dropdownButton_fontColor_active"] {
        color: #00ADEF;
    }

    .widget-dropdown__button.active .widget-dropdown__select-arrow {
        background-color: transparent;
        color: #00ADEF;
    }

    .custom-select::after {
        background-color: transparent;
    }
    .custom-select::before {
        color: #00ADEF;
    }
    .site-container .custom-select select {
        background-image:
        linear-gradient(45deg, transparent 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    }

/*</style>*/










/*<style>*/
    [data-theme-style~="cardEmployee_bgColor"] {
        background-color: #ffffff;
    }
    [data-theme-style~="cardEmployee_fontColor"] {
        color: #000000!important;
    }


    [data-theme-style~="cardEmployee_name_fontColor"] {
    color: #000000;
    }

    [data-theme-style~="cardEmployee_email_fontColor"] {
    color: #000000!important;
    }
    [data-theme-style~="cardEmployee_phone_fontColor"] {
    color: #000000;
    }

    [data-theme-style~="cardEmployee_borderColor"] {
        border-color: #999999;
    }
    [data-theme-style~="cardEmployee_picto_fillColor"] {
        fill: #666666;
    }
/*</style>*/

















/*<style>*/
    /* Normal state */
    .widget-checkbox__check:before,
    [type=checkbox] + label:before {
        background-color: transparent;
        border-color: #999999;
    }

    /* Active state */
    .widget-checkbox__check:before,
    [type=checkbox]:checked + label:before{
        background-color: #00adef;
        border-color: #000000;
    }

    .filters-dropdown__checkbox [type=checkbox]:checked+label::after,
    .filters-dropdown__checkbox [type=checkbox]:not(:checked)+label::after,
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after,
        .widget-checkbox__check:after {
        color: #ffffff;
    }
/*</style>*/


























/*<style>*/
    [data-theme-style~="dropdownLink_button_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="dropdownLink_button_borderColor"] {
        border-color: #000000;
    }

    [data-theme-style~="dropdownLink_button_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="dropdownLink_list_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="dropdownLink_listItem_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="dropdownLink_listItem_bgColor_hover"]:hover,
    [data-theme-style~="dropdownLink_listItem_bgColor_hover"]:active,
    [data-theme-style~="dropdownLink_listItem_bgColor_hover"]:focus {
        background-color: #000000;
    }

    [data-theme-style~="dropdownLink_listItem_fontColor_hover"]:hover,
    [data-theme-style~="dropdownLink_listItem_fontColor_hover"]:active,
    [data-theme-style~="dropdownLink_listItem_fontColor_hover"]:focus {
        color: #000000;
    }
/*</style>*/


/*<style>*/

    [data-theme-style~="formInput_dropdown_borderColor"] {
        border-color: #999999;
    }

    [data-theme-style~="formInput_dropdown_fontColor"] {
        color: #999999;
    }

    [data-theme-style~="formInput_dropdown_bgColor"] {
        background-color: #ffffff;
    }

    .widget-dropdown__content-element--selected,
    [data-theme-style~="formInput_dropdown_fontColor_hover"]:hover {
        color: #000000;
    }

    [data-theme-style~="formInput_dropdownButton_bgColor"] {
        background-color: transparent;
    }

    [data-theme-style~="formInput_dropdownButton_fontColor"] {
        color: #00ADEF;
    }

    [data-theme-style~="formInput_dropdownButton_bgColor_active"] {
        background-color: transparent;
    }

    [data-theme-style~="formInput_dropdownButton_fontColor_active"] {
        color: #00ADEF;
    }

    .widget-dropdown__button.active .widget-dropdown__select-arrow {
        background-color: transparent;
        color: #00ADEF;
    }

    .custom-select::after {
        background-color: transparent;
    }
    .custom-select::before {
        color: #00ADEF;
    }
    .site-container .custom-select select {
        background-image:
        linear-gradient(45deg, transparent 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    }

/*</style>*/










/*<style>*/
    [data-theme-style~="formInput"] {
        background-color: transparent;
        color: #999999;
        border: 1px solid #999999;
    }

    [data-theme-style~="formInput"]:hover,
    [data-theme-style~="formInput"]:active,
    [data-theme-style~="formInput"]:focus {
        color: #00ADEF;
        border: 1px solid #00ADEF;
        box-shadow: none;
    }

    .form-field__label--text.active:before{
        color: #999999;
    }
/*</style>*/








/*<style>*/
    /* Normal state */
        input[type="radio"] + label .radio-button__label-radio {
        border-color: #000000;
    }

    /* Active state */
    input[type="radio"]:checked + label .radio-button__label-radio:before {
        border-color: #00ADEF;
        background-color: #00ADEF;
    }
/*</style>*/






/*<style>*/
    [data-theme-style~="finePrintLink_fontColor"]:hover,
    [data-theme-style~="finePrintLink_fontColor"]:focus,
    [data-theme-style~="finePrintLink_fontColor"]:active,
    [data-theme-style~="finePrintLink_fontColor"] {
        color: #666666;
    }
/*</style>*/






















/*<style>*/

[data-theme-style~="googleMap_all_labelsTextFill__color"]{
color: #333333;
}
[data-theme-style~="googleMap_all_labelsTextStroke__color"]{
color: #ffffff;
}
[data-theme-style~="googleMap_administrative_geometryFill__color"]{
color: #000000;
}
[data-theme-style~="googleMap_administrative_geometryStroke__color"]{
color: #000000;
}
[data-theme-style~="googleMap_administrativeLocality_labelsText__color"]{
color: #000000;
}
[data-theme-style~="googleMap_landscape_geometry__color"]{
color: #000000;
}
[data-theme-style~="googleMap_poi_geometry__color"]{
color: #000000;
}
[data-theme-style~="googleMap_poiPark_geometry__color"]{
color: #000000;
}
[data-theme-style~="googleMap_road_geometry__color"]{
color: #000000;
}
[data-theme-style~="googleMap_roadHighway_geometryFill__color"]{
color: #ffffff;
}
[data-theme-style~="googleMap_roadHighway_geometryStroke__color"]{
color: #ffffff;
}
[data-theme-style~="googleMap_roadArterial_geometry__color"]{
color: #ffffff;
}
[data-theme-style~="googleMap_roadLocal_geometry__color"]{
color: #ffffff;
}
[data-theme-style~="googleMap_transit_geometry__color"]{
color: #000000;
}
[data-theme-style~="googleMap_water_geometry__color"]{
color: #000000;
}

/*</style>*/











/*<style>*/

    [data-theme-style~="headerPage_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="headerPage_text_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="headerPageLight_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="headerPageLight_text_fontColor"] {
        color: #000000;
    }

    .headerPage_button {
        content:'btnLightPrimaryFilledSmall'
    }

    .headerPage_button_2 {
        content:'btnLightSecondaryFilledSmall'
    }

    [data-theme-style~="headerPage_bgColor"]{
        background-color : rgba(218,218,218,0.4);
    }

/*</style>*/


















/*<style>*/

    [data-theme-style~="highlight_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="highlight_borderColor"] {
        border-color: #ffffff;
    }

    [data-theme-style~="highlight_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="highlight_title_fontColor"] {
        color: #ffffff;
    }

    .highlight_button {
        content:'btnLightPrimaryFilledSmall'
    }

    [data-theme-style~="highlightOscar_title_fontColor"] {
        color: #ffffff;
    }

    .highlightOscar_button {
        content:'btnLightPrimaryFilled'
    }

    [data-theme-style~="highlightPapa_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="highlightPapa_odd_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="highlightPapa_odd_bgColor"]:after{
        background-color: #000000;
        content:'';
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        right: 0;
        transform: translateX(100%);
    }

    [data-theme-style~="highlightPapa_even_bgColor"] {
        background-color: #00adef;
    }

    [data-theme-style~="highlightPapa_even_bgColor"]:before{
        background-color: #00adef;
        content:'';
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        left: 0;
        transform: translateX(-100%);
    }

    [data-theme-style~="highlightPapa_odd_Color_icon"] {
        color: #00adef;
    }

    [data-theme-style~="highlightPapa_even_Color_icon"] {
        color: #000000;
    }

    .highlightPapa_button1 {
        content:'btnLightPrimaryFilled'
    }

    .highlightPapa_button2 {
        content:'btnLightSecondaryFilled'
    }

/*</style>*/







/*<style>*/
    [data-theme-style~="instagramFeed__textColor"]{
        color: #000000;
    }

    [data-theme-style~="instagramFeed__bgColor"]{
        background-color: #000000;
    }

/*</style>*/
















/*<style>*/
    [data-theme-style~="lightSpecs_itemText_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="lightSpecs_itemIcon_fontColor"] {
        color: #000000;
    }

/*</style>*/





/*<style>*/
    [data-theme-style~="stockNumber_fontColor"] {
        color: #000000;
    }
/*</style>*/





/*<style>*/

[data-theme-style~="widgetCalculator_fontColor"]{
    color: #000000;
}


/*</style>*/







/*<style>*/
    [data-theme-style~="watermark_sold_fontColor"]{
        color: #ffffff;
    }
    [data-theme-style~="watermark_sold_bgColor"]{
        background-color: #999999;
    }
/*</style>*/







/*<style>*/

    .inventoryCardHorizontal_button {
        content:'btnLightSecondaryFilledSmall'
    }

/*</style>*/





/*<style>*/

    [data-theme-style~="inventoryVehicleCard_bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="inventoryVehicleCard_fontColor"]{
        color: #000000;
    }

    [data-theme-style~="inventoryVehicleCard_borderColor"]{
        border-color: #999999;
    }

/*</style>*/






















/*<style>*/


[data-theme-style~="inventoryTile_bgColor"]{
background-color: #ffffff;
}

[data-theme-style~="inventoryTileTitleBarNew"]{
    color:#000000;
    background-color: #000000;
}

[data-theme-style~="inventoryTileTitleBarUsed"]{
    color:#999999;
    background-color: #000000;
}

[data-theme-style~="inventoryTileTitleRebateContainerNew"]{
    color:#000000;
}

[data-theme-style~="inventoryTileTitleRebateContainerUsed"]{
    color:#999999;
}

[data-theme-style~="inventoryTileModelFeature"]{
    background-color:#000000;
}

[data-theme-style~="inventoryTileModelFeatureMoreOptions"]{
    background-color:#000000;
}

[data-theme-style~="inventoryTileGalleryNew"]{
    background-color:#ffffff;
    color:#000000;
}

[data-theme-style~="inventoryTilePriceTabsAnchor"]{
    color:#ffffff;
}

[data-theme-style~="inventoryTilePriceTabsAnchor"]{
color:#ffffff;
}

[data-theme-style~="inventoryTileGalleryImage"]{
    background-color:#ffffff;
}

[data-theme-style~="inventoryTilePriceTabs"]{
    border-bottom-color:  #000000;
}

.inventory-tile-section-price-tabs-title.active ::after {
    background-color: #000000;
}
.inventory-tile-section-price-tabs-title.active a {
    color:#000000;
}


.inventoryCard_button_cta {
content:'btnLightPrimaryFilled';
}
/*</style>*/


















/*<style>*/

    [data-theme-style~="inventoryFiltersHeader_bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="inventoryFiltersHeader_fontColor"]{
        color: #000000;
    }

    [data-theme-style~="inventoryFiltersMain_bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="inventoryFiltersMain_fontColor"]{
        color: #000000;
    }

    .inventory-filter-charlie .filters-dropdown,
    [data-theme-style~="inventoryFiltersSeparator_bgColor"]{
        border-color: #000000;
    }

    [data-theme-style~="inventoryFiltersPrimary_bgColor"]{
        background-color: #ffffff!important;
    }

    [data-theme-style~="inventoryFiltersPrimary_after_fontColor"]::after,
    [data-theme-style~="inventoryFiltersPrimary_before_fontColor"]::before{
        color: #999999;
    }

    [data-theme-style~="inventoryFiltersPrimary_after_bgColor"]::after,
    [data-theme-style~="inventoryFiltersPrimary_before_bgColor"]::before{
        background-color: #ffffff;
    }

    [data-theme-style~="inventoryFiltersPrimary_fontColor"],
    [data-theme-style~="inventoryFiltersPrimary_fontColor"]:hover,
    [data-theme-style~="inventoryFiltersPrimary_fontColor"]:focus,
    [data-theme-style~="inventoryFiltersPrimary_fontColor"]:active {
        color: #000000;
    }


    [data-theme-style~="inventoryFiltersSecondary_bgColor"]{
        background-color: #ffffff!important;
    }

    [data-theme-style~="inventoryFiltersSecondary_fontColor"]{
        color: #999999;
    }

    .inventory-filter-bravo__filters-radio-button:checked+label::after{
        background-color: #ffffff;
    }

    .inventory-filter-charlie__filters-categories-item.checked label,
    .filters-dropdown__item.checked label,
    .filters-dropdown__item.checked [type="checkbox"]:checked + label:after {
        color: #999999;
    }
/*</style>*/





















/*<style>*/

[data-theme-style~="inventoryPreview_bgColor"]{
background-color: #000000;
}

[data-theme-style~="inventoryPreview_fontColor"]{
color: #000000;
}

[data-theme-style~="inventoryPreview_shadowColor"],
[data-theme-style~="inventoryPreview_shadowColor"]:hover{
box-shadow: 0 3px 9px #000000;
}

[data-theme-style~="inventoryPreviewPrice_fontColor"]{
color: #000000;
}

[data-theme-style~="inventoryPreviewFinancing_fontColor"]{
color: #000000;
}


[data-theme-style~="btnInventoryPreview"]{
background-color: #ffffff;
color:#000000;
border-color: #000000;
}

[data-theme-style~="btnInventoryPreview"]:hover{
background-color: #000000!important;
color:#ffffff;
border-color: #000000;
}

/*</style>*/






/*<style>*/
    [data-theme-style~="inventoryVehicle_label_bgColor"]{
        background-color: #000000;
    }

    [data-theme-style~="inventoryVehicle_label_fontColor"]{
        color: #000000;
    }

    .vehicleInfo_getPrice_button {
        content:'btnLightPrimaryFilled';
    }
/*</style>*/







/*<style>*/
    [data-theme-style~="label_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="label_fontColor"] {
        color: #000000;
    }
/*</style>*/











/*<style>*/

[data-theme-style~="languageSwitch_fontColor"]{
    color: #ffffff;
}
[data-theme-style~="languageSwitch_fontColor"]:hover,
[data-theme-style~="languageSwitch_fontColor"]:focus{
    color: #00adef;
}

[data-theme-style~="languageSwitch_bgColor"]{
    background-color: #000000;
}

[data-theme-style~="languageSwitch_borderColor"]{
    border-color: #000000;
}

[data-theme-style~="languageSwitch_fontColor_active"]{
    color: #999999;
}

[data-theme-style~="languageSwitch_bgColor_active"]{
    background-color: #000000;
}

[data-theme-style~="languageSwitch_borderColor_active"]{
    border-color: #000000;
}

/*</style>*/




/*<style>*/
    
    .link-primary {
        color:#00adef;
        border-color: #00adef ;
    }

    .link-primary:hover,
    .link-primary:focus,
    .link-primary:active {
        color:#00adef;
    }

    
    .link-secondary {
        color:#666666;
    }

    .link-secondary:hover,
    .link-secondary:focus,
    .link-secondary:active {
        color:#666666;
    }

    
    .link-tertiary {
        color:#000000;
    }

    .link-tertiary:hover,
    .link-tertiary:focus,
    .link-tertiary:active {
        color:#000000;
    }

    
    .link-quaternary {
    color:#ffffff;
    }

    .link-quaternary:hover,
    .link-quaternary:focus,
    .link-quaternary:active {
    color:#ffffff;
    }

    
    [data-theme-style~="linkMorePhoto"] {
        color: #000000;
        background-color: #000000;
    }

    [data-theme-style~="linkMorePhoto"] .icon {
        color: #000000;
    }

    [data-theme-style~="linkMorePhoto"]:hover,
    [data-theme-style~="linkMorePhoto"]:active,
    [data-theme-style~="linkMorePhoto"]:focus {
        color: #999999;
        background-color: #999999;
    }

    [data-theme-style~="linkMorePhoto"]:hover .icon,
    [data-theme-style~="linkMorePhoto"]:active .icon,
    [data-theme-style~="linkMorePhoto"]:focus .icon {
        color: #999999;
    }

    
    [data-theme-style~="btnSocialPrimary"] {
        color: #000000;
    }

    [data-theme-style~="btnSocialPrimary"] .icon {
        color: #000000;
    }

    [data-theme-style~="btnSocialPrimary"]:hover {
        color: #000000;
    }

    [data-theme-style~="btnSocialPrimary"]:hover .icon {
        color: #000000;
    }
/*</style>*/










/*<style>*/
    [data-theme-style~="modal_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="modal_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="modal_closeBtn_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="modal_closeBtn_bgColor"] {
        background-color: #000000;
    }
/*</style>*/


/*<style>*/
    [data-theme-style~="overlay_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="overlay_fontColor"] {
        color: #ffffff;
    }
/*</style>*/










/*<style>*/
    [data-theme-style~="pagination_item_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="pagination_item_fontColor"]:hover {
        color: #000000;
    }

    [data-theme-style~="pagination_item_fontColor"]:hover:before,
    [data-theme-style~="pagination_item_fontColor"]:hover:after {
        color: #000000;
    }

    [data-theme-style~="pagination_item_fontColor"].active {
        color: #000000;
    }
/*</style>*/









/*<style>*/
    [data-theme-style~="phoneNumber_iconColor"] {
        color: #000000;
    }

    [data-theme-style~="phoneNumber_labelColor"] {
        color: #ffffff;
    }

    [data-theme-style~="phoneNumber_telColor"] {
        color: #ffffff;
    }

    [data-theme-style~="phoneNumber_telColor_hover"]:hover {
        color: #00ADEF;
    }
/*</style>*/



/*<style>*/
[data-theme-style~="widgetSocial_picto_fontColor"] {
color: #00adef;
}

[data-theme-style~="widgetSocial_text_fontColor"] {
    color: #000000;
}

[data-theme-style~="shareBar_shareContainer_bgColor"],
[data-theme-style~="shareBar_shareContainer_bgColor"]::before{
    background-color: #ffffff;
}
/*</style>*/






/*<style>*/
    [data-theme-style~="widgetRecentView_borderColor"]{
        border-color: #ffffff;
    }

    [data-theme-style~="widgetRecentView_bgColor"]{
        background-color: #ffffff;
    }
/*</style>*/










/*<style>*/
    [data-theme-style~="reviewCardAnimate_bgColor"] {
        background-color: rgba(255,255,255,0.8);
    }
    [data-theme-style~="reviewCardAnimate_borderColor"] {
        border-color: transparent;
    }
    [data-theme-style~="reviewCardAnimate_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="reviewCardAnimate_bgColor"]:hover {
        background-color: #ffffff;
    }
    [data-theme-style~="reviewCardAnimate_borderColor"]:hover {
        border-color: #00ADEF;
    }
    [data-theme-style~="reviewCardAnimate_fontColor"]:hover {
        color: #000000;
    }
/*</style>*/


/*<style>*/

    [data-theme-style~="reviewCardLandscape_fontColor"] {
        color: #000000;
    }

/*</style>*/


/*<style>*/
    [data-theme-style~="reviewCard_picto_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="reviewCard_stars_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="reviewCard_emptyStars_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="reviewCard_boxShadowColor"] {
        box-shadow: 0 3px 6px #000000;
    }

    [data-theme-style~="reviewCard_bgColor"] {
        background-color: #ffffff;
    }


/*</style>*/




/*<style>*/

  /* Track */
  [data-theme-style~="scrollbarCustom_track_bgColor"]::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  [data-theme-style~="scrollbarCustom_thumb_bgColor"]::-webkit-scrollbar-thumb,
  [data-theme-style~="scrollbarCustom_thumb_bgColor"]::-webkit-scrollbar-thumb:hover{
    background: #999999;
  }

/*</style>*/











/*<style>*/

[data-theme-style~="widgetScrollTop_color"] {
color: #000000;
}

[data-theme-style~="widgetScrollTop_color"]:hover {
color: #000000;
}

[data-theme-style~="widgetScrollTop_border"] {
border-color: #000000;
}

[data-theme-style~="widgetScrollTop_border"]:hover {
border-color: #000000;
}

[data-theme-style~="widgetScrollTop_bg_color"] {
background-color: #ffffff;
}
[data-theme-style~="widgetScrollTop_bg_color"]:hover {
background-color: #ffffff;
}


/*</style>*/










/*<style>*/
    [data-theme-style~="search_borderColor"] {
        border-color: #999999;
    }

    [data-theme-style~="search_input_bgColor"] {
        background-color: transparent;
    }

    [data-theme-style~="search_input_fontColor"] {
        color: #999999;
    }

    [data-theme-style~="search_separator_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="search_submit_bgColor"],
    [data-theme-style~="search_submit_bgColor"]:hover,
    [data-theme-style~="search_submit_bgColor"]:active,
    [data-theme-style~="search_submit_bgColor"]:focus {
        background-color: transparent;
    }

    [data-theme-style~="search_submit_fontColor"],
    [data-theme-style~="search_submit_fontColor"]:hover,
    [data-theme-style~="search_submit_fontColor"]:active,
    [data-theme-style~="search_submit_fontColor"]:focus {
        color: #00ADEF;
    }
/*</style>*/







/*<style>*/
    [data-theme-style~="searchLabel_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="searchLabel_borderColor"] {
        border-color: #000000;
    }

    [data-theme-style~="searchLabel_fontColor"] {
        color: #000000;
    }
/*</style>*/







/*<style>*/
    [data-theme-style~="widgetTabs_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="widgetTabs_fontColor"]:before {
        color: #000000;
    }

    [data-theme-style~="widgetTabs_borderColor"] {
        border-color: #999999;
    }

    [data-theme-style~="widgetTabs_fontColor_active"]{
        color: #00adef;
    }

    [data-theme-style~="widgetTabs_fontColor"].is-active,
    [data-theme-style~="widgetTabs_fontColor"] a:hover {
        color: #00adef;
    }

    [data-theme-style~="widgetTabs_borderColor"].is-active:before {
        border-color: #999999;
    }
/*</style>*/






/*<style>*/
[data-theme-style~="titleUnderline"]:before,
[data-theme-style~="titleUnderline"]:after{
border-color: #000000
}


/*</style>*/











/*<style>*/
    [data-theme-style~="vehicleRebate_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="vehicleRebate_bgColor"] {
    background-color: #ffffff;
    }

    [data-theme-style~="vehicleRebate_icon_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="vehicleRebate_icon_bgColor"] {
        background-color: #00ADEF;
    }
/*</style>*/


/*<style>*/

[data-theme-style~="vehicleLease_termPayment_fontColor"] {
color:#000000;
}

[data-theme-style~="vehicleLease_paymentFrequency_fontColor"] {
color:#000000;
}

[data-theme-style~="vehicleLease_apr_fontColor"] {
color:#000000;
}

[data-theme-style~="vehicleLease_term_fontColor"] {
color:#000000;
}

[data-theme-style~="vehicleLease_cashdown_fontColor"] {
color:#000000;
}

/*</style>*/



/*<style>*/

[data-theme-style~="vehicleFinance_termPayment_fontColor"] {
color:#00ADEF;
}

[data-theme-style~="vehicleFinance_paymentFrequency_fontColor"] {
color:#000000;
}

[data-theme-style~="vehicleFinance_apr_fontColor"] {
color:#00ADEF;
}

[data-theme-style~="vehicleFinance_term_fontColor"] {
color:#000000;
}

[data-theme-style~="vehicleFinance_cashdown_fontColor"] {
color:#000000;
}

/*</style>*/
























/*<style>*/
    [data-theme-style~="bestDeals_section_borderColor"] {
    border-color: #000000;
    }

    [data-theme-style~="bestDeals_section_bgColor"] {
    background-color: #dadada;
    }

    [data-theme-style~="bestDeals_sectionTitle_fontColor"] {
    color: #000000;
    }

    [data-theme-style~="bestDeals_instance_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="bestDeals_instance_fontColor"] {
        color: #ffffff;
    }




/*</style>*/



/*<style>*/
    [data-theme-style~="bestInfos_section_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="bestInfos_instance_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="bestInfos_instance_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="bestInfos_instance_titleColor"] {
    color: #000000;
    }


    [data-theme-style~="bestInfos_instance_shadowColor"] {
        box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    }

    [data-theme-style~="bestInfos_banner_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="bestInfos_bannerTitle_fontColor"] {
    color: #ffffff;
    }
/*</style>*/

















/*<style>*/
[data-theme-style~="bestSellers_fontColor"] {
color: #000000;
}

[data-theme-style~="bestSellers_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="bestSellers_checkIcon_bgColor"]:before {
background-color: #000000;
}

[data-theme-style~="bestSellers_checkIcon_fontColor"]:before {
color: #ffffff;
}

[data-theme-style~="bestSellers_highlightedValues_fontColor"] {
color: #000000;
}
[data-theme-style~="bestSellers_underline_borderColor"]:before,
[data-theme-style~="bestSellers_underline_borderColor"]:after,
.best-sellers-echo__vehicle-cta:before,
.best-sellers-echo__vehicle-cta:after {
background-color: #000000;
}

/*</style>*/











/*<style>*/

[data-theme-style~="bestSellers_makePager_bgColor"] {
background-color: #000000;
}

[data-theme-style~="bestSellers_makePager_bgColor"].active {
background-color: #000000;
}

[data-theme-style~="bestSellers_makePager_borderColor"] {
border-color: #000000;
}

[data-theme-style~="bestSellers_makePager_borderColor"].active {
border-color: #000000;
}

[data-theme-style~="bestSellers_makePager_fontColor"] {
color: #000000;
}

[data-theme-style~="bestSellers_makePager_fontColor"].active {
color: #000000;
}

/*</style>*/




/*<style>*/
    [data-theme-style~="bestSellersByIds_pagers_bgColor"] {
        background-color: #ffffff;
    }
    [data-theme-style~="bestSellersByIds_pagers_FontColor"]{
        color: #000000;
    }
    [data-theme-style~="bestSellersByIds_pagers_FontColor"]:after{
        background-color: #000000;
    }
    [data-theme-style~="bestSellersByIds_pagers_FontColor"].swiper-slide-thumb-active{
        color: #00adef;
    }
    [data-theme-style~="bestSellersByIds_pagers_FontColor"].swiper-slide-thumb-active:after{
        background-color: #00adef;
    }

/*</style>*/








carouselLight_navigation_bgColor_active




















/*<style>*/


[data-theme-style~="carouselLight_navigation_fontColor"]:after {
color: #000000;
}
[data-theme-style~="carouselLight_navigation_fontColor"]:hover:after {
color: #00ADEF;
}

[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-prev,
[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-next{
color: #000000;
}

[data-theme-style~="carouselDark_navigation_fontColor"].swiper-button-prev,
[data-theme-style~="carouselDark_navigation_fontColor"].swiper-button-next {
color: #ffffff;
}

[data-theme-style~="carouselDark_navigation_bgColor"].swiper-button-prev,
[data-theme-style~="carouselDark_navigation_bgColor"].swiper-button-next {
background-color: rgba(255,255,255,0.5);
}

[data-theme-style~="carouselDark_navigation_borderColor"].swiper-button-prev,
[data-theme-style~="carouselDark_navigation_borderColor"].swiper-button-next {
border-color: #ffffff;
}

[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-prev:hover,
[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-prev:focus,
[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-prev:active,
[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-next:hover,
[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-next:focus,
[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-next:active {
color: #00ADEF;
border-color: transparent;
background-color: transparent;
}

[data-theme-style~="carouselLight_navigation_bgColor"].swiper-button-prev:hover,
[data-theme-style~="carouselLight_navigation_bgColor"].swiper-button-prev:focus,
[data-theme-style~="carouselLight_navigation_bgColor"].swiper-button-prev:active,
[data-theme-style~="carouselLight_navigation_bgColor"].swiper-button-next:hover,
[data-theme-style~="carouselLight_navigation_bgColor"].swiper-button-next:focus,
[data-theme-style~="carouselLight_navigation_bgColor"].swiper-button-next:active {
background-color: transparent;
}

[data-theme-style~="carouselLight_navigation_borderColor"].swiper-button-prev,
[data-theme-style~="carouselLight_navigation_borderColor"].swiper-button-next {
border-color: #ffffff;
}

[data-theme-style~="carouselDark_navigation_fontColor"].swiper-button-prev:hover,
[data-theme-style~="carouselDark_navigation_fontColor"].swiper-button-prev:focus,
[data-theme-style~="carouselDark_navigation_fontColor"].swiper-button-prev:active,
[data-theme-style~="carouselDark_navigation_fontColor"].swiper-button-next:hover,
[data-theme-style~="carouselDark_navigation_fontColor"].swiper-button-next:focus,
[data-theme-style~="carouselDark_navigation_fontColor"].swiper-button-next:active {
color: #00ADEF;
background-color: transparent;
}

[data-theme-style~="carouselDark_navigation_bgColor"].swiper-button-prev:hover,
[data-theme-style~="carouselDark_navigation_bgColor"].swiper-button-prev:focus,
[data-theme-style~="carouselDark_navigation_bgColor"].swiper-button-prev:active,
[data-theme-style~="carouselDark_navigation_bgColor"].swiper-button-next:hover,
[data-theme-style~="carouselDark_navigation_bgColor"].swiper-button-next:focus,
[data-theme-style~="carouselDark_navigation_bgColor"].swiper-button-next:active {
background-color: transparent;
}

[data-theme-style~="carouselDark_navigation_borderColor"].swiper-button-prev:hover,
[data-theme-style~="carouselDark_navigation_borderColor"].swiper-button-prev:focus,
[data-theme-style~="carouselDark_navigation_borderColor"].swiper-button-prev:active,
[data-theme-style~="carouselDark_navigation_borderColor"].swiper-button-next:hover,
[data-theme-style~="carouselDark_navigation_borderColor"].swiper-button-next:focus,
[data-theme-style~="carouselDark_navigation_borderColor"].swiper-button-next:active {
border-color: #000000;
}



[data-theme-style~="carouselDark_pagination_bgColor"] .swiper-pagination-bullet {
background-color: #ffffff;
}

[data-theme-style~="carouselDark_pagination_borderColor"] .swiper-pagination-bullet {
border-color: #333333;
}

[data-theme-style~="carouselLight_pagination_bgColor"] .swiper-pagination-bullet {
background-color: transparent;
}

[data-theme-style~="carouselLight_pagination_borderColor"] .swiper-pagination-bullet {
border-color: #00adef;
}

[data-theme-style~="carouselDark_pagination_bgColor"] .swiper-pagination-bullet-active {
background-color: #000000;
}

[data-theme-style~="carouselDark_pagination_borderColor"] .swiper-pagination-bullet-active {
border-color: #000000;
}

[data-theme-style~="carouselLight_pagination_bgColor"] .swiper-pagination-bullet-active {
background-color: #00adef;
}

[data-theme-style~="carouselLight_pagination_borderColor"] .swiper-pagination-bullet-active {
border-color: #00adef;
}

/*</style>*/















/*<style>*/

    [data-theme-style~="blockComplianceAccordionTitle__bgColor"] {
        background-color: #333333;
    }

    [data-theme-style~="blockComplianceAccordionTitle__fontColor"] {
        color: #dadada;
    }

    [data-theme-style~="blockComplianceAccordionTitle__titleFontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="blockComplianceAccordionContent__bgColor"] {
        background-color: #333333;
    }

    [data-theme-style~="blockComplianceAccordionContent__borderColor"] {
        border-color: #ffffff;
    }

/*</style>*/






/*<style>*/
    [data-theme-style~="formFooter_bgColor"]  {
        background-color: #f1f1f1;
    }

    [data-theme-style~="formFooter_fontColor"]  {
        color: #000000;
    }

    /**************************************
                Error Messages
    **************************************/
    [data-theme-style~="form_error_fontColor"]{
        color: #000000;
    }

    .is-invalid-label,
    .is-invalid-input:not(:focus)::placeholder,
    .is-invalid-label::after,
    .is-invalid-label.checkbox-label,
    .is-invalid-input + .form-field__label-file-block {
        color: #000000;
    }

    .is-invalid-input:not(:focus),
    .is-invalid-label.checkbox-label::before,
    .is-invalid-input + .form-field__label-file-block {
        border: 1px solid #000000;
    }

    .form_button {
        content: 'btnLightPrimaryFilled';
    }
/*</style>*/


















































/*<style>*/
    [data-theme-style~="footerTop_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="footerTop_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="footerMiddle_bgColor"]{
        background-color: #000000;
    }

    [data-theme-style~="footerMiddle_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="footerBottom_bgColor"]{
        background-color: #000000;
    }

    [data-theme-style~="footerBottom_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="footerBottom_linkColor"]{
        color: #999999;
    }

    [data-theme-style~="footerBottom_linkColor_hover"]:hover,
    [data-theme-style~="footerBottom_linkColor_hover"]:focus,
    [data-theme-style~="footerBottom_linkColor_hover"]:active {
        color: #00ADEF;
    }

    [data-theme-style~="footer_address_link_fontColor"] {
        color: #999999;
    }

    [data-theme-style~="footer_address_link_fontColor_hover"]:hover,
    [data-theme-style~="footer_address_link_fontColor_hover"]:focus,
    [data-theme-style~="footer_address_link_fontColor_hover"]:active {
        color: #00ADEF;
    }

    [data-theme-style~="footer_phoneNumber_iconColor"] {
        color: #ffffff;
    }

    [data-theme-style~="footer_phoneNumber_labelColor"] {
        color: #ffffff;
    }

    [data-theme-style~="footer_phoneNumber_telColor"] {
        color: #999999;
    }

    [data-theme-style~="footer_phoneNumber_telColor_hover"]:hover,
    [data-theme-style~="footer_phoneNumber_telColor_hover"]:focus,
    [data-theme-style~="footer_phoneNumber_telColor_hover"]:active {
        color: #00ADEF;
    }

    [data-theme-style~="footer_socialBlock_titleColor"] {
        color: #ffffff;
    }

    [data-theme-style~="footer_socialBlock_iconColor"] {
        color: #ffffff;
    }

    [data-theme-style~="footer_socialBlock_iconColor"]:hover,
    [data-theme-style~="footer_socialBlock_iconColor"]:focus,
    [data-theme-style~="footer_socialBlock_iconColor"]:active{
        color: #00ADEF;
    }

    [data-theme-style~="footer_socialBlock_iconColor_hover"]:hover,
    [data-theme-style~="footer_socialBlock_iconColor_hover"]:focus,
    [data-theme-style~="footer_socialBlock_iconColor_hover"]:active {
        color: #00ADEF;
    }

    [data-theme-style~="footer_linkColor"] {
        color: #999999;
    }

    [data-theme-style~="footer_linkColor_hover"]:hover,
    [data-theme-style~="footer_linkColor_hover"]:focus,
    [data-theme-style~="footer_linkColor_hover"]:active {
        color: #00ADEF;
    }

    [data-theme-style~="footer_titleColor"] {
        color:#ffffff;
    }
    
    [data-theme-style~="footer"],
    [data-theme-style~="footerBlock"]{
        background-color:#000000;
        color:#ffffff;
    }

    [data-theme-style~="footer_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="footer_bgColor"]{
        background-color: #000000;
    }

    [data-theme-style~="footer_borderColor"] {
        border-color: #000000;
    }

    
    [data-theme-style~="footerTabs_fontColor"] {
        color: #000000;
        border-color: #000000;
    }

    [data-theme-style~="footerTabs_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="footerTabs_fontColor"]:hover,
    [data-theme-style~="footerTabs_fontColor"]:before{
        color: #ffffff;
        border-color: #000000;
    }

    [data-theme-style~="footerTabs_bgColor"]:hover {
        background-color: #000000;
    }

    [data-theme-style~="footerTabs_fontColor"].is-active {
        color: #000000;
    }

    [data-theme-style~="footerTabs_fontColor"].is-active:before {
        border-color: #000000;
    }
    [data-theme-style~="footerTabs_bgColor"].is-active {
        background-color: #ffffff;
    }

    .footerBravoTop_button{
        content:'btnLightPrimaryFilledSmall'
    }

    .footerDelta_button{
        content:'btnLightSecondaryFilledSmall'
    }

/*</style>*/








/*<style>*/

[data-theme-style~="desktopHeader_bgColor"] {
    background-color: #000000;
}

[data-theme-style~="desktopHeader_fontColor"] {
    color: #ffffff;
}

[data-theme-style~="desktopHeader_dealerName_fontColor"],
[data-theme-style~="desktopHeader_dealerName_fontColor"]:hover {
    color: #ffffff;
}

[data-theme-style~="desktopHeader_dealerName_borderColor"] {
    border-left-color: #999999;
}

/*</style>*/

/*<style>*/

[data-theme-style~="desktopMenu_bgColor"] {
background-color: #000000;
}

[data-theme-style~="desktopMenu_bgColor--scroll"] {
background-color: #ffffff;
}

[data-theme-style~="desktopMenu_borderColor"] {
border-color: #000000;
}

[data-theme-style~="desktopMenu_item_fontColor"] {
color: #ffffff;
border-color: transparent;
}

[data-theme-style~="desktopMenuMercedes_submenuItem_fontColor"] {
color: #ffffff;
border-color: #ffffff;
}

[data-theme-style~="desktopMenuMercedes_submenuItem_fontColor"]:hover{
color: #dadada;
}

[data-theme-style~="desktopMenu_submenuItem_fontColor_active"]{
color: #dadada;
}

.catalog-submenu-charlie__wrapper::-webkit-scrollbar-track,
.catalog-submenu-charlie__wrapper::-webkit-scrollbar,
.desktop-menu-submenu-mercedes__wrapper-submenu--owners-section::-webkit-scrollbar,
.desktop-menu-submenu-mercedes__wrapper-submenu--owners-section::-webkit-scrollbar-track{
background-color: #ffffff;
}

.catalog-submenu-charlie__wrapper::-webkit-scrollbar-thumb,
.desktop-menu-submenu-mercedes__wrapper-submenu--owners-section::-webkit-scrollbar-thumb{
background-color: #999999;
}

[data-theme-style~="desktopMenu_item_fontColor--scroll"] {
color: #ffffff;
border-color: #000000;
}

[data-theme-style~="desktopMenu_item_fontColor--scroll"]:hover {
color: #00ADEF;
border-color: #000000;
}

[data-theme-style~="desktopMenu_item_fontColor"]:hover {
color: #00ADEF;
border-color: #000000;
}


[data-theme-style~="desktopMenu_item_bgColor"]:hover{
background-color: #000000;
}

[data-theme-style~="desktopMenu_item_bgColor--scroll"]:hover{
background-color: #000000;
}

[data-theme-style~="desktopMenu_item_bgColor"].desktop-menu-item__active {
background-color: #000000;
}

[data-theme-style~="desktopMenu_item_bgColor--scroll"].desktop-menu-item__active {
background-color: #000000;
border-color: #000000;
}


[data-theme-style~="desktopMenu_item_fontColor_active"],
[data-theme-style~="desktopMenu_item_fontColor"].desktop-menu-item__active{
color: #00ADEF;
border-color: #000000;
}

[data-theme-style~="desktopMenu_submenu_bgColor"] {
background-color: #999999;
}

[data-theme-style~="desktopMenu_submenu_bgColor--scroll"] {
background-color: #999999;
}

[data-theme-style~="desktopMenu_submenu_bgColor_alternate"] {
background-color: #000000;
}

[data-theme-style~="desktopMenu_iconSearch_fontColor"] {
color: #ffffff;
}

[data-theme-style~="desktopMenu_iconSearch_bgColor"] {
background-color: #00ADEF;
}


[data-theme-style~="desktopMenu_submenuSeparator_borderColor"] {
border-bottom-color: #ffffff;
}

[data-theme-style~="desktopMenu_submenuItem_fontColor"] {
color: #ffffff;
}

[data-theme-style~="desktopMenu_submenuItem_fontColor--scroll"] {
color: #000000;
}

[data-theme-style~="desktopMenu_submenuItem_fontColor_active"] {
color: #dadada;
}

[data-theme-style~="desktopMenu_submenuItem_bgColor_active"]{
background-color: #ffffff;
}

[data-theme-style~="desktopMenu_submenuItem_fontColor"]:hover {
color: #dadada;
background-color: #ffffff;
}

[data-theme-style~="desktopMenu_submenuItem_fontColor--scroll"]:hover {
color: #ffffff;
background-color: #000000;
}

[data-theme-style~="desktopMenu_compareCount_fontColor"] {
color: #ffffff;
}
[data-theme-style~="desktopMenu_compareCount_fontColor"]:hover {
color: #000000;
}

[data-theme-style~="desktopMenu_compareCount_bgColor"],
[data-theme-style~="desktopMenu_compareCount_bgColor"]:before {
background-color: #00ADEF;
}

[data-theme-style~="desktopMenu_compareSubmenu_fontColor"] {
color: #ffffff;
}

[data-theme-style~="desktopMenu_compareSubmenu_bgColor"] {
background-color: #000000;
}

[data-theme-style~="desktopMenu_compareSubmenuTriangle_bgColor"] {
fill: #000000;
}

[data-theme-style~="desktopMenu_submenuItem_titleColor"] {
color: #dadada;
}

[data-theme-style~="desktopMenu_IconDropdwon_fontColor"] {
color: #00adef;
}

[data-theme-style~="desktopMenu_submenuItem_fontColor"].active{
color: #dadada;
}

.desktopMenu_compareSubmenu_button{
content: 'btnLightPrimaryFilled';
}

/*</style>*/






/*<style>*/

[data-theme-style~="mobileHeader_bgColor"]{
    background-color: #000000;
}

[data-theme-style~="mobileHeader_fontColor"]{
    color: #999999;
}

[data-theme-style~="mobileHeader_menuIcon_color"]{
    background-color: #999999;
}

/*</style>*/















/*<style>*/

[data-theme-style~="mobileMenu_bgColor"] {
    background-color: #000000;
}

[data-theme-style~="mobileMenu_fontColor"] {
    color: #ffffff;
}

[data-theme-style~="mobileMenu_logoSection_bgColor"] {
    background-color: #000000;
}

[data-theme-style~="mobileMenu_logoSection_fontColor"] {
    color: #999999;
}

[data-theme-style~="mobileMenu_item_borderColor"] {
    border-color: #999999;
}

[data-theme-style~="mobileMenu_item_fontColor_active"] {
    color: #00ADEF;
}

[data-theme-style~="mobileMenu_submenu_bgColor"] {
    background-color: #000000;
}

[data-theme-style~="mobileMenu_submenu_fontColor"] {
    color: #ffffff;
}

[data-theme-style~="mobileMenu_submenuItem_fontColor_active"] {
    color: #00ADEF;
}

[data-theme-style~="mobileMenu_submenuBack_fontColor"] {
    color: #00ADEF !important;
}

[data-theme-style~="mobileMenu_compareCount_bgColor"]:before {
    background-color: #00ADEF;
}

[data-theme-style~="mobileMenu_compareCount_fontColor"] {
    color: #ffffff;
}

.mobileMenu_button { content:'btnLightPrimaryFilled' }

/*</style>*/




















/*<style>*/

[data-theme-style~="desktopMenu_item_fontColor_active"].desktop-menu-bmw-item__active{
border-color: #000000;
}

[data-theme-style~="desktopMenu_item_fontColor_active"] a.desktop-menu-bmw-item__anchor{
color: #000000;
}

[data-theme-style~="desktopMenu_submenuItem_bmw_special_ctas_fontColor"]:hover {
color:  #000000;
border-color: #000000;
}

[data-theme-style~="desktopMenuBmw_submenuItem_nochange_fontColor"] {
color: #000000;
}

[data-theme-style~="desktopMenuBmw_submenuItem_nochange_fontColor"]:hover {
color: #000000;
border-color: #000000;
}

.desktop-menu-bmw-submenu[data-theme-style~="desktopMenu_submenu_bgColor"] li:hover {
color: #000000;
}

[data-theme-style~="desktopMenuBmw_bgColor--transparent"] {
transition: background-color 0.3s ease;
background-color:rgba(0,0,0,0.25);
}

[data-theme-style~="desktopMenuBmw_item_fontColor--transparent"] {
transition: background-color 0.3s ease;
color: #ffffff;
border-color: transparent;
}

[data-theme-style~="desktopMenuBmw_iconSearch_fontColor--transparent"] {
color: #ffffff;
}

[data-theme-style~="desktopMenuBmw_iconSearch_bgColor--transparent"] {
background-color:rgba(0,0,0,0.25);
}

/*</style>*/

/*<style>*/
[data-theme-style~="header_phoneLabel_fontColor"] {
color: #999999;
}

[data-theme-style~="header_phoneLabel_fontColor"]:hover {
color: #666666;
}

[data-theme-style~="header_phoneNumber_fontColor"] {
color: #ffffff;
}

[data-theme-style~="header_phoneNumber_fontColor_hover"]:hover,
[data-theme-style~="header_phoneNumber_fontColor_hover"]:focus {
color: #ffffff;
}

[data-theme-style~="desktopMenu_submenu_separator_borderColor"] {
border-color:  #000000;
}

[data-theme-style~="catalogSubmenu_logo_borderColor"] {
border-color:#000000
}
[data-theme-style~="catalogSubmenu_logo_bgColor"] {
background-color: #000000;
}
[data-theme-style~="catalogSubmenu_links_bgColor"] {
background-color: #000000;
}
[data-theme-style~="catalogSubmenu_links_fontColor"] {
color: #000000;
}
[data-theme-style~="catalogSubmenu_links_fontColor"]:hover,
.is-active[data-theme-style~="catalogSubmenu_links_fontColor"] {
color: #000000;
}

.headerCta_button { content:'btnLightSecondaryFilledSmall' }
/*</style>*/







































/*<style>*/
[data-theme-style~="dropdown_option_borderColor"] {
    border-color: #000000 !important;
}

[data-theme-style~="dropdown_option_bgColor"]:hover {
    background-color: #000000;
}

[data-theme-style~="dropdown_option_fontColor"]:hover {
    color: #000000;
}

[data-theme-style~="dropdown_option_bgColor"].active {
    background-color: #000000;
}

[data-theme-style~="dropdown_option_fontColor"].active {
    color: #000000;
}
/*</style>*/

/*<style>*/

/* Label */
[data-theme-style~="dropdown_label_bgColor"] {
    background-color: #ffffff;
}

[data-theme-style~="dropdown_label_borderColor"] {
    border-color: #999999;
}

[data-theme-style~="dropdown_label_fontColor"] {
    color: #000000;
}

[data-theme-style~="dropdown_labelIcon_fontColor"] {
    fill: #000000;
}

/* Options */
[data-theme-style~="dropdown_options_bgColor"] {
    background-color: #ffffff;
}

[data-theme-style~="dropdown_options_borderColor"] {
    border-color: #000000;
}

[data-theme-style~="dropdown_options_fontColor"] {
    color: #000000;
}

/*</style>*/



/*<style>*/
    [data-theme-style~="inventorySearchAlpha_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="inventorySearchAlpha_bgColor"] {
        background-color: #000000;
    }
/*</style>*/










/*<style>*/

    [data-theme-style~="inventorySearchBravo_menuItem_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="inventorySearchBravo_menuItem_borderColor"] {
            border-color: #000000;
    }

    [data-theme-style~="inventorySearchBravo_menuItem_fontColor_active"]:hover,
    [data-theme-style~="inventorySearchBravo_menuItem_fontColor_active"]:focus,
    [data-theme-style~="inventorySearchBravo_menuItem_fontColor_active"]:active,
    [data-theme-style~="inventorySearchBravo_menuItem_fontColor_active"].active {
        color: #000000;
    }

    [data-theme-style~="inventorySearchBravo_menuItem_borderColor_active"]:after {
       background-color: #000000;
    }

    [data-theme-style~="inventorySearchBravo_title_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="inventorySearchBravo_subTitle_fontColor"] {
        color: #000000;
    }

    .inventorySearchBravoFilters_button {
        content:'btnLightPrimaryFilled'
    }
/*</style>*/










/*<style>*/

[data-theme-style~="inventorySearchComplete_fontColor"] {
    color: #000000;
}

.inventorySearchComplete_button {
    content:'btnLightPrimaryFilled';
}

input[type="radio"] + label [data-theme-style~="inventorySearchComplete_hubItem_iconColor"] {
    border-color: #000000;
}

input[type="radio"]:checked + label [data-theme-style~="inventorySearchComplete_hubItem_iconColor"] {
    border-color: #000000;
}

input[type="radio"]:checked + label [data-theme-style~="inventorySearchComplete_hubItem_iconColor"]:before {
    background: #000000;
}

[data-theme-style~="inventorySearchComplete_hubItem_fontColor"] {
    color: #000000;
}

[data-theme-style~="inventorySearchComplete_hubItem_fontColor"].active {
    color: #000000;
}

[data-theme-style~="inventorySearchComplete_hubItem_bgColor"].active {
    background-color: #ffffff;
}

/*</style>*/





/*<style>*/

.instances_button {
content: 'btnLightPrimaryFilled';
}

/*</style>*/







/*<style>*/

    .newsletter_button {
        content: 'btnLightPrimaryFilled';
    }

/*</style>*/













/*<style>*/
    [data-theme-style~="promoBanner_arrowColor"] {
        color: #000000;
    }

    [data-theme-style~="promoBanner_arrowColor"]:hover,
    [data-theme-style~="promoBanner_arrowColor"]:focus,
    [data-theme-style~="promoBanner_arrowColor"]:active {
        color: #000000;
    }

    [data-theme-style~="promoBanner_content_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="promoBanner_content_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="promoBanner_content_textColor"] {
        color: #ffffff;
    }

    [data-theme-style~="promoBanner_pagination_bgColor"]{
        background-color: #000000;
    }

    [data-theme-style~="promoBanner_pagination_borderColor"]{
        border-color: #000000;
    }

    [data-theme-style~="promoBanner_pagination_bgColor"].active {
        background-color: #000000;
    }

    [data-theme-style~="promoBanner_pagination_borderColor"].active {
        border-color: #000000;
    }

    .promoBannerContent_button {
        content:'btnLightPrimaryFilled'
    }
/*</style>*/



/*<style>*/

    .reviews_button {
        content:'btnLightPrimaryFilled';
    }

/*</style>*/













/*<style>*/

[data-theme-style~="scrollbar__bgColor"]{
    background-color:#000000;
}

[data-theme-style~="scrollbarFill__bgColor"]{
    background-color:#000000!important;
    border-color:#000000;
}

[data-theme-style~="scrollbarHandle__bgColor"]{
    border-color: #000000;
    background-color: #000000;
    color:#000000;
}

[data-theme-style~="scrollbarHandle__bgColor"]:hover{
    background-color: #000000;
}

[data-theme-style~="scrollbarHandle__bgColor"]::before{
    background-color: #000000;
}

/*</style>*/









/*<style>*/

    [data-theme-style~="seoText_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="seoText_borderColor"] {
        border-color: #ffffff;
    }

    [data-theme-style~="seoText_title_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="seoText_fontColor"] {
        color: #000000;
    }

    .seoText_button {
        content:'btnLightPrimaryFilled'
    }

/*</style>*/






/*<style>*/

  [data-theme-style~="seoTextAlpha_title_fontColor"] {
    color: #ffffff;
  }

  [data-theme-style~="seoTextAlpha_fontColor"] {
    color: #ffffff;
  }

  .seoTextAlpha_button {
    content:'btnLightPrimaryFilledSmall'
  }

/*</style>*/

















/*<style>*/

    [data-theme-style~="showroom_primaryColor"]{
        color: #000000;
    }

    [data-theme-style~="showroom_primaryColor_label"]{
        color: #000000;
    }

    [data-theme-style~="showroom_primaryColor_price"]{
        color: #000000;
    }

    [data-theme-style~="showroom_secondaryColor"],
    [data-theme-style~="showroom_secondaryColor"]:after{
        color: #999999;
    }

    [data-theme-style~="showroom_borderColor"]{
        color: #999999;
        border-color: #999999;
    }

    [data-theme-style~="vehicleRebate_fontColor"]{
        color: #000000;
    }
    [data-theme-style~="vehicleTagline_fontColor"]{
        color: #000000;
    }
/*</style>*/






/*<style>*/
    [data-theme-style~="video_ctasArrow_fontColor"] {
        color: #ffffff;
    }
/*</style>*/

















/*<style>*/
    
    [data-theme-style~="widgetSticky_bgColor"] {
        background-color: transparent;
    }

    [data-theme-style~="widgetSticky_item_borderColor"] {
        border-color: #ffffff;
    }

    [data-theme-style~="widgetSticky_item_bgColor"] {
        background-color: transparent;
    }

    [data-theme-style~="widgetSticky_label_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="widgetSticky_label_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="widgetSticky_buttonMobile_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="widgetSticky_buttonMobile_fontColor"]{
        color: #ffffff;
    }
/*</style>*/




































/*<style>*/
[data-theme-style~="DI_badge_bgColor"] {
    background-color: #ffffff;
}

[data-theme-style~="DI_badge_fontColor"] {
    color: #000000;
}
/*</style>*/











/*<style>*/
[data-theme-style~="DI_compare"] {
background-color: #ffffff;
color: #000000;
fill: #000000;
}

[data-theme-style~="DI_compare"]:hover,
[data-theme-style~="DI_compare"].active {
background-color: #000000;
color: #ffffff;
fill: #ffffff;
}

/*</style>*/





/*<style>*/
    [data-theme-style~="DI_customText_fontColor"] {
        color: ;
    }
/*</style>*/














/*<style>*/
/* Normal state */
.widget-checkbox__check:before,
[type=checkbox] + label:before {
background-color: transparent;
border-color: #999999;
}

/* Active state */
.widget-checkbox__check:before,
[type=checkbox]:checked + label:before{
background-color: #00adef;
border-color: #00adef;
}

.filters-dropdown__checkbox [type=checkbox]:checked+label::after,
.filters-dropdown__checkbox [type=checkbox]:not(:checked)+label::after,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
.widget-checkbox__check:after {
color: #ffffff;
}
/*</style>*/








/*<style>*/
/* Normal state */
input[type="radio"] + label .radio__button {
border-color: #000000;
}

/* Active state */
input[type="radio"]:checked + label .radio__button:before {
border-color: #00ADEF;
background-color: #00ADEF;
}
/*</style>*/







/*<style>*/
    [data-theme-style~="DI_range_label_fontColor"] {
        color: #000000;
    }

    /* Handle */
    [data-theme-style~="DI_range_input_handleColor"]::-webkit-slider-thumb {
        background-color: #ffffff;
    }

    [data-theme-style~="DI_range_input_handleColor"]::-moz-range-thumb {
        background-color: #ffffff;
    }

    [data-theme-style~="DI_range_input_handleColor"]::-ms-thumb {
        background-color: #ffffff;
    }

    /* Track */
    [data-theme-style~="DI_range_input_trackColor"] {
        /* Use a linear gradient to generate only the 2px height background */
        background: linear-gradient(#999999, #999999) no-repeat center;
        background-size: 100% 2px;
    }
/*</style>*/







/*<style>*/
    [data-theme-style~="DI_filterScrollTopButton_bgColor"]{
        background-color: ;
    }

    [data-theme-style~="DI_filterScrollTopButton_borderColor"]{
        border-color: ;
    }

    [data-theme-style~="DI_filterScrollTopButton_fontColor"]{
        color: ;
    }

    [data-theme-style~="DI_filterScrollTopButton_picto_fillColor"]{
        fill: ;
    }

    [data-theme-style~="DI_filterScrollTopButton_shadowColor"]{
        box-shadow: 0 0 0 2px ;
    }
/*</style>*/






/*<style>*/
[data-theme-style~="DI_finePrintLink_fontColor"]:hover,
[data-theme-style~="DI_finePrintLink_fontColor"]:focus,
[data-theme-style~="DI_finePrintLink_fontColor"]:active,
[data-theme-style~="DI_finePrintLink_fontColor"] {
color: #999999;
}
/*</style>*/










/*<style>*/
[data-theme-style~="DI_vehicleHub"] {
    background-color: ;
    color: ;
}




/*</style>*/






/*<style>*/
[data-theme-style~="DI_label_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="DI_label_fontColor"] {
color: #000000;
}
/*</style>*/








/*<style>*/
    [data-theme-style~="DI_lightSpecs_itemText_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="DI_lightSpecs_itemIcon_fontColor"] svg path {
        fill: #000000;
    }

/*</style>*/








/*<style>*/

[data-theme-style~="DI_link_fontColor"] {
    color:#000000
}

[data-theme-style~="DI_link_fontColor"]:hover,
[data-theme-style~="DI_link_fontColor"]:focus,
[data-theme-style~="DI_link_fontColor"]:active {
    color:#999999;
}

/*</style>*/













/*<style>*/
    [data-theme-style~="DI_mobileFiltersBar_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="DI_mobileFiltersBar_item"] {
        background-color: #ffffff;
        color: #000000;
        border-color: #000000;
    }

    [data-theme-style~="DI_mobileFiltersCloseButton_bgColor"] {
        background-color: ;
    }

    [data-theme-style~="DI_mobileFiltersCloseButton_fontColor"] {
        color: ;
    }
/*</style>*/








/*<style>*/
    [data-theme-style~="DI_mobileFiltersResultButton_bgColor"] {
        background-color: ;
    }

    [data-theme-style~="DI_mobileFiltersResultButton_fontColor"] {
        color: ;
    }
/*</style>*/











/*<style>*/
[data-theme-style~="DI_modal_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="DI_modal_fontColor"] {
color: #000000;
}

[data-theme-style~="DI_modal_closeBtn_fontColor"] {
color: #ffffff;
}

[data-theme-style~="DI_modal_closeBtn_bgColor"] {
background-color: #000000;
}
/*</style>*/












/*<style>*/
[data-theme-style~="DI_option_button_fontColor"] {
    color: #000000;
}

[data-theme-style~="DI_option_button_fontColor"] i:before,
[data-theme-style~="DI_option_button_fontColor"] i:after {
    background-color: #000000;
}

[data-theme-style~="DI_option_button_fontColor"]:hover,
[data-theme-style~="DI_option_button_fontColor"].active {
    color: #000000;
}
/*</style>*/







/*<style>*/
[data-theme-style~="DI_option_modal_bgColor"] {
    background-color: #ffffff;
}

[data-theme-style~="DI_option_modal_triangle_bgColor"] {
    fill: #ffffff;
}

[data-theme-style~="DI_option_modal_item_fontColor"] {
    color: #000000;
}

[data-theme-style~="DI_option_modal_item_fontColor"]:before,
[data-theme-style~="DI_option_modal_item_fontColor"]:after {
    background-color: #000000;
}

[data-theme-style~="DI_option_modal_item_fontColor"]:hover,
[data-theme-style~="DI_option_modal_item_fontColor"].active {
    color: #00ADEF;
}

[data-theme-style~="DI_option_modal_item_fontColor"].active:before,
[data-theme-style~="DI_option_modal_item_fontColor"].active:after {
    background-color: #00ADEF;
}
/*</style>*/







/*<style>*/
[data-theme-style~="DI_pagination_item_fontColor"] {
    color: #000000;
}

[data-theme-style~="DI_pagination_item_fontColor"]:hover,
[data-theme-style~="DI_pagination_item_fontColor"]:focus {
    color: #999999;
}

[data-theme-style~="DI_pagination_item_fontColor"]:hover:before,
[data-theme-style~="DI_pagination_item_fontColor"]:focus:before,
[data-theme-style~="DI_pagination_item_fontColor"]:hover:after,
[data-theme-style~="DI_pagination_item_fontColor"]:focus:after {
    color: #000000;
}

[data-theme-style~="DI_pagination_item_fontColor"].active {
    color: #00ADEF;
}
/*</style>*/











/*<style>*/
[data-theme-style~="DI_vehiclePaymentOptions_itemContent_price_fontColor"] {
    color: #00ADEF;
}

[data-theme-style~="DI_vehiclePaymentOptions_itemContent_oldPrice_fontColor"] {
    color: #666666;
}

[data-theme-style~="DI_vehiclePaymentOptions_itemContent_offerDetail_fontColor"] {
    color: #000000;
}
/*</style>*/








/*<style>*/
[data-theme-style~="DI_popover_openBtn"] {
background-color: ;
color: ;
}

[data-theme-style~="DI_popover_closeBtn"] {
background-color: ;
color: ;
}

[data-theme-style~="DI_popover_surface"] {
background-color: ;
}
/*</style>*/










/*<style>*/
[data-theme-style~="DI_search_borderColor"] {
border-color: #000000;
}

[data-theme-style~="DI_search_title_fontColor"] {
color: #000000;
}

[data-theme-style~="DI_search_input_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="DI_search_input_fontColor"] {
color: #000000;
}

[data-theme-style~="DI_search_reset_bgColor"],
[data-theme-style~="DI_search_reset_bgColor"]:hover,
[data-theme-style~="DI_search_reset_bgColor"]:active,
[data-theme-style~="DI_search_reset_bgColor"]:focus {
background-color: #000000;
}

[data-theme-style~="DI_search_reset_fontColor"],
[data-theme-style~="DI_search_reset_fontColor"]:hover,
[data-theme-style~="DI_search_reset_fontColor"]:active,
[data-theme-style~="DI_search_reset_fontColor"]:focus {
color: #ffffff;
}
/*</style>*/






/*<style>*/
[data-theme-style~="DI_rebateBanner"] {
background-color: ;
color: ;
}

[data-theme-style~="DI_rebateBanner_picto"] {
fill: ;
background-color: ;
}
/*</style>*/







/*<style>*/
[data-theme-style~="DI_resetLabel_bgColor"] {
background-color: transparent;
}

[data-theme-style~="DI_resetLabel_borderColor"] {
border-color: #999999;
}

[data-theme-style~="DI_resetLabel_fontColor"] {
color: #666666;
}
/*</style>*/





/*<style>*/
    [data-theme-style~="DI_stockNumber_fontColor"] {
        color: #000000;
    }
/*</style>*/









/*<style>*/
    [data-theme-style~="DI_tabs_index_backgroundColor"] {
        background-color: #dadada;
    }

    [data-theme-style~="DI_tabs_index_backgroundColor"].active {
        background-color: #000000;
    }

    [data-theme-style~="DI_tabs_indexList_borderColor"] {
        border-color: #999999;
    }

    [data-theme-style~="DI_tabs_index_borderColor_active"] {
        border-color: #000000;
    }

    [data-theme-style~="DI_tabs_index_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="DI_tabs_index_fontColor"].active {
        color: #ffffff;
    }

    [data-theme-style~="DI_tabs_index_fontColor"].active::after {
        background-color: #000000;
    }

    [data-theme-style~="DI_tabs_index_fontColor"]:active,
    [data-theme-style~="DI_tabs_index_fontColor"]:focus,
    [data-theme-style~="DI_tabs_index_fontColor"]:hover {
        color: #ffffff;
    }
/*</style>*/






/*<style>*/
[data-theme-style~="DI_tooltip"] {
background-color: ;
color: ;
}
/*</style>*/





/*<style>*/
    [data-theme-style~="DI_vehicleDealerName_fontColor"] {
        color: #000000;
    }
/*</style>*/



/*<style>*/
    [data-theme-style~="DI_watermark_fontColor"]{
        color: #ffffff;
    }
    [data-theme-style~="DI_watermark_bgColor"]{
        background-color: #999999;
    }
/*</style>*/






/*<style>*/
    [data-theme-style~="DI_recentView_borderColor"]{
        border-color: #00ADEF;
    }

    [data-theme-style~="DI_recentView_bgColor"]{
        background-color: #ffffff;
    }
/*</style>*/










/*<style>*/

[data-theme-style~="DI_filters_bgColor"] {
    background-color: #ffffff;
}

[data-theme-style~="DI_filters_fontColor"] {
    color: #000000;
}

/*</style>*/


/*<style>*/

[data-theme-style~="DI_filterCategory_content_bgColor"] {
    background-color: #ffffff;
}

/*</style>*/







/*<style>*/

[data-theme-style~="DI_filterCategory_title_bgColor"] {
    background-color: #ffffff;
}

[data-theme-style~="DI_filterCategory_title_borderColor"] {
    border-bottom: 1px solid #f1f1f1;
}

[data-theme-style~="DI_filterCategory_title_fontColor"] {
    color: #000000;
}

/* Use the same color as the title's font for the dropdown icon */
[data-theme-style~="DI_filterCategory_title_fontColor"]:before,
[data-theme-style~="DI_filterCategory_title_fontColor"]:after {
    background-color: #000000;
}

/*</style>*/










/*<style>*/
    [data-theme-style~="DI_vehicleCard_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="DI_vehicleCard_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="DI_vehicleCard_borderColor"] {
        border-color: #999999;
    }
/*</style>*/




























/*<style>*/

    [data-theme-style~="aboutPage_title_fontColor"]{
        color: #000000;
    }

    [data-theme-style~="aboutPage_banner_bgColor"]{
    background-color: #ffffff;
    }

    [data-theme-style~="aboutPage_instance_bgColor"]{
        background-color: #000000;
    }

    @media screen and (max-width: 640px){
    [data-theme-style~="aboutPage_banner_shadowColor"] {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    }
    }

    [data-theme-style~="aboutPage_instance_fontColor"]{
        color:#ffffff;
    }

    [data-theme-style~="aboutPage_showroom_fontColor"]{
        color: #ffffff;
    }

    .aboutPage_instance_button {
        content:'btnLightSecondaryFilled';
    }

    .aboutPage_showroom_button {
        content:'btnLightPrimaryFilled';
    }

    .aboutPage_reviews_cta_button {
        content: 'btnLightPrimaryFilledSmall';
    }

/*</style>*/



/*<style>*/

    [data-theme-style~="careerListing_form_fontColor"] {
        color:#333333
    }

/*</style>*/
















































































/*<style>*/


[data-theme-style~="catalogSlider__icon"]:before,
[data-theme-style~="catalogSlider__icon"]:hover:before,
[data-theme-style~="catalogSlider__icon"]:focus:before,
[data-theme-style~="catalogSlider__icon"]:active:before {
color: #000000;
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsInfoSection_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsInfoSection_title_fontColor"] {
color: #000000;
}

[data-theme-style~="catalogDetailsPriceSection_bgColor"] {
background-color: #000000;
}


[data-theme-style~="catalogDetailsInventoryAvailability_bgColor"] {
background-color: #000000;
}

[data-theme-style~="catalogDetailsInventoryAvailability_fontColor"] {
color: #ffffff;
}


[data-theme-style~="catalogDetailsViewSwitcher_fontColor"] {
color: #999999;
}

[data-theme-style~="catalogDetailsViewSwitcher_borderColor"]:after {
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsViewSwitcher_fontColor"].active {
color: #000000;
background-color: #000000;
}


[data-theme-style~="catalogDetailsCtaSection_bgColor"] {
background-color: #f1f1f1;
}

[data-theme-style~="catalogDetailsCtaSection_fontColor"] {
color: #000000;
}


[data-theme-style~="catalogDetailsCompareSectionTitle_bgColor"] {
background-color: #f1f1f1;
}

[data-theme-style~="catalogDetailsCompareSectionTitle_fontColor"] {
color: #000000;
}

[data-theme-style~="catalogDetailsCompareSectionTitle_borderColor"] {
border: 1px solid #f1f1f1;
}

[data-theme-style~="catalogDetailsCompareSectionLink_bgColor"] {
background-color: #000000;
}

[data-theme-style~="catalogDetailsCompareSectionLink_fontColor"] {
color: #ffffff!important;
}


[data-theme-style~="catalogDetailsSimilarVehiclesSection_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="catalogDetailsSimilarVehiclesSection_fontColor"] {
color: #000000;
}


[data-theme-style~="catalogDetailsHeader_picto_fontColor"] {
color: #000000;
}

[data-theme-style~="catalogDetailsHeader_subtitle_fontColor"] {
color: #000000;
}

[data-theme-style~="catalogDetailsHeader_popupLinkColor"] {
color: #000000;
}


.catalog-details__content [data-theme-style~="catalogDetailsContentSection_separatorColor"]:before,
.catalog-details__content [data-theme-style~="catalogDetailsContentSection_separatorColor"]:after {
background-color: #000000;
}

[data-theme-style~="vdpForm_bgColor"]{
background-color: #f1f1f1;
}

[data-theme-style~="vdpForm_borderColor"]{
border-color: #ffffff;
}

[data-theme-style~="vdpForm_primaryColor"]{
color: #000000;
}

[data-theme-style~="vdpComparable_bgColor"]{
background-color: #ffffff;
}

[data-theme-style~="vdpComparable_fontColor"]{
color: #000000;
}



    
    
        [data-theme-style~="vehicleDetails_ctaBgColor"]{
        background-color: #000000;
        }
    
    


[data-theme-style~="viewSwitch_color"]{
color: #999999;
}

[data-theme-style~="viewSwitch_color"]:hover,
[data-theme-style~="viewSwitch_color"].active{
color: #000000;
}

[data-theme-style~="vehicleDetail_consumptionPicto_fontColor"]{
color: #000000;
}

[data-theme-style~="vehicleDetail_consumptionValue_fontColor"]{
color: #000000;
}

[data-theme-style~="catalogDetailsBuildVehicle_banner_fontColor"]{
color: #000000;
}

[data-theme-style~="catalogDetailsBuildVehicle_banner_bgColor"]{
background-color: #f1f1f1;
}

.BuildVehicle_banner_button {
content: 'btnLightPrimaryOutlined';
}

.vehicleDetail_formCta_button{
content: 'btnLightPrimaryFilled';
}

[data-theme-style~="catalogDetailsGallery_title_fontColor"]{
color: #000000;
}

/*</style>*/










/*<style>*/
    [data-theme-style~="catalogDetailsColorChooser_borderColor"] {
        border-color: #000000;
    }

    .active > [data-theme-style~="catalogDetailsColorChooser_borderColor"] {
        border-color: #000000;
    }

    [data-theme-style~="catalogDetailsColorChooser_iconColor"]:before,
    [data-theme-style~="catalogDetailsColorChooser_iconColor"]:after{
        background-color: #000000;
    }

    [data-theme-style~="catalogDetailsColorChooserBox_fontColor"] {
        color: #999999;
    }

    [data-theme-style~="catalogDetailsColorChooserBox_borderColor"] {
        border-color: #999999;
    }

    [data-theme-style~="catalogDetailsColorChooserBox_backgroundColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="catalogDetailsColorChooserBox_borderColor"]:after {
        border-color: #999999;
    }
/*</style>*/

























/*<style>*/

    .view-switcher__link{
        background: #999999;
        color: #ffffff;
        border-color: #999999;
    }

    .view-switcher__link.active{
        background: #00ADEF;
        color: #ffffff;
        border-color: #00ADEF;
    }


/*</style>*/




/*<style>*/

[data-theme-style~="headerInfoBravo_bgColor"]{
background-color: #ffffff;
}

[data-theme-style~="headerInfoBravo_fontColor"]{
color: #000000;
}


[data-theme-style~="headerInfoBravo_shadow"] {
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}


    .headerInfoBravo_priceRequest_button {
        content: 'btnLightPrimaryFilled';
    }

    .headerInfoBravo_roadTest_button {
        content: 'btnLightSecondaryFilled';
    }
/*</style>*/




























/*<style>*/


.catalogHeader_button {
content:'btnLightPrimaryFilled';
}
[data-theme-style~="catalogListing_header_fontColor"] {
color: #ffffff;
}


.catalogHeader_button {
content:'btnLightPrimaryFilled';
}
[data-theme-style~="catalogListing_showroom_fontColor"] {
color: #ffffff;
}


    
    [data-theme-style~="catalogListing_filterItem_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="catalogListing_filterItem_borderColor"] {
        border-color: #999999;
    }

    [data-theme-style~="catalogListing_filterItem_bgColor"] {
        background-color: #ffffff;
    }
    .widget-filter__bodystyle-element:hover,
    .widget-filter__bodystyle-element.active {
        color: #ffffff;
        border-color: #000000;
        background-color: #000000;
    }

    
    [data-theme-style~="catalogListing_form_fontColor"] {
        color:#000000;
    }

    [data-theme-style~="catalogListing_form_bgColor"] {
        background-color:#000000;
    }
/*</style>*/






























/*<style>*/

    [data-theme-style~="contactPage_bgColor"] {
        background-color: #333333;
    }

    [data-theme-style~="contactPage_formSection_bgColor"] {
        background-color: #333333;
    }

    [data-theme-style~="contactPage_formSection_fontColor"] {
        color: #ffffff;
    }

    [data-theme-style~="contactPage_instanceSection_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="contactPage_blockHours_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="contactPage_instance_bgColor"] {
        background-color: #ffffff;
    }
    [data-theme-style~="contactPage_instance_borderColor"] {
        border-color: #000000;
    }

    [data-theme-style~="contactPage_instance_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="contactPage_phoneNumber_labelColor"] {
        color: #ffffff;
    }

    [data-theme-style~="contactPage_phoneNumber_telColor"] {
        color: #ffffff;
    }

    [data-theme-style~="contactPage_phoneNumber_telColor"]:hover {
        color: #00ADEF;
    }

    [data-theme-style~="contactPage_phoneNumber_iconColor"] {
        color: #00ADEF;
    }

    [data-theme-style~="contactPage_dropdownInfoButton_pictoColor"] {
        color: #000000;
    }

    [data-theme-style~="contactPage_dropdownInfoButton_textColor"] {
        color: #000000;
    }

    [data-theme-style~="contactPage_dropdownInfoButton_arrowColor"] {
        color: #000000;
    }

    [data-theme-style~="contactPage_depHoursOpen_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="contactPage_depHoursClosed_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="contactUs_addressLink_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="contactPage_picto_fillColor"] {
        fill: #000000;
    }

    [data-theme-style~="contactUs_addressLink_fontColor"]:hover,
    [data-theme-style~="contactUs_addressLink_fontColor"]:focus,
    [data-theme-style~="contactUs_addressLink_fontColor"]:active {
        color: #000000;
    }

    .contactPage_instance_button {
        content:'btnLightPrimaryFilled'
    }
.contactPage_mobileCTA_button {
content:'btnLightPrimaryFilled'
}



/*</style>*/








/*<style>*/

.pageEmployee_form_button{
    content: 'btnLightSecondaryFilledSmall';
}

/*</style>*/












































































/*<style>*/


[data-theme-style~="bodyPattern_primary"]{
color: #000000;
background-color: #ffffff;

}

[data-theme-style~="home__bgImage"]{
background:  url('https://img.sm360.ca/images/web/') top center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}

    [data-theme-style~="homePage_seoText_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="homePage_highlights_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="homePage_reviews_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="homePage_inventorySearch_bgColor"] {
        background-image: linear-gradient(to bottom, rgba(241,241,241,0.5), rgba(241,241,241,0.5) );
    }

    [data-theme-style~="homePage_promoSlider_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="homePage_promoSlider_bgColorTransparent"] {
        background-color: rgba(255,255,255,0.5);
    }



    
    
        [data-theme-style~="homeInventory__bgImage"]{
        }
    


[data-theme-style~="homeInventory_bgColor"] {
background-color: #ffffff;
}

[data-theme-style~="homeInventory_titleColor"] {
color: #000000;
}

[data-theme-style~="homeInventory_fontColor"] {
color: #000000;
}

[data-theme-style~="homeInventory_primaryColor"] {
color: #000000;
}

[data-theme-style~="homeInventory_secondaryColor"] {
color: #000000;
}

[data-theme-style~="homeInventory_ctaColor"],
[data-theme-style~="homeInventory_ctaColor"]:hover,
[data-theme-style~="homeInventory_ctaColor"]:focus,
[data-theme-style~="homeInventory_ctaColor"]:active {
color: #000000;
}

[data-theme-style~="homeInventory_borderColor"] {
border-color: #000000;
}

[data-theme-style~="homeInventory_bottomBgColor"] {
background-color: #000000;
}

[data-theme-style~="homeInventory_bottomFontColor"] {
color: #000000;
}

[data-theme-style~="homeInventory_bottomCtaColor"],
[data-theme-style~="homeInventory_bottomCtaColor"]:hover,
[data-theme-style~="homeInventory_bottomCtaColor"]:focus,
[data-theme-style~="homeInventory_bottomCtaColor"]:active {
color: #000000;
}

[data-theme-style~="homeInventoryTabs"] [data-theme-style~="tabs_fontColor"].is-active a,
[data-theme-style~="homeInventoryTabs"] [data-theme-style~="tabs_fontColor"] a:hover{
color: #000000;
border-color: #000000;
background-color: #ffffff;
}

[data-theme-style~="homeInventoryTabs"] [data-theme-style~="tabs_fontColor"].is-active a:after{
border-color: #000000;
}

[data-theme-style~="homeInventory_price_fontColor"] {
color: #000000;
}




[data-theme-style~="homeService_fontColor"]{
color: #ffffff;
}





[data-theme-style~="homeCatalog_borderColor"]{
border-color: #000000;
}

[data-theme-style~="homeCatalog_fontColor"]{
color: #000000;
}

[data-theme-style~="homeCatalog_financing__rebate"] [data-theme-sprite]{
background: radial-gradient(farthest-side at 45% 60%, #000000, #000000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

[data-theme-style~="homeCatalogRebate__bgColor"],
[data-theme-style~="homeCatalogRebate__bgColor"]:before,
[data-theme-style~="homeCatalogRebate__bgColor"]:after{
background-color: #000000;
}



[data-theme-style~="homeNews_fontColor"]{
color: #000000;
}

[data-theme-style~="homeNews_titleColor"]{
color: #ffffff;
}

[data-theme-style~="newsSlider__controlsColor"],
[data-theme-style~="newsSlider__controlsColor"]:hover,
[data-theme-style~="newsSlider__controlsColor"]:focus{
color: #000000;
}

[data-theme-style~="newsSlider__pagerColor"]{
color: #ffffff
}

[data-theme-style~="newsSlider__pagerColor"] .active,
[data-theme-style~="newsSlider__pagerColor"] .slick-active{
background-color: #ffffff
}


[data-theme-style~="homeSocial__bgColor"]{
background-color: #ffffff;
}

[data-theme-style~="homeSocial__titleColor"]{
color: #ffffff;
}

[data-theme-style~="homeSocialInstance__titleColor"]{
color: #000000;
}

[data-theme-style~="homeSocialInstance__textColor"]{
color: #000000;
}


[data-theme-style~="homeInstancesPicto_fontColor"] {
color:#000000;
}


[data-theme-style~="homeBanner_pagination_bgColor"] .home-page-alpha__promo-banner-bullet {
    background-color: transparent;
    border-color: #00ADEF;
}

[data-theme-style~="homeBanner_pagination_bgColor"] .home-page-alpha__promo-banner-bullet-active {
    background-color: #00ADEF;
    border-color: #00ADEF;
}

[data-theme-style~="homeMBStar_bgColor"]{
background-color:#000000;
}

/*</style>*/










































/*<style>*/


[data-theme-style~="inventoryDetailsCtaSection_bgColor"] {
background-color: #000000;
}

[data-theme-style~="inventoryDetailsCtaSection_fontColor"] {
color: #ffffff;
}

[data-theme-style~="inventoryDetailsCtaSection_borderColor"] {
border-color: #000000;
}

[data-theme-style~="inventoryDetailsCtaSection_bgColor"]:hover {
background-color: #666666;
}

[data-theme-style~="inventoryDetailsCtaSection_fontColor"]:hover {
color: #ffffff;
}

[data-theme-style~="inventoryDetailsCtaSection_borderColor"]:hover {
border-color: #666666;
}



[data-theme-style~="inventoryDetailsSidebar_bgColor"] {
background-color: #ffffff;
}


[data-theme-style~="inventoryDetailsHeader_separator_borderColor"] {
border-color: #000000;
}

[data-theme-style~="inventoryDetailsContent_subtitle_fontColor"] {
color: #000000;
}


[data-theme-style~="inventoryDetailsSpecificationsSection_separatorColor"] {
border-color: #000000;
}


[data-theme-style~="inventoryDetailsSimilarVehiclesSection_bgColor"] {
background-color: #000000;
}

[data-theme-style~="inventoryDetailsSimilarVehiclesSection_fontColor"] {
color: #000000;
}


[data-theme-style~="inventoryDetailsCurrentPrice_fontColor"] {
color: #000000;
}

[data-theme-style~="inventoryDetailsOldPrice_fontColor"] {
color: #000000;
}

[data-theme-style~="inventoryDetailsRebatePrice_fontColor"] {
color: #000000;
}


[data-theme-style~="inventoryDetails_iconsColor"] {
color: #000000;
}


[data-theme-style~="inventoryDetailsConsumptions_valueColor"] {
color: #000000;
}


[data-theme-style~="inventoryDetails_catalogPreview_bgColor"] {
background: #000000;
}
/*</style>*/




























/*<style>*/

[data-theme-style~="inventory__rebateBanner"]{
background-color: #000000;
color: #ffffff;
}

[data-theme-style~="inventory__priceColor"]{
color: #000000;
}

[data-theme-style~="inventory__compareBtn"]{
background-color: #000000;
}

[data-theme-style~="inventory__compareBtn"]:hover{
background-color: #000000;
}

[data-theme-style~="inventory__compareBtn"].active{
background-color: #000000;
}

[data-theme-style~="inventory__compareBtn"].active:hover{
background-color: #000000;
}
[data-theme-style~="inventoryListingPreview_bgColor"]{
background-color: #ffffff;
}

[data-theme-style~="inventoryListingPreview_fontColor"]{
color: #000000;
}

[data-theme-style~="inventoryListingPreviewPrice_fontColor"]{
color: #000000;
}

[data-theme-style~="inventoryListingPreviewFinancing_fontColor"]{
color: #000000;
}


[data-theme-style~="btninventoryListingPreview"]{
background-color: #ffffff;
color:#000000;
border-color: #000000;
}

[data-theme-style~="btninventoryListingPreview"]:hover{
background-color: #000000!important;
color:#ffffff;
border-color: #000000;
}
/*</style>*/



/*<style>*/

[data-theme-style~="luxuryVehiclesPage_makesLogo_bgColor"] {
    background-color: #ffffff;
}

/*</style>*/










/*<style>*/

[data-theme-style~="articleListing__color"]{
    color: #000000;
}

/*</style>*/



/*<style>*/

    .newsDetail_button1 {
        content:'btnLightPrimaryFilledSmall';
    }
    .newsDetail_button2 {
        content:'btnLightSecondaryFilledSmall';
    }

/*</style>*/







/*<style>*/

    [data-theme-style~="promotionDetail_title_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="promotionDetail_form_bgColor"] {
        background-color: #f1f1f1;
    }

   [data-theme-style~="promotionDetail_form_fontColor"] {
        color: #000000;
    }

    @media screen and (max-width: 640px){
        [data-theme-style~="promotionDetail_banner_shadowColor"] {
            box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        }
    }

    [data-theme-style~="promotionDetail_banner_bgColor"] {
        background-color: #ffffff;
    }

    .promotionDetail_button1 {
        content: 'btnLightPrimaryFilledSmall';
    }
    .promotionDetail_button2 {
        content: 'btnLightSecondaryFilledSmall';
    }
/*</style>*/









/*<style>*/


[data-theme-style~="promotionListing_title_fontColor"]{
color: #000000;
}


[data-theme-style~="promotionListing_banner_bgColor"]{
background-color: #ffffff;
}

@media screen and (max-width: 640px){
[data-theme-style~="promotionListing_banner_shadowColor"] {
box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
}
/*</style>*/






























/*<style>*/
    [data-theme-style~="staticPageAlpha_banner_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageAlpha_banner_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageAlpha_dropdownInfo_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageAlpha_dropdownInfoButton_pictoColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageAlpha_dropdownInfoButton_textColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageAlpha_dropdownInfoButton_arrowColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageAlpha_dropdownInfoContent_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageAlpha_dropdownInfoContent_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageAlpha_main_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageAlpha_main_textColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageAlpha_sidebar_bgColor"] {
        background-color: #000000;
    }

    
        [data-theme-style~="staticPageAlpha_sidebar_shadowColor"] {
            box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
        }
    

    [data-theme-style~="staticPageAlpha_sidebar_textColor"] {
        color: #ffffff;
    }
/*</style>*/




















/*<style>*/
    [data-theme-style~="staticPageBravo_banner_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageBravo_banner_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageBravo_dropdownInfo_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageBravo_dropdownInfoButton_pictoColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageBravo_dropdownInfoButton_textColor"] {
        color: #ffffff;
    }

    [data-theme-style~="staticPageBravo_dropdownInfoButton_arrowColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageBravo_dropdownInfoContent_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageBravo_dropdownInfoContent_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageBravo_main_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageBravo_main_textColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageBravo_sidebar_bgColor"] {
        background-color: #ffffff;
    }

    
        [data-theme-style~="staticPageBravo_sidebar_shadowColor"] {
            box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
        }
    

    [data-theme-style~="staticPageBravo_sidebar_textColor"] {
        color: #000000;
    }

    .staticPageBravo_instanceButton {
        content: 'btnDarkSecondaryFilledSmall';
    }
/*</style>*/












/*<style>*/
    [data-theme-style~="staticPageCharlie_banner_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageCharlie_banner_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageCharlie_tabs_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageCharlie_tabsAnchor_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageCharlie_tabsAnchor_fontColor_active"].is-active {
        color: #000000;
    }

    [data-theme-style~="staticPageCharlie_instance_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageCharlie_instance_textColor"] {
        color: #000000;
    }
/*</style>*/
































/*<style>*/
    [data-theme-style~="staticPageDelta_banner_bgColor"] {
        background-color: #000000;
    }

    @media screen and (max-width: 640px){
    [data-theme-style~="staticPageDelta_banner_shadowColor"] {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    }
    }

[data-theme-style~="staticPageDelta_banner_bgColor"] {
background-color: #000000;
}

    [data-theme-style~="staticPageDelta_banner_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_banner_phoneNumber_labelColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_banner_phoneNumber_telColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_banner_phoneNumber_telColor"]:hover {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_dropdownInfo_bgColor"] {
        background-color: transparent;
    }

    [data-theme-style~="staticPageDelta_dropdownInfoButton_pictoColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_dropdownInfoButton_textColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_dropdownInfoButton_arrowColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_dropdownInfoContent_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageDelta_dropdownInfoContent_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_main_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_main_textColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_instance_titleColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_instance_textColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageDelta_sidebar_bgColor"] {
        background-color: #000000;
    }

    
        [data-theme-style~="staticPageDelta_sidebar_shadowColor"] {
            box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
        }
    

    [data-theme-style~="staticPageDelta_sidebar_textColor"] {
        color: #ffffff;
    }

    [data-theme-style~="staticPageDelta_sidebar_titleColor"] {
    color: #000000;
    }


    .staticPageDelta_instance_Cta1 {
        content: 'btnLightPrimaryFilledSmall';
    }

    .staticPageDelta_instance_Cta2 {
        content: 'btnLightPrimaryOutlined';
    }

    [data-theme-style~="staticPageDelta_widgetsThirdParty_bgColor"] {
        background-color: #000000;
    }

    [data-theme-style~="staticPageDelta_widgetsThirdParty_textColor"] {
        color: #000000;
    }

/*</style>*/









/*<style>*/
    [data-theme-style~="staticPageEcho_banner_bgColor"] {
        background-color: #ffffff;
    }

    [data-theme-style~="staticPageEcho_bannerTitle_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageEcho_instanceTitle_fontColor"] {
        color: #000000;
    }

    [data-theme-style~="staticPageEcho_instanceText_fontColor"] {
        color: #000000;
    }
/*</style>*/


/*<style>*/

/*    [data-theme-style~="aboutPage_instance_bgColor"]{
        background-color: #000000;
    }

    @media screen and (max-width: 640px){
    [data-theme-style~="aboutPage_banner_shadowColor"] {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    }
    }


    .aboutPage_reviews_cta_button {
        content: 'btnLightPrimaryFilledSmall';
    }*/


    [data-theme-style~="vansPage_articles_bgColor"]{
        background-color: #000000;
    }

    [data-theme-style~="vansPage_banner_service_fontColor"]{
        color: #ffffff;
    }

    [data-theme-style~="vansPage_fleet_bgColor"]{
        background-color: #000000;
    }

    [data-theme-style~="vansPage_fleet_fontColor"]{
        color: #ffffff;
    }

/*</style>*/




/*<style>*/

    [data-theme-style~="blockComplianceStar__bgColor"]{
        background-color: #ffffff;
    }

    [data-theme-style~="blockComplianceStar__fontColor"]{
        color: #999999;
    }

    [data-theme-style~="blockComplianceStar__titleFontColor"]{
        color: #ffffff;
    }

    

/*</style>*/



/*<style>*/

[data-theme-style~="blockMeContent__titleFontColor"]{
    color: inherit;
}

[data-theme-style~="meConnect_ctas_fontColor_hover"]:hover{
    color: #00adef;
}

/*</style>*/

















/*<style>*/

[data-theme-style~="whyBuyDiscover_fontColor"]{
color: #000000;
}

[data-theme-style~="whyBuyDiscover_secondary_fontColor"]{
color: #000000;
}

[data-theme-style~="whyBuyDiscover_item_fontColor"]{
color: #ffffff;
}

/*</style>*/






/*<style>*/


/*</style>*/








/*<style>*/

[data-theme-style~="whyBuyHeader_fontColor"]{
    color: #000000;
}

@media screen and (max-width: 640px){
[data-theme-style~="whyBuyHeader_shadowColor"] {
box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
}
/*</style>*/









/*<style>*/

    [data-theme-style~="whyBuyHighlights_bgColor"]{
    background: #f1f1f1;
    }

    .whyBuyHightlights_button {
    content:'btnLightPrimaryFilled'
    }
/*</style>*/









/*<style>*/


[data-theme-style~="whyBuySlider_bgColor"]{
background: #f1f1f1;
}

/*</style>*/









/*<style>*/


[data-theme-style~="whyBuySteps_fontColor"]{
color: #000000;
}

.whyBuySteps_button {
    content:'btnLightPrimaryFilled'
}

/*</style>*/











/*<style>*/


    [data-theme-style~="dealershipsPage_instancesBox_shadowColor"] {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    }

    [data-theme-style~="dealershipsPage_middleBanner_borderColor"] {
    border-color: #000000;
    }

    .dealershipsPage_instance_button {
    content:'btnLightPrimaryFilled';
    }

    @media screen and (max-width: 640px){
    [data-theme-style~="dealershipsPage_header_shadowColor"] {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    }
    }

/*</style>*/











/*<style>*/

.reviewsAlphaCtas_button1 {
content:'btnLightPrimaryFilled';
}
.reviewsAlphaCtas_button2 {
content:'btnLightPrimaryFilled';
}

[data-theme-style~="reviewsPage_title_fontColor"]{
color: #000000;
}

/*</style>*/


















f






/*<style>*/
[data-theme-style~="vancarePageNavigation_color"] {
    background-color: #000000;
    color: #ffffff;
}

[data-theme-style~="vancarePageNavigation_bgColor"] {
    background-color: #000000;
}

[data-theme-style~="vancarePageNavigation_fontColor"] {
    color: #ffffff;
}
[data-theme-style~="vancarePageNavigation_fontColor"]:hover,
[data-theme-style~="vancarePageNavigation_fontColor"]:focus,
[data-theme-style~="vancarePageNavigation_fontColor"]:active{
color: #00adef;
}

[data-theme-style~="vancarePageWarranty_bgColor"] {
    background-color: #000000;
}

[data-theme-style~="vancarePageInstances_bgColor"] {
    background-color: #000000;
}

[data-theme-style~="vancarePageServiceCare_block_bgColor"] {
    background-color: #000000;
}

[data-theme-style~="vancarePageServiceCare_item_bgColor"] {
    background-color: #000000;
}

[data-theme-style~="vancarePageServiceCare_block_fontColor"] {
color: #ffffff;
}


.vancare-page-service-care__board-checkboxes p.checked::before{
    border-color: #000000;
}
.block-compliance-navigation__item-anchor.active{
    color: #00adef;
    border-bottom: 1px solid;
}

[data-theme-style~="vansWarrantyInstances"]{
background-color: #000000;
}

[data-theme-style~="blockComplianceNavigation"]{
background-color: #000000;
color: #ffffff;
}

.block-compliance-vans-care .block-compliance-service-care__title-block{
border-color: #000000;
}

[data-theme-style~="blockComplianceBoard__primaryColor"]{
background-color: #008000;
color: #ffffff;
}

[data-theme-style~="blockComplianceBoard__secondaryColor"]{
background-color: #dadada;
color: #666666;
}

.vancare-page-service-care__board-checkboxes p::before,
.vancare-page-service-care__board-checkboxes p.checked::before{
border-color: #008000;
}

[data-theme-style~="blockComplianceInfo"]{
color: #666666;
}

.block-compliance-navigation__item-anchor.active:after{
background:#00adef;
}
.block-compliance-navigation__item-anchor.active{
color: #00adef;
}

/*</style>*/


/*<style>*/

    [data-theme-style~="teamPage_title_fontColor"]{
        color: #000000;
    }

/*</style>*/










/*<style>*/

[data-theme-style~="tcoPage_widgetTabs_fontColor"]{
    color: #999999;
}

[data-theme-style~="tcoPage_widgetTabs_fontColor"]:before{
    color: #000000;
}

[data-theme-style~="tcoPage_widgetTabs_fontColor"].is-active,
[data-theme-style~="tcoPage_widgetTabs_fontColor"].is-active:before{
    color: #00adef;
}


/*</style>*/
