    .select2-dropdown--below{
        background-color: #2A3E86 !important;
        border: none !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .select2-search__field{
        background-color: #2A3E86 !important;
        border: none !important;
        color: #fff !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        transition:  none !important;
        outline: none;
        border-bottom: 1px solid #fff !important;
    }


/*Colors Brands*/
.fca-Color_lancia-archive {
    color: #002b63 !important;
}

.fca-Color_lancia-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_lancia-archive:hover, .fca-Color_lancia-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-lancia-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_lancia-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_lancia-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_lancia-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-lancia-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-lancia-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-lancia-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_lancia-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_lancia-archive:hover, .fca-Btn_lancia-archive:focus, .fca-Btn_lancia-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-lancia-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-lancia-archive .fca-Special_lancia-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_lancia-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-lancia-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_lancia-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_lancia-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_lancia-archive ul li:hover, .fca-Scroll_lancia-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_lancia-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_lancia-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_lancia-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-lancia-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-lancia-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-lancia-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-lancia-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-lancia-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-lancia-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-lancia-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-lancia-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-lancia-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-lancia-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-lancia-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-lancia-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-lancia-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-lancia-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-lancia-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_lancia-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_lancia-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_lancia-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_lancia-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_lancia-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_lancia-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_lancia-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_lancia-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_lancia-archive,
.fca-NavbarTextColor_lancia-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_lancia-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_lancia-archive.active:before {
    border-color: #002b63;
}


.fca-Border_lancia-archive.active {
    border-color: #002b63;
}

.underlineBrand_lancia-archive:before {
    background: #002b63 !important;
}

.fca-Body_lancia-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_lancia-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_leapmotor {
    color: #084828 !important;
}

.fca-Color_leapmotor svg path{
    fill: #084828 !important;
}

.fca-Color_leapmotor:hover, .fca-Color_leapmotor:active {
    color: #084828;
}

/*Colors Links*/
.fca-Description_News-leapmotor a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_leapmotor {
    background-color: #084828;
}

/*Active Menu Brands*/
.fca-Active_leapmotor:before {
    background-color: #084828;
}

/*Hover Menu Brands*/
.fca-Hover_leapmotor a:hover {
    color: #084828 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-leapmotor:after {
    background-color: #084828;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-leapmotor {
    color: #084828 !important;
}

.fca-Menu_Color-leapmotor:after {
    background-color: #084828;
}

/*Button Brands*/
.fca-Btn_leapmotor {
    background-color: #084828;
    border-color: #084828;
}

.fca-Btn_leapmotor:hover, .fca-Btn_leapmotor:focus, .fca-Btn_leapmotor:active {
    background-color: #084828 !important;
    border-color: #084828 !important;
}

/*Brands Awards*/
.fca-Text_Table-leapmotor {
    background-color: rgba(8,72,40,.8) !important;
}

.fca-Text_Table-leapmotor .fca-Special_leapmotor:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_leapmotor:after {
    background-color: #084828;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-leapmotor:after {
    background-color: #084828;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_leapmotor {
    background-color: rgba(8,72,40,.2);
    color: #084828;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_leapmotor .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #084828 !important;
}

.fca-Scroll_leapmotor ul li:hover, .fca-Scroll_leapmotor ul li.active {
    background-color: #084828;
}

/*Color Brands Content Tab*/
.fca-Tab_leapmotor .active:after {
    background-color: #084828;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_leapmotor input[type='checkbox'] + label > span {
    border: 2px solid#084828;
}

.fca-Checkbox_leapmotor input[type='checkbox']:checked + label > span {
    border: 10px solid#084828;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-leapmotor .checkmark {
    border: 2px solid#084828;
}

.fca-Radio_Color-leapmotor .checkmark:after {
    background: #084828;
}

.fca-Radio_Color-leapmotor input:checked ~ .checkmark {
    border: 2px solid#084828;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-leapmotor input[type="radio"] + label:before {
    border-color: #084828;
}

.fca-Radio_Color-leapmotor input[type="radio"] + label:after {
    background-color: #084828;
}

.fca-Radio_Color-leapmotor input[type="radio"]:checked + label::after {
    background: #084828;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-leapmotor .fca-Icon_Exclamation {
    border: 2px solid#084828;
}

/*Color Search Menu*/
.fca-Search_Menu-leapmotor .form-control:focus {
    color: rgba(8,72,40,.7);
}

.fca-Search_Menu-leapmotor input {
    color: rgba(8,72,40,.7);
}

.fca-Search_Menu-leapmotor input::-webkit-input-placeholder {
    color: rgba(8,72,40,.7);
}

.fca-Search_Menu-leapmotor input::-moz-placeholder {
    color: rgba(8,72,40,.7);
}

.fca-Search_Menu-leapmotor input:-ms-input-placeholder {
    color: rgba(8,72,40,.7);
}

.fca-Search_Menu-leapmotor input:-moz-placeholder {
    color: rgba(8,72,40,.7);
}

.fca-Search_Menu-leapmotor .fca-Button_Search {
    background-color: #084828;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-leapmotor input {
        border-bottom: 1px solid rgba(8,72,40,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_leapmotor .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #084828 inset;
    -webkit-box-shadow: 2px -2px #084828 inset;
}

.fca-Datepicker_leapmotor .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #084828 inset;
    -webkit-box-shadow: 2px -2px #084828 inset;
}

.fca-Datepicker_leapmotor .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #084828 inset;
    -webkit-box-shadow: 2px -2px #084828 inset;
}

.fca-Datepicker_leapmotor .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #084828 inset;
    -webkit-box-shadow: 2px -2px #084828 inset;
}

.fca-Datepicker_leapmotor .flatpickr-calendar .flatpickr-day.today {
    background-color: #084828;
    border-color: #084828;
}

.fca-Datepicker_leapmotor .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_leapmotor .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #084828;
    border-color: #084828;
}

.fca-NavbarBackground_leapmotor {
    background-color: #ffffff;
}

.fca-NavbarTextColor_leapmotor,
.fca-NavbarTextColor_leapmotor .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_leapmotor .header-Navbar_Navbar-nav-link:before {
    background-color: #084828 !important;
}

.fca-Menu_Models .fca-Menu_Models_leapmotor.active:before {
    border-color: #084828;
}


.fca-Border_leapmotor.active {
    border-color: #084828;
}

.underlineBrand_leapmotor:before {
    background: #084828 !important;
}

.fca-Body_leapmotor .newsletter-brand {
    border-color: #084828 !important;
}
.fca-Body_leapmotor .newsletter-brand :checked + label::before {
    color: #084828 !important;
}


/*Colors Brands*/
.fca-Color_parts-services-archive {
    color: #002b63 !important;
}

.fca-Color_parts-services-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_parts-services-archive:hover, .fca-Color_parts-services-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-parts-services-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_parts-services-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_parts-services-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_parts-services-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-parts-services-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-parts-services-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-parts-services-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_parts-services-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_parts-services-archive:hover, .fca-Btn_parts-services-archive:focus, .fca-Btn_parts-services-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-parts-services-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-parts-services-archive .fca-Special_parts-services-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_parts-services-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-parts-services-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_parts-services-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_parts-services-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_parts-services-archive ul li:hover, .fca-Scroll_parts-services-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_parts-services-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_parts-services-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_parts-services-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-parts-services-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-parts-services-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-parts-services-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-parts-services-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-parts-services-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-parts-services-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-parts-services-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-parts-services-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-parts-services-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-parts-services-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-parts-services-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-parts-services-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-parts-services-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-parts-services-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-parts-services-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_parts-services-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_parts-services-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_parts-services-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_parts-services-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_parts-services-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_parts-services-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_parts-services-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_parts-services-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_parts-services-archive,
.fca-NavbarTextColor_parts-services-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_parts-services-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_parts-services-archive.active:before {
    border-color: #002b63;
}


.fca-Border_parts-services-archive.active {
    border-color: #002b63;
}

.underlineBrand_parts-services-archive:before {
    background: #002b63 !important;
}

.fca-Body_parts-services-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_parts-services-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_ds-automobiles-archive {
    color: #002b63 !important;
}

.fca-Color_ds-automobiles-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_ds-automobiles-archive:hover, .fca-Color_ds-automobiles-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-ds-automobiles-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_ds-automobiles-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_ds-automobiles-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_ds-automobiles-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-ds-automobiles-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-ds-automobiles-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-ds-automobiles-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_ds-automobiles-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_ds-automobiles-archive:hover, .fca-Btn_ds-automobiles-archive:focus, .fca-Btn_ds-automobiles-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-ds-automobiles-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-ds-automobiles-archive .fca-Special_ds-automobiles-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_ds-automobiles-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-ds-automobiles-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_ds-automobiles-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_ds-automobiles-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_ds-automobiles-archive ul li:hover, .fca-Scroll_ds-automobiles-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_ds-automobiles-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_ds-automobiles-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_ds-automobiles-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-ds-automobiles-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-ds-automobiles-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-ds-automobiles-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-ds-automobiles-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-ds-automobiles-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-ds-automobiles-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-ds-automobiles-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-ds-automobiles-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ds-automobiles-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ds-automobiles-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ds-automobiles-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ds-automobiles-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ds-automobiles-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ds-automobiles-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-ds-automobiles-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_ds-automobiles-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_ds-automobiles-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_ds-automobiles-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_ds-automobiles-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_ds-automobiles-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_ds-automobiles-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_ds-automobiles-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_ds-automobiles-archive {
    background-color: #FFFFFF;
}

.fca-NavbarTextColor_ds-automobiles-archive,
.fca-NavbarTextColor_ds-automobiles-archive .header-Module_Navbar .navbar a {
    color: #1A1A1A !important;
}

.fca-NavbarBackground_ds-automobiles-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_ds-automobiles-archive.active:before {
    border-color: #002b63;
}


.fca-Border_ds-automobiles-archive.active {
    border-color: #002b63;
}

.underlineBrand_ds-automobiles-archive:before {
    background: #002b63 !important;
}

.fca-Body_ds-automobiles-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_ds-automobiles-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_peugeot-archive {
    color: #002b63 !important;
}

.fca-Color_peugeot-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_peugeot-archive:hover, .fca-Color_peugeot-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-peugeot-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_peugeot-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_peugeot-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_peugeot-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-peugeot-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-peugeot-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-peugeot-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_peugeot-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_peugeot-archive:hover, .fca-Btn_peugeot-archive:focus, .fca-Btn_peugeot-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-peugeot-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-peugeot-archive .fca-Special_peugeot-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_peugeot-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-peugeot-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_peugeot-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_peugeot-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_peugeot-archive ul li:hover, .fca-Scroll_peugeot-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_peugeot-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_peugeot-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_peugeot-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-peugeot-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-peugeot-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-peugeot-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-peugeot-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-peugeot-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-peugeot-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-peugeot-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-peugeot-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-peugeot-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-peugeot-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-peugeot-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-peugeot-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-peugeot-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-peugeot-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-peugeot-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_peugeot-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_peugeot-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_peugeot-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_peugeot-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_peugeot-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_peugeot-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_peugeot-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_peugeot-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_peugeot-archive,
.fca-NavbarTextColor_peugeot-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_peugeot-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_peugeot-archive.active:before {
    border-color: #002b63;
}


.fca-Border_peugeot-archive.active {
    border-color: #002b63;
}

.underlineBrand_peugeot-archive:before {
    background: #002b63 !important;
}

.fca-Body_peugeot-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_peugeot-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_citroen-archive {
    color: #002b63 !important;
}

.fca-Color_citroen-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_citroen-archive:hover, .fca-Color_citroen-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-citroen-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_citroen-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_citroen-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_citroen-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-citroen-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-citroen-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-citroen-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_citroen-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_citroen-archive:hover, .fca-Btn_citroen-archive:focus, .fca-Btn_citroen-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-citroen-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-citroen-archive .fca-Special_citroen-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_citroen-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-citroen-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_citroen-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_citroen-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_citroen-archive ul li:hover, .fca-Scroll_citroen-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_citroen-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_citroen-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_citroen-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-citroen-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-citroen-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-citroen-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-citroen-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-citroen-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-citroen-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-citroen-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-citroen-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-citroen-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-citroen-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-citroen-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-citroen-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-citroen-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-citroen-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-citroen-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_citroen-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_citroen-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_citroen-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_citroen-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_citroen-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_citroen-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_citroen-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_citroen-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_citroen-archive,
.fca-NavbarTextColor_citroen-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_citroen-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_citroen-archive.active:before {
    border-color: #002b63;
}


.fca-Border_citroen-archive.active {
    border-color: #002b63;
}

.underlineBrand_citroen-archive:before {
    background: #002b63 !important;
}

.fca-Body_citroen-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_citroen-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_opel-archive {
    color: #002b63 !important;
}

.fca-Color_opel-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_opel-archive:hover, .fca-Color_opel-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-opel-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_opel-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_opel-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_opel-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-opel-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-opel-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-opel-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_opel-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_opel-archive:hover, .fca-Btn_opel-archive:focus, .fca-Btn_opel-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-opel-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-opel-archive .fca-Special_opel-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_opel-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-opel-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_opel-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_opel-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_opel-archive ul li:hover, .fca-Scroll_opel-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_opel-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_opel-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_opel-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-opel-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-opel-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-opel-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-opel-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-opel-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-opel-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-opel-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-opel-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-opel-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-opel-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-opel-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-opel-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-opel-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-opel-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-opel-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_opel-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_opel-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_opel-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_opel-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_opel-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_opel-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_opel-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_opel-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_opel-archive,
.fca-NavbarTextColor_opel-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_opel-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_opel-archive.active:before {
    border-color: #002b63;
}


.fca-Border_opel-archive.active {
    border-color: #002b63;
}

.underlineBrand_opel-archive:before {
    background: #002b63 !important;
}

.fca-Body_opel-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_opel-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_corporate-communications-archive {
    color: #002b63 !important;
}

.fca-Color_corporate-communications-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_corporate-communications-archive:hover, .fca-Color_corporate-communications-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-corporate-communications-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_corporate-communications-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_corporate-communications-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_corporate-communications-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-corporate-communications-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-corporate-communications-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-corporate-communications-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_corporate-communications-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_corporate-communications-archive:hover, .fca-Btn_corporate-communications-archive:focus, .fca-Btn_corporate-communications-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-corporate-communications-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-corporate-communications-archive .fca-Special_corporate-communications-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_corporate-communications-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-corporate-communications-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_corporate-communications-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_corporate-communications-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_corporate-communications-archive ul li:hover, .fca-Scroll_corporate-communications-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_corporate-communications-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_corporate-communications-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_corporate-communications-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-corporate-communications-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-corporate-communications-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-corporate-communications-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-corporate-communications-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-corporate-communications-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-corporate-communications-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-corporate-communications-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-corporate-communications-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-corporate-communications-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-corporate-communications-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-corporate-communications-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-corporate-communications-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-corporate-communications-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-corporate-communications-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-corporate-communications-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_corporate-communications-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_corporate-communications-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_corporate-communications-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_corporate-communications-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_corporate-communications-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_corporate-communications-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_corporate-communications-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_corporate-communications-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_corporate-communications-archive,
.fca-NavbarTextColor_corporate-communications-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_corporate-communications-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_corporate-communications-archive.active:before {
    border-color: #002b63;
}


.fca-Border_corporate-communications-archive.active {
    border-color: #002b63;
}

.underlineBrand_corporate-communications-archive:before {
    background: #002b63 !important;
}

.fca-Body_corporate-communications-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_corporate-communications-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_ram-archive {
    color: #002b63 !important;
}

.fca-Color_ram-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_ram-archive:hover, .fca-Color_ram-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-ram-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_ram-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_ram-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_ram-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-ram-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-ram-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-ram-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_ram-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_ram-archive:hover, .fca-Btn_ram-archive:focus, .fca-Btn_ram-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-ram-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-ram-archive .fca-Special_ram-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_ram-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-ram-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_ram-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_ram-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_ram-archive ul li:hover, .fca-Scroll_ram-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_ram-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_ram-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_ram-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-ram-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-ram-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-ram-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-ram-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-ram-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-ram-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-ram-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-ram-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ram-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ram-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ram-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ram-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ram-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-ram-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-ram-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_ram-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_ram-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_ram-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_ram-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_ram-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_ram-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_ram-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_ram-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_ram-archive,
.fca-NavbarTextColor_ram-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_ram-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_ram-archive.active:before {
    border-color: #002b63;
}


.fca-Border_ram-archive.active {
    border-color: #002b63;
}

.underlineBrand_ram-archive:before {
    background: #002b63 !important;
}

.fca-Body_ram-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_ram-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_dodge-archive {
    color: #002b63 !important;
}

.fca-Color_dodge-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_dodge-archive:hover, .fca-Color_dodge-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-dodge-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_dodge-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_dodge-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_dodge-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-dodge-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-dodge-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-dodge-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_dodge-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_dodge-archive:hover, .fca-Btn_dodge-archive:focus, .fca-Btn_dodge-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-dodge-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-dodge-archive .fca-Special_dodge-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_dodge-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-dodge-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_dodge-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_dodge-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_dodge-archive ul li:hover, .fca-Scroll_dodge-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_dodge-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_dodge-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_dodge-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-dodge-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-dodge-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-dodge-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-dodge-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-dodge-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-dodge-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-dodge-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-dodge-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-dodge-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-dodge-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-dodge-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-dodge-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-dodge-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-dodge-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-dodge-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_dodge-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_dodge-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_dodge-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_dodge-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_dodge-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_dodge-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_dodge-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_dodge-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_dodge-archive,
.fca-NavbarTextColor_dodge-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_dodge-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_dodge-archive.active:before {
    border-color: #002b63;
}


.fca-Border_dodge-archive.active {
    border-color: #002b63;
}

.underlineBrand_dodge-archive:before {
    background: #002b63 !important;
}

.fca-Body_dodge-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_dodge-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_mopar-archive {
    color: #002b63 !important;
}

.fca-Color_mopar-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_mopar-archive:hover, .fca-Color_mopar-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-mopar-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_mopar-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_mopar-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_mopar-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-mopar-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-mopar-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-mopar-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_mopar-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_mopar-archive:hover, .fca-Btn_mopar-archive:focus, .fca-Btn_mopar-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-mopar-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-mopar-archive .fca-Special_mopar-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_mopar-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-mopar-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_mopar-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_mopar-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_mopar-archive ul li:hover, .fca-Scroll_mopar-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_mopar-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_mopar-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_mopar-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-mopar-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-mopar-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-mopar-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-mopar-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-mopar-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-mopar-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-mopar-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-mopar-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-mopar-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-mopar-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-mopar-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-mopar-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-mopar-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-mopar-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-mopar-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_mopar-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_mopar-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_mopar-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_mopar-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_mopar-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_mopar-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_mopar-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_mopar-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_mopar-archive,
.fca-NavbarTextColor_mopar-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_mopar-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_mopar-archive.active:before {
    border-color: #002b63;
}


.fca-Border_mopar-archive.active {
    border-color: #002b63;
}

.underlineBrand_mopar-archive:before {
    background: #002b63 !important;
}

.fca-Body_mopar-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_mopar-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_jeep-archive {
    color: #002b63 !important;
}

.fca-Color_jeep-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_jeep-archive:hover, .fca-Color_jeep-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-jeep-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_jeep-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_jeep-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_jeep-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-jeep-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-jeep-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-jeep-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_jeep-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_jeep-archive:hover, .fca-Btn_jeep-archive:focus, .fca-Btn_jeep-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-jeep-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-jeep-archive .fca-Special_jeep-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_jeep-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-jeep-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_jeep-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_jeep-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_jeep-archive ul li:hover, .fca-Scroll_jeep-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_jeep-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_jeep-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_jeep-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-jeep-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-jeep-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-jeep-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-jeep-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-jeep-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-jeep-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-jeep-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-jeep-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-jeep-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-jeep-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-jeep-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-jeep-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-jeep-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-jeep-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-jeep-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_jeep-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_jeep-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_jeep-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_jeep-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_jeep-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_jeep-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_jeep-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_jeep-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_jeep-archive,
.fca-NavbarTextColor_jeep-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_jeep-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_jeep-archive.active:before {
    border-color: #002b63;
}


.fca-Border_jeep-archive.active {
    border-color: #002b63;
}

.underlineBrand_jeep-archive:before {
    background: #002b63 !important;
}

.fca-Body_jeep-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_jeep-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_abarth-archive {
    color: #002b63 !important;
}

.fca-Color_abarth-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_abarth-archive:hover, .fca-Color_abarth-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-abarth-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_abarth-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_abarth-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_abarth-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-abarth-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-abarth-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-abarth-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_abarth-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_abarth-archive:hover, .fca-Btn_abarth-archive:focus, .fca-Btn_abarth-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-abarth-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-abarth-archive .fca-Special_abarth-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_abarth-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-abarth-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_abarth-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_abarth-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_abarth-archive ul li:hover, .fca-Scroll_abarth-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_abarth-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_abarth-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_abarth-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-abarth-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-abarth-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-abarth-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-abarth-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-abarth-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-abarth-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-abarth-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-abarth-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-abarth-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-abarth-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-abarth-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-abarth-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-abarth-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-abarth-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-abarth-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_abarth-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_abarth-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_abarth-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_abarth-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_abarth-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_abarth-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_abarth-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_abarth-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_abarth-archive,
.fca-NavbarTextColor_abarth-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_abarth-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_abarth-archive.active:before {
    border-color: #002b63;
}


.fca-Border_abarth-archive.active {
    border-color: #002b63;
}

.underlineBrand_abarth-archive:before {
    background: #002b63 !important;
}

.fca-Body_abarth-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_abarth-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_fiat-professional-archive {
    color: #002b63 !important;
}

.fca-Color_fiat-professional-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_fiat-professional-archive:hover, .fca-Color_fiat-professional-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-fiat-professional-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_fiat-professional-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_fiat-professional-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_fiat-professional-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-fiat-professional-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-fiat-professional-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-fiat-professional-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_fiat-professional-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_fiat-professional-archive:hover, .fca-Btn_fiat-professional-archive:focus, .fca-Btn_fiat-professional-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-fiat-professional-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-fiat-professional-archive .fca-Special_fiat-professional-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_fiat-professional-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-fiat-professional-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_fiat-professional-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_fiat-professional-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_fiat-professional-archive ul li:hover, .fca-Scroll_fiat-professional-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_fiat-professional-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_fiat-professional-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_fiat-professional-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-fiat-professional-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-fiat-professional-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-fiat-professional-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-fiat-professional-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-fiat-professional-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-fiat-professional-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-fiat-professional-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-fiat-professional-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-professional-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-professional-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-professional-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-professional-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-professional-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-professional-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-fiat-professional-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_fiat-professional-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_fiat-professional-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_fiat-professional-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_fiat-professional-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_fiat-professional-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_fiat-professional-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_fiat-professional-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_fiat-professional-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_fiat-professional-archive,
.fca-NavbarTextColor_fiat-professional-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_fiat-professional-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_fiat-professional-archive.active:before {
    border-color: #002b63;
}


.fca-Border_fiat-professional-archive.active {
    border-color: #002b63;
}

.underlineBrand_fiat-professional-archive:before {
    background: #002b63 !important;
}

.fca-Body_fiat-professional-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_fiat-professional-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_alfa-romeo-archive {
    color: #002b63 !important;
}

.fca-Color_alfa-romeo-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_alfa-romeo-archive:hover, .fca-Color_alfa-romeo-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-alfa-romeo-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_alfa-romeo-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_alfa-romeo-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_alfa-romeo-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-alfa-romeo-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-alfa-romeo-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-alfa-romeo-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_alfa-romeo-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_alfa-romeo-archive:hover, .fca-Btn_alfa-romeo-archive:focus, .fca-Btn_alfa-romeo-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-alfa-romeo-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-alfa-romeo-archive .fca-Special_alfa-romeo-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_alfa-romeo-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-alfa-romeo-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_alfa-romeo-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_alfa-romeo-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_alfa-romeo-archive ul li:hover, .fca-Scroll_alfa-romeo-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_alfa-romeo-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_alfa-romeo-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_alfa-romeo-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-alfa-romeo-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-alfa-romeo-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-alfa-romeo-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-alfa-romeo-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-alfa-romeo-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-alfa-romeo-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-alfa-romeo-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-alfa-romeo-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-alfa-romeo-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-alfa-romeo-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-alfa-romeo-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-alfa-romeo-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-alfa-romeo-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-alfa-romeo-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-alfa-romeo-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_alfa-romeo-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_alfa-romeo-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_alfa-romeo-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_alfa-romeo-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_alfa-romeo-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_alfa-romeo-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_alfa-romeo-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_alfa-romeo-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_alfa-romeo-archive,
.fca-NavbarTextColor_alfa-romeo-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_alfa-romeo-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_alfa-romeo-archive.active:before {
    border-color: #002b63;
}


.fca-Border_alfa-romeo-archive.active {
    border-color: #002b63;
}

.underlineBrand_alfa-romeo-archive:before {
    background: #002b63 !important;
}

.fca-Body_alfa-romeo-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_alfa-romeo-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_fiat-archive {
    color: #002b63 !important;
}

.fca-Color_fiat-archive svg path{
    fill: #002b63 !important;
}

.fca-Color_fiat-archive:hover, .fca-Color_fiat-archive:active {
    color: #002b63;
}

/*Colors Links*/
.fca-Description_News-fiat-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_fiat-archive {
    background-color: #002b63;
}

/*Active Menu Brands*/
.fca-Active_fiat-archive:before {
    background-color: #002b63;
}

/*Hover Menu Brands*/
.fca-Hover_fiat-archive a:hover {
    color: #002b63 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-fiat-archive:after {
    background-color: #002b63;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-fiat-archive {
    color: #002b63 !important;
}

.fca-Menu_Color-fiat-archive:after {
    background-color: #002b63;
}

/*Button Brands*/
.fca-Btn_fiat-archive {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Btn_fiat-archive:hover, .fca-Btn_fiat-archive:focus, .fca-Btn_fiat-archive:active {
    background-color: #002b63 !important;
    border-color: #002b63 !important;
}

/*Brands Awards*/
.fca-Text_Table-fiat-archive {
    background-color: rgba(0,43,99,.8) !important;
}

.fca-Text_Table-fiat-archive .fca-Special_fiat-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_fiat-archive:after {
    background-color: #002b63;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-fiat-archive:after {
    background-color: #002b63;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_fiat-archive {
    background-color: rgba(0,43,99,.2);
    color: #002b63;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_fiat-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #002b63 !important;
}

.fca-Scroll_fiat-archive ul li:hover, .fca-Scroll_fiat-archive ul li.active {
    background-color: #002b63;
}

/*Color Brands Content Tab*/
.fca-Tab_fiat-archive .active:after {
    background-color: #002b63;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_fiat-archive input[type='checkbox'] + label > span {
    border: 2px solid#002b63;
}

.fca-Checkbox_fiat-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#002b63;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-fiat-archive .checkmark {
    border: 2px solid#002b63;
}

.fca-Radio_Color-fiat-archive .checkmark:after {
    background: #002b63;
}

.fca-Radio_Color-fiat-archive input:checked ~ .checkmark {
    border: 2px solid#002b63;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-fiat-archive input[type="radio"] + label:before {
    border-color: #002b63;
}

.fca-Radio_Color-fiat-archive input[type="radio"] + label:after {
    background-color: #002b63;
}

.fca-Radio_Color-fiat-archive input[type="radio"]:checked + label::after {
    background: #002b63;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-fiat-archive .fca-Icon_Exclamation {
    border: 2px solid#002b63;
}

/*Color Search Menu*/
.fca-Search_Menu-fiat-archive .form-control:focus {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-archive input {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-archive input::-webkit-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-archive input::-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-archive input:-ms-input-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-archive input:-moz-placeholder {
    color: rgba(0,43,99,.7);
}

.fca-Search_Menu-fiat-archive .fca-Button_Search {
    background-color: #002b63;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-fiat-archive input {
        border-bottom: 1px solid rgba(0,43,99,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_fiat-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_fiat-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_fiat-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_fiat-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #002b63 inset;
    -webkit-box-shadow: 2px -2px #002b63 inset;
}

.fca-Datepicker_fiat-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-Datepicker_fiat-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_fiat-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #002b63;
    border-color: #002b63;
}

.fca-NavbarBackground_fiat-archive {
    background-color: #ffffff;
}

.fca-NavbarTextColor_fiat-archive,
.fca-NavbarTextColor_fiat-archive .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_fiat-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #002b63 !important;
}

.fca-Menu_Models .fca-Menu_Models_fiat-archive.active:before {
    border-color: #002b63;
}


.fca-Border_fiat-archive.active {
    border-color: #002b63;
}

.underlineBrand_fiat-archive:before {
    background: #002b63 !important;
}

.fca-Body_fiat-archive .newsletter-brand {
    border-color: #002b63 !important;
}
.fca-Body_fiat-archive .newsletter-brand :checked + label::before {
    color: #002b63 !important;
}


/*Colors Brands*/
.fca-Color_fca-archive {
    color: #2A3E86 !important;
}

.fca-Color_fca-archive svg path{
    fill: #2A3E86 !important;
}

.fca-Color_fca-archive:hover, .fca-Color_fca-archive:active {
    color: #2A3E86;
}

/*Colors Links*/
.fca-Description_News-fca-archive a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_fca-archive {
    background-color: #2A3E86;
}

/*Active Menu Brands*/
.fca-Active_fca-archive:before {
    background-color: #2A3E86;
}

/*Hover Menu Brands*/
.fca-Hover_fca-archive a:hover {
    color: #2A3E86 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-fca-archive:after {
    background-color: #2A3E86;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-fca-archive {
    color: #2A3E86 !important;
}

.fca-Menu_Color-fca-archive:after {
    background-color: #2A3E86;
}

/*Button Brands*/
.fca-Btn_fca-archive {
    background-color: #2A3E86;
    border-color: #2A3E86;
}

.fca-Btn_fca-archive:hover, .fca-Btn_fca-archive:focus, .fca-Btn_fca-archive:active {
    background-color: #2A3E86 !important;
    border-color: #2A3E86 !important;
}

/*Brands Awards*/
.fca-Text_Table-fca-archive {
    background-color: rgba(42,62,134,.8) !important;
}

.fca-Text_Table-fca-archive .fca-Special_fca-archive:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_fca-archive:after {
    background-color: #2A3E86;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-fca-archive:after {
    background-color: #2A3E86;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_fca-archive {
    background-color: rgba(42,62,134,.2);
    color: #2A3E86;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_fca-archive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2A3E86 !important;
}

.fca-Scroll_fca-archive ul li:hover, .fca-Scroll_fca-archive ul li.active {
    background-color: #2A3E86;
}

/*Color Brands Content Tab*/
.fca-Tab_fca-archive .active:after {
    background-color: #2A3E86;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_fca-archive input[type='checkbox'] + label > span {
    border: 2px solid#2A3E86;
}

.fca-Checkbox_fca-archive input[type='checkbox']:checked + label > span {
    border: 10px solid#2A3E86;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-fca-archive .checkmark {
    border: 2px solid#2A3E86;
}

.fca-Radio_Color-fca-archive .checkmark:after {
    background: #2A3E86;
}

.fca-Radio_Color-fca-archive input:checked ~ .checkmark {
    border: 2px solid#2A3E86;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-fca-archive input[type="radio"] + label:before {
    border-color: #2A3E86;
}

.fca-Radio_Color-fca-archive input[type="radio"] + label:after {
    background-color: #2A3E86;
}

.fca-Radio_Color-fca-archive input[type="radio"]:checked + label::after {
    background: #2A3E86;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-fca-archive .fca-Icon_Exclamation {
    border: 2px solid#2A3E86;
}

/*Color Search Menu*/
.fca-Search_Menu-fca-archive .form-control:focus {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-fca-archive input {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-fca-archive input::-webkit-input-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-fca-archive input::-moz-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-fca-archive input:-ms-input-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-fca-archive input:-moz-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-fca-archive .fca-Button_Search {
    background-color: #2A3E86;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-fca-archive input {
        border-bottom: 1px solid rgba(42,62,134,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_fca-archive .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #2A3E86 inset;
    -webkit-box-shadow: 2px -2px #2A3E86 inset;
}

.fca-Datepicker_fca-archive .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #2A3E86 inset;
    -webkit-box-shadow: 2px -2px #2A3E86 inset;
}

.fca-Datepicker_fca-archive .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #2A3E86 inset;
    -webkit-box-shadow: 2px -2px #2A3E86 inset;
}

.fca-Datepicker_fca-archive .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #2A3E86 inset;
    -webkit-box-shadow: 2px -2px #2A3E86 inset;
}

.fca-Datepicker_fca-archive .flatpickr-calendar .flatpickr-day.today {
    background-color: #2A3E86;
    border-color: #2A3E86;
}

.fca-Datepicker_fca-archive .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_fca-archive .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #2A3E86;
    border-color: #2A3E86;
}

.fca-NavbarBackground_fca-archive {
    background-color: #FFFFFF;
}

.fca-NavbarTextColor_fca-archive,
.fca-NavbarTextColor_fca-archive .header-Module_Navbar .navbar a {
    color: #1A1A1A !important;
}

.fca-NavbarBackground_fca-archive .header-Navbar_Navbar-nav-link:before {
    background-color: #2A3E86 !important;
}

.fca-Menu_Models .fca-Menu_Models_fca-archive.active:before {
    border-color: #2A3E86;
}


.fca-Border_fca-archive.active {
    border-color: #2A3E86;
}

.underlineBrand_fca-archive:before {
    background: #2A3E86 !important;
}

.fca-Body_fca-archive .newsletter-brand {
    border-color: #2A3E86 !important;
}
.fca-Body_fca-archive .newsletter-brand :checked + label::before {
    color: #2A3E86 !important;
}


/*Colors Brands*/
.fca-Color_abarth {
    color: #F50103 !important;
}

.fca-Color_abarth svg path{
    fill: #F50103 !important;
}

.fca-Color_abarth:hover, .fca-Color_abarth:active {
    color: #F50103;
}

/*Colors Links*/
.fca-Description_News-abarth a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_abarth {
    background-color: #F50103;
}

/*Active Menu Brands*/
.fca-Active_abarth:before {
    background-color: #F50103;
}

/*Hover Menu Brands*/
.fca-Hover_abarth a:hover {
    color: #F50103 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-abarth:after {
    background-color: #F50103;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-abarth {
    color: #F50103 !important;
}

.fca-Menu_Color-abarth:after {
    background-color: #F50103;
}

/*Button Brands*/
.fca-Btn_abarth {
    background-color: #F50103;
    border-color: #F50103;
}

.fca-Btn_abarth:hover, .fca-Btn_abarth:focus, .fca-Btn_abarth:active {
    background-color: #F50103 !important;
    border-color: #F50103 !important;
}

/*Brands Awards*/
.fca-Text_Table-abarth {
    background-color: rgba(245,1,3,.8) !important;
}

.fca-Text_Table-abarth .fca-Special_abarth:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_abarth:after {
    background-color: #F50103;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-abarth:after {
    background-color: #F50103;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_abarth {
    background-color: rgba(245,1,3,.2);
    color: #F50103;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_abarth .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #F50103 !important;
}

.fca-Scroll_abarth ul li:hover, .fca-Scroll_abarth ul li.active {
    background-color: #F50103;
}

/*Color Brands Content Tab*/
.fca-Tab_abarth .active:after {
    background-color: #F50103;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_abarth input[type='checkbox'] + label > span {
    border: 2px solid#F50103;
}

.fca-Checkbox_abarth input[type='checkbox']:checked + label > span {
    border: 10px solid#F50103;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-abarth .checkmark {
    border: 2px solid#F50103;
}

.fca-Radio_Color-abarth .checkmark:after {
    background: #F50103;
}

.fca-Radio_Color-abarth input:checked ~ .checkmark {
    border: 2px solid#F50103;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-abarth input[type="radio"] + label:before {
    border-color: #F50103;
}

.fca-Radio_Color-abarth input[type="radio"] + label:after {
    background-color: #F50103;
}

.fca-Radio_Color-abarth input[type="radio"]:checked + label::after {
    background: #F50103;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-abarth .fca-Icon_Exclamation {
    border: 2px solid#F50103;
}

/*Color Search Menu*/
.fca-Search_Menu-abarth .form-control:focus {
    color: rgba(245,1,3,.7);
}

.fca-Search_Menu-abarth input {
    color: rgba(245,1,3,.7);
}

.fca-Search_Menu-abarth input::-webkit-input-placeholder {
    color: rgba(245,1,3,.7);
}

.fca-Search_Menu-abarth input::-moz-placeholder {
    color: rgba(245,1,3,.7);
}

.fca-Search_Menu-abarth input:-ms-input-placeholder {
    color: rgba(245,1,3,.7);
}

.fca-Search_Menu-abarth input:-moz-placeholder {
    color: rgba(245,1,3,.7);
}

.fca-Search_Menu-abarth .fca-Button_Search {
    background-color: #F50103;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-abarth input {
        border-bottom: 1px solid rgba(245,1,3,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_abarth .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #F50103 inset;
    -webkit-box-shadow: 2px -2px #F50103 inset;
}

.fca-Datepicker_abarth .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #F50103 inset;
    -webkit-box-shadow: 2px -2px #F50103 inset;
}

.fca-Datepicker_abarth .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #F50103 inset;
    -webkit-box-shadow: 2px -2px #F50103 inset;
}

.fca-Datepicker_abarth .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #F50103 inset;
    -webkit-box-shadow: 2px -2px #F50103 inset;
}

.fca-Datepicker_abarth .flatpickr-calendar .flatpickr-day.today {
    background-color: #F50103;
    border-color: #F50103;
}

.fca-Datepicker_abarth .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_abarth .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #F50103;
    border-color: #F50103;
}

.fca-NavbarBackground_abarth {
    background-color: #FFFFFF;
}

.fca-NavbarTextColor_abarth,
.fca-NavbarTextColor_abarth .header-Module_Navbar .navbar a {
    color: #1A1A1A !important;
}

.fca-NavbarBackground_abarth .header-Navbar_Navbar-nav-link:before {
    background-color: #F50103 !important;
}

.fca-Menu_Models .fca-Menu_Models_abarth.active:before {
    border-color: #F50103;
}


.fca-Border_abarth.active {
    border-color: #F50103;
}

.underlineBrand_abarth:before {
    background: #F50103 !important;
}

.fca-Body_abarth .newsletter-brand {
    border-color: #F50103 !important;
}
.fca-Body_abarth .newsletter-brand :checked + label::before {
    color: #F50103 !important;
}


/*Colors Brands*/
.fca-Color_alfa-romeo {
    color: #8F0B24 !important;
}

.fca-Color_alfa-romeo svg path{
    fill: #8F0B24 !important;
}

.fca-Color_alfa-romeo:hover, .fca-Color_alfa-romeo:active {
    color: #8F0B24;
}

/*Colors Links*/
.fca-Description_News-alfa-romeo a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_alfa-romeo {
    background-color: #8F0B24;
}

/*Active Menu Brands*/
.fca-Active_alfa-romeo:before {
    background-color: #8F0B24;
}

/*Hover Menu Brands*/
.fca-Hover_alfa-romeo a:hover {
    color: #8F0B24 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-alfa-romeo:after {
    background-color: #8F0B24;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-alfa-romeo {
    color: #8F0B24 !important;
}

.fca-Menu_Color-alfa-romeo:after {
    background-color: #8F0B24;
}

/*Button Brands*/
.fca-Btn_alfa-romeo {
    background-color: #8F0B24;
    border-color: #8F0B24;
}

.fca-Btn_alfa-romeo:hover, .fca-Btn_alfa-romeo:focus, .fca-Btn_alfa-romeo:active {
    background-color: #8F0B24 !important;
    border-color: #8F0B24 !important;
}

/*Brands Awards*/
.fca-Text_Table-alfa-romeo {
    background-color: rgba(143,11,36,.8) !important;
}

.fca-Text_Table-alfa-romeo .fca-Special_alfa-romeo:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_alfa-romeo:after {
    background-color: #8F0B24;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-alfa-romeo:after {
    background-color: #8F0B24;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_alfa-romeo {
    background-color: rgba(143,11,36,.2);
    color: #8F0B24;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_alfa-romeo .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #8F0B24 !important;
}

.fca-Scroll_alfa-romeo ul li:hover, .fca-Scroll_alfa-romeo ul li.active {
    background-color: #8F0B24;
}

/*Color Brands Content Tab*/
.fca-Tab_alfa-romeo .active:after {
    background-color: #8F0B24;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_alfa-romeo input[type='checkbox'] + label > span {
    border: 2px solid#8F0B24;
}

.fca-Checkbox_alfa-romeo input[type='checkbox']:checked + label > span {
    border: 10px solid#8F0B24;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-alfa-romeo .checkmark {
    border: 2px solid#8F0B24;
}

.fca-Radio_Color-alfa-romeo .checkmark:after {
    background: #8F0B24;
}

.fca-Radio_Color-alfa-romeo input:checked ~ .checkmark {
    border: 2px solid#8F0B24;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-alfa-romeo input[type="radio"] + label:before {
    border-color: #8F0B24;
}

.fca-Radio_Color-alfa-romeo input[type="radio"] + label:after {
    background-color: #8F0B24;
}

.fca-Radio_Color-alfa-romeo input[type="radio"]:checked + label::after {
    background: #8F0B24;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-alfa-romeo .fca-Icon_Exclamation {
    border: 2px solid#8F0B24;
}

/*Color Search Menu*/
.fca-Search_Menu-alfa-romeo .form-control:focus {
    color: rgba(143,11,36,.7);
}

.fca-Search_Menu-alfa-romeo input {
    color: rgba(143,11,36,.7);
}

.fca-Search_Menu-alfa-romeo input::-webkit-input-placeholder {
    color: rgba(143,11,36,.7);
}

.fca-Search_Menu-alfa-romeo input::-moz-placeholder {
    color: rgba(143,11,36,.7);
}

.fca-Search_Menu-alfa-romeo input:-ms-input-placeholder {
    color: rgba(143,11,36,.7);
}

.fca-Search_Menu-alfa-romeo input:-moz-placeholder {
    color: rgba(143,11,36,.7);
}

.fca-Search_Menu-alfa-romeo .fca-Button_Search {
    background-color: #8F0B24;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-alfa-romeo input {
        border-bottom: 1px solid rgba(143,11,36,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_alfa-romeo .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #8F0B24 inset;
    -webkit-box-shadow: 2px -2px #8F0B24 inset;
}

.fca-Datepicker_alfa-romeo .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #8F0B24 inset;
    -webkit-box-shadow: 2px -2px #8F0B24 inset;
}

.fca-Datepicker_alfa-romeo .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #8F0B24 inset;
    -webkit-box-shadow: 2px -2px #8F0B24 inset;
}

.fca-Datepicker_alfa-romeo .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #8F0B24 inset;
    -webkit-box-shadow: 2px -2px #8F0B24 inset;
}

.fca-Datepicker_alfa-romeo .flatpickr-calendar .flatpickr-day.today {
    background-color: #8F0B24;
    border-color: #8F0B24;
}

.fca-Datepicker_alfa-romeo .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_alfa-romeo .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #8F0B24;
    border-color: #8F0B24;
}

.fca-NavbarBackground_alfa-romeo {
    background-color: #FFFFFF;
}

.fca-NavbarTextColor_alfa-romeo,
.fca-NavbarTextColor_alfa-romeo .header-Module_Navbar .navbar a {
    color: #1A1A1A !important;
}

.fca-NavbarBackground_alfa-romeo .header-Navbar_Navbar-nav-link:before {
    background-color: #8F0B24 !important;
}

.fca-Menu_Models .fca-Menu_Models_alfa-romeo.active:before {
    border-color: #8F0B24;
}


.fca-Border_alfa-romeo.active {
    border-color: #8F0B24;
}

.underlineBrand_alfa-romeo:before {
    background: #8F0B24 !important;
}

.fca-Body_alfa-romeo .newsletter-brand {
    border-color: #8F0B24 !important;
}
.fca-Body_alfa-romeo .newsletter-brand :checked + label::before {
    color: #8F0B24 !important;
}


/*Colors Brands*/
.fca-Color_citroen {
    color: #9d0605 !important;
}

.fca-Color_citroen svg path{
    fill: #9d0605 !important;
}

.fca-Color_citroen:hover, .fca-Color_citroen:active {
    color: #9d0605;
}

/*Colors Links*/
.fca-Description_News-citroen a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_citroen {
    background-color: #9d0605;
}

/*Active Menu Brands*/
.fca-Active_citroen:before {
    background-color: #9d0605;
}

/*Hover Menu Brands*/
.fca-Hover_citroen a:hover {
    color: #9d0605 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-citroen:after {
    background-color: #9d0605;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-citroen {
    color: #9d0605 !important;
}

.fca-Menu_Color-citroen:after {
    background-color: #9d0605;
}

/*Button Brands*/
.fca-Btn_citroen {
    background-color: #9d0605;
    border-color: #9d0605;
}

.fca-Btn_citroen:hover, .fca-Btn_citroen:focus, .fca-Btn_citroen:active {
    background-color: #9d0605 !important;
    border-color: #9d0605 !important;
}

/*Brands Awards*/
.fca-Text_Table-citroen {
    background-color: rgba(157,6,5,.8) !important;
}

.fca-Text_Table-citroen .fca-Special_citroen:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_citroen:after {
    background-color: #9d0605;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-citroen:after {
    background-color: #9d0605;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_citroen {
    background-color: rgba(157,6,5,.2);
    color: #9d0605;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_citroen .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #9d0605 !important;
}

.fca-Scroll_citroen ul li:hover, .fca-Scroll_citroen ul li.active {
    background-color: #9d0605;
}

/*Color Brands Content Tab*/
.fca-Tab_citroen .active:after {
    background-color: #9d0605;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_citroen input[type='checkbox'] + label > span {
    border: 2px solid#9d0605;
}

.fca-Checkbox_citroen input[type='checkbox']:checked + label > span {
    border: 10px solid#9d0605;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-citroen .checkmark {
    border: 2px solid#9d0605;
}

.fca-Radio_Color-citroen .checkmark:after {
    background: #9d0605;
}

.fca-Radio_Color-citroen input:checked ~ .checkmark {
    border: 2px solid#9d0605;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-citroen input[type="radio"] + label:before {
    border-color: #9d0605;
}

.fca-Radio_Color-citroen input[type="radio"] + label:after {
    background-color: #9d0605;
}

.fca-Radio_Color-citroen input[type="radio"]:checked + label::after {
    background: #9d0605;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-citroen .fca-Icon_Exclamation {
    border: 2px solid#9d0605;
}

/*Color Search Menu*/
.fca-Search_Menu-citroen .form-control:focus {
    color: rgba(157,6,5,.7);
}

.fca-Search_Menu-citroen input {
    color: rgba(157,6,5,.7);
}

.fca-Search_Menu-citroen input::-webkit-input-placeholder {
    color: rgba(157,6,5,.7);
}

.fca-Search_Menu-citroen input::-moz-placeholder {
    color: rgba(157,6,5,.7);
}

.fca-Search_Menu-citroen input:-ms-input-placeholder {
    color: rgba(157,6,5,.7);
}

.fca-Search_Menu-citroen input:-moz-placeholder {
    color: rgba(157,6,5,.7);
}

.fca-Search_Menu-citroen .fca-Button_Search {
    background-color: #9d0605;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-citroen input {
        border-bottom: 1px solid rgba(157,6,5,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_citroen .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #9d0605 inset;
    -webkit-box-shadow: 2px -2px #9d0605 inset;
}

.fca-Datepicker_citroen .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #9d0605 inset;
    -webkit-box-shadow: 2px -2px #9d0605 inset;
}

.fca-Datepicker_citroen .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #9d0605 inset;
    -webkit-box-shadow: 2px -2px #9d0605 inset;
}

.fca-Datepicker_citroen .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #9d0605 inset;
    -webkit-box-shadow: 2px -2px #9d0605 inset;
}

.fca-Datepicker_citroen .flatpickr-calendar .flatpickr-day.today {
    background-color: #9d0605;
    border-color: #9d0605;
}

.fca-Datepicker_citroen .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_citroen .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #9d0605;
    border-color: #9d0605;
}

.fca-NavbarBackground_citroen {
    background-color: #ffffff;
}

.fca-NavbarTextColor_citroen,
.fca-NavbarTextColor_citroen .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_citroen .header-Navbar_Navbar-nav-link:before {
    background-color: #9d0605 !important;
}

.fca-Menu_Models .fca-Menu_Models_citroen.active:before {
    border-color: #9d0605;
}


.fca-Border_citroen.active {
    border-color: #9d0605;
}

.underlineBrand_citroen:before {
    background: #9d0605 !important;
}

.fca-Body_citroen .newsletter-brand {
    border-color: #9d0605 !important;
}
.fca-Body_citroen .newsletter-brand :checked + label::before {
    color: #9d0605 !important;
}


/*Colors Brands*/
.fca-Color_dodge {
    color: #B60000 !important;
}

.fca-Color_dodge svg path{
    fill: #B60000 !important;
}

.fca-Color_dodge:hover, .fca-Color_dodge:active {
    color: #B60000;
}

/*Colors Links*/
.fca-Description_News-dodge a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_dodge {
    background-color: #B60000;
}

/*Active Menu Brands*/
.fca-Active_dodge:before {
    background-color: #B60000;
}

/*Hover Menu Brands*/
.fca-Hover_dodge a:hover {
    color: #B60000 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-dodge:after {
    background-color: #B60000;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-dodge {
    color: #B60000 !important;
}

.fca-Menu_Color-dodge:after {
    background-color: #B60000;
}

/*Button Brands*/
.fca-Btn_dodge {
    background-color: #B60000;
    border-color: #B60000;
}

.fca-Btn_dodge:hover, .fca-Btn_dodge:focus, .fca-Btn_dodge:active {
    background-color: #B60000 !important;
    border-color: #B60000 !important;
}

/*Brands Awards*/
.fca-Text_Table-dodge {
    background-color: rgba(182,0,0,.8) !important;
}

.fca-Text_Table-dodge .fca-Special_dodge:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_dodge:after {
    background-color: #B60000;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-dodge:after {
    background-color: #B60000;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_dodge {
    background-color: rgba(182,0,0,.2);
    color: #B60000;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_dodge .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #B60000 !important;
}

.fca-Scroll_dodge ul li:hover, .fca-Scroll_dodge ul li.active {
    background-color: #B60000;
}

/*Color Brands Content Tab*/
.fca-Tab_dodge .active:after {
    background-color: #B60000;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_dodge input[type='checkbox'] + label > span {
    border: 2px solid#B60000;
}

.fca-Checkbox_dodge input[type='checkbox']:checked + label > span {
    border: 10px solid#B60000;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-dodge .checkmark {
    border: 2px solid#B60000;
}

.fca-Radio_Color-dodge .checkmark:after {
    background: #B60000;
}

.fca-Radio_Color-dodge input:checked ~ .checkmark {
    border: 2px solid#B60000;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-dodge input[type="radio"] + label:before {
    border-color: #B60000;
}

.fca-Radio_Color-dodge input[type="radio"] + label:after {
    background-color: #B60000;
}

.fca-Radio_Color-dodge input[type="radio"]:checked + label::after {
    background: #B60000;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-dodge .fca-Icon_Exclamation {
    border: 2px solid#B60000;
}

/*Color Search Menu*/
.fca-Search_Menu-dodge .form-control:focus {
    color: rgba(182,0,0,.7);
}

.fca-Search_Menu-dodge input {
    color: rgba(182,0,0,.7);
}

.fca-Search_Menu-dodge input::-webkit-input-placeholder {
    color: rgba(182,0,0,.7);
}

.fca-Search_Menu-dodge input::-moz-placeholder {
    color: rgba(182,0,0,.7);
}

.fca-Search_Menu-dodge input:-ms-input-placeholder {
    color: rgba(182,0,0,.7);
}

.fca-Search_Menu-dodge input:-moz-placeholder {
    color: rgba(182,0,0,.7);
}

.fca-Search_Menu-dodge .fca-Button_Search {
    background-color: #B60000;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-dodge input {
        border-bottom: 1px solid rgba(182,0,0,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_dodge .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #B60000 inset;
    -webkit-box-shadow: 2px -2px #B60000 inset;
}

.fca-Datepicker_dodge .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #B60000 inset;
    -webkit-box-shadow: 2px -2px #B60000 inset;
}

.fca-Datepicker_dodge .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #B60000 inset;
    -webkit-box-shadow: 2px -2px #B60000 inset;
}

.fca-Datepicker_dodge .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #B60000 inset;
    -webkit-box-shadow: 2px -2px #B60000 inset;
}

.fca-Datepicker_dodge .flatpickr-calendar .flatpickr-day.today {
    background-color: #B60000;
    border-color: #B60000;
}

.fca-Datepicker_dodge .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_dodge .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #B60000;
    border-color: #B60000;
}

.fca-NavbarBackground_dodge {
    background-color: #FFFFFF;
}

.fca-NavbarTextColor_dodge,
.fca-NavbarTextColor_dodge .header-Module_Navbar .navbar a {
    color: #1A1A1A !important;
}

.fca-NavbarBackground_dodge .header-Navbar_Navbar-nav-link:before {
    background-color: #B60000 !important;
}

.fca-Menu_Models .fca-Menu_Models_dodge.active:before {
    border-color: #B60000;
}


.fca-Border_dodge.active {
    border-color: #B60000;
}

.underlineBrand_dodge:before {
    background: #B60000 !important;
}

.fca-Body_dodge .newsletter-brand {
    border-color: #B60000 !important;
}
.fca-Body_dodge .newsletter-brand :checked + label::before {
    color: #B60000 !important;
}


/*Colors Brands*/
.fca-Color_ds {
    color: #ad0040 !important;
}

.fca-Color_ds svg path{
    fill: #ad0040 !important;
}

.fca-Color_ds:hover, .fca-Color_ds:active {
    color: #ad0040;
}

/*Colors Links*/
.fca-Description_News-ds a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_ds {
    background-color: #ad0040;
}

/*Active Menu Brands*/
.fca-Active_ds:before {
    background-color: #ad0040;
}

/*Hover Menu Brands*/
.fca-Hover_ds a:hover {
    color: #ad0040 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-ds:after {
    background-color: #ad0040;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-ds {
    color: #ad0040 !important;
}

.fca-Menu_Color-ds:after {
    background-color: #ad0040;
}

/*Button Brands*/
.fca-Btn_ds {
    background-color: #ad0040;
    border-color: #ad0040;
}

.fca-Btn_ds:hover, .fca-Btn_ds:focus, .fca-Btn_ds:active {
    background-color: #ad0040 !important;
    border-color: #ad0040 !important;
}

/*Brands Awards*/
.fca-Text_Table-ds {
    background-color: rgba(173,0,64,.8) !important;
}

.fca-Text_Table-ds .fca-Special_ds:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_ds:after {
    background-color: #ad0040;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-ds:after {
    background-color: #ad0040;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_ds {
    background-color: rgba(173,0,64,.2);
    color: #ad0040;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_ds .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ad0040 !important;
}

.fca-Scroll_ds ul li:hover, .fca-Scroll_ds ul li.active {
    background-color: #ad0040;
}

/*Color Brands Content Tab*/
.fca-Tab_ds .active:after {
    background-color: #ad0040;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_ds input[type='checkbox'] + label > span {
    border: 2px solid#ad0040;
}

.fca-Checkbox_ds input[type='checkbox']:checked + label > span {
    border: 10px solid#ad0040;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-ds .checkmark {
    border: 2px solid#ad0040;
}

.fca-Radio_Color-ds .checkmark:after {
    background: #ad0040;
}

.fca-Radio_Color-ds input:checked ~ .checkmark {
    border: 2px solid#ad0040;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-ds input[type="radio"] + label:before {
    border-color: #ad0040;
}

.fca-Radio_Color-ds input[type="radio"] + label:after {
    background-color: #ad0040;
}

.fca-Radio_Color-ds input[type="radio"]:checked + label::after {
    background: #ad0040;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-ds .fca-Icon_Exclamation {
    border: 2px solid#ad0040;
}

/*Color Search Menu*/
.fca-Search_Menu-ds .form-control:focus {
    color: rgba(173,0,64,.7);
}

.fca-Search_Menu-ds input {
    color: rgba(173,0,64,.7);
}

.fca-Search_Menu-ds input::-webkit-input-placeholder {
    color: rgba(173,0,64,.7);
}

.fca-Search_Menu-ds input::-moz-placeholder {
    color: rgba(173,0,64,.7);
}

.fca-Search_Menu-ds input:-ms-input-placeholder {
    color: rgba(173,0,64,.7);
}

.fca-Search_Menu-ds input:-moz-placeholder {
    color: rgba(173,0,64,.7);
}

.fca-Search_Menu-ds .fca-Button_Search {
    background-color: #ad0040;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-ds input {
        border-bottom: 1px solid rgba(173,0,64,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_ds .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #ad0040 inset;
    -webkit-box-shadow: 2px -2px #ad0040 inset;
}

.fca-Datepicker_ds .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #ad0040 inset;
    -webkit-box-shadow: 2px -2px #ad0040 inset;
}

.fca-Datepicker_ds .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #ad0040 inset;
    -webkit-box-shadow: 2px -2px #ad0040 inset;
}

.fca-Datepicker_ds .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #ad0040 inset;
    -webkit-box-shadow: 2px -2px #ad0040 inset;
}

.fca-Datepicker_ds .flatpickr-calendar .flatpickr-day.today {
    background-color: #ad0040;
    border-color: #ad0040;
}

.fca-Datepicker_ds .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_ds .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #ad0040;
    border-color: #ad0040;
}

.fca-NavbarBackground_ds {
    background-color: #2f2726;
}

.fca-NavbarTextColor_ds,
.fca-NavbarTextColor_ds .header-Module_Navbar .navbar a {
    color: #ffffff !important;
}

.fca-NavbarBackground_ds .header-Navbar_Navbar-nav-link:before {
    background-color: #ad0040 !important;
}

.fca-Menu_Models .fca-Menu_Models_ds.active:before {
    border-color: #ad0040;
}


.fca-Border_ds.active {
    border-color: #ad0040;
}

.underlineBrand_ds:before {
    background: #ad0040 !important;
}

.fca-Body_ds .newsletter-brand {
    border-color: #ad0040 !important;
}
.fca-Body_ds .newsletter-brand :checked + label::before {
    color: #ad0040 !important;
}


/*Colors Brands*/
.fca-Color_fiat {
    color: #AD0B33 !important;
}

.fca-Color_fiat svg path{
    fill: #AD0B33 !important;
}

.fca-Color_fiat:hover, .fca-Color_fiat:active {
    color: #AD0B33;
}

/*Colors Links*/
.fca-Description_News-fiat a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_fiat {
    background-color: #AD0B33;
}

/*Active Menu Brands*/
.fca-Active_fiat:before {
    background-color: #AD0B33;
}

/*Hover Menu Brands*/
.fca-Hover_fiat a:hover {
    color: #AD0B33 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-fiat:after {
    background-color: #AD0B33;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-fiat {
    color: #AD0B33 !important;
}

.fca-Menu_Color-fiat:after {
    background-color: #AD0B33;
}

/*Button Brands*/
.fca-Btn_fiat {
    background-color: #AD0B33;
    border-color: #AD0B33;
}

.fca-Btn_fiat:hover, .fca-Btn_fiat:focus, .fca-Btn_fiat:active {
    background-color: #AD0B33 !important;
    border-color: #AD0B33 !important;
}

/*Brands Awards*/
.fca-Text_Table-fiat {
    background-color: rgba(173,11,51,.8) !important;
}

.fca-Text_Table-fiat .fca-Special_fiat:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_fiat:after {
    background-color: #AD0B33;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-fiat:after {
    background-color: #AD0B33;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_fiat {
    background-color: rgba(173,11,51,.2);
    color: #AD0B33;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_fiat .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #AD0B33 !important;
}

.fca-Scroll_fiat ul li:hover, .fca-Scroll_fiat ul li.active {
    background-color: #AD0B33;
}

/*Color Brands Content Tab*/
.fca-Tab_fiat .active:after {
    background-color: #AD0B33;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_fiat input[type='checkbox'] + label > span {
    border: 2px solid#AD0B33;
}

.fca-Checkbox_fiat input[type='checkbox']:checked + label > span {
    border: 10px solid#AD0B33;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-fiat .checkmark {
    border: 2px solid#AD0B33;
}

.fca-Radio_Color-fiat .checkmark:after {
    background: #AD0B33;
}

.fca-Radio_Color-fiat input:checked ~ .checkmark {
    border: 2px solid#AD0B33;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-fiat input[type="radio"] + label:before {
    border-color: #AD0B33;
}

.fca-Radio_Color-fiat input[type="radio"] + label:after {
    background-color: #AD0B33;
}

.fca-Radio_Color-fiat input[type="radio"]:checked + label::after {
    background: #AD0B33;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-fiat .fca-Icon_Exclamation {
    border: 2px solid#AD0B33;
}

/*Color Search Menu*/
.fca-Search_Menu-fiat .form-control:focus {
    color: rgba(173,11,51,.7);
}

.fca-Search_Menu-fiat input {
    color: rgba(173,11,51,.7);
}

.fca-Search_Menu-fiat input::-webkit-input-placeholder {
    color: rgba(173,11,51,.7);
}

.fca-Search_Menu-fiat input::-moz-placeholder {
    color: rgba(173,11,51,.7);
}

.fca-Search_Menu-fiat input:-ms-input-placeholder {
    color: rgba(173,11,51,.7);
}

.fca-Search_Menu-fiat input:-moz-placeholder {
    color: rgba(173,11,51,.7);
}

.fca-Search_Menu-fiat .fca-Button_Search {
    background-color: #AD0B33;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-fiat input {
        border-bottom: 1px solid rgba(173,11,51,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_fiat .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #AD0B33 inset;
    -webkit-box-shadow: 2px -2px #AD0B33 inset;
}

.fca-Datepicker_fiat .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #AD0B33 inset;
    -webkit-box-shadow: 2px -2px #AD0B33 inset;
}

.fca-Datepicker_fiat .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #AD0B33 inset;
    -webkit-box-shadow: 2px -2px #AD0B33 inset;
}

.fca-Datepicker_fiat .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #AD0B33 inset;
    -webkit-box-shadow: 2px -2px #AD0B33 inset;
}

.fca-Datepicker_fiat .flatpickr-calendar .flatpickr-day.today {
    background-color: #AD0B33;
    border-color: #AD0B33;
}

.fca-Datepicker_fiat .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_fiat .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #AD0B33;
    border-color: #AD0B33;
}

.fca-NavbarBackground_fiat {
    background-color: #FFFFFF;
}

.fca-NavbarTextColor_fiat,
.fca-NavbarTextColor_fiat .header-Module_Navbar .navbar a {
    color: #1A1A1A !important;
}

.fca-NavbarBackground_fiat .header-Navbar_Navbar-nav-link:before {
    background-color: #AD0B33 !important;
}

.fca-Menu_Models .fca-Menu_Models_fiat.active:before {
    border-color: #AD0B33;
}


.fca-Border_fiat.active {
    border-color: #AD0B33;
}

.underlineBrand_fiat:before {
    background: #AD0B33 !important;
}

.fca-Body_fiat .newsletter-brand {
    border-color: #AD0B33 !important;
}
.fca-Body_fiat .newsletter-brand :checked + label::before {
    color: #AD0B33 !important;
}


/*Colors Brands*/
.fca-Color_jeep {
    color: #EDAD00 !important;
}

.fca-Color_jeep svg path{
    fill: #EDAD00 !important;
}

.fca-Color_jeep:hover, .fca-Color_jeep:active {
    color: #EDAD00;
}

/*Colors Links*/
.fca-Description_News-jeep a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_jeep {
    background-color: #EDAD00;
}

/*Active Menu Brands*/
.fca-Active_jeep:before {
    background-color: #EDAD00;
}

/*Hover Menu Brands*/
.fca-Hover_jeep a:hover {
    color: #EDAD00 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-jeep:after {
    background-color: #EDAD00;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-jeep {
    color: #EDAD00 !important;
}

.fca-Menu_Color-jeep:after {
    background-color: #EDAD00;
}

/*Button Brands*/
.fca-Btn_jeep {
    background-color: #EDAD00;
    border-color: #EDAD00;
}

.fca-Btn_jeep:hover, .fca-Btn_jeep:focus, .fca-Btn_jeep:active {
    background-color: #EDAD00 !important;
    border-color: #EDAD00 !important;
}

/*Brands Awards*/
.fca-Text_Table-jeep {
    background-color: rgba(237,173,0,.8) !important;
}

.fca-Text_Table-jeep .fca-Special_jeep:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_jeep:after {
    background-color: #EDAD00;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-jeep:after {
    background-color: #EDAD00;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_jeep {
    background-color: rgba(237,173,0,.2);
    color: #EDAD00;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_jeep .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #EDAD00 !important;
}

.fca-Scroll_jeep ul li:hover, .fca-Scroll_jeep ul li.active {
    background-color: #EDAD00;
}

/*Color Brands Content Tab*/
.fca-Tab_jeep .active:after {
    background-color: #EDAD00;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_jeep input[type='checkbox'] + label > span {
    border: 2px solid#EDAD00;
}

.fca-Checkbox_jeep input[type='checkbox']:checked + label > span {
    border: 10px solid#EDAD00;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-jeep .checkmark {
    border: 2px solid#EDAD00;
}

.fca-Radio_Color-jeep .checkmark:after {
    background: #EDAD00;
}

.fca-Radio_Color-jeep input:checked ~ .checkmark {
    border: 2px solid#EDAD00;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-jeep input[type="radio"] + label:before {
    border-color: #EDAD00;
}

.fca-Radio_Color-jeep input[type="radio"] + label:after {
    background-color: #EDAD00;
}

.fca-Radio_Color-jeep input[type="radio"]:checked + label::after {
    background: #EDAD00;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-jeep .fca-Icon_Exclamation {
    border: 2px solid#EDAD00;
}

/*Color Search Menu*/
.fca-Search_Menu-jeep .form-control:focus {
    color: rgba(237,173,0,.7);
}

.fca-Search_Menu-jeep input {
    color: rgba(237,173,0,.7);
}

.fca-Search_Menu-jeep input::-webkit-input-placeholder {
    color: rgba(237,173,0,.7);
}

.fca-Search_Menu-jeep input::-moz-placeholder {
    color: rgba(237,173,0,.7);
}

.fca-Search_Menu-jeep input:-ms-input-placeholder {
    color: rgba(237,173,0,.7);
}

.fca-Search_Menu-jeep input:-moz-placeholder {
    color: rgba(237,173,0,.7);
}

.fca-Search_Menu-jeep .fca-Button_Search {
    background-color: #EDAD00;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-jeep input {
        border-bottom: 1px solid rgba(237,173,0,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_jeep .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #EDAD00 inset;
    -webkit-box-shadow: 2px -2px #EDAD00 inset;
}

.fca-Datepicker_jeep .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #EDAD00 inset;
    -webkit-box-shadow: 2px -2px #EDAD00 inset;
}

.fca-Datepicker_jeep .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #EDAD00 inset;
    -webkit-box-shadow: 2px -2px #EDAD00 inset;
}

.fca-Datepicker_jeep .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #EDAD00 inset;
    -webkit-box-shadow: 2px -2px #EDAD00 inset;
}

.fca-Datepicker_jeep .flatpickr-calendar .flatpickr-day.today {
    background-color: #EDAD00;
    border-color: #EDAD00;
}

.fca-Datepicker_jeep .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_jeep .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #EDAD00;
    border-color: #EDAD00;
}

.fca-NavbarBackground_jeep {
    background-color: #FFFFFF;
}

.fca-NavbarTextColor_jeep,
.fca-NavbarTextColor_jeep .header-Module_Navbar .navbar a {
    color: #1A1A1A !important;
}

.fca-NavbarBackground_jeep .header-Navbar_Navbar-nav-link:before {
    background-color: #EDAD00 !important;
}

.fca-Menu_Models .fca-Menu_Models_jeep.active:before {
    border-color: #EDAD00;
}


.fca-Border_jeep.active {
    border-color: #EDAD00;
}

.underlineBrand_jeep:before {
    background: #EDAD00 !important;
}

.fca-Body_jeep .newsletter-brand {
    border-color: #EDAD00 !important;
}
.fca-Body_jeep .newsletter-brand :checked + label::before {
    color: #EDAD00 !important;
}


/*Colors Brands*/
.fca-Color_opel {
    color: #000000 !important;
}

.fca-Color_opel svg path{
    fill: #000000 !important;
}

.fca-Color_opel:hover, .fca-Color_opel:active {
    color: #000000;
}

/*Colors Links*/
.fca-Description_News-opel a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_opel {
    background-color: #000000;
}

/*Active Menu Brands*/
.fca-Active_opel:before {
    background-color: #000000;
}

/*Hover Menu Brands*/
.fca-Hover_opel a:hover {
    color: #000000 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-opel:after {
    background-color: #000000;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-opel {
    color: #000000 !important;
}

.fca-Menu_Color-opel:after {
    background-color: #000000;
}

/*Button Brands*/
.fca-Btn_opel {
    background-color: #000000;
    border-color: #000000;
}

.fca-Btn_opel:hover, .fca-Btn_opel:focus, .fca-Btn_opel:active {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/*Brands Awards*/
.fca-Text_Table-opel {
    background-color: rgba(0,0,0,.8) !important;
}

.fca-Text_Table-opel .fca-Special_opel:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_opel:after {
    background-color: #000000;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-opel:after {
    background-color: #000000;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_opel {
    background-color: rgba(0,0,0,.2);
    color: #000000;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_opel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000000 !important;
}

.fca-Scroll_opel ul li:hover, .fca-Scroll_opel ul li.active {
    background-color: #000000;
}

/*Color Brands Content Tab*/
.fca-Tab_opel .active:after {
    background-color: #000000;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_opel input[type='checkbox'] + label > span {
    border: 2px solid#000000;
}

.fca-Checkbox_opel input[type='checkbox']:checked + label > span {
    border: 10px solid#000000;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-opel .checkmark {
    border: 2px solid#000000;
}

.fca-Radio_Color-opel .checkmark:after {
    background: #000000;
}

.fca-Radio_Color-opel input:checked ~ .checkmark {
    border: 2px solid#000000;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-opel input[type="radio"] + label:before {
    border-color: #000000;
}

.fca-Radio_Color-opel input[type="radio"] + label:after {
    background-color: #000000;
}

.fca-Radio_Color-opel input[type="radio"]:checked + label::after {
    background: #000000;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-opel .fca-Icon_Exclamation {
    border: 2px solid#000000;
}

/*Color Search Menu*/
.fca-Search_Menu-opel .form-control:focus {
    color: rgba(0,0,0,.7);
}

.fca-Search_Menu-opel input {
    color: rgba(0,0,0,.7);
}

.fca-Search_Menu-opel input::-webkit-input-placeholder {
    color: rgba(0,0,0,.7);
}

.fca-Search_Menu-opel input::-moz-placeholder {
    color: rgba(0,0,0,.7);
}

.fca-Search_Menu-opel input:-ms-input-placeholder {
    color: rgba(0,0,0,.7);
}

.fca-Search_Menu-opel input:-moz-placeholder {
    color: rgba(0,0,0,.7);
}

.fca-Search_Menu-opel .fca-Button_Search {
    background-color: #000000;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-opel input {
        border-bottom: 1px solid rgba(0,0,0,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_opel .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #000000 inset;
    -webkit-box-shadow: 2px -2px #000000 inset;
}

.fca-Datepicker_opel .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #000000 inset;
    -webkit-box-shadow: 2px -2px #000000 inset;
}

.fca-Datepicker_opel .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #000000 inset;
    -webkit-box-shadow: 2px -2px #000000 inset;
}

.fca-Datepicker_opel .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #000000 inset;
    -webkit-box-shadow: 2px -2px #000000 inset;
}

.fca-Datepicker_opel .flatpickr-calendar .flatpickr-day.today {
    background-color: #000000;
    border-color: #000000;
}

.fca-Datepicker_opel .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_opel .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #000000;
    border-color: #000000;
}

.fca-NavbarBackground_opel {
    background-color: #f7ff14;
}

.fca-NavbarTextColor_opel,
.fca-NavbarTextColor_opel .header-Module_Navbar .navbar a {
    color: #000000 !important;
}

.fca-NavbarBackground_opel .header-Navbar_Navbar-nav-link:before {
    background-color: #000000 !important;
}

.fca-Menu_Models .fca-Menu_Models_opel.active:before {
    border-color: #000000;
}


.fca-Border_opel.active {
    border-color: #000000;
}

.underlineBrand_opel:before {
    background: #000000 !important;
}

.fca-Body_opel .newsletter-brand {
    border-color: #000000 !important;
}
.fca-Body_opel .newsletter-brand :checked + label::before {
    color: #000000 !important;
}


/*Colors Brands*/
.fca-Color_peugeot {
    color: #00a3e0 !important;
}

.fca-Color_peugeot svg path{
    fill: #00a3e0 !important;
}

.fca-Color_peugeot:hover, .fca-Color_peugeot:active {
    color: #00a3e0;
}

/*Colors Links*/
.fca-Description_News-peugeot a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_peugeot {
    background-color: #00a3e0;
}

/*Active Menu Brands*/
.fca-Active_peugeot:before {
    background-color: #00a3e0;
}

/*Hover Menu Brands*/
.fca-Hover_peugeot a:hover {
    color: #00a3e0 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-peugeot:after {
    background-color: #00a3e0;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-peugeot {
    color: #00a3e0 !important;
}

.fca-Menu_Color-peugeot:after {
    background-color: #00a3e0;
}

/*Button Brands*/
.fca-Btn_peugeot {
    background-color: #00a3e0;
    border-color: #00a3e0;
}

.fca-Btn_peugeot:hover, .fca-Btn_peugeot:focus, .fca-Btn_peugeot:active {
    background-color: #00a3e0 !important;
    border-color: #00a3e0 !important;
}

/*Brands Awards*/
.fca-Text_Table-peugeot {
    background-color: rgba(0,163,224,.8) !important;
}

.fca-Text_Table-peugeot .fca-Special_peugeot:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_peugeot:after {
    background-color: #00a3e0;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-peugeot:after {
    background-color: #00a3e0;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_peugeot {
    background-color: rgba(0,163,224,.2);
    color: #00a3e0;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_peugeot .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #00a3e0 !important;
}

.fca-Scroll_peugeot ul li:hover, .fca-Scroll_peugeot ul li.active {
    background-color: #00a3e0;
}

/*Color Brands Content Tab*/
.fca-Tab_peugeot .active:after {
    background-color: #00a3e0;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_peugeot input[type='checkbox'] + label > span {
    border: 2px solid#00a3e0;
}

.fca-Checkbox_peugeot input[type='checkbox']:checked + label > span {
    border: 10px solid#00a3e0;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-peugeot .checkmark {
    border: 2px solid#00a3e0;
}

.fca-Radio_Color-peugeot .checkmark:after {
    background: #00a3e0;
}

.fca-Radio_Color-peugeot input:checked ~ .checkmark {
    border: 2px solid#00a3e0;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-peugeot input[type="radio"] + label:before {
    border-color: #00a3e0;
}

.fca-Radio_Color-peugeot input[type="radio"] + label:after {
    background-color: #00a3e0;
}

.fca-Radio_Color-peugeot input[type="radio"]:checked + label::after {
    background: #00a3e0;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-peugeot .fca-Icon_Exclamation {
    border: 2px solid#00a3e0;
}

/*Color Search Menu*/
.fca-Search_Menu-peugeot .form-control:focus {
    color: rgba(0,163,224,.7);
}

.fca-Search_Menu-peugeot input {
    color: rgba(0,163,224,.7);
}

.fca-Search_Menu-peugeot input::-webkit-input-placeholder {
    color: rgba(0,163,224,.7);
}

.fca-Search_Menu-peugeot input::-moz-placeholder {
    color: rgba(0,163,224,.7);
}

.fca-Search_Menu-peugeot input:-ms-input-placeholder {
    color: rgba(0,163,224,.7);
}

.fca-Search_Menu-peugeot input:-moz-placeholder {
    color: rgba(0,163,224,.7);
}

.fca-Search_Menu-peugeot .fca-Button_Search {
    background-color: #00a3e0;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-peugeot input {
        border-bottom: 1px solid rgba(0,163,224,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_peugeot .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #00a3e0 inset;
    -webkit-box-shadow: 2px -2px #00a3e0 inset;
}

.fca-Datepicker_peugeot .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #00a3e0 inset;
    -webkit-box-shadow: 2px -2px #00a3e0 inset;
}

.fca-Datepicker_peugeot .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #00a3e0 inset;
    -webkit-box-shadow: 2px -2px #00a3e0 inset;
}

.fca-Datepicker_peugeot .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #00a3e0 inset;
    -webkit-box-shadow: 2px -2px #00a3e0 inset;
}

.fca-Datepicker_peugeot .flatpickr-calendar .flatpickr-day.today {
    background-color: #00a3e0;
    border-color: #00a3e0;
}

.fca-Datepicker_peugeot .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_peugeot .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #00a3e0;
    border-color: #00a3e0;
}

.fca-NavbarBackground_peugeot {
    background-color: #000000;
}

.fca-NavbarTextColor_peugeot,
.fca-NavbarTextColor_peugeot .header-Module_Navbar .navbar a {
    color: #ffffff !important;
}

.fca-NavbarBackground_peugeot .header-Navbar_Navbar-nav-link:before {
    background-color: #00a3e0 !important;
}

.fca-Menu_Models .fca-Menu_Models_peugeot.active:before {
    border-color: #00a3e0;
}


.fca-Border_peugeot.active {
    border-color: #00a3e0;
}

.underlineBrand_peugeot:before {
    background: #00a3e0 !important;
}

.fca-Body_peugeot .newsletter-brand {
    border-color: #00a3e0 !important;
}
.fca-Body_peugeot .newsletter-brand :checked + label::before {
    color: #00a3e0 !important;
}


/*Colors Brands*/
.fca-Color_ram {
    color: #2a3e86 !important;
}

.fca-Color_ram svg path{
    fill: #2a3e86 !important;
}

.fca-Color_ram:hover, .fca-Color_ram:active {
    color: #2a3e86;
}

/*Colors Links*/
.fca-Description_News-ram a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_ram {
    background-color: #2a3e86;
}

/*Active Menu Brands*/
.fca-Active_ram:before {
    background-color: #2a3e86;
}

/*Hover Menu Brands*/
.fca-Hover_ram a:hover {
    color: #2a3e86 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-ram:after {
    background-color: #2a3e86;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-ram {
    color: #2a3e86 !important;
}

.fca-Menu_Color-ram:after {
    background-color: #2a3e86;
}

/*Button Brands*/
.fca-Btn_ram {
    background-color: #2a3e86;
    border-color: #2a3e86;
}

.fca-Btn_ram:hover, .fca-Btn_ram:focus, .fca-Btn_ram:active {
    background-color: #2a3e86 !important;
    border-color: #2a3e86 !important;
}

/*Brands Awards*/
.fca-Text_Table-ram {
    background-color: rgba(42,62,134,.8) !important;
}

.fca-Text_Table-ram .fca-Special_ram:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_ram:after {
    background-color: #2a3e86;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-ram:after {
    background-color: #2a3e86;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_ram {
    background-color: rgba(42,62,134,.2);
    color: #2a3e86;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_ram .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2a3e86 !important;
}

.fca-Scroll_ram ul li:hover, .fca-Scroll_ram ul li.active {
    background-color: #2a3e86;
}

/*Color Brands Content Tab*/
.fca-Tab_ram .active:after {
    background-color: #2a3e86;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_ram input[type='checkbox'] + label > span {
    border: 2px solid#2a3e86;
}

.fca-Checkbox_ram input[type='checkbox']:checked + label > span {
    border: 10px solid#2a3e86;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-ram .checkmark {
    border: 2px solid#2a3e86;
}

.fca-Radio_Color-ram .checkmark:after {
    background: #2a3e86;
}

.fca-Radio_Color-ram input:checked ~ .checkmark {
    border: 2px solid#2a3e86;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-ram input[type="radio"] + label:before {
    border-color: #2a3e86;
}

.fca-Radio_Color-ram input[type="radio"] + label:after {
    background-color: #2a3e86;
}

.fca-Radio_Color-ram input[type="radio"]:checked + label::after {
    background: #2a3e86;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-ram .fca-Icon_Exclamation {
    border: 2px solid#2a3e86;
}

/*Color Search Menu*/
.fca-Search_Menu-ram .form-control:focus {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-ram input {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-ram input::-webkit-input-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-ram input::-moz-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-ram input:-ms-input-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-ram input:-moz-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-ram .fca-Button_Search {
    background-color: #2a3e86;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-ram input {
        border-bottom: 1px solid rgba(42,62,134,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_ram .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_ram .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_ram .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_ram .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_ram .flatpickr-calendar .flatpickr-day.today {
    background-color: #2a3e86;
    border-color: #2a3e86;
}

.fca-Datepicker_ram .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_ram .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #2a3e86;
    border-color: #2a3e86;
}

.fca-NavbarBackground_ram {
    background-color: #ffffff;
}

.fca-NavbarTextColor_ram,
.fca-NavbarTextColor_ram .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_ram .header-Navbar_Navbar-nav-link:before {
    background-color: #2a3e86 !important;
}

.fca-Menu_Models .fca-Menu_Models_ram.active:before {
    border-color: #2a3e86;
}


.fca-Border_ram.active {
    border-color: #2a3e86;
}

.underlineBrand_ram:before {
    background: #2a3e86 !important;
}

.fca-Body_ram .newsletter-brand {
    border-color: #2a3e86 !important;
}
.fca-Body_ram .newsletter-brand :checked + label::before {
    color: #2a3e86 !important;
}


/*Colors Brands*/
.fca-Color_corporate-communications {
    color: #2a3e86 !important;
}

.fca-Color_corporate-communications svg path{
    fill: #2a3e86 !important;
}

.fca-Color_corporate-communications:hover, .fca-Color_corporate-communications:active {
    color: #2a3e86;
}

/*Colors Links*/
.fca-Description_News-corporate-communications a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_corporate-communications {
    background-color: #2a3e86;
}

/*Active Menu Brands*/
.fca-Active_corporate-communications:before {
    background-color: #2a3e86;
}

/*Hover Menu Brands*/
.fca-Hover_corporate-communications a:hover {
    color: #2a3e86 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-corporate-communications:after {
    background-color: #2a3e86;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-corporate-communications {
    color: #2a3e86 !important;
}

.fca-Menu_Color-corporate-communications:after {
    background-color: #2a3e86;
}

/*Button Brands*/
.fca-Btn_corporate-communications {
    background-color: #2a3e86;
    border-color: #2a3e86;
}

.fca-Btn_corporate-communications:hover, .fca-Btn_corporate-communications:focus, .fca-Btn_corporate-communications:active {
    background-color: #2a3e86 !important;
    border-color: #2a3e86 !important;
}

/*Brands Awards*/
.fca-Text_Table-corporate-communications {
    background-color: rgba(42,62,134,.8) !important;
}

.fca-Text_Table-corporate-communications .fca-Special_corporate-communications:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_corporate-communications:after {
    background-color: #2a3e86;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-corporate-communications:after {
    background-color: #2a3e86;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_corporate-communications {
    background-color: rgba(42,62,134,.2);
    color: #2a3e86;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_corporate-communications .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2a3e86 !important;
}

.fca-Scroll_corporate-communications ul li:hover, .fca-Scroll_corporate-communications ul li.active {
    background-color: #2a3e86;
}

/*Color Brands Content Tab*/
.fca-Tab_corporate-communications .active:after {
    background-color: #2a3e86;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_corporate-communications input[type='checkbox'] + label > span {
    border: 2px solid#2a3e86;
}

.fca-Checkbox_corporate-communications input[type='checkbox']:checked + label > span {
    border: 10px solid#2a3e86;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-corporate-communications .checkmark {
    border: 2px solid#2a3e86;
}

.fca-Radio_Color-corporate-communications .checkmark:after {
    background: #2a3e86;
}

.fca-Radio_Color-corporate-communications input:checked ~ .checkmark {
    border: 2px solid#2a3e86;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-corporate-communications input[type="radio"] + label:before {
    border-color: #2a3e86;
}

.fca-Radio_Color-corporate-communications input[type="radio"] + label:after {
    background-color: #2a3e86;
}

.fca-Radio_Color-corporate-communications input[type="radio"]:checked + label::after {
    background: #2a3e86;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-corporate-communications .fca-Icon_Exclamation {
    border: 2px solid#2a3e86;
}

/*Color Search Menu*/
.fca-Search_Menu-corporate-communications .form-control:focus {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-corporate-communications input {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-corporate-communications input::-webkit-input-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-corporate-communications input::-moz-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-corporate-communications input:-ms-input-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-corporate-communications input:-moz-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-corporate-communications .fca-Button_Search {
    background-color: #2a3e86;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-corporate-communications input {
        border-bottom: 1px solid rgba(42,62,134,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_corporate-communications .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_corporate-communications .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_corporate-communications .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_corporate-communications .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_corporate-communications .flatpickr-calendar .flatpickr-day.today {
    background-color: #2a3e86;
    border-color: #2a3e86;
}

.fca-Datepicker_corporate-communications .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_corporate-communications .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #2a3e86;
    border-color: #2a3e86;
}

.fca-NavbarBackground_corporate-communications {
    background-color: #ffffff;
}

.fca-NavbarTextColor_corporate-communications,
.fca-NavbarTextColor_corporate-communications .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_corporate-communications .header-Navbar_Navbar-nav-link:before {
    background-color: #2a3e86 !important;
}

.fca-Menu_Models .fca-Menu_Models_corporate-communications.active:before {
    border-color: #2a3e86;
}


.fca-Border_corporate-communications.active {
    border-color: #2a3e86;
}

.underlineBrand_corporate-communications:before {
    background: #2a3e86 !important;
}

.fca-Body_corporate-communications .newsletter-brand {
    border-color: #2a3e86 !important;
}
.fca-Body_corporate-communications .newsletter-brand :checked + label::before {
    color: #2a3e86 !important;
}


/*Colors Brands*/
.fca-Color_parts-services {
    color: #2a3e86 !important;
}

.fca-Color_parts-services svg path{
    fill: #2a3e86 !important;
}

.fca-Color_parts-services:hover, .fca-Color_parts-services:active {
    color: #2a3e86;
}

/*Colors Links*/
.fca-Description_News-parts-services a {
        color: #2A3E86;
}

/*Background Brands*/
.fca-Bg_parts-services {
    background-color: #2a3e86;
}

/*Active Menu Brands*/
.fca-Active_parts-services:before {
    background-color: #2a3e86;
}

/*Hover Menu Brands*/
.fca-Hover_parts-services a:hover {
    color: #2a3e86 !important;
}

/*Hover Active Country*/
.fca-Menu_Country-parts-services:after {
    background-color: #2a3e86;
}

/*Active Menu Dropdown Brand*/
.fca-Menu_Color-parts-services {
    color: #2a3e86 !important;
}

.fca-Menu_Color-parts-services:after {
    background-color: #2a3e86;
}

/*Button Brands*/
.fca-Btn_parts-services {
    background-color: #2a3e86;
    border-color: #2a3e86;
}

.fca-Btn_parts-services:hover, .fca-Btn_parts-services:focus, .fca-Btn_parts-services:active {
    background-color: #2a3e86 !important;
    border-color: #2a3e86 !important;
}

/*Brands Awards*/
.fca-Text_Table-parts-services {
    background-color: rgba(42,62,134,.8) !important;
}

.fca-Text_Table-parts-services .fca-Special_parts-services:after {
    background-color: #ffffff;
}

/*Special Brands*/
.fca-Special_parts-services:after {
    background-color: #2a3e86;
}

/*Active Brands Menu Page*/
.fca-Menu_Page-parts-services:after {
    background-color: #2a3e86;
}

/*Color Brands Filters Opacity*/
.fca-Opacity_parts-services {
    background-color: rgba(42,62,134,.2);
    color: #2a3e86;
}

/*Color Brands Scroll Bar*/
.fca-Scroll_parts-services .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2a3e86 !important;
}

.fca-Scroll_parts-services ul li:hover, .fca-Scroll_parts-services ul li.active {
    background-color: #2a3e86;
}

/*Color Brands Content Tab*/
.fca-Tab_parts-services .active:after {
    background-color: #2a3e86;
}

/*Color Brands Form Checkbox*/
.fca-Checkbox_parts-services input[type='checkbox'] + label > span {
    border: 2px solid#2a3e86;
}

.fca-Checkbox_parts-services input[type='checkbox']:checked + label > span {
    border: 10px solid#2a3e86;
}

/*Color Brands Form Radio Button*/
.fca-Radio_Color-parts-services .checkmark {
    border: 2px solid#2a3e86;
}

.fca-Radio_Color-parts-services .checkmark:after {
    background: #2a3e86;
}

.fca-Radio_Color-parts-services input:checked ~ .checkmark {
    border: 2px solid#2a3e86;
}

/*Color Brands Form Radio Button @andrea*/
.fca-Radio_Color-parts-services input[type="radio"] + label:before {
    border-color: #2a3e86;
}

.fca-Radio_Color-parts-services input[type="radio"] + label:after {
    background-color: #2a3e86;
}

.fca-Radio_Color-parts-services input[type="radio"]:checked + label::after {
    background: #2a3e86;
}

/*Color Brands Badge New Content*/
.fca-Border_Badge-parts-services .fca-Icon_Exclamation {
    border: 2px solid#2a3e86;
}

/*Color Search Menu*/
.fca-Search_Menu-parts-services .form-control:focus {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-parts-services input {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-parts-services input::-webkit-input-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-parts-services input::-moz-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-parts-services input:-ms-input-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-parts-services input:-moz-placeholder {
    color: rgba(42,62,134,.7);
}

.fca-Search_Menu-parts-services .fca-Button_Search {
    background-color: #2a3e86;
}

@media (max-width: 991.98px) {
    .fca-Search_Menu-parts-services input {
        border-bottom: 1px solid rgba(42,62,134,.7) !important;
    }
}

/*Color Datepicker*/
.fca-Datepicker_parts-services .flatpickr-calendar .flatpickr-current-month:after {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_parts-services .flatpickr-calendar .flatpickr-current-month:before {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_parts-services .flatpickr-calendar .numInputWrapper span.arrowUp:after {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_parts-services .flatpickr-calendar .numInputWrapper span.arrowDown:after {
    box-shadow: 1px -1px 0 1px #2a3e86 inset;
    -webkit-box-shadow: 2px -2px #2a3e86 inset;
}

.fca-Datepicker_parts-services .flatpickr-calendar .flatpickr-day.today {
    background-color: #2a3e86;
    border-color: #2a3e86;
}

.fca-Datepicker_parts-services .flatpickr-calendar .flatpickr-day.today:hover, .fca-Datepicker_parts-services .flatpickr-calendar .flatpickr-day.today:focus {
    background-color: #2a3e86;
    border-color: #2a3e86;
}

.fca-NavbarBackground_parts-services {
    background-color: #ffffff;
}

.fca-NavbarTextColor_parts-services,
.fca-NavbarTextColor_parts-services .header-Module_Navbar .navbar a {
    color: #1a1a1a !important;
}

.fca-NavbarBackground_parts-services .header-Navbar_Navbar-nav-link:before {
    background-color: #2a3e86 !important;
}

.fca-Menu_Models .fca-Menu_Models_parts-services.active:before {
    border-color: #2a3e86;
}


.fca-Border_parts-services.active {
    border-color: #2a3e86;
}

.underlineBrand_parts-services:before {
    background: #2a3e86 !important;
}

.fca-Body_parts-services .newsletter-brand {
    border-color: #2a3e86 !important;
}
.fca-Body_parts-services .newsletter-brand :checked + label::before {
    color: #2a3e86 !important;
}

