

























/*<style>*/
    [data-theme-style~="button"].-primary ,
    .a-button.-primary {
        color:#ffffff;
        border-color:#292929;
        background-color: #000000;
    }

    /*Hover Focus*/
    .a-button.-primary:hover,
    .a-button.-primary:focus,
    .a-button.-primary:active{
        color:#ffffff;
        border-color:#767676;
        background-color: #767676;
    }

    /*On Click State*/
    .a-button.-primary:hover:focus,
    .m-buttonWithIcon.-primary:hover:focus {
        color:#ffffff;
        border-color:#767676;
        background-color: #767676;
    }

/*</style>*/





















/*<style>*/
    [data-theme-style~="button"].-secondary ,
    .a-button.-secondary {
        color:#ffffff;
        border-color:#767676;
        background-color: #5e96b1;
    }
    
    /*Hover Focus*/
    .a-button.-secondary:hover,
    .a-button.-secondary:focus,
    .a-button.-secondary:active{
        color:#ffffff;
        border-color:#292929;
        background-color: #292929;
    }
    
    /*On Click State*/
    .a-button.-secondary:hover:focus,
    .m-buttonWithIcon.-secondary:hover:focus {
        color:#ffffff;
        border-color:#292929;
        background-color: #292929;
    }
/*</style>*/





















/*<style>*/
    [data-theme-style~="button"].-tertiary ,
    .a-button.-tertiary {
        color:#000000;
        border-color:#767676;
        background-color: #ffffff;
    }

    /*Hover Focus*/
    .a-button.-tertiary:hover,
    .a-button.-tertiary:focus,
    .a-button.-tertiary:active{
        color:#767676;
        border-color:#767676;
        background-color: #ffffff;
    }

    /*On Click State*/
    .a-button.-tertiary:hover:focus,
    .m-buttonWithIcon.-tertiary:hover:focus {
        color:#767676;
        border-color:#767676;
        background-color: #ffffff;
    }
/*</style>*/





















/*<style>*/
    [data-theme-style~="button"].-quaternary ,
    .a-button.-quaternary {
        color:#ffffff;
        border-color:#ffffff;
        background-color: transparent;
    }
    
    /*Hover Focus*/
    .a-button.-quaternary:hover,
    .a-button.-quaternary:focus,
    .a-button.-quaternary:active{
        color:#ffffff;
        border-color:#5e96b1;
        background-color: transparent;;
    }
    
    /*On Click State*/
    .a-button.-quaternary:hover:focus,
    .m-buttonWithIcon.-quaternary:hover:focus {
        color:#767676;
        border-color:#5e96b1;
        background-color: transparent;
    }
    .bg-backgroundQuaternary{
        background-color: #292929;
   }
/*</style>*/

















/*<style>*/
    [data-theme-style~="link"].-primary .m-linkWithIcon{
        --link-font: #000000;
        --link-icon: #5e96b1;

        --link-font-active: #767676;
        --link-icon-active: #5e96b1;

        --link-font-focus: #767676;
        --link-icon-focus: #5e96b1;
        --link-outline-focus: #5e96b1;
        
        --link-font_hover: #767676;
        --link-icon-hover: #5e96b1;
    }
/*</style>*/
















/*<style>*/
    [data-theme-style~="link"].-secondary {
        --link-font: #292929;
        --link-icon: #292929;
        --link-outline: transparent;

        --link-font-active: #292929;
        --link-icon-active: #292929;
        --link-outline-active: transparent;

        --link-font-focus: #292929;
        --link-icon-focus: #ffffff;
        --link-outline-focus: #5e96b1;

        --link-font-hover: #292929;
        --link-icon-hover: #292929;
        --link-outline-hover: transparent;
    }
/*</style>*/
















/*<style>*/
    [data-theme-style~="link"].-tertiary {
        --link-font: #292929;
        --link-icon: #292929;

        --link-font-active: #292929;
        --link-icon-active: #292929;

        --link-font-focus: #292929;
        --link-icon-focus: #292929;
        --link-outline-focus: #5e96b1;

        --link-font-hover: #000000;
        --link-icon-hover: #292929;
    }
/*</style>*/
















/*<style>*/
    [data-theme-style~="link"].-quaternary {
        --link-font: #ffffff;
        --link-icon: #ffffff;

        --link-font-active: #ffffff;
        --link-icon-active: #ffffff;

        --link-font-focus: #ffffff;
        --link-icon-focus: #ffffff;
        --link-outline-focus: #5e96b1;

        --link-font-hover: #ffffff;
        --link-icon-hover: #ffffff;
    }
/*</style>*/












/*<style>*/
    [data-theme-style~="link"].-quinternary .m-linkWithIcon{
        --link-font: #ffffff;
        --link-icon: #ffffff;

        --link-font-active: #ffffff;
        --link-icon-active: #ffffff;

        --link-font-focus: #ffffff;
        --link-icon-focus: #ffffff;
        --link-outline-focus: #ffffff;
        
        --link-font_hover: #ffffff;
        --link-icon-hover: #ffffff;
    }
/*</style>*/

/*<style>*/

    .a-link.-external {
        color: #767676;
    }

    .a-link.-external:hover,
    .a-link.-external:focus,
    .a-link.-external:active {
        color: #292929;
    }

    .a-icon-link-external, .link__iconExternal{
        fill: #5e96b1;
        color: #5e96b1 !important;
    }

    .a-icon-link-external:hover, .link__iconExternal:hover{
        fill: #292929;
        color: #292929 !important;
    }

/*</style>*/

/*<style>*/

:focus {
    outline: #5e96b1 solid 1px;
    outline-offset: 1px;
}

/*</style>*/








































/*<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: #000000;
}

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

[data-theme-style~="accordion_borderColor"],
 .m-accordionItem{
border-color: #5e96b1;
}

/*</style>*/








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

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

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










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

    [data-theme-style~="careerCardAlpha_header_fontColor"],
    [data-theme-style~="careerCardAlpha_header_fontColor"].fineprint {
        color: #ffffff;
    }

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










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

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





/*<style>*/
    [data-theme-style~="reviewCardLandscape_bgColor"] {
        background-color: #dddddd;
    }
    [data-theme-style~="reviewCardLandscape_fontColor"] {
        color: #000000;
    }
    [data-theme-style~="reviewCardLandscape_date_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="reviewCardLandscape_picto_fontColor"] {
        fill: #292929;
    }
/*</style>*/





/*<style>*/
    [data-theme-style~="reviewCardPersonal_bgColor"] {
        background-color: #ffffff;
    }
    [data-theme-style~="reviewCardPersonal_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="reviewCardPersonal_date_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="reviewCardPersonal_picto_fontColor"] {
        fill: #292929;
    }
    .review-card-personal__author-figure-image {
        background-color: #ffffff;
    }
/*</style>*/

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

/*<style>*/

    [data-theme-style~="reviewCard_picto_fontColor"],
    .widget-rating__star {
        fill: #292929;
    }

/*</style>*/









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

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

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

/*</style>*/






















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

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

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

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

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

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

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

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

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

    [data-theme-style~="depHoursInfos_phoneIconColor"] {
        fill: #5e96b1;
    }

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















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

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

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

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

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

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

/*</style>*/







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

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

.catalogCard_button {
    content: 'primary';
}

/*</style>*/





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




























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

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

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

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

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

    [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: #ffffff;
    }

    [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: #292929;
    }
/*</style>*/


/*<style>*/

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

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

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

    .form-field__label-select-dropdown,
    .widget-dropdown__content-element--selected,
    [data-theme-style~="formInput_dropdown_fontColor_hover"]:hover {
        color: #292929;
    }

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

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

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

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

    .widget-dropdown__button.active .widget-dropdown__select-arrow {
        background-color: #ffffff;
        color: #292929;
    }

    .custom-select::after {
        background-color: #ffffff;
    }
    .custom-select::before {
        color: #292929;
    }

    .dropdown-dealer::before {
        color: #5e96b1;
    }

/*</style>*/





/*<style>*/
    [data-theme-style~="cardEmployee_bgColor"] {
        background-color: #ffffff;
    }
    [data-theme-style~="cardEmployee_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="cardEmployee_borderColor"] {
        border-color: #808080;
    }
    [data-theme-style~="cardEmployee_picto_fillColor"] {
        fill: #292929;
    }
/*</style>*/
















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

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

    .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: #5e96b1;
    }
/*</style>*/













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

    .form-field__label-select-dropdown:hover .widget-dropdown__button,
    .form-field__label-select-dropdown:focus .widget-dropdown__button{
        background-color: #dddddd;
    }

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

    .form-field__label--text.active:before{
        color: #292929;
    }

    [data-theme-style~="formInput__icon"] {
        fill: #292929;
    }
/*</style>*/








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

    /* Active state */
    input[type="radio"]:checked + label .radio-button__label-radio:before {
        border-color: #999999;
        background-color: #5e96b1;
    }
/*</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: #5e96b1;
    }
/*</style>*/











/*<style>*/

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

    [data-theme-style~="highlightCardDaredevil_picto_fontColor"] {
        color: #292929;
    }

/*</style>*/


/*<style>*/

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

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

/*</style>*/




/*<style>*/

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

    [data-theme-style~="highlightCardGandalph_fontColor"] {
        color: #292929;
    }

/*</style>*/






/*<style>*/

    [data-theme-style~="highlightCardLionking_bgColor"] {
        background-color: #ffffff;
    }
    [data-theme-style~="highlightCardLionking_borderColor"] {
        border-color: #808080;
    }
    [data-theme-style~="highlightCardLionking_fontColor"] {
        color: #292929;
    }

    /*Picto*/
    [data-theme-style~="highlightCardLionking_icon_bgColor"] {
        background-color: #ffffff;
    }
    [data-theme-style~="highlightCardLionking_icon_fontColor"] {
        color: #292929;
    }

/*</style>*/



/*<style>*/

    [data-theme-style~="highlightCardNeo_fontColor"] {
        color: #292929;
    }

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

/*</style>*/






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

    [data-theme-style~="highlightCardVideo_pictoColor"] {
        fill: #292929;
    }

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

    .highlightCardVideo_button {
        content:'primary'
    }
/*</style>*/



/*<style>*/

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

    [data-theme-style~="highlightCardAlpha_fontColor"] {
        color: #292929;
    }

/*</style>*/







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

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

/*</style>*/














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

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

/*</style>*/





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





/*<style>*/

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


/*</style>*/







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







/*<style>*/

    .inventoryCardHorizontal_button {
        content:'secondary'
    }

/*</style>*/





/*<style>*/

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

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

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

/*</style>*/



















/*<style>*/


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

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

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

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

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

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

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

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

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

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

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

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

/*</style>*/




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

    .m-compare {
        background-color: #f5f5f5;
        color: #292929;
        fill: #292929;
    }

    .m-compare:hover,
    .m-compare:focus,
    .m-compare.-active{
        background-color: #292929;
        color: #ffffff;
        fill: #ffffff;
    }

    .o-vehicleCardVertical__contentWrapper .mb-2 .bg-primary{
        background-color: #dddddd;
    }

    .m-viewCount{
        border-color: #5e96b1;
    }
/*</style>*/











/*<style>*/

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

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

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

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

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

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

/*</style>*/




















































/*<style>*/
    
    .a-link.-primary,
    .m-linkWithIcon.-primary{
    color: #000000;
    }

    .a-link.-primary .a-icon,
    .m-linkWithIcon.-primary .a-icon {
    fill: #5e96b1;
    }

    .a-link.-primary:hover,
    .a-link.-primary:focus,
    .a-link.-primary:active,
    .m-linkWithIcon.-primary:hover,
    .m-linkWithIcon.-primary:focus,
    .m-linkWithIcon.-primary:active {
    color: #767676;
    }

    .m-linkWithIcon.-primary:hover .a-icon {
    fill: #5e96b1;
    }

    .m-linkWithIcon.-primary .a-icon:focus {
    fill: #5e96b1;
    }

    .a-link.-primary:hover:focus,
    .m-linkWithIcon.-primary:hover:focus {
    color: ;
    }

    
    .a-link.-secondary,
    .m-linkWithIcon.-secondary {
    color:#292929;
    }

    .a-link.-secondary:hover,
    .a-link.-secondary:focus,
    .a-link.-secondary:active,
    .m-linkWithIcon.-secondary:hover,
    .m-linkWithIcon.-secondary:focus,
    .m-linkWithIcon.-secondary:active {
    color:#292929;
    }

    .a-link.-secondary:hover:focus,
    .m-linkWithIcon.-secondary:hover:focus {
    color: ;
    }

    
    .a-link.-tertiary {
    color:#292929;
    }

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

    
    .a-link.quaternary {
    color: #ffffff;
    }

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

    
    .a-link.-quinternary,
    .m-linkWithIcon .-quinternary{
    color: #ffffff;
    }

    .a-link.-quinternary:hover,
    .a-link.-quinternary:focus,
    .a-link.-quinternary:active,
    .m-linkWithIcon.-quinternary:hover,
    .m-linkWithIcon.-quinternary:focus,
    .m-linkWithIcon.-quinternary:active {
     color: #ffffff;
    }

    
    .a-link.external {
    color: #767676;
    }
    .a-link.external .a-icon,
    .a-link.external:after{
    fill: ;
    color: ;
    }

    .a-link.external:hover,
    .a-link.external:focus,
    .a-link.external:active {
    color: #292929;
    }

    .a-link.external:hover:focus {
    color: ;
    }

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

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

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

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

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

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

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

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












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

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

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

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

    [data-theme-style~="modal_scrollbar"]::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    [data-theme-style~="modal_scrollbar"]::-webkit-scrollbar-track {
        border-radius: 4px;
        box-shadow: inset 0 0 5px #ffffff;
    }

    /* Handle */
    [data-theme-style~="modal_scrollbar"]::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background: #ffffff;
    }
/*</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: #999999;
    }

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

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

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









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

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

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

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



/*<style>*/
  [data-theme-style~="scrollbarCustom_track_bgColor"]::-webkit-scrollbar {
    width: 8px;
  }
  [data-theme-style~="scrollbarCustom_horizontal_track_bgColor"]::-webkit-scrollbar {
    height: 8px;
  }
  /* Track */
  [data-theme-style~="scrollbarCustom_track_bgColor"]::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #dddddd;
  }
  /* Handle */
  [data-theme-style~="scrollbarCustom_thumb_bgColor"]::-webkit-scrollbar-thumb,
  [data-theme-style~="scrollbarCustom_thumb_bgColor"]::-webkit-scrollbar-thumb:hover{
    border-radius: 4px;
    background: #292929;
  }
/*</style>*/










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

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

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

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

    [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: #ffffff;
    }

    [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 {
        fill: #292929;
    }

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





/*<style>*/
    [data-theme-style~="sharingBar_iconColor"]{
        color: #5e96b1;
    }
    [data-theme-style~="sharingBar_iconColor"]:hover {
        color: #5e96b1;
    }
    [data-theme-style~="sharingBar_labelColor"]  {
        color: #5e96b1;
    }
    [data-theme-style~="sharingBar_labelColor"]:hover {
        color: #5e96b1;
    }
/*</style>*/






























/*<style>*/

[data-theme-style~="tabs"].-primary .m-tabLink{
color: #000000;
}

[data-theme-style~="tabs"].-primary .m-tabLink:before{
background-color: #808080;
}

[data-theme-style~="tabs"].-primary .m-tabLink:after{
background-color: transparent;
}

[data-theme-style~="tabs"].-primary .m-tabLink.-active{
color: #292929;
}

[data-theme-style~="tabs"].-primary .m-tabLink.-active:after{
background-color: #5e96b1;
}

[data-theme-style~="tabs"].-primary .m-tabLink.-active:hover{
color: #767676;
}

[data-theme-style~="tabs"].-primary .m-tabLink.-active:hover:after{
background-color: #5e96b1;
}

[data-theme-style~="tabs"].-primary .m-tabLink:focus {
color: #767676;
outline-color: #5e96b1;
}

[data-theme-style~="tabs"].-primary .m-tabLink:focus:after {
background-color: transparent;
}

[data-theme-style~="tabs"].-primary .m-tabLink:hover {
color: #767676;
}

[data-theme-style~="tabs"].-primary .m-tabLink:hover:after {
background-color: transparent;
}


[data-theme-style~="tabs"].-secondary .m-tabLink{
color: #ffffff;
}

[data-theme-style~="tabs"].-secondary .m-tabLink:before{
background-color: #808080;
}

[data-theme-style~="tabs"].-secondary .m-tabLink:after{
background-color: transparent;
}

[data-theme-style~="tabs"].-secondary .m-tabLink.-active{
color: #ffffff;
}

[data-theme-style~="tabs"].-secondary .m-tabLink.-active:after{
background-color: #5e96b1;
}

[data-theme-style~="tabs"].-secondary .m-tabLink.-active:hover{
color: #767676;
}

[data-theme-style~="tabs"].-secondary .m-tabLink.-active:hover:after{
background-color: #5e96b1;
}

[data-theme-style~="tabs"].-secondary .m-tabLink:focus {
color: #767676;
outline-color: #5e96b1;
}

[data-theme-style~="tabs"].-secondary .m-tabLink:focus:after {
background-color: transparent;
}

[data-theme-style~="tabs"].-secondary .m-tabLink:hover {
color: #767676;
}

[data-theme-style~="tabs"].-secondary .m-tabLink:hover:after {
background-color: transparent;
}
/*</style>*/










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

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

    .vdpCatalogVirtualTourSwitch_button {
        content:'primary'
    }
    .vdpCatalogVirtualTour_button {
        content:'primary'
    }
/*</style>*/








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

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

    [data-theme-style~="catalogDetailsColorChooser_iconColor"] {
        color: #292929;
    }

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

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

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

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



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




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

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

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











/*<style>*/

[data-theme-style~="vehiclePayment_aprRate_fontColor"] {
    color: #292929;
}

[data-theme-style~="vehiclePayment_aprTerm_fontColor"] {
    color: #292929;
}

[data-theme-style~="vehiclePayment_cashdown_fontColor"] {
    color: #292929;
}

[data-theme-style~="vehiclePayment_label_fontColor"] {
    color: #292929;
}

[data-theme-style~="vehiclePayment_termLabel_fontColor"] {
    color: #292929;
}

[data-theme-style~="vehiclePayment_termValue_fontColor"] {
    color: #292929;
}

/*</style>*/









/*<style>*/

.m-breadcrumbItem {
    color: #999999;
}

.a-icon-breadcrumb-separator {
    fill: #999999;
}

.m-breadcrumbItem__anchor:hover,
.m-breadcrumbItem__anchor:focus,
.m-breadcrumbItem__anchor:active,
.m-breadcrumbItem__activeItem:hover,
.m-breadcrumbItem__activeItem:focus{
    color: #999999;
}

.m-breadcrumbItem__activeItem {
    color: #000000;
}


.m-breadcrumbs.-secondary .m-breadcrumbItem {
    color: #767676;
}

.m-breadcrumbs.-secondary .a-icon-breadcrumb-separator {
    fill: #767676;
}

.m-breadcrumbs.-secondary .m-breadcrumbItem__anchor:hover,
.m-breadcrumbs.-secondary .m-breadcrumbItem__anchor:focus,
.m-breadcrumbs.-secondary .m-breadcrumbItem__anchor:active,
.m-breadcrumbs.-secondary .m-breadcrumbItem__activeItem:hover,
.m-breadcrumbs.-secondary .m-breadcrumbItem__activeItem:focus {
    color: #767676;
}

.m-breadcrumbs.-secondary .m-breadcrumbItem__activeItem {
    color: #ffffff;
}

/*</style>*/






/*<style>*/
[data-theme-style~="widgetScrollTop"] {
    color: #ffffff;
    background-color: #5e96b1;
}
[data-theme-style~="widgetScrollTop"]:hover,
[data-theme-style~="widgetScrollTop"]:focus{
    color: #ffffff;
    background-color: #999999;
}
/*</style>*/



















/*<style>*/
    [data-theme-style~="bestDeals_instance_bgColor"] {
        background-color: #ffffff;
    }
    [data-theme-style~="bestDeals_instance_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="bestDeals_vehicleCard_vehicleAvailability_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="bestDeals_vehicleCard_vehicleMake_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="bestDeals_vehicleCard_vehicleModel_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="bestDeals_vehicleCard_vehiclePrice_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="bestDeals_vehicleCard_vehicleSpecs_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="bestDeals_vehicleCard_vehicleStock_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="bestDeals_vehicleCard_vehicleTagline_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="bestDeals_vehicleCard_vehicleTrim_fontColor"] {
        color: #292929;
    }
    [data-theme-style~="bestDeals_vehicleCard_vehicleVin_fontColor"] {
        color: #292929;
    }
/*</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: #ffffff;
}

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

[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: #ffffff;
}
/*</style>*/







/*<style>*/

[data-theme-style~="bestSellersFox_panel_bgColor"] ,
[data-theme-style~="bestSellersFox_panel_bgColor"]:before {
background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}

/*</style>*/










/*<style>*/

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

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

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

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

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

/*</style>*/



















/*<style>*/



/* Light */
[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-prev,
[data-theme-style~="carouselLight_navigation_fontColor"].swiper-button-next,
.o-carousel__arrow {
color: #292929;
background-color: transparent;
}

[data-theme-style~="carouselLight_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-prev:hover,
[data-theme-style~="carouselLight_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-prev:focus,
[data-theme-style~="carouselLight_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-prev:active,
[data-theme-style~="carouselLight_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-next:hover,
[data-theme-style~="carouselLight_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-next:focus,
[data-theme-style~="carouselLight_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-next:active {
color: #767676;
}

/* Dark */
[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_fontColor"]:not(.swiper-button-disabled).swiper-button-prev:hover,
[data-theme-style~="carouselDark_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-prev:focus,
[data-theme-style~="carouselDark_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-prev:active,
[data-theme-style~="carouselDark_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-next:hover,
[data-theme-style~="carouselDark_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-next:focus,
[data-theme-style~="carouselDark_navigation_fontColor"]:not(.swiper-button-disabled).swiper-button-next:active {
color: #767676;
}



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

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

[data-theme-style~="carouselLight_pagination_bgColor"] .swiper-pagination-bullet,
.splide__pagination__page{
background-color: #999999 !important;
}

[data-theme-style~="carouselLight_pagination_borderColor"] .swiper-pagination-bullet,
.splide__pagination__page{
border-color: #999999 !important;
}

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

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

[data-theme-style~="carouselLight_pagination_bgColor"] .swiper-pagination-bullet-active,
.splide__pagination__page.is-active{
background-color: #5e96b1 !important;
}

[data-theme-style~="carouselLight_pagination_borderColor"] .swiper-pagination-bullet-active,
.splide__pagination__page.is-active{
border-color: #5e96b1 !important;
}

/*</style>*/









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

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

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

    .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: #ff0000;
    }

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

    .form__rating--empty{
        color: #999999;
    }

    .form__rating--empty:hover,
    .form__rating--empty:active,
    .form__rating--empty:focus,
    .form__rating--empty:visited,
    .form__rating--full,
    .form__rating--full:hover,
    .form__rating--full:active,
    .form__rating--full:focus,
    .form__rating--full:visited{
        color: #ffffff;
    }

/*</style>*/






/*<style>*/

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

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

/*</style>*/

/*<style>*/

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

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

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

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

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

[data-theme-style~="desktopMenu_item_borderColor_active"] {
border-color: #5e96b1;
}
.

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

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

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

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

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

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

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

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

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

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

[data-theme-style~="desktopMenu_compareCount_bgColor"]:before {
background-color: #5e96b1;
}

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

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

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

.desktopMenu_compareSubmenu_button {
content: 'primary';
}

/*</style>*/






/*<style>*/

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

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

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

/*</style>*/















/*<style>*/

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

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

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

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

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

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

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

[data-theme-style~="mobileMenu_submenuItem_fontColor_active"] {
    color: #292929;
    text-decoration: underline;
}

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

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

[data-theme-style~="mobileMenu_pictoClose_fontColor"]{
    color: #767676;
}

[data-theme-style~="mobileMenu__anchorArrow_fontColor"]:after {
    color: #5e96b1;
}

.mobile-menu-item.accordion-item.is-active .mobile-menu-submenu{
border-color: #292929;
}

.mobileMenu_button { content:'primary' }

/*</style>*/


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

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

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

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

[data-theme-style~="catalogSubmenu_logo_borderColor"]:hover {
border-color:#5e96b1
}

[data-theme-style~="catalogSubmenu_logo_bgColor"] {
background-color: #000000;
}
[data-theme-style~="catalogSubmenu_links_bgColor"] {
background-color: #767676;
}
[data-theme-style~="catalogSubmenu_bgColor"] {
background-color: #000000;
}
[data-theme-style~="catalogSubmenu_makes_fontColor"] {
color: #ffffff;
}

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

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

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

[data-theme-style~="catalogSubmenu_links_fontColor"]:focus {
color: #292929 !important;
outline: #5e96b1 solid 1px !important;
outline-offset: 0;
}

.catalog-submenu-makes__list-item:has(> .active) {
border-bottom: 1px solid;
border-color:#5e96b1
}

.catalog-submenu-makes__list-item .active{
color: #767676;
}
.headerCta_button { content:'primary' }
/*</style>*/

























/*<style>*/

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

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

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

    [data-theme-style~="footer_socialBlock_iconColor"].a-icon {
        fill: #292929;
    }

    [data-theme-style~="footer_socialBlock_iconColor"].a-icon:hover {
        fill: #292929;
    }

    [data-theme-style~="footer_socialBlock_iconColor"].a-icon:hover:focus {
        fill: #292929;
    }

    [data-theme-style~="footer_linkColor"].a-link,
    [data-theme-style~="footer_linkColor"].a-link .a-icon {
        color: #292929 !important;
        fill: #292929;
        text-transform: initial;
    }

    [data-theme-style~="footer_linkColor"].a-link:hover {
        color: #292929 !important;
    }

    [data-theme-style~="footer_linkColor"].a-link:hover:focus {
        color: #292929 !important;
    }

    [data-theme-style~="footerBottom_bgColor"]{
        background-color: #ffffff;
    }
    [data-theme-style~="footerBottom_fontColor"],
    [data-theme-style~="footerBottom_fontColor"]:after{
        color: #292929;
    }
    [data-theme-style~="footerBottom_linkColor"].a-link {
        color: #ffffff!important;
    }

    [data-theme-style~="footerBottom_linkColor"].a-link:hover{
        color: #767676!important;
    }

    [data-theme-style~="footerBottom_linkColor_hover"].a-link:hover,
    [data-theme-style~="footerBottom_linkColor_hover"].a-link:focus,
    [data-theme-style~="footerBottom_linkColor_hover"].a-link:active {
        color: #767676;
    }

    
    [data-theme-style~="footerTabs_fontColor"].m-tabLink{
        color: #292929;
    }

    [data-theme-style~="footerTabs_fontColor"].m-tabLink:before {
        background-color: #808080;
    }


    [data-theme-style~="footerTabs_fontColor"].m-tabLink.-active {
        color: #292929;
    }
    [data-theme-style~="footerTabs_fontColor"].m-tabLink.-active:after {
        background-color: #808080;
    }

    
    .footer-sm.light {
        background-color: #000000 !important;
    }

/*</style>*/






































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

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

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

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

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

/*<style>*/

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

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

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

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

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

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

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

/*</style>*/





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

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

    [data-theme-style~="inventorySearchAlpha_borderColor"] {
        border-color: #5e96b1;
        box-shadow: 0 0 16px 6px #5e96b1;
    }

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










/*<style>*/

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

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

    [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: #292929;
    }

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

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

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

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









/*<style>*/

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

.inventorySearchComplete_button {
    content:'primary';
}

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

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

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

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

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

/*</style>*/






/*<style>*/

    .newsletter_button {
        content: 'primary';
    }

/*</style>*/



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













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

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

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

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

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

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

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

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

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

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



/*<style>*/

    .reviews_button {
        content:'quaternary';
    }

/*</style>*/










/*<style>*/

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

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

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

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

    .seoText_button {
        content:'primary'
    }

/*</style>*/






/*<style>*/

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

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

  .seoTextAlpha_button {
    content:'secondary'
  }

/*</style>*/

















/*<style>*/

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

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

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

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

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

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






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















/*<style>*/
    

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

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

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

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

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

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



































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

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











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

[data-theme-style~="DI_compare"]:hover,
[data-theme-style~="DI_compare"].active {
background-color: #292929;
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: #dddddd;
border-color: #292929;
}

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

.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: #5e96b1;
}
/*</style>*/








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

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







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

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

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

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

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







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

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

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

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

    [data-theme-style~="DI_filterScrollTopButton_shadowColor"]{
        box-shadow: 0 0 0 2px #ffffff;
    }
/*</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: #5e96b1;
}
/*</style>*/










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




/*</style>*/






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

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








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

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

/*</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:#000000;
}

/*</style>*/













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

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

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

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








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

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











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

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

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

[data-theme-style~="DI_modal_closeBtn_bgColor"] {
background-color: #ffffff;
}
/*</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: #767676;
}
/*</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: #292929;
}

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

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

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







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

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

[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: #292929;
}

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











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

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

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








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

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

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










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

[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: #292929;
}

[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: #ffffff;
}

[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: #292929;
}
/*</style>*/






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

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







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

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

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





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









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

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

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

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

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

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

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

    [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: #292929;
    }
/*</style>*/






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





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



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






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

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










/*<style>*/

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

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

/*</style>*/


/*<style>*/

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

/*</style>*/







/*<style>*/

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

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

[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: #f5f5f5;
    }

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

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





























/*<style>*/

    /* Showroom Section */
    [data-theme-style~="aboutPage_showroom_fontColor"]{
        color: #292929;
    }

    /* Reviews Section */
    [data-theme-style~="aboutPage_reviewsSection_bgColor"]{
        background-color: #dddddd;
    }

    /* Highlights Section */
    [data-theme-style~="aboutPage_instance_bgColor"]{
        background-color: #dddddd;
    }
    [data-theme-style~="aboutPage_instance_fontColor"]{
        color:#ffffff;
    }

    /* Buttons */
    .aboutPage_instance_button {
        content:'quaternary';
    }
    .aboutPage_reviews_button {
        content: 'primary';
    }
    .aboutPage_showroom_button {
        content:'primary';
    }

/*</style>*/




/*<style>*/

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

    .careersListing_form_button {
        content:'tertiary';
    }

/*</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: #292929;
        background-color: #ffffff;
    }
    
    [data-theme-style~="catalogDetailsInfoSection_bgColor"] {
        background-color: #dddddd;
    }
    
    [data-theme-style~="catalogDetailsInventoryAvailability_bgColor"] {
        background-color: #292929;
    }
    [data-theme-style~="catalogDetailsInventoryAvailability_fontColor"] {
        color: #ffffff;
    }
    
    [data-theme-style~="catalogDetailsSimilarVehiclesSection_bgColor"] {
        background-color: #ffffff;
    }
    [data-theme-style~="catalogDetailsSimilarVehiclesSection_fontColor"] {
        color: #292929;
    }
    
    [data-theme-style~="vehicleDetail_consumptionPicto_fontColor"]{
        color: #292929;
    }
    [data-theme-style~="vehicleDetail_consumptionValue_fontColor"]{
        color: #292929;
    }
/*</style>*/








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

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

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

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


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


/*<style>*/
    [data-theme-style~="catalogDetail_ctasBanner_backgroundColor"] {
        background-image: linear-gradient(180deg, #000000, #5e96b1);
    }
    [data-theme-style~="catalogDetail_ctasBanner_fontColor"] {
        color: #ffffff;
    }
/*</style>*/






/*<style>*/
    .catalogDetails_formCta {
        content: 'tertiary';
    }
    [data-theme-style~="catalogDetails_form_bgColor"]{
        color: #ffffff;
    }
    [data-theme-style~="catalogDetails_form_fontColor"]{
        background: #000000;
    }
    [data-theme-style~="vdpForm_primaryColor"]{
        color: #ffffff;
    }
/*</style>*/
































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

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


    [data-theme-style~="catalogListingFilters_makes_item"] {
        background-color: transparent;
        border-color: #808080;
    }

    [data-theme-style~="catalogListingFilters_makes_item"].js-active {
        background-color: #999999;
        border-color: #999999;
    }

    [data-theme-style~="catalogListingFilters_item"].js-active {
        background-color: #292929;
        border-color: #292929;
        color: #ffffff;
    }

    [data-theme-style~="catalogListingFilters_toggle"] {
        background-color: #5e96b1;
        border-color: #808080;
        color: #ffffff;
    }

    @media screen and (min-width: 768px) {
        [data-theme-style~="catalogListingFilters_item"]:hover {
            background-color: #292929;
            border-color: #292929;
            color: #ffffff;
        }
        [data-theme-style~="catalogListingFilters_toggle"]:hover{
            background-color: #ffffff;
            border-color: #808080;
            color: #292929;
        }

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

    [data-theme-style~="catalogListingFilters_toggleFilter"] {
        background-color: #ffffff;
        border-color: #808080;
        color: #292929;
    }

    [data-theme-style~="catalogListingFilters_toggleFilter"] svg{
        fill: #292929;
    }

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

    [data-theme-style~="catalogListingFilters_closeFilterBtn"] {
        background-color: #dddddd;
        color: #292929;
    }

/*</style>*/









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

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

    .catalogListingForm_button {
        content: 'tertiary';
    }
/*</style>*/











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

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

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

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

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

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

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

    .contactPage_instance_button {
        content:'primary'
    }

    .contactPage_form_button {
        content:'tertiary';
    }
/*</style>*/








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




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



































































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

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

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



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


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

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

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

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

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

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

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

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

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

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

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

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

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




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





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

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

[data-theme-style~="homeCatalog_financing__rebate"] [data-theme-sprite]{
background: radial-gradient(farthest-side at 45% 60%, #ffffff, #ffffff);
-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: #ffffff;
}


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


[data-theme-style~="homePage_dealers_bgColor"] {
background-image: linear-gradient(180deg, #000000, #999999, #999999);
}
[data-theme-style~="homePage_dealers_fontColor"] {
color: #ffffff;
}




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

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

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

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

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


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

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

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

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


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


[data-theme-style~="homePage_bestdeals_bgColor"] {
background-image: linear-gradient(0deg, #000000, #999999, #999999);
}

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

/*</style>*/






/*<style>*/
    .inventoryListingFormButtom_button{
        content: 'tertiary'
    }

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



/*<style>*/

    .newsDetail_button1 {
        content:'primary|filled';
    }
    .newsDetail_button2 {
        content:'secondary|filled';
    }

/*</style>*/











/*<style>*/
    .staticPage_iframeCta {
        content: 'primary';
    }
/*</style>*/





















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

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

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

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

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

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

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

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

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

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

    [data-theme-style~="staticPageAlpha_sidebar_bgColor"] {
        background-image: linear-gradient(162deg, #5e96b1, #000000);
    }

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

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

    .staticPageAlpha_formButton{
        content: 'tertiary';
    }
/*</style>*/




















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

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

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

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

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

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

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

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

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

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

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

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

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

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












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

    [data-theme-style~="staticPageCharlie_banner_titleColor"] {
        color: #292929;
    }

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

    [data-theme-style~="staticPageCharlie_tabsAnchor_fontColor"] {
        color: #292929;
    }

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

    [data-theme-style~="staticPageCharlie_instance_titleColor"] {
        color: #292929;
    }

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









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

    [data-theme-style~="staticPageEcho_bannerTitle_fontColor"] {
        color: #292929;
    }

    [data-theme-style~="staticPageEcho_instanceTitle_fontColor"] {
        color: #292929;
    }

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












/*<style>*/
    [data-theme-style~="whyBuyActions_fontColor"]{
        color: #292929;
    }
    .whyBuyActions_button {
        content:'secondary'
    }
/*</style>*/





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






/*<style>*/
    [data-theme-style~="whyBuyDetails_bgColor"]{
        background: #ffffff;
    }
    [data-theme-style~="whyBuyDetails_text_fontColor"]{
        color: #292929;
    }
    .whyBuyDetails_button {
        content:'primary'
    }
/*</style>*/





/*<style>*/
    [data-theme-style~="whyBuyFunctionalities_borderColor"]{
        border-color: #808080;
    }
    [data-theme-style~="whyBuyFunctionalities_item_fontColor"]{
        color: #292929;
    }
/*</style>*/




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






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

    [data-theme-style~="whyBuySteps_secondary_fontColor"]{
        color: #292929;
    }

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



/*<style>*/

    [data-theme-style~="portalLocations_tabs_fontColor"] > a {
        color: #292929;
    }

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

    [data-theme-style~="portalLocations_tabs_fontColor"].is-active > a {
        color: #292929;
    }

    [data-theme-style~="portalLocations_tabs_bgColor"].is-active > a {
        background-color: #ffffff;
    }

/*</style>*/





/*<style>*/
    .reviewsDetailPage_form_button {
        content:'tertiary';
    }
/*</style>*/


[data-theme-style~="bodyPattern_primary"] {
    background-color: #dddddd ;
    color: #000000;
}
    :root {
        
            --onPrimary: 0,0,0;
        
            --buttonSecondaryBorder: 94,150,177;
        
            --backgroundSecondary: 94,150,177;
        
            --secondary5: 128,128,128;
        
            --secondary4: 245,245,245;
        
            --buttonSecondary: 255,255,255;
        
            --primary1: 41,41,41;
        
            --onButtonSecondary: 94,150,177;
        
            --backgroundPrimary: 0,0,0;
        
            --buttonSecondaryHover: 255,255,255;
        
            --primary2: 255,255,255;
        
            --buttonSecondaryFocus: 41,41,41;
        
            --onBackgroundPrimary: 0,0,0;
        
            --semantic1-error: 255,0,0;
        
            --buttonSecondaryBorderFocus: 94,150,177;
        
            --onButtonSecondaryHover: 41,41,41;
        
            --neutral2: 0,0,0;
        
            --neutral1: 255,255,255;
        
            --semantic3-focus: 94,150,177;
        
            --secondary: 0,0,0;
        
            --secondary1: 118,118,118;
        
            --secondary3: 221,221,221;
        
            --onBackgroundSecondary: 94,150,177;
        
            --semantic2-completed: 0,128,0;
        
            --secondary2: 153,153,153;
        
            --onSecondary: 0,0,0;
        
            --primary: 0,0,0;
        
    }
