
/*****************************************************************
                           HEADER
*****************************************************************/

/*****************************************************************
                       BLOC COLOR PRIMARY
*****************************************************************/


/*****************************************************************
                       BLOC COLOR SECONDARY
*****************************************************************/


/*****************************************************************
                       BLOC COLOR SIMILARLY
*****************************************************************/


/*****************************************************************
                          UTILS
*****************************************************************/


/*****************************************************************
                          ELEMENT FONT COLOR
*****************************************************************/

/*****************************************************************
                            BOX COLOR
*****************************************************************/



/*****************************************************************
                             NAV BLOCK COLOR
*****************************************************************/



/*****************************************************************
                            BLOCK FORM
*****************************************************************/


/*****************************************************************
                           BUTTONS
*****************************************************************/


/*****************************************************************
                           HOME SOCIAL BLOCK
*****************************************************************/


/*****************************************************************
                           HOME INVENTORY CTAs
*****************************************************************/

/*****************************************************************
                           HOME VIDEOS
*****************************************************************/


/*****************************************************************
                           HOME SMALL CTAs
*****************************************************************/


/*****************************************************************
                           HOME CATALOG
*****************************************************************/



/*****************************************************************
                           INSTAGRAM FEED
*****************************************************************/


/*****************************************************************
                            WIDGETS
*****************************************************************/



/*****************************************************************
                           PAGE WHY BUY
*****************************************************************/


/*****************************************************************
                        INVENTORY LISTING
*****************************************************************/



/*****************************************************************
                           OTHER THEME STYLE
*****************************************************************/


/*****************************************************************
                            DEALER SLIDER STYLE
 ****************************************************************/



/*****************************************************************
                            ULTIMATE PAGE
 ****************************************************************/



/*****************************************************************
                      NEW RANGE ROVER
*****************************************************************/

/*****************************************************************
                           BACKGROUND
*****************************************************************/

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

[data-theme-style~="bodyPattern_ultraLighten"]{
    background:  #444444 url('https://img.sm360.ca/images/web/');
    background-repeat: repeat;
}

[data-theme-style~="bodyPattern_lighten"]{
    background:  #3d3d3d url('https://img.sm360.ca/images/web/');
    background-repeat: repeat;
}


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

/****************    BG PRIMARY    *****************/
[data-theme-style~="bodyPrimary"]{
    color:#0c121c;
    background-color: #ffffff;
}

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

[data-theme-style~="bodyPrimaryBg"]{
    background: #ffffff url("https://img.sm360.ca/images/web/") no-repeat top center;
}

[data-theme-style~="bodyPrimaryBg_bottom"]{
    background: #ffffff url("https://img.sm360.ca/images/web/") no-repeat bottom center;
}

[data-theme-style~="bodyPrimary_fontColor"]{
    color:#0c121c;
}

[data-theme-style~="bodyPrimary_titleColor"]{
    color:#0c121c;
}

.title__signature:before,
.title__signature:after {
    background-color: #0c121c;
}

/***************    BG SECONDARY    ****************/
[data-theme-style~="bodySecondary"]{
    background-color:#f2f2f2;
    color:#4a4f54;
}

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

[data-theme-style~="bodySecondary_titleColor"]{
    color:#0c121c;
}

[data-theme-style~="bodySecondary_fontColor"]{
    color:#4a4f54;
}

/***************    BG SIMILARLY    ****************/
[data-theme-style~="bodySimilarly"]{
    background-color:#dce5e8;
    color:#4a4f54;
}

[data-theme-style~="bodySimilarly_titleColor"]{
    color:#0c121c;
}

[data-theme-style~="catalogListingForm__Bgcolor"]{
    background-color: #e4e8e8;
}
/*****************************************************************
                           HOME INVENTORY
*****************************************************************/

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

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

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

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

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

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

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

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

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

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

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

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



/***************    Home Background Sections    ****************/



[data-theme-style~="homeService_fontColor"]{
    color: #ffffff;
}
[data-theme-style~="homeService_iconColor"] li:before{
    color: #005a2b;
}


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

[data-theme-style~="homeRapidSearch_fontColor"]{
    color: #4a4f54;
}

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

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


        [data-theme-style~="homeCatalog_bgColor"]{
            background-color: #4a4f54;
            background: -webkit-linear-gradient(left,    #4a4f54, #4a4f54); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(left,         #4a4f54, #4a4f54); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(left,       #4a4f54, #4a4f54); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right,      #4a4f54, #4a4f54); /* Standard syntax (must be last) */
        }
    
    [data-theme-style~="homeCatalog_bgImage"]{
        background:  url('https://img.sm360.ca/images/web/decarie-motors/2148/bg-home-catalog-ldecarie1553628066473.jpg') top center;
        background-repeat: no-repeat;
        background-size: cover;
    }


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

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

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

[data-theme-style~="btnRegularTerciary"][data-theme-style~="homeCatalog_fontColor"]:hover,
[data-theme-style~="btnRegularTerciary"][data-theme-style~="homeCatalog_fontColor"]:focus,
[data-theme-style~="btnRegularTerciary"][data-theme-style~="homeCatalog_fontColor"]:active{
    color:#ffffff !important;
}



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

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

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

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

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


[data-theme-style~="videosHome"]{
    background:  url('https://img.sm360.ca/images/web/') top center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
@media (min-width:768px){
    [data-theme-style~="videosHome"]{
        background:  url('https://img.sm360.ca/images/web/') top center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        
    }
}

        [data-theme-style~="homeAbout_bgImage"]{
            background:  url('https://img.sm360.ca/images/web/decarie-motors/2148/range-rover-sport-2024-text-image-1-1724420615930.jpg') top center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        [data-theme-style~="homeAbout_bgImage"]:before{
            background:  url('https://img.sm360.ca/images/web/decarie-motors/2148/range-rover-sport-2024-text-image-1-1724420615930.jpg') right top;
            background-repeat: no-repeat;
            background-size: cover;
        }
    


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

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

[data-theme-style~="homeAbout_borderColor"]{
    border-color: #005a2b;
}

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

/***************    BOX COLOR    ****************/
[data-theme-style~="boxColor"]{
    background-color:#ffffff;
    color:#303030;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}

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

[data-theme-style~="box_bgColor"] li:before{
    color:#51ae30;
}

[data-theme-style~="box_fontColor"]{
    color: #303030;
}


/****************   BODY LINK PRIMARY    *****************/
[data-theme-style~="linkPrimary"]{
    color:#005a2b
}
[data-theme-style~="linkPrimary"]:hover,
[data-theme-style~="linkPrimary"]:focus,
[data-theme-style~="linkPrimary"]:active{
    color:#005a2b
}

/****************   BODY LINK SECONDARY    *****************/
[data-theme-style~="linkSecondary"]{
    color:#005a2b
}
[data-theme-style~="linkSecondary"]:hover,
[data-theme-style~="linkSecondary"]:focus,
[data-theme-style~="linkSecondary"]:active{
    color:#000000
}



[data-theme-style~="btnAlphaPrimary"]{
    color:#ffffff;
    background-color: #0c121c;
    border-color: #0c121c;

}
[data-theme-style~="btnAlphaPrimary"]:hover,
[data-theme-style~="btnAlphaPrimary"]:hover,
[data-theme-style~="btnAlphaPrimary"]:focus,
[data-theme-style~="btnAlphaPrimary"]:active{
    color:#0c121c;
    background: #ffffff;
    border-color: #0c121c;
}


[data-theme-style~="btnAlphaSecondary"]{
    color:#ffffff;
    border-color: #0c121c;
    background-color: #0c121c;
}
[data-theme-style~="btnAlphaSecondary"]:hover,
[data-theme-style~="btnAlphaSecondary"]:focus,
[data-theme-style~="btnAlphaSecondary"]:active{
    color:#0c121c;
    border-color: #0c121c;
    background-color: #ffffff;
}



[data-theme-style~="btnAlphaTertiary"]{
    color:#0c121c;
    border-color: #0c121c;
    background-color: #0c121c;
}
[data-theme-style~="btnAlphaTertiary"]:hover,
[data-theme-style~="btnAlphaTertiary"]:focus,
[data-theme-style~="btnAlphaTertiary"]:active{
    color:#ffffff;
    border-color: #0c121c;
    background-color: #0c121c;
}



[data-theme-style~="btnBetaPrimary"]{
    color:#005a2b;
    border-color: #e9ecec;
    background: #e9ecec;
}

[data-theme-style~="btnBetaPrimary"]:hover,
[data-theme-style~="btnBetaPrimary"]:focus,
[data-theme-style~="btnBetaPrimary"]:active,
[data-theme-style~="btnBetaPrimary"].active{
    color:#0c121c;
    border-color: #0c121c;
    background-color: #ffffff !important;
}


[data-theme-style~="btnBetaSecondary"]{
    color:#0c121c;
    border-color: #0c121c;
}
[data-theme-style~="btnBetaSecondary"]:hover,
[data-theme-style~="btnBetaSecondary"]:focus,
[data-theme-style~="btnBetaSecondary"]:active,
[data-theme-style~="btnBetaSecondary"].active{
    color:#ffffff;
    border-color: #72818c;
    background-color: #0c121c !important;

}



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

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



[data-theme-style~="btnCharliePrimary"]{
    color:#898c8f;
    background-color: #e4e8e8;
}
[data-theme-style~="btnCharliePrimary"] [data-theme-sprite]{
    color:#898c8f;
    background-color: #e4e8e8;
}
[data-theme-style~="btnCharliePrimary"]:hover,
[data-theme-style~="btnCharliePrimary"]:focus,
[data-theme-style~="btnCharliePrimary"]:active{
    color:#4a4f54;
    background-color: #e4e8e8;
}

[data-theme-style~="btnCharliePrimary"]:hover [data-theme-sprite],
[data-theme-style~="btnCharliePrimary"]:focus [data-theme-sprite],
[data-theme-style~="btnCharliePrimary"]:active [data-theme-sprite]{
    color:#4a4f54;
    background-color: #e4e8e8;
}



[data-theme-style~="btnCharlieSecondary"]{
    color:#ffffff;
    background-color: #0c121c;
}
[data-theme-style~="btnCharlieSecondary"] [data-theme-sprite]{
    color:#ffffff;
    background-color: #0c121c;
}
[data-theme-style~="btnCharlieSecondary"]:hover,
[data-theme-style~="btnCharlieSecondary"]:focus,
[data-theme-style~="btnCharlieSecondary"]:active{
    color:#0c121c;
    background-color: #b0b7bb;
}

[data-theme-style~="btnCharlieSecondary"]:hover [data-theme-sprite],
[data-theme-style~="btnCharlieSecondary"]:focus [data-theme-sprite],
[data-theme-style~="btnCharlieSecondary"]:active [data-theme-sprite]{
    color:#0c121c;
    background-color: #ffffff;
}



[data-theme-style~="btnEchoPrimary"]{
    color:#ffffff;
    background-color: #0c121c;
}
[data-theme-style~="btnEchoPrimary"]:hover{
    color:#ffffff;
}
[data-theme-style~="btnEchoPrimary"] [data-theme-sprite]{
    color:#ffffff;
    background-color: #ffffff;
}



[data-theme-style~="btnGammaPrimary"]{
    color:#ffffff;
    background-color: #0c121c;
}
[data-theme-style~="btnGammaPrimary"]:hover{
    color:#ffffff;
    background-color:  #172236;
}
[data-theme-style~="btnGammaPrimary"]:focus,
[data-theme-style~="btnGammaPrimary"]:active{
    color:#0c121c;
    background-color: #ffffff;
}



[data-theme-style~="btnGammaSecondary"]{
    color:#ffffff;
    background-color: #72818c;
    border-color: #72818c;

}
[data-theme-style~="btnGammaSecondary"]:hover,
[data-theme-style~="btnGammaSecondary"]:focus,
[data-theme-style~="btnGammaSecondary"]:active{
    color:#72818c;
    background: #ffffff;
    border-color: #ffffff;
}
/*****************************************************************
                           BUTTON
*****************************************************************/


[data-theme-style~="btnRegularPrimary"],
[data-theme-style~="btnRegularPrimary"]:hover,
[data-theme-style~="btnRegularPrimary"]:focus,
[data-theme-style~="btnRegularPrimary"]:active{
    color:#005a2b
}

[data-theme-style~="btnRegularPrimary"]:before{
    border-color:#005a2b
}


[data-theme-style~="btnRegularSecondary"]{
    color:#0c121c
}

[data-theme-style~="btnRegularSecondary"]:hover,
[data-theme-style~="btnRegularSecondary"]:focus,
[data-theme-style~="btnRegularSecondary"]:active{
    color:#005a2b
}


[data-theme-style~="btnRegularTerciary"]{
    color:#005a2b
}

[data-theme-style~="btnRegularTerciary"]:hover,
[data-theme-style~="btnRegularTerciary"]:focus,
[data-theme-style~="btnRegularTerciary"]:active{
    color:#003419
}



/****************   BODY LINK PRIMARY    *****************/
[data-theme-style~="linkPrimary"]{
    color:#005a2b
}
[data-theme-style~="linkPrimary"]:hover,
[data-theme-style~="linkPrimary"]:focus,
[data-theme-style~="linkPrimary"]:active{
    color:#005a2b
}

/****************   BODY LINK SECONDARY    *****************/
[data-theme-style~="linkSecondary"]{
    color:#005a2b
}
[data-theme-style~="linkSecondary"]:hover,
[data-theme-style~="linkSecondary"]:focus,
[data-theme-style~="linkSecondary"]:active{
    color:#000000
}



[data-theme-style~="btnGhostPrimary"]{
    border-color: #2d96cd;
    color: #2d96cd;
}
[data-theme-style~="btnGhostPrimary"]:hover{
    border-color:  #33a9e7;
    color:#33a9e7;
}
[data-theme-style~="btnGhostPrimary"]:focus,
[data-theme-style~="btnGhostPrimary"]:active{
    border-color: #2d96cd;
    background: #2d96cd;
    color: #ffffff;
}


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

/****************   BTN PRIMARY    *****************/
[data-theme-style~="btnPrimary"]{
    color:#ffffff;
    background-color: #0c121c;
}
[data-theme-style~="btnPrimary"]:hover{
    color:#ffffff;
    background-color:  #172236;
}
[data-theme-style~="btnPrimary"]:focus,
[data-theme-style~="btnPrimary"]:active{
    color:#0c121c;
    background-color: #ffffff;
}

/****************   BTN HEADER    *****************/
[data-theme-style~="btnHeader"]{
    color:#ffffff;
    background-color: #fd8606;
}
[data-theme-style~="btnHeader"]:hover{
    color:#ffffff;
    background-color: #e47805;
}
[data-theme-style~="btnHeader"]:focus,
[data-theme-style~="btnHeader"]:active{
    color:#fd8606;
    background-color: #ffffff;
}

/****************   BTN SPECIAL   *****************/
[data-theme-style~="btnSpecial"]{
    color:#ffffff;
    background-color: #22992e;
}
[data-theme-style~="btnSpecial"]:hover{
    color:#ffffff;
    background-color: #28b336;
}
[data-theme-style~="btnSpecial"]:focus,
[data-theme-style~="btnSpecial"]:active{
    color:#22992e;
    background-color: #ffffff;
}

/****************   BTN TRUCK   *****************/
[data-theme-style~="btnTruck"]{
    color:#000000;
    background-color: #ffcb2e;
}
[data-theme-style~="btnTruck"]:hover{
    color:#000000;
    background-color: #e6b729;
}
[data-theme-style~="btnTruck"]:focus,
[data-theme-style~="btnTruck"]:active{
    color:#ffcb2e;
    background-color: #000000;
}

/****************   BTN FORM   *****************/
[data-theme-style~="btnForm"]{
    color:#ffffff;
    background-color: #fd8606;
}
[data-theme-style~="btnForm"]:hover{
    color:#ffffff;
    background-color:  #e47805;
}
[data-theme-style~="btnForm"]:focus,
[data-theme-style~="btnForm"]:active{
    color:#fd8606;
    background-color: #898c8f;
}

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


/***************    RAPID SEARCH    ****************/
[data-theme-style~="rapidSearch"]{
    background: url("https://img.sm360.ca/images/web/") no-repeat center center;
    color: #000000;
}

[data-theme-style~="rapidSearch_color"],
[data-theme-style~="rapidSearch_color"]:not(.active):hover{
    color: #4a4f54;
}

[data-theme-style~="rapidSearch_color"].active{
    color: #4a4f54;
}

input[type=radio] + [data-theme-style~="rapidSearchCtas__radio"] .radio-button__label-radio{
    border-color: #4a4f54;
}

input[type="radio"]:checked + [data-theme-style~="rapidSearchCtas__radio"] .radio-button__label-radio{
    border-color: #4a4f54;
}

input[type="radio"]:checked + [data-theme-style~="rapidSearchCtas__radio"] .radio-button__label-radio:before{
    background-color: #4a4f54;
}

[data-theme-style~="rapidSearchActive_fontColor"]{
    color: #4a4f54;
}

[data-theme-style~="rapidSearchInactive_fontColor"]{
    color: #4a4f54;
}

[data-theme-style~="rapidSearchCtas_fontColor"]{
    color: #4a4f54;
}

[data-theme-style~="rapidSearchCtas_bgColor"]{
    background-color: #4a4f54;
}

/***************    RAPID SEARCH - ALPHA   ****************/


[data-theme-style~="rapidSearchAlpha_color"]{
    -webkit-text-shadow: 0 0 10px #4a4f54;
    -moz-text-shadow: 0 0 10px #4a4f54;
    text-shadow: 0 0 10px #4a4f54;
    color: rgba(74,79,84,0.3);
}

[data-theme-style~="rapidSearchAlpha_color"].active{
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    color: #4a4f54;
}
[data-theme-style~="rapidSearchAlpha_color"]:not(.active):hover{
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    color: #4a4f54;
}

/*****************************************************************
                            HEADER
*****************************************************************/

/***************    HEADER - GENERAL   ****************/


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

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

/* Header General - OLD */
[data-theme-style~="header_linkColor"]{
    color: #cccccc;
}
[data-theme-style~="header_linkColor"]:hover{
    color: #cccccc;
}
/* Header General - OLD END */

/***************    HEADER - PHONE   ****************/



[data-theme-style~="header__phone__labelTextColor"]{
    color: #0c121c;
}
[data-theme-style~="header__phone__numberColor"]{
    color: #0c121c;
}
[data-theme-style~="header__phone__numberColor"]:hover{
    color: #0c121c;
}

/***************    HEADER - ADDRESS   ****************/



[data-theme-style~="header__address__textColor"]{
    color: #0c121c;
}
[data-theme-style~="header__address__textColor"]:hover{
    color: #0c121c;
}

/***************    HEADER - LANGUAGE SWITCHER   ****************/



[data-theme-style~="header__languageSwitcher__textColor"]{
    color: #0c121c;
}
[data-theme-style~="header__languageSwitcher__hoverTextColor"]:hover{
    color: #0c121c;
}
[data-theme-style~="header__languageSwitcher__textColor"].language-switch__item--active{
    color: #0c121c;
}

/***************    HEADER - QUICK LINKS   ****************/



[data-theme-style~="headerTopNav__dropdownBtn"]>a{
    color: #ffffff;
    background-color: #005a2b;
}
.active [data-theme-style~="headerTopNav__dropdownBtn"]>a,
[data-theme-style~="headerTopNav__dropdownBtn"]:hover>a{
    color: #0c121c;
    background-color: #e4e8e8;
}
[data-theme-style~="headerTopNav__dropdownContent"]{
    background-color: #f8f9f9;
}
[data-theme-style~="headerTopNav__dropdownContent"] a{
    color: #0c121c;
    background-color: #f8f9f9;
}
[data-theme-style~="headerTopNav__dropdownContent"] a:hover{
    color: #ffffff;
    background-color: #005a2b;
}

/***************    HEADER - DEALER NAME   ****************/



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

/***************    HEADER - PRIMARY CTA   ****************/



[data-theme-style~="header__primaryCta"]{
    color: #4a4f54;
    
}
[data-theme-style~="header__primaryCta"]:hover{
    color: #0c121c;
    
}

/***************    HEADER - COMPARE   ****************/



/* Compare - OLD */
[data-theme-style~="navCompare"]{
    background-color: #005a2b;
}
[data-theme-style~="navCompare"]:hover{
    background-color: #00411f;
}

[data-theme-style~="compareBox__colorAfter"]:after{
    border-color: transparent transparent #e4e8e8;
}
[data-theme-style~="compareBox__colorBefore"]:before{
    border-color: transparent transparent #ffffff;
}
/* Compare - OLD END */

[data-theme-style~="header__compare__dropdownCta"]>span{
    color: #ffffff;
    background-color: #0c121c;
}
[data-theme-style~="header__compare__dropdownCta"]:hover>span{
    color: #4a4f54;
    background-color: #ffffff;
}
[data-theme-style~="header__compare__dropdownBox"]{
    color: #0c121c;
    background-color: #f8f9f9 !important;
}
[data-theme-style~="header__compare__dropdownBox"]:after{
    border-color: transparent transparent #f8f9f9 !important;
}
[data-theme-style~="header__compare__dropdownBoxCta"]{
    color: #ffffff;
    background-color: #0c121c;
    border-color: #0c121c;
}
[data-theme-style~="header__compare__dropdownBoxCta"]:hover{
    color: #0c121c;
    background-color: #f8f9f9;
    border-color: #ffffff;
}

/***************    HEADER - SEPARATOR   ****************/



[data-theme-style~="header__separator"]{
    border-color: #eef1f1 !important;
}

[data-theme-style~="header__separator__secondary"]{
    border-color: #d7dada !important;
}

/***************    HEADER - MAIN NAV   ****************/

[data-theme-style~="headerNavigationMain"]{
    background-color: #ffffff;
    color: #000000;
}
[data-theme-style~="headerNavMain__Elem"].is-active,
[data-theme-style~="headerNavMain__Elem"]:hover{
    background-color: #e4e8e8;
}
[data-theme-style~="headerNavMain__Elem"] > a{
    color: #111111;
}
[data-theme-style~="headerNavMain__Elem"].is-active > a,
[data-theme-style~="headerNavMain__Elem"]:hover > a,
[data-theme-style~="headerNavMain__Elem"]:hover .header__topbar-compare-label,
[data-theme-style~="headerNavMain__Elem"]:hover .header__topbar-compare-icon,
[data-theme-style~="headerNavMain__Elem"]:hover .header__topbar-compare-value{
    color: #111111 !important;
}
[data-theme-style~="headerNavMain__Elem"].is-selected{
    background-color: #e4e8e8;
}
[data-theme-style~="headerNavMain__Elem"].is-selected > a{
    color: #111111 !important;
}

[data-theme-style~="headerNavSub"]{
    color: #111111;
    background-color: #e4e8e8;
}
[data-theme-style~="headerNavSub"] a:hover{
    color: #111111;
    background-color: #f8f9f9 !important;
}

[data-theme-style~="headerNavCatalog"] a{
    border-color: #e4e8e8;
}

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

[data-theme-style~="headerNavCatalog_bottomBar"] a{
    color: #005a2b;
    background-color: transparent !important;
}

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

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

[data-theme-style~="headerNavCatalog_bottomBar"] a:hover{
    color: #005a2b;
    background-color: transparent !important;
}

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

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

/***************    HEADER - MOBILE - MAP CTA   ****************/


[data-theme-style~="mobile__mapCta"]{
    color: #7e7e7e;
}
[data-theme-style~="mobile__phoneCta"]{
    color: #7e7e7e;
}

/***************    HEADER - MOBILE - MENU BURGER   ****************/



/* Hamburger Button Color - OLD */
[data-theme-style~="hamburger__bgColor"],
[data-theme-style~="hamburger__bgColor"]:after,
[data-theme-style~="hamburger__bgColor"]:before{
    background-color: #005a2b;
}
/* Hamburger Button Color - OLD END */

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

[data-theme-style~="mobileHeader__menuBurger__opened"]{
    background-color: #eef1f1;
}
[data-theme-style~="mobileHeader__menuBurger__opened"]>span{
    color: #000000;
}
[data-theme-style~="mobileHeader__menuBurger__opened"] div span,
[data-theme-style~="mobileHeader__menuBurger__opened"] div span:before,
[data-theme-style~="mobileHeader__menuBurger__opened"] div span:after{
    background-color: #000000;
}

/***************    HEADER - MOBILE - OFF CANVAS   ****************/


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

/***************    HEADER - MOBILE - MENU - MAIN NAV   ****************/



/* Mobile Nav - OLD */
[data-theme-style~="headerMobileNavigation"]{
    color: #000000;
}
[data-theme-style~="headerMobileNavigation"] li a:hover{
    color: #005a2b;
}
[data-theme-style~="headerMobileNavigation"] .is-selected>a{
    color: #0d63a0;
}
/* Mobile Nav - OLD END */

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

[data-theme-style~="mobileMenu__mainNav__firstLevel"]:hover>a{
    color: #898c8f !important;
    background-color: #ffffff;
}

[data-theme-style~="mobileMenu__mainNav__firstLevel"].is-selected>a{
    color: #ffffff !important;
    background-color: #0c121c;
}

[data-theme-style~="mobileMenu__mainNav__secondLevel"]>a{
    color: #4a4f54;
    background-color: #e4e8e8;
}
[data-theme-style~="mobileMenu__mainNav__secondLevel"]:hover>a{
    color: #4a4f54 !important;
    background-color: #e4e8e8;
}

[data-theme-style~="mobileMenu__mainNav__secondLevel"].is-selected>a{
    color: #ffffff;
    background-color: #0c121c;
}

/***************    HEADER - MOBILE - MENU - SECONDARY NAV   ****************/



[data-theme-style~="mobileMenu__secondaryNav__anchor"]>a{
    color: #4a4f54;
    background-color: #b0b7bb;
}
[data-theme-style~="mobileMenu__secondaryNav__anchor"].is-selected>a{
    color: #ffffff;
    background-color: #0c121c;
}

/***************    HEADER - MOBILE - MENU - COMPARE   ****************/



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

/***************    HEADER - MOBILE - ADDRESS   ****************/


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

/***************    HEADER - MOBILE - PHONE   ****************/


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


/*****************************************************************
                            FOOTER
*****************************************************************/

/***************    FOOTER - GENERAL   ****************/


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

/***************    FOOTER - MAIN NAV   ****************/


[data-theme-style~="footerBlock_title"]{
    color:#ffffff;
}
[data-theme-style~="footerBlock"] .footer__list{
    color:#cccccc;
}

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

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

[data-theme-style~="footer__mainNav__anchor"]{
    color:#b1b6b7;
}

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

/***************    FOOTER - DEALER INFOS   ****************/


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

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

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


/***************    FOOTER - PRIMARY CTA   ****************/



[data-theme-style~="btnFooter"]{
    color:#898c8f;
    background-color: #e4e8e8;
}
[data-theme-style~="btnFooter"]:hover,
[data-theme-style~="btnFooter"]:focus,
[data-theme-style~="btnFooter"]:active{
    color:#4a4f54;
    background-color: #e4e8e8;
}

/***************    FOOTER - BOTTOM   ****************/


[data-theme-style~="footer__bottom"],
[data-theme-style~="footerBottom"] {
    color:#111111;
    background-color: #ffffff;
}

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

[data-theme-style~="footer__bottomNav"]{
    background-color: #ffffff;
}
[data-theme-style~="footer__bottomNav__anchor"],
[data-theme-style~="footer__bottomNav__elem"]:before{
    color: #0c121c;
}
[data-theme-style~="footer__bottomNav__anchor"]:hover{
    color: #0c121c;
}
[data-theme-style~="footer__bottomNav__elem"]{
    color: #0c121c;
}
/***************    FOOTER - COPYRIGHT   ****************/


[data-theme-style~="footer__copyright"]{
    color: #b0b7bb;
}

/*****************************************************************
                         TEXT TOOLS
*****************************************************************/
[data-theme-style~="label__fontColor"]{
    color: #0c121c;
}

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

[data-theme-style~="breadcrumb"] a{
    color: #005a2b;
}

[data-theme-style~="breadcrumb_activeFontColor"]{
    color:#4a4f54;
}

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

[data-theme-style~="darkBG-form-policy-fontColor"]{
    color: #0c121c;
}

[data-theme-style~="catalogSlider__pagerColor"].active,
[data-theme-style~="catalogSlider__pagerColor"]:after,
[data-theme-style~="catalogSlider__pagerColor"]:hover{
    color: #005a2b;
    border-color: #005a2b;
}

[data-theme-style~="catalogSlider__iconBgColor"]:before {
    background-color: #51ae30;
}

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

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

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

[data-theme-style~="vehicleTagline"]{
    color: #ff5a00;
}

[data-theme-style~="vehicleRebate"]{
    color: #4a4f54;
}

/*****************************************************************
                         Graphic filter
*****************************************************************/
[data-theme-style~="graphic-filter"]{
    background: #303030;
}
/*****************************************************************
                         Util Color
*****************************************************************/

[data-theme-style~="utilPrimary__color"]{
    color: #005a2b
}
[data-theme-style~="utilPrimary__color"][data-theme-sprite~="checklist"]:before{
    color: #005a2b;
}
[data-theme-style~="utilPrimary__bgColor"]{
    background-color: #005a2b
}
[data-theme-style~="utilPrimary__borderColor"]{
    border-color: #005a2b !important;
}
[data-theme-style~="utilPrimary__borderColorAfter"]:after{
    border-color: #005a2b
}
[data-theme-style~="utilPrimary__colorBefore"]:before{
    color: #005a2b
}
[data-theme-style~="utilPrimary__bgColorBefore"]:before{
    background-color: #005a2b
}
[data-theme-style~="utilPrimary__bgColorAfter"]:after{
    background-color: #005a2b
}
[data-theme-style~="utilPrimary__listColor"] li:before{
    color: #005a2b
}

[data-theme-style~="utilSecondary__color"]{
    color: #e4e8e8
}
[data-theme-style~="utilSecondary__bgColor"]{
    background-color: #e4e8e8
}
[data-theme-style~="utilSecondary_borderColor"]{
    border-color: #e4e8e8;
}

[data-theme-style~="utilTertiary__color"]{
    color: #4a4f54
}
[data-theme-style~="utilTertiary__bgColor"]{
    background-color: #4a4f54
}
[data-theme-style~="utilTertiary_borderColor"]{
    border-color: #4a4f54;
}

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

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

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

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

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

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

[data-theme-style~="utilGreyColor__darkenColor"]{
    color: #4d4d4d;
}

[data-theme-style~="utilGreyColor__lightenColor"]{
    color: #e6e6e6;
}

[data-theme-style~="utilGreyColor__bgColor"]{
    background-color: #4d4d4d;
}

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

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

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

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

[data-theme-style~="utilBlackColor__color"]{
    color: #303030;
}

[data-theme-style~="utilBlackColor__color"].title__signature:before,
[data-theme-style~="utilBlackColor__color"].title__signature:after {
    background-color: #303030;
}

[data-theme-style~="utilBlackColor__transparentBgColor"]{
    background-color: rgba(48,48,48,0.2);
}

[data-theme-style~="utilBlackColor__BgLightColor"]{
    background-color: rgba(48,48,48,0.8);
}

[data-theme-style~="utilRedColor__color"]{
    color: #990800;
}

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

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

[data-theme-style~="utilYellowColor__color"]{
    color: #ffcb2e;
}

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

[data-theme-style~="utilYellowColor__bgColorLight"]{
    background-color: rgba(255,203,46,0.8);
}

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

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

[data-theme-style~="stroke__borderColor"]{
    stroke: #005a2b;
}

[data-theme-style~="utilGradientPrimary__bgColor"]{
    background-color: #005a2b;
    background: -webkit-linear-gradient(left, #002713, #005a2b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #002713, #005a2b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #002713, #005a2b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #002713, #005a2b); /* Standard syntax (must be last) */
}

[data-theme-style~="utilGradientSecondary__bgColor"]{
    background: -moz-linear-gradient( -90deg, #cccccc 0%, #ffffff 33%);
    background: -webkit-linear-gradient( -90deg, #cccccc 0%, #ffffff 33%);
    background: -ms-linear-gradient( -90deg, #e6e6e6 0%, #ffffff 33%);
}

/* Hardcode for Electric Vehicles Block */
[data-theme-style~="utilGradientTertiary__bgColor"]{
    background-color: #3d8e0b;
    background: -webkit-linear-gradient(left, #3d8e0b, #55b326); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #3d8e0b, #55b326); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #3d8e0b, #55b326); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #3d8e0b, #55b326); /* Standard syntax (must be last) */
}

[data-theme-style~="rapidSearchGradient__bgColor"]{
    background: #005a2b;
    background: -moz-linear-gradient(45deg, #002713 0%, #000000 100%);
    background: -webkit-linear-gradient(45deg, #002713 0%, #000000 100%);
    background: linear-gradient(45deg, #002713 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002713', endColorstr='#000000',GradientType=1 );
}

/*************************
    Slider - Controls
*************************/
[data-theme-style~="pagerSlider"] a,
[data-theme-style~="pagerSlider_bgColor"]{
    background-color: #b0b7bb !important;
}

[data-theme-style~="pagerSlider"] a.active,
[data-theme-style~="pagerSlider_bgColor"].active{
    background-color: #005a2b !important;
}

[data-theme-style~="controlsSlider_color"] {
    color: #b0b7bb;
}

[data-theme-style~="slider__pager__color"] .slick-dots li button{
    background: #b0b7bb;
}

[data-theme-style~="slider__pager__color"] .slick-dots li.slick-active button{
    background: #005a2b;
}

.slick-dots li button:before {
    color: #b0b7bb;
}

.slick-dots li.slick-active button:before {
    color: #005a2b;
}

/*****************************************************************
                            Pagination
*****************************************************************/

.pagination .pagination__page-button-text--selected{
    color: #005a2b;
}

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

[data-theme-style~="paginationButton"]:hover{
    color: #005a2b;
}


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

[data-theme-style~="paginationText"]:hover{
    color: #005a2b;

}

[data-theme-style~="tabs_fontColor"] a {
    color: #4a4f54;
}

[data-theme-style~="tabs_fontColor"].is-active a:after,
[data-theme-style~="tabs_fontColor"].is-active a,
[data-theme-style~="tabs_fontColor"] a:hover{
    color: #005a2b;
    border-color: #005a2b;
}

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

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

/*****************************************************************
                            FORM
*****************************************************************/
/*********************** FORM BLOCK ***************************/

[data-theme-style~="formBlockContent"],
[data-theme-style~="formBlockContent"] label{
    background-color: #303030;
    color: #303030;
}
[data-theme-style~="formBlockTitle"]{
    background-color: #cccccc;
    color: #303030;
    text-transform: uppercase;
}
[data-theme-style~="sidebarFormContent_bgColor"]{
    background-color: #ffffff;
}
[data-theme-style~="formBlockTitle"]:before{
    border-color: #cccccc transparent transparent transparent;
}

.form-bottom [type=checkbox]:not(:checked)+label{
    color: #000000;
}

/*********************** FORM BOTTOM SERVICE ***************************/

[data-theme-style~="formBottomServiceContent"],
[data-theme-style~="formBottomServiceContent"] label{
    background-color: #303030;
    color: #303030;
}
[data-theme-style~="formBottomServiceTitle"]{
    color: #303030;
}
[data-theme-style~="formBottomServiceTitle"]:before{
    border-color: #cccccc transparent transparent transparent;
}
[data-theme-style~="form-policy-fontColor"]{
    color: #303030 !important;
}


/*********************** Placeholder ****************************/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0c121c;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #0c121c;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #0c121c;
}
:-moz-placeholder { /* Firefox 18- */
    color: #0c121c;
}

/************************* Radio Button **************************/
input[type=radio] + label .radio-button__label-radio{
    border-color: #000000;
}
input[type="radio"]:checked + label .radio-button__label-radio{
    border-color: #000000;
}
input[type="radio"]:checked + label .radio-button__label-radio:before{
    background-color: #000000;
}

/************************* Nav Block **************************/

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

[data-theme-style~="navBlockElement_bgColor"]{
    background-color: #7593a6;
}
[data-theme-style~="navBlock_element"]{
    background-color: #7593a6;
    color: #ffffff;
}
[data-theme-style~="navBlock_element"]:hover{
    background-color: #87aac0;
}

[data-theme-style~="navBlock_searchIcon__Color"],
[data-theme-style~="navBlock_searchIcon__Color"].cta-disabled{
    color: #4a4f54;
}

[data-theme-style~="navBlock_searchIcon__Color"]:not(.cta-disabled) span,
[data-theme-style~="navBlock_searchIcon__Color"]:not(.cta-disabled):hover span{
    color: #ffffff;
    border-color: #005a2b;
    background-color: #005a2b;
}

[data-theme-style~="navBlock_anchor__Color"]{
    color: #4a4f54;
}
[data-theme-style~="navBlock_anchor__Color"]:hover,
[data-theme-style~="navBlock_anchor__Color"].active{
    color: #005a2b;
}

[data-theme-style~="navBlock_title__Color"]{
    color: #1b394e;
}

[data-theme-style~="navBlock_title__bgColor"]{
    background-color: #1b394e;
}

/*****************************************************************
                           HOME SOCIAL BLOCK
*****************************************************************/
[data-theme-style~="homeSocial__bgColor"]{
    background-color: #e4e8e8;
}

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

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

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

/*****************************************************************
                           HOME REVIEWS
*****************************************************************/


.section-reviews--echo .home-reviews .title__home{
    color: #0c121c;
}

[data-theme-style~="homeReviews_scoreColor"]{
    color: #0c121c;
}

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

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

[data-theme-style~="homeReviews_bgColor"]:after{
    background-color: #989991;
    border-top-color: #989991;
    color: #989991;
}

[data-theme-style~="homeReviews_fontColor"]{
    color: #4a4f54;
}

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

[data-theme-style~="homeReviews_starsColor"]{
    color: #f8ba07;
}

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

[data-theme-style~="homeReviews_sliderColors"] .bx-wrapper .bx-pager-item a,
[data-theme-style~="homeReviews_sliderColors"] .bx-wrapper .bx-pager-item a:hover,
[data-theme-style~="homeReviews_sliderColors"] .bx-wrapper .bx-pager-item a:focus{
    background-color: #9eaab0 !important;
}

[data-theme-style~="homeReviews_sliderColors"] .bx-wrapper .bx-pager-item a.active{
    background-color: #005a2b !important;
}

[data-theme-style~="homeReviews__sectionTitle"]{
    color: #0c121c;
}

[data-theme-style~="homeReviews__sectionSubtitle"]{
    color: #0c121c;
}

[data-theme-style~="homeReviews__allReviewsLink"]{
    color: #005a2b;
}

[data-theme-style~="homeReviews__allReviewsLink"]:hover{
    color: #005a2b;
}

[data-theme-style~="homeReviews__contentAuthor"]{
    color: #4a4f54;
}
[data-theme-style~="homeReviews__contentAuthor"]:hover{
    color: #4a4f54;
}
[data-theme-style~="review_nameAuthor"]{
    color:#005a2b
}
/*****************************************************************
                           HOME INVENTORY SMALL
*****************************************************************/
[data-theme-style~="blockCtasInventory__color"]{
    color: #ffffff;
}

/*****************************************************************
                           HOME CTAS SMALL
*****************************************************************/
[data-theme-style~="blockCtasSmall__textColor"]{
    color: #ffffff;
}
[data-theme-style~="blockCtasSmall__textColor"]:after{
    background-color: rgba(255,255,255,0.2);
}
[data-theme-style~="blockCtasSmall__linkColor"]{
    color: #005a2b;
}

[data-theme-style~="blockCtas__afterArrow"]:hover:after{
    color: #4a4f54;
}

[data-theme-style~="homeCtaPanel_bgColor"].block-ctas-charlie__item:nth-child(even)::before,
[data-theme-style~="homeCtaPanel_bgColor"].block-ctas-charlie__item:nth-child(odd)::before{
    border-color: #22992e;

}

/*****************************************************************
                       COSTUME PAGE ULTIMATE
*****************************************************************/

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


/*****************************************************************
                       HIGHLIGHTS MODULES
*****************************************************************/


[data-theme-style~="blockCtasBig"]{
    color: #ffffff;
}
[data-theme-style~="blockCtasBig__BgColor"]{
    background-color: #ffffff;
}
[data-theme-style~="blockCtasBig__BorderColor"]{
    color: #ffffff;
}
[data-theme-style~="blockCtasBigFirst__BgColor"]{
    background-color: #003b65;
}
[data-theme-style~="blockCtasBigFirst__BorderColor"]{
    color: #003b65;
}
[data-theme-style~="blockCtasBig__TitleColor"]{
    color: #ffffff;
}
[data-theme-style~="blockCtasBigFirst__TitleColor"]{
    color: #003c65;
}
[data-theme-style~="blockCtasBig__TitleColor"]:after{
    background-color: #ffffff;
}
[data-theme-style~="blockCtasBigFirst__TitleColor"]:after{
    background-color: #003c65;
}
[data-theme-style~="blockCtasBigFirst__TextColor"]{
    color: #005a2b;
}
[data-theme-style~="blockCtasBigFirst__TextColor"] h3,
[data-theme-style~="blockCtasBigFirst__TextColor"] .subtitle{
    color: #005a2b;
}
[data-theme-style~="blockCtasBigFirst__TextColor"] h3:after,
[data-theme-style~="blockCtasBigFirst__TextColor"] .subtitle:after{
    background-color: #003b65;
}
[data-theme-style~="blockCtasBig__footerBg"]{
    background-color: #ffffff;
}

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

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

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

[data-theme-style~="highlightsBlocks__contentColor"] h3,
[data-theme-style~="highlightsBlocks__contentColor"] h4,
[data-theme-style~="highlightsBlocks__contentColor"] h5{
    color: #000000;
}

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

[data-theme-style~="highlightsBlocks__cta"]:hover,
[data-theme-style~="highlightsBlocks__cta"]:focus,
[data-theme-style~="highlightsBlocks__cta"]:active{
    color: #ffffff;
    border-color: #000000;
    background: #4a4f54;
}

[data-theme-style~="highlights_bgImage"] {
    background-image: url('https://img.sm360.ca/images/web/decarie-motors/2148/bg-highlights-home1530207843224.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


/*****************************************************************
                       HIGHLIGHTS MODULES SECONDARY
*****************************************************************/


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

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

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

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

[data-theme-style~="highlightsBlocks__secondary__cta"]{
    color: #0c121c;
    border-color: #ffffff;
    background: #ffffff;
}

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

[data-theme-style~="highlightsBlocks__secondary__cta"] [data-theme-sprite]{
    color: #0c121c;
    background: #ffffff;
}

[data-theme-style~="highlightsBlocks__secondary__cta"]:hover [data-theme-sprite],
[data-theme-style~="highlightsBlocks__secondary__cta"]:focus [data-theme-sprite],
[data-theme-style~="highlightsBlocks__secondary__cta"]:active [data-theme-sprite]{
    color: #000000;
    background: #ffffff;
}
/*****************************************************************
                       HIGHLIGHTS MODULES TERTIARY
*****************************************************************/


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

[data-theme-style~="highlightsBlocks__tertiary__titleColor"]{
    color: #0c121c;
}

[data-theme-style~="highlightsBlocks__tertiary__contentColor"]{
    color: #4a4f54;
}

[data-theme-style~="highlightsBlocks__tertiary__cta"]{
    color: #ffffff;
    border-color: #0c121c;
    background: #0c121c;
}

[data-theme-style~="highlightsBlocks__tertiary__cta"]:hover,
[data-theme-style~="highlightsBlocks__tertiary__cta"]:focus,
[data-theme-style~="highlightsBlocks__tertiary__cta"]:active{
    color: #0c121c;
    border-color: #ffffff;
    background: #ffffff;
}


/*****************************************************************
                            INSTAGRAM FEED
*****************************************************************/
[data-theme-style~="instagramFeed__textColor"]{
    color: #005a2b;
}

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

/*****************************************************************
                            WHY BUY PAGE
*****************************************************************/
[data-theme-style~="whyBuy__listColor"] li:before{
    color: #005a2b;
}

[data-theme-style~="whyBuyBanner"]{
    color: #ffffff;
    background-color: #005a2b;
}
[data-theme-style~="whyBuyCtas__bodyColor"]{
    background-color: #e4e8e8;
}
[data-theme-style~="whyBuyShowroom__titleColor"]{
    color: #0c121c;
}
[data-theme-style~="headerWhyBuy__TitleColor"]{
    color: #000000;
}
[data-theme-style~="whyBuyShowroom__textColor"]{
    color: #4a4f54;
}
[data-theme-style~="whyBuyCtas_textColor"]{
    color: #4a4f54;
}
[data-theme-style~="whyBuyCtas_titleColor"]{
    color: #4a4f54;
}
/*****************************************************************
                            CUSTOM
*****************************************************************/
/* The strike price is the same color that font color box preview */

[data-theme-style~="showroom_primaryColor"]{
    color: #005a2b;
}
[data-theme-style~="showroom_secondaryColor"],
[data-theme-style~="showroom_secondaryColor"]:after{
    color: #4a4f54;
}

[data-theme-style~="viewSwitch"] p {
    color: #ffffff;
    background-color: #999c9c;
}

[data-theme-style~="viewSwitch"] p:hover,
[data-theme-style~="viewSwitch"].active p{
    color: #ffffff;
    background-color: #4a4f54;
}

[data-theme-style~="accordionIcon_color"]:before {
    color: #4a4f54;
}

[data-theme-style~="scrollbarHandle_color"]{
    border-color: #005a2b;
}
[data-theme-style~="scrollbarHandle_color"]:hover{
    background-color: #000d06;
}
[data-theme-style~="scrollbarHandle_color"]:before{
    background-color: #005a2b;
}

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

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

[data-theme-style~="vdpForm_primaryColor"],
[data-theme-style~="vdpForm_primaryColor"] [type=checkbox]:checked+label,
[data-theme-style~="vdpForm_primaryColor"] [type=checkbox]:not(:checked)+label{
    color: #000000;
}

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

[data-theme-style~="vehicleTrims_selectedColor"].selected{
    color: #e4e8e8;
    background-color: #005a2b;
}

[data-theme-style~="inventoryAvailability_fontColor"]{
    color: #0c121c;
}
[data-theme-style~="inventoryAvailability_fontColor"]:active,
[data-theme-style~="inventoryAvailability_fontColor"]:focus,
[data-theme-style~="inventoryAvailability_fontColor"]:hover{
    color: #0c121c;
}

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

[data-theme-style~="vehiclePreviewName_color"]{
    color: #005a2b;
}

[data-theme-style~="vehiclePreview_primaryColor"]{
    color: #303030;
}

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

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

.catalog-details__colors-thumbnails--selected .catalog-details__colors-thumbnails-image{
    border-color: #005a2b;
}

[data-theme-style~="vdpSidebar_bgColor"]{
    background-color: #ebebeb;
}
[data-theme-style~="vdpComparable_bgColor"]{
    background-color: #e4e8e8;
}
[data-theme-style~="vdpComparable_fontColor"]{
    color: #000000;
}

.widget-filter__check-element:hover,
.widget-filter__check-element--selected{
    border-color: #005a2b;
}

.widget-filter__check-element:hover .widget-filter__bodystyle-name,
.widget-filter__check-element--selected .widget-filter__bodystyle-name{
    color: #005a2b;
}

[data-theme-style~="accordion"]{
    color: #005a2b

}
[data-theme-style~="accordion"]:nth-child(odd){
    background-color: #f2f2f2

}

[data-theme-style~="morePhoto__bgColor"],
[data-theme-style~="morePhoto__bgColor"]:hover{
    background-color: #005a2b;
    color:#ffffff;
}

[data-theme-style~="calculator__color"]{
    color: #005a2b;
}


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

[data-theme-style~="ratesTable_bgColor"] tr:nth-child(even){
    background-color: #ffffff ;
}


/*****************************************************************
                            WIDGETS
*****************************************************************/

[data-theme-style~="widgetSticky_fontColor"]{
    color: #111111 ;
}

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


/*****************************************************************
                           INVENTORY LISTING
*****************************************************************/

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

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

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

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

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

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



[data-theme-style~="listingInventoryVehiclePreview__compareTextColor"] {
    color: #4a4f54;
}

[data-theme-style~="listingInventoryVehiclePreview__nameTextColor"] {
    color: #0c121c;
}

[data-theme-style~="listingInventoryVehiclePreview__oldPriceColor"] {
    color: #4a4f54;
}

[data-theme-style~="listingInventoryVehiclePreview__priceColor"] {
    color: #005a2b;
}

[data-theme-style~="listingInventoryVehiclePreview__textColor"] {
    color: #4a4f54;
}

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

/*****************************************************************
                       CATALOG LISTING
*****************************************************************/


[data-theme-style~="catalogListingHeader_backgroundImage"] {
    
        background-image:  url('https://img.sm360.ca/images/web/decarie-motors/2148/header-int-listing-new1530632279713.jpg');
        background-size: cover;
    
}

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

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

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

/*****************************************************************
                           SOCIAL BLOCK CTAs
*****************************************************************/



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

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

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

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


/*****************************************************************
                           PROMO HEADER SLIDER
*****************************************************************/



[data-theme-style~="promoHeaderSlider__dots"] li button{
    color: #cccccc;
    background-color: #ffffff;
    border-color: #ffffff;
}
[data-theme-style~="promoHeaderSlider__dots"] li button:hover,
[data-theme-style~="promoHeaderSlider__dots"] li.slick-active button{
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-theme-style~="promoHeaderSlider__dots__text"] li button{
    color: #cccccc;
}
[data-theme-style~="promoHeaderSlider__dots__text"] li button:hover,
[data-theme-style~="promoHeaderSlider__dots__text"] li.slick-active button{
    color: #ffffff;
}

[data-theme-style~="promoHeaderSlider__controls"]{
    color: #ffffff;
}
[data-theme-style~="promoHeaderSlider__controls"]:hover{
    color: #cccccc;
}
/*****************************************************************
                        OTHER THEME
*****************************************************************/

[data-theme-style~="aboutInstance__bgColor"]{
    background-color: #ffffff;
}
[data-theme-style~="catalogCompare__themeStyle"]{
    color: #005a2c;
}
[data-theme-style~="widget__tabStyle"]{
    border-color: #4a4f54 !important;
}

/*****************************************************************
                           VIDEOS CUSTOM
*****************************************************************/



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

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

[data-theme-style~="videosCustomCta__bgColor"]:hover {
    background-color: #7f988f;
}

/*****************************************************************
                           VIDEOS CHARLIE
*****************************************************************/



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

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

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

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

[data-theme-style~="videosHome__cta"]:hover,
[data-theme-style~="videosHome__cta"]:focus,
[data-theme-style~="videosHome__cta"]:active{
    color: #000000;
    border-color: #000000;
    background: #ffffff;
}
[data-theme-style~="boxShadow"]{
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.4);
}
[data-theme-style~="boxShadow__Top"]{
    -webkit-box-shadow: 0 -5px 20px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -5px 20px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -5px 20px -5px rgba(0, 0, 0, 0.15);
}
[data-theme-style~="boxShadow__Bottom"]{
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
}
[data-theme-style~="FooterBoxShadow__Bottom"]{
    -webkit-box-shadow: 0 55px 15px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 55px 15px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 55px 15px -5px rgba(0, 0, 0, 0.35);
}
[data-theme-style~="boxShadow_cta-service"]{
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}

/*****************************************************************
                            View 360
*****************************************************************/
[data-theme-sprite~=view-360-picto]:before,
[data-theme-style~="viewSwitch_360"] :hover,
[data-theme-style~="viewSwitch_360"].active p{
    color: #005a2b;
}


/*****************************************************************
                            Page SVO
*****************************************************************/
[data-theme-style~="svoBox__bgColor"]{
    background-color: rgba(255,255,255,0.6);
}

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

[data-theme-style~="pageSvoOffers__FontColor"]{
    color: #005a2b;
}

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

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


/*****************************************************************
                        NEW RANGE ROVER
*****************************************************************/
[data-theme-style~="pageNewRangeRogerHeaderTop__bgColor"]{
    background:rgba(255,255,255,0.65)
}
[data-theme-style~="pageNewRangeRogerHeaderBottom__bgColor"]{
    background:rgba(255,255,255,0.85)
}

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

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

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

[data-theme-style~="pageNewRangeRogerDisclaimer__fontColor"]{
    color: #4a4f54;
}
[data-theme-style~="pageNewRangeRogerDots__borderColor"]{
    border-color: #ffffff;
}
[data-theme-style~="pageNewRangeRogerDots__activeColor"]{
    background: #ffffff;
}

[data-theme-style~="pageNewRangeRogerDots__dots"] li button{
    color: #cccccc;
    background-color: #ffffff;
    border-color: #ffffff;
}
[data-theme-style~="pageNewRangeRogerDots__dots"] li button:hover,
[data-theme-style~="pageNewRangeRogerDots__dots"] li.slick-active button{
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

[data-theme-style~="pageNewRangeRogerDots__dotsCustom"] li button{
    color: #4a4f54;
    background-color: #4a4f54;
    border-color: #4a4f54;
}
[data-theme-style~="pageNewRangeRogerDots__dotsCustom"] li button:hover,
[data-theme-style~="pageNewRangeRogerDots__dotsCustom"] li.slick-active button{
    color: #4a4f54;
    background-color: #4a4f54;
    border-color: #4a4f54;
}




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

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

[data-theme-style~="pageRangeSportDisclaimer__FontColor"]{
    color: #4a4f54;
}

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

[data-theme-style~="pageRangeSportTabs"].is-active{
    color: #ffffff;
    background:#4a4a4a;
}

[data-theme-style~="pageRangeSportEv__BgColor"]{
    background: linear-gradient(to bottom, #830525, #d10328);
}

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

[data-theme-style~="pageRangeSportHighlight__fontColor"]{
    color:#4a4f54;
}

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


[data-theme-style~="pageRangeSportDots__color"] li button{
    color: #005a2b;
    background-color: transparent;
    border-color: #005a2b;
}
[data-theme-style~="pageRangeSportDots__color"] li button:hover,
[data-theme-style~="pageRangeSportDots__color"] li.slick-active button{
    color: #005a2b;
    background-color: #005a2b;
    border-color: #005a2b;
}

[data-theme-style~="pageRangeSportBody__GreyBgColor"]{
    background:#f8f9f9;
}




/*Start css compliances for land-rover*/



/*<style >*/


    @font-face {
    font-family: 'LandRoverWeb-Bold';
    src: url('//cdn.sm360.ca/varia/fonts/landrover/LandRoverWeb-Bold.eot');
    src: url('//cdn.sm360.ca/varia/fonts/landrover/LandRoverWeb-Bold?#iefix') format('embedded-opentype'),
    url('//cdn.sm360.ca/varia/fonts/landrover/LandRoverWeb-Bold.woff2') format('woff2'),
    url('//cdn.sm360.ca/varia/fonts/landrover/LandRoverWeb-Bold.woff') format('woff'),
    url('//cdn.sm360.ca/varia/fonts/landrover/LandRoverWeb-Bold.ttf') format('truetype');
    }

    @font-face {
    font-family: 'AvenirNext-Bold';
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Bold.eot');
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Bold?#iefix') format('embedded-opentype'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Bold.woff2') format('woff2'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Bold.woff') format('woff'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Bold.ttf') format('truetype');
    }

    @font-face {
    font-family: 'AvenirNext-DemiBold';
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-DemiBold.eot');
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-DemiBold?#iefix') format('embedded-opentype'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-DemiBold.woff2') format('woff2'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-DemiBold.woff') format('woff'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-DemiBold.ttf') format('truetype');
    }

    @font-face {
    font-family: 'AvenirNext-Heavy';
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Heavy.eot');
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Heavy?#iefix') format('embedded-opentype'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Heavy.woff2') format('woff2'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Heavy.woff') format('woff'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Heavy.ttf') format('truetype');
    }

    @font-face {
    font-family: 'AvenirNext-Medium';
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Medium.eot');
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Medium?#iefix') format('embedded-opentype'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Medium.woff2') format('woff2'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Medium.woff') format('woff'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Medium.ttf') format('truetype');
    }

    @font-face {
    font-family: 'AvenirNext-Regular';
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Regular.eot');
    src: url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Regular?#iefix') format('embedded-opentype'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Regular.woff2') format('woff2'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Regular.woff') format('woff'),
    url('//cdn.sm360.ca/varia/fonts/landrover/AvenirNext-Regular.ttf') format('truetype');
    }


/*</style>*/

[data-theme-style~="mainFont__regular"]{
"AvenirNext-DemiBold", true
}

[data-theme-style~="mainFont__bold"]{
font-family: "AvenirNext-DemiBold", true
}

p{
font-family: "AvenirNext-Regular", true
}

/*<style>*/

/**************************************************
**************************************************
TYPOGRAPHY
**************************************************
***************************************************/

/***************** Body *******************/
body,
.wysiwyg p{
"AvenirNext-Regular", true
font-size: 14px;
line-height: 20px;
}
/***************** Title ******************/

.page-home__about-title .title__primary{
font-family: "AvenirNext-Bold", true
}

.page-home__about-title .title__subtitle{
font-family: "AvenirNext-Bold", true
}

.review__title{
font-family: "AvenirNext-Bold", true
}

.block-about-beta h2{
font-family: "AvenirNext-Bold", true
}

.home-reviews-delta .home-reviews__title span{
font-family: "AvenirNext-Bold", true
}

.home-reviews-delta .home-reviews__listing-author{
font-family: "AvenirNext-Bold", true
}

.home-reviews__listing-preview {
font-family: "AvenirNext-Regular", true;
}

/***************** Tools ******************/

.label__checkbox,
[type=checkbox]+label.label__checkbox{
}
.label__checkbox.active{
"AvenirNext-Regular", true;
}
.form__label,label{
"AvenirNext-Regular", true;
}
.form-field__label--text.active:before{
"AvenirNext-Regular", true;
}

.vehicle__rebate{
font-family: "AvenirNext-Bold", true;
}
.smallprint{
}
.breadcrumb{
}

.widget-countdown__number,
.widget-rating__count{
font-family: "AvenirNext-Bold", true
}

.widget-accordion__title{
font-family: "AvenirNext-Bold", true
}

.widget-filter__check-element .widget-filter__bodystyle-name{
font-family: "AvenirNext-Bold", true
}

/**************************************************
HEADER
**************************************************/
.header__nav-submenu__catalog-list-vehicle-name,
.header__menu,
.header__nav-submenu-element,
.snippet-phone__department-phone--header,
.menu-mobile__phone .snippet-phone__department-phone,
.header-mobile__phone .snippet-phone__department-phone--header,
.header__topbar-address .snippet-address__link,
.language-switch__item,
.language-switch__sep,
.header__topNav-anchor,
.header__topNav-subnav-anchor,
.header__nav-list-anchor,
.header__nav-submenu-anchor,
.header__topbar-compare [aria-haspopup],
.header__compare--mobile,
.menu-mobile__secondary-anchor,
.menu-mobile__address{
font-family: "AvenirNext-DemiBold", true;
}

.snippet-phone__department-name--header,
.menu-mobile .is-accordion-submenu-parent>a::after{
"AvenirNext-Regular", true;
}

.header__main-dealername,
.menu-mobile__dealername{
"LandRoverWeb-Bold", true;
}

/**************************************************
FOOTER
**************************************************/

.footer__list-element-anchor,
.footer__bottomblock-anchor,
.footer__column-item .footer__title:after{
"AvenirNext-DemiBold", true
}

.footer__title,
.social-block-beta__title,
.social-block-beta__link{
font-family: "LandRoverWeb-Bold", true;
}

.footer__list-element-anchor,
.snippet-phone__department-wrapper--footer,
.snippet-phone__department-phone--footer,
.footer .snippet-address__link,
.googlemap-infobox .infobox_dealer-name,
.googlemap-infobox .snippet-phone__department-phone,
.footer__bottomNav-anchor,
.footer-bottom__copyright{
font-family: "AvenirNext-DemiBold", true;
}
/**************************************************
BUTTON
***************************************************/
.link__alpha,
.link__beta,
.link__charlie,
.link__delta,
.link__echo,
.link__gamma,
.link__ghost{
font-family: "AvenirNext-DemiBold", true;
}

.link__regular{
"AvenirNext-Regular", true;
}
.link__regular-secondary,
.link__regular-tertiary{
font-family: "AvenirNext-DemiBold", true;
}
.link__regular-secondary .link__regular-picto{
background: none !important;
}

/**************************************************
Form
***************************************************/
.form-sidebar__title{
font-family: "AvenirNext-Bold", true
}

.radio-button__label-text{
}
/**************************************************
Inventory
***************************************************/

.calcResult,
.used-section__vehicle-info,
.used-section__vehicle-name,
.widget-calculator_payments,
.inventory-details__content-carproof{
font-family: "AvenirNext-Bold", true
}
.inventory-details__content-contact-info .title__quaternary,
.inventory-details__content-carproof a{
"AvenirNext-Regular", true
}
.more-photo__button-text span{
font-family: "AvenirNext-Bold", true
}
.inventory-details__header-wrapper .page-sidebar__right{
max-width: 500px;
float: none !important;
clear: both;
margin: 0 auto;
}
@media(min-width: 64em){
.inventory-details__header-wrapper .page-sidebar__right{
max-width: none;
float: right !important;
clear: none;
margin: 0;
}
}
.inventory-details__header-price .price__detail-wrapper .price__detail-price-label,
.inventory-details__header-price .price__detail-wrapper .price__detail-price--regular,
.inventory-details__header-price .price__detail-wrapper .price__detail-price--old{
font-family: "AvenirNext-Bold", true
}
.form-field__label.widget__calculator-field [data-calculator~="price_input"]{
font-family: "AvenirNext-Bold", true
}
.inventory-list-layout__ruban-sold{
font-family: "AvenirNext-Bold", true
}
.home-inventory-delta__item-name{
font-family: "AvenirNext-Bold", true
}
.inventory-details__header-information,
.inventory-details__header-information,
.inventory-details__header-information{
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.inventory-details__header-catalog-info{
display: block;
}
/**************************************************
Catalog
***************************************************/
.catalog-listing__filter .form-field__label-checkbox--wrapper{
}

.catalog-preview-alpha__vehicle-name,
.catalog-listing__html-seo .title,
.inventory-listing__html-seo .title{
font-family: "AvenirNext-Bold", true
}

.catalog-block__name{
}

.catalog-preview-alpha__showroom-price__wrapper,
.showroom-financing__spec-wrapper,
.catalog-section__slider-vehicle-name,
.catalog-section__slider-showroom-financing__rate,
.catalog-section__slider-showroom-financing__payment,
.catalog-section__slider-showroom-price__wrapper,
.catalog-section__slider-pager-item,
.catalog-details__gallery-button,
.catalog-details__trim-link{
font-family: "AvenirNext-Bold", true
}

.smallprint{
}

/*********************
Modules
**********************/
.catalog-slider__title,
.rapid-search-charlie__subtitle{
font-family: "AvenirNext-Bold", true
}

.home-reviews-beta .home-reviews__all-score-rating,
.home-reviews-beta .home-reviews__listing-author{
font-family: "AvenirNext-Bold", true
}

.home-reviews-charlie .home-reviews__listing-author{
font-family: "AvenirNext-Bold", true
}

.rapid-search-alpha__title{
font-family: "AvenirNext-Bold", true
}

.rapid-search-alpha__cta{
font-family: "AvenirNext-Bold", true
}

.block-service-beta__title span{
"AvenirNext-Regular", true
}

.block-ctas-inventory-alpha__title span,
.block-ctas-inventory-beta__title span{
"AvenirNext-Regular", true
}

.home-reviews-charlie .home-reviews__all-score-rating{
font-family: "AvenirNext-Bold", true
}

.block-ctas-big__title span{
"AvenirNext-Regular", true
}

.title-bottom{
font-family: "AvenirNext-Bold", true;
}
.inventory-list-layout__preview-name{
font-family: "AvenirNext-Bold", true;
}

.inventory-list-layout__preview-price-current{
font-family: "AvenirNext-Bold", true;
}
.inventory-list-layout__preview-price-strike{
font-family: "AvenirNext-Bold", true;
}
.inventory-details__vehicle-info-value{
font-family: "AvenirNext-Bold", true;
}

.vehicle__consumptions-value{
font-family: "AvenirNext-Bold", true;
}

.inventory-details__content-options .title{
font-family: "AvenirNext-Bold", true;
}

.showroom-rebate__text{
font-family: "AvenirNext-Bold", true;
}

.showroom-rebate__price{
font-family: "AvenirNext-Bold", true;
}

.catalog-block__name{
font-family: "AvenirNext-Bold", true;
}
.catalog-block__name-anchor{
font-family: "AvenirNext-Bold", true;
}

.showroom-price__wrapper{
font-family: "AvenirNext-Bold", true;
}

.showroom-price__price--legal{
font-family: "AvenirNext-Bold", true;
}

.showroom-price__price--old{
font-family: "AvenirNext-Bold", true;
}

.view-switch-link span{
font-family: "AvenirNext-Bold", true;
}

.catalog-details__consumptions-label{
font-family: "AvenirNext-Bold", true;
}

.catalog-details__consumptions-value{
font-family: "AvenirNext-Bold", true;
}

.widget-accordion__title{
font-family: "AvenirNext-Bold", true;
}

.catalog-details__details-specs-type{
font-family: "AvenirNext-Bold", true;
}

.catalog-details__details-specs .widget-accordion__content b{
font-family: "AvenirNext-Bold", true;
}

.promo-header-gamma .slick-dots li button{
font-family: "AvenirNext-DemiBold", true;
}

.promo-header-gamma .slick-dots li.slick-active button{
font-family: "AvenirNext-Bold", true;
}

/**************************************************
Title
***************************************************/
.title__primary, .title__home, h1, .wysiwyg h1{
font-family: "LandRoverWeb-Bold", true;
font-size: 35px;
line-height: 35px;
text-transform: uppercase;
}

.title__secondary,.title__subtitle, h2, .wysiwyg h2{
font-family: "LandRoverWeb-Bold", true;
font-size: 25px;
line-height: 25px;
text-transform: uppercase;
}

.title__tertiary, h3, .wysiwyg h3{
font-family: "LandRoverWeb-Bold", true;
font-size: 18px;
line-height: 20px;
text-transform: uppercase;
}

.title__quaternary, h4, .wysiwyg h4{
font-family: "LandRoverWeb-Bold", true;
font-size: 18px;
text-transform: uppercase;
}

.title__quinary, h5, .wysiwyg h5{
font-family: "AvenirNext-DemiBold", true;
font-size: 18px;
}

.vehicle__result{
font-family: "AvenirNext-Bold", true;
}

.header__name{
font-family: "AvenirNext-Bold", true;
}

.text-bold{
font-family: "AvenirNext-DemiBold", true;
}

.bodytext h2{
font-family: "AvenirNext-Bold", true;
}

.inventory-preview-alpha__preview-name{
font-family: "AvenirNext-Bold", true;
}

.block-service-alpha__title{
font-family: "AvenirNext-Bold", true;
}
.catalog-slider__title{
font-family: "AvenirNext-Bold", true
}

.catalog-preview-echo__vehicle-name{
font-family: "AvenirNext-Bold", true
}

.inventory-preview-alpha__preview-price-current{
font-family: "AvenirNext-Bold", true
}

.form-bottom__title{
font-family: "AvenirNext-Bold", true
}

.pagination .pagination__page-button-text{
font-family: "AvenirNext-DemiBold", true
}

.title__signature{
    padding-top: 6px !important;
    padding-bottom: 8px !important;
    position: relative;
}

.title__signature:before,
.title__signature:after{
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.title__signature:after{
    top: auto;
    bottom: 0;
}
.catalog-preview-zeta__vehicle-name{
display: inline-block;
}
.title__signature.title__signature--centered:before,
.title__signature.title__signature--centered:after{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.catalog-preview-zeta__vehicle-name:before,
.catalog-preview-zeta__vehicle-name:after{
width: 100%;
}
@media (min-width: 48em){
    .title__primary, .title__home, h1, .wysiwyg h1{
        font-size: 50px;
        line-height: 55px;
    }

    .title__secondary,.title__subtitle, h2, .wysiwyg h2,
    .catalog-details__form .form-footer__title,
    .form-footer__title,
    .bottom-page-form .form-footer-2columns__title{
        font-size: 35px;
        line-height: 40px;
    }

    .title__tertiary, h3, .wysiwyg h3{
        font-size: 25px;
        line-height: 27px;
    }

    .title__signature{
        letter-spacing: .1em;
    }
}
@media print, screen and (min-width: 64em){
    .promotion-details__sidebar {
        margin-top: 140px;
    }
}
.why-buy-steps__title{
font-family: "AvenirNext-Bold", true
}

.why-buy-steps__step-title{
font-family: "LandRoverWeb-Bold", true
}
.why-buy-steps__step-html{

}
.why-buy-content__title{
font-family: "AvenirNext-Bold", true
}

.why-buy-content__text{
font-family: "AvenirNext-Regular", true;
}
/**************************************************
**************************************************
                    LAYOUT
**************************************************
***************************************************/

/********************************
    Header
*********************************/

.header{
    padding-top: 51px;
}

.header-mobile{
    position: fixed;
    min-height: 51px;
    border-bottom-width: 1px;
    padding: 0;
}

.header-mobile__logo,
.header-mobile--sticky .header-mobile__logo{
    display: inline-block;
    width: auto;
    height: 50px;
    float: none;
    padding: 8px 20px;
    border-right: 1px solid #EEF1F1;
}

.header-mobile__logo-image,
.header-mobile--sticky .header-mobile__logo-image{
    max-width: 62px;
    height: auto;
}

.header-mobile__map{
    float: right;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.header-mobile__map-cta{
    display: inline-block;
    font-size: 26px;
    padding: 12px 18px;
}

.page-mobile__button .menu-icon,
.header-mobile--sticky .page-mobile__button .menu-icon{
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.menu-icon span,
.menu-icon span::after,
.menu-icon span::before{
    width: 18px;
    height: 2px;
}

.menu-icon span::before{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.menu-icon span::after{
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.off-canvas{
    overflow: visible;
    max-width: calc(100% - 50px) !important;
}

.close-button{
    width: 50px;
    height: 50px;
    left: -50px;
    top: 0;
    font-size: 32px;
}

.menu-mobile{
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.menu-mobile .header__nav-list-element,
.menu-mobile__secondary-elem{
    border-bottom: 1px solid #EEF1F1;
}

.menu-mobile .header__nav-list-element:last-of-type{
    margin-bottom: 0;
}

.menu-mobile .header__nav-list-anchor,
.menu-mobile .menu-mobile__secondary-anchor{
    display:block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 22px 15px 18px;
}

.menu-mobile .is-accordion-submenu-parent>a::after{
    font-size: 26px;
    right: 22px;
}

.menu-mobile .is-accordion-submenu-parent[aria-expanded=true]>a::after{
    right: 27px;
}

.menu-mobile .menu-mobile__secondary-anchor:after{
    display: none;
}

.menu-mobile .menu-mobile__secondary-anchor:before,
.menu-mobile .is-accordion-submenu a:before{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e949";
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 5px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.menu-mobile .header__nav-submenu{
    margin: 0;
}

.menu-mobile .is-accordion-submenu-item,
.menu-mobile .header__nav-submenu-element{
    border-top: 1px solid #EEF1F1;
}

.menu-mobile .is-accordion-submenu a{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 22px 15px 18px !important;
}

.menu-mobile .header__compare--mobile{
    position: relative;
    padding: 19px 44px 15px 15px;
}

.menu-mobile .header__compare--mobile .header__compare-icon{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.menu-mobile .header__compare--mobile .header__compare-text{
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.menu-mobile .header__compare--mobile .header__compare-count{
    position: absolute;
    right: 22px;
    top: 50%;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-mobile__secondary{
    margin: 0;
    padding: 0;
}

.menu-mobile__dealername{
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 15px 10px;
}

.menu-mobile__address{
    padding: 0 15px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 5px;
}

.menu-mobile__address a{
    line-height: 14px;
}

.menu-mobile__address .snippet-address__address{
    display: block;
}

.menu-mobile__phone{
    padding: 0 15px;
}

.menu-mobile__phone .snippet-phone__department-wrapper{
    display: block;
    margin-bottom: 5px;
    line-height: 5px;
}

.menu-mobile__phone .snippet-phone__department-wrapper a{
    display: inline-block;
}

.menu-mobile__phone .snippet-phone__department-name,
.menu-mobile__phone .snippet-phone__department-phone{
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.menu-mobile__cta{
    padding: 30px 15px;
}

.menu-mobile__cta a{
    display: inline-block;
    width: auto;
    background: none;
}

.catalog-block__name{
font-size: 18px;
line-height: 24px;
margin-bottom: 20px;
}

/* HEADER NAV CATALOG */

.header__nav-list-element--full-width .header__nav-submenu{
min-width: 0;
}

.header__nav-submenu__catalog-list-vehicle{
max-width: 1200px;
padding: 0 20px 0px;
}

.header__nav-submenu-wrapper{
display: inline-block;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.header__nav-submenu__catalog-vehicle-tiles-name{
font-family: "AvenirNext-Bold", true;
text-transform: uppercase;
padding: 8px 15px 6px;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
}

.header__nav-submenu__catalog-hub-wrapper{
height: 50px;
}
.header__nav-submenu__catalog-hub-wrapper .header__nav-submenu-anchor:hover{
opacity: .7;
}

.header-mobile-sr{
    margin-top: 68px;
}
.sticky-login{
    position: fixed;
}
.sticky-login+.header {
    padding-top: 119px;
}

@media(min-width: 391px){
    .header-mobile-sr{
        margin-top: 35px;
    }
    .sticky-login+.header {
        padding-top: 86px;
    }
}

@media(min-width: 48em){

    .header__topbar{
        width: 100%;
        max-width: none;
        margin: 0 auto;
        padding: 0;
        min-height: 42px;
        position: relative;
        z-index: 9;
    }

    .header__topbar .page-wrapper{
        padding: 0 20px;
    }

    .header__topbar-left-element{
        padding: 4px 0;
        text-align: left;
    }

    .header__topbar-phone{
        display: inline-block;
        float: left;
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: .2em;
    }

    .snippet-phone__department-wrapper--header{
        margin-left: 35px;
    }

    .snippet-phone__department-wrapper--header:first-child{
        margin-left: 0;
    }

    .header__topbar-address{
        display: block;
        clear: both;
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: .2em;
        margin-left: 0;
    }

    .header__topbar-address .snippet-address__link{
        text-decoration: none;
    }

    .header__topbar-address .snippet-address__link:hover{
        text-decoration: underline;
    }

    .header__topbar-ls{
        display: inline-block;
        float:left;
        margin-right: 20px;
    }
    .language-switch{
        display: inline-block;
        width: auto;
        height: auto;
        border: 0px;
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: .1em;
        padding: 14px 0 11px;
        background: transparent;
    }
    .language-switch__sep{
        font-size: 8px;
    }
    .language-switch__item{
        display: inline-block;
        position: static;
        width: auto;
        height: auto;
        font-size: 8px;
        line-height: normal;
        text-transform: uppercase;
        border: 0px;
    }
    .language-switch__item--active{
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header__topbar-map{
        float: left;

    }

    .header__topbar-map-cta{
        display: inline-block;
        font-size: 24px;
        padding: 9px 18px;
        color: #0C121C;
    }

    .header__topbar-map-cta:hover{
        color: #0C121C;
        opacity: .7;
    }

    .header__topbar-right-element{
        position: relative;
    }

    .header__topbar-compare{
        position: relative;
        display: inline-block;
        float: left;
    }

    .header__topbar-compare .widget-comparebox{
        border: 0;
    }

    .header__topbar-compare [aria-haspopup]{
        display: inline-block;
        height: 100%;
        padding: 13px 12px 10px;
        font-size: 10px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }

    .header__topbar-compare-value{
        display: inline-block;
        vertical-align: middle;
    }
    .header__topbar-compare-icon{
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        margin-left: 4px;
    }

    .header__topbar-menu{
        display: inline-block;
        float: left;
        z-index: 10;
    }
    .header__topNav-dropdown{
        margin: 0;
        padding: 0;
    }
    .header__topNav-anchor{
        display: inline-block;
        padding: 16px 20px 14px;
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: .2em;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }
    .header__topNav-anchor .dropdown-icon{
        display: inline-block;
        margin-left: 8px;
        font-size: 5px;
        -webkit-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        -ms-transition: transform .3s ease;
        transition: transform .3s ease;
    }

    .active .header__topNav-anchor .dropdown-icon{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header__topNav-subnav{
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        min-width: 100%;
        margin: 0;
        padding: 10px 0;
    }
    .header__topNav-subnav-anchor{
        display: block;
        padding: 13px 20px;
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: .2em;
        text-align: left;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }

    .header__main.sticky{
        top: -69px !important;
    }

    .header__main .page-wrapper{
        display: table;
        padding: 0 20px;
    }

    .header__main-left-element,
    .header__main-right-element{
        float: none !important;
        display: table-cell;
        vertical-align: bottom;
    }

    .header__main-left-element{
        width: 185px;
    }

    .header__logo{
        position: static;
        padding: 30px 35px;
        -ms-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }
    .header .header-mobile__logo-image{
        max-width: 115px;
        height: auto;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .sticky .header__logo{
        padding: 10px 64px;
    }
    .header .sticky .header-mobile__logo-image{
        max-width: 57px;
    }


    .header__main-right-top{
        display: table;
        width: 100%;
    }
    .header__main-dealername{
        display: table-cell;
        padding: 28px 27px 24px;
        font-size: 26px;
        text-transform: uppercase;
    }
    .header__main-dealer-link{
        display: table-cell;
        text-align: right;
    }

    .header__main-menu{
        position: static !important;
    }

    .header__nav{
        padding: 0;
    }
    .header__nav-list-element{
        position: static;
        padding: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }
    .header__nav-list-element:last-child{
        position: static;
    }
    .header__nav .header__nav-list .header__nav-list-element .header__nav-list-anchor{
        padding: 21px 27px 18px;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .1em;
    }
    .header__nav .header__nav-list .header__nav-list-element .header__nav-list-anchor span{
        display: inline-block;
        vertical-align: middle;
    }
    .header__nav .header__nav-list .header__nav-list-element .header__nav-list-anchor .dropdown-icon{
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 5px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }
    .header__nav .header__nav-list .header__nav-list-element.is-active .header__nav-list-anchor .dropdown-icon{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header__nav-submenu{
        top: 100% !important;
        min-width: 100%;
        padding: 0 !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .header__nav-submenu:before{
        display: none;
    }
    .header__nav-submenu-element{
        display: inline-block;
        width: auto;
        min-width: 0;
    }
    .header__nav-submenu-anchor{
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .2em;
        padding: 22px 28px 19px !important;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }
}

@media(min-width: 64em){

    .header{
        padding-top: 0px;
    }

    .sticky-login.sticky{
        z-index: 1000;
    }

    .sticky-login+.header{
        padding-top: 35px;
    }

    .sticky-login.sticky+.header .sticky{
        top: -34px!important;
    }

}

@media(min-width: 100em){

.header__nav-submenu__catalog-list-vehicle,
.header__nav-submenu-wrapper{
max-width: 90em;
}

}

@media (min-width: 1600px){
    .header__topbar-left-element{
        padding: 14px 0 11px;
    }

    .header__topbar-address {
        display: inline-block;
        float: left;
        clear: none;
        margin-left: 30px;
    }
    .header__nav-submenu__catalog-list-vehicle,
    .header__nav-submenu-wrapper{
        max-width: 103em;
    }
}

/********************************
FOOTER
*********************************/

.footer{

    border: 0;
}

.footer-top .page-wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer__title{
    border: 0;
    padding: 0;
    margin: 0 0 6px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .3em;
    border-bottom: 0 !important;
}

.footer__column.accordion{
    margin-bottom: 55px;
}

.footer__column-item{
    margin-bottom: 20px;
}

.footer__column-item:last-child{
    border: 0;
}

.footer__column-item .footer__title{
    padding-right: 45px;
}

.footer__column-item .footer__title:after{
    right: 20px;
}

.footer__column-item.is-active .footer__title:after{
    right: 24px;
}

.footer__list-element-anchor,
.footer .snippet-address__link,
.snippet-phone__department-wrapper--footer,
.footer .social-block-beta__title,
.footer .social-block-beta__label{
    font-size: 11px;
    line-height:14px;
    text-transform: uppercase;
    letter-spacing: .3em;
    /*display: block;*/
}

.footer .snippet-address{
    margin: 14px 0;
}

.footer .snippet-address__link{
    line-height: normal;
}

.social-block-beta.footer__social{
    padding-top: 70px;
    padding-bottom: 0;
}

.footer-bottom--copyright{
    border-bottom: 1px solid #EEF1F1;
}

.footer-bottom .footer-bottom__wrapper{
    padding: 10px 15px;
}

.footer-bottom .footer-bottom__wrapper:last-child{
    float: none !important;
}

.footer__bottomNav-list{
    margin: 0;
}

.footer__bottomNav-elem{
    display: inline-block;
    margin-right: 45px;
}

.footer__bottomNav-anchor{
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.footer-bottom__content{
    padding: 0;
    float: none !important;
}

.footer-bottom__copyright{
    display: inline-block;
    padding: 7px 0 6px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .3em;
}

@media(min-width: 48em){

    .footer-top .page-wrapper{
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .social-block-beta.footer__social{
        padding-bottom: 40px;
    }

    .footer-bottom .footer-bottom__wrapper{
        padding: 10px 20px;
    }
}


/********************************
Button
*********************************/
.link__alpha{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 15px 20px 14px;
    border-width: 1px;
    border-style: solid;
}
.link__alpha:hover{
    padding: 15px 20px 14px;
    border-width: 1px;
    border-style: solid;
}

.link__beta{
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: .2em;
    border-width: 1px;
    border-style: solid;
    padding: 15px 20px 14px;
}

.link__beta .link__beta-picto{
    display: inline-block;
    position: relative;
    left: auto;
    top: -2px;
    font-size: 4px;
    margin-right: 3px;
}


.link__charlie{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 15px 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.link__charlie .link__charlie-picto{
    display: inline-block;
    position: relative;
    left: auto;
    top: 0;
    font-size: 4px;
    margin-right: 3px;
    background:transparent !important;
}

.link__regular-secondary,
.link__regular-terciary{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 0;
    background: none !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.link__regular-secondary .link__regular-picto,
.link__regular-terciary .link__regular-picto{
    display: inline-block;
    position: relative;
    left: auto;
    top: -3px;
    font-size: 4px;
    margin-right: 4px;
}

/********************************
PROMO HEADER SLIDER
*********************************/
.promo-header-gamma .slick-dots li button{
    background: none !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 0;
}
.promo-header-gamma .slick-dots li.slick-active button{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 0;
    line-height: 18px;
}
.promo-header-gamma .slick-dots{
    padding-bottom: 20px;
}

/********************************
RAPID SEARCH
*********************************/

.rapid-search-delta{
    padding-bottom: 50px;
}

.rapid-search-delta__logo-wrapper{
    display: none;
}

.rapid-search-delta__header-content{
    display: block;
    text-align: left;
}

.rapid-search-delta__title-wrapper{
    margin: 0 0 20px;
}

.rapid-search-delta__title{
    font-family: "LandRoverWeb-Bold", true;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    max-width: 200px;
}

input[type=radio]+label .radio-button__label-radio{
    width: 17px;
    height: 17px;
}

input[type=radio]+label .radio-button__label-radio:before{
    width: 9px;
    height: 9px;
}

.radio-button__label-text{
    ;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.rapid-search-delta__content{
    margin: 20px 0 0;
}

.rapid-search-delta__filters{
    display: block;
}

.rapid-search-delta__item,
.rapid-search-delta__item .widget-dropdown__button,
.rapid-search-delta__item:first-child,
.rapid-search-delta__item:first-child .widget-dropdown__button{
    border-radius: 0;
    border: 0;
}

.rapid-search-delta__item{
    margin: 0 0 10px;
}

.rapid-search-delta__item .widget-dropdown__button{
    padding: 17px 16px 7px;
    vertical-align: top;
}

.rapid-search-delta__item .widget-dropdown__button-content{
    ;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.rapid-search-delta__item .form-field__label--text.active:before{
    left: 16px;
    top: 2px;
    ;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.rapid-search-delta__item .widget-dropdown__content-element-link{
    font-family: "AvenirNext-Regular", true;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 14px 16px 12px;
}

.rapid-search-delta__item .widget-dropdown__select-arrow span{
    display: inline-block;
    width: auto;
    height: auto;
    border: 0;
    right: 24px;
}

.rapid-search-delta__item .widget-dropdown__select-arrow span:before{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e949";
    display: inline-block;
    font-size: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.rapid-search-delta__item [data-widget-dropdown-button-activated] .widget-dropdown__select-arrow span:before{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.rapid-search-delta__filters .link__alpha{
    margin: 0;
    ;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 17px 20px;
}

.rapid-search-delta__filters .link__alpha:hover{
    padding: 17px 20px;
}

@media (min-width: 48em){
    .rapid-search-delta{
        padding-bottom: 30px;
    }

    .rapid-search-delta__header{
        width: 32%;
        float: left;
    }

    .rapid-search-delta__header-content{
        max-width: 365px;
    }

    .rapid-search-delta__title{
        font-size: 30px;
        line-height: 33px;
        max-width: 265px;
    }

    .rapid-search-delta__content{
        width: 68%;
        float: right;
        clear: none;
        margin: 10px 0 0;
    }

    .rapid-search-delta__item,
    .rapid-search-delta__filters .link__alpha{
        width: calc(33.3333% - 14px);
        margin-left: 21px;
        min-width: 0;
    }

    .rapid-search-delta__filters .link__alpha{
        padding: 17px 10px;
    }
    .rapid-search-delta__filters .link__alpha:hover{
        padding: 17px 10px;
    }

    .rapid-search-delta__item:first-child{
        margin-left: 0;
    }
}

@media (min-width: 70em){

    .rapid-search-delta__filters .link__alpha{
        padding: 17px 20px;
    }
    .rapid-search-delta__filters .link__alpha:hover{
        padding: 17px 20px;
    }

}

/********************************
Highlights Echo
*********************************/
.highlights-echo__item{
margin-bottom: 40px;
}
.highlights-echo__item-box{
    background: none !important;
}

.highlights-echo__cta .link__regular-text {
    letter-spacing: 0.1em;
}
/********************************
Reviews Alpha
*********************************/
[data-theme-sprite~=star]:before,
[data-theme-sprite~=empty-star]:before{
content: "\e934";
}

.home-reviews-alpha .home-reviews__header{
    padding: 0 0 40px;
}

.home-reviews-alpha .home-reviews__title{
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.home-reviews-alpha .home-reviews__all-score-rating{
    display: inline-block;
    vertical-align: middle;
    font-family: "AvenirNext-Bold", true;
    font-size: 35px;
    line-height: 35px;
}

.home-reviews-alpha .home-reviews__all-content-rating{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 24px;
    min-width: 170px;
}

.home-reviews-alpha .widget-rating__star{
    margin-left: 10px;
}

.home-reviews-alpha .widget-rating__star:first-child{
    margin-left: 0;
}

.home-reviews-alpha .home-reviews__all-content{
    margin-top: 10px;
    display: block;
    float: none;
    text-align: center;
}

.home-reviews-alpha .home-reviews__all-link{
    font-family: "AvenirNext-Regular", true;
}

.home-reviews-alpha .home-reviews__main .bx-wrapper .bx-controls-direction a{
    display: none;
}

.home-reviews-alpha .home-reviews__listing-item{
    margin: 0;
}

.home-reviews-alpha .home-reviews__listing-picture{
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    max-width: 53px;
    margin: 0 auto 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.home-reviews-alpha .home-reviews__listing-body-container{
    padding: 0;
    margin-bottom: 10px;
    background: none !important;
    font-size: 12px;
    line-height: 16px;
}

.home-reviews-alpha .home-reviews__listing-body-container:before,
.home-reviews-alpha .home-reviews__listing-body-container:after{
    display: none;
}

.home-reviews-alpha .home-reviews__listing-author{
    ;
    font-size: 10px;
    line-height: 14px;
}

.home-reviews-alpha .home-reviews__listing-author:before{
    content: "- ";
}

.home-reviews-alpha .bx-wrapper .bx-pager{
    display: none;
}

@media (min-width: 48em){
    .home-reviews__listing{
        text-align: center;
    }

    .home-reviews-alpha .home-reviews__title{
        max-width: none;
        font-size: 35px;
        line-height: 40px;
    }

    .home-reviews-alpha .home-reviews__all-score{
        float: none;
    }

    .home-reviews-alpha .home-reviews__all-content{
        margin-left: 0;
    }

    .home-reviews-alpha .home-reviews__all-content-rating,
    .home-reviews-alpha .home-reviews__all-link{
        float: none;
    }

    .home-reviews-alpha .home-reviews__listing-item{
        display: inline-block;
        float: none !important;
        vertical-align: top;
    }

    .home-reviews-alpha .home-reviews__listing-picture{
        margin: 0 0 15px;
    }

    .home-reviews-alpha .home-reviews__listing-body-container{
        min-height: 0;
        text-align: left;
    }

    .home-reviews-alpha .home-reviews__listing-author-container{
        text-align: left;
    }
}


/********************************
Catalog carousel
*********************************/
.catalog-section {
    padding-bottom: 140px;
}

.catalog-section__title{
    font-family: "AvenirNext-Bold", true;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
}
.catalog-section__subtitle{
    font-family: "AvenirNext-Bold", true;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.catalog-section__links{
    margin-bottom: 0;
}

.catalog-section__slider-list-item{
    padding: 0 50px;
    text-align: center;
}

.catalog-section__slider-item--infos-vehicle-name{
    height: auto;
    font-family: "AvenirNext-Bold", true;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 0 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.catalog-section .showroom-price__price-label--starting-at{
    display: block;
    font-family: "AvenirNext-Regular", true;
    font-size: 12px;
    line-height: 21px;
}

.catalog-section .showroom-price__price-wrapper{
    font-family: "AvenirNext-Bold", true;
    font-size: 24px;
    line-height: 32px;
}

.catalog-section .showroom-financing__payment,
.catalog-section .showroom-financing__rate,
.catalog-section .showroom-price__price--regular,
.catalog-section .showroom-price__price-label{
    font-family: "AvenirNext-Bold", true;
    font-size: 24px;
    line-height: 32px;
}

.catalog-section .showroom-financing__wrapper{
    border: 0px;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
}

.catalog-section .showroom-financing__type{
    text-transform: none;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 2px;
}

.catalog-section .showroom-financing__type+.showroom-financing__spec-wrapper{
    border-right-width: 1px;
    border-right-style: solid;
}

.catalog-section .showroom-financing__payment,
.catalog-section .showroom-financing__rate{
    font-size: 15px;
    line-height: 15px;
}

.catalog-section .showroom-financing__frequency,
.catalog-section .showroom-financing__term{
    font-family: "AvenirNext-Regular", true;
    font-size: 8px;
    line-height: 14px;
}

.catalog-section .showroom-financing__cashdown{
    font-size: 12px;
    line-height: 21px;
    margin-top: 2px;
}

.catalog-section__slider-item .showroom-rebate{
    position: static;
}

.catalog-section__slider-item .showroom-rebate img{
    max-width: 23px;
    position: absolute;
    left: 0;
    top: 0;
}

.catalog-section__slider-item .showroom-rebate__content{
    font-size: 10px;
    line-height: 14px;
    margin: 0;
}

.catalog-section__slider-smallprint{
    text-align: center;
}

.catalog-section__slider-smallprint .smallprint{
    font-size: 9px;
    line-height: 12px;
}
.inventory-details__content-options .title{
text-transform: uppercase;
}
@media (min-width: 48em){
    .catalog-section {
        padding-bottom: 220px;
    }
    .catalog-section__title-wrapper{
        margin-bottom: 40px;
    }

    .catalog-section__title{
        font-size: 50px;
        line-height: 55px;
    }
    .catalog-section__subtitle{
        font-size: 28px;
        line-height: 35px;
    }

    .catalog-section__links{
        margin-top: 25px;
    }

    .catalog-section__slider-list-item{
        padding: 0 20px;
    }

    .catalog-section .controls-btn{
        font-size: 40px;
        top: 40%;
    }

    .catalog-section .controls-next:before{
        content: "\e948";
    }

    .catalog-section .controls-prev:before{
        content: "\e947";
    }
}

@media(min-width: 64em){
    .catalog-section{
        background-size: auto !important;
        padding-bottom: 260px;
    }
}

.inventory-slider__control-picto{
font-size: 10px;
}
.highlights-alpha__title{
font-size: 18px;
line-height: 24px;
}
.highlights-alpha__cta{
;
font-size: 12px;
line-height: 18px;
}
.block-hours__department-phone-text,
.block-hours__department-phone-number{
font-size: 20px;
line-height: 24px;
}
.catalog-preview-zeta__cta{
padding: 13px 20px;
min-width: 200px;
}
.catalog-preview-zeta__cta:hover{
padding: 12px 19px;
}

.scrollbar-fill{
background-color: #005a2b;
}
.compare-vehicles__tabs .tabs{
border-bottom: 2px solid #e4e8e8 !important;
}
.compare-vehicles__tabs .tabs-title{
color: #666666 !important;
}

/********************************
INVENTORY DETAILS PAGE
*********************************/
.inventory-details__ctas-instance-info{
    
}

/********************************
CATALOG SLIDER ECHO
*********************************/
.catalog-slider-echo__top-title{
    font-family: "AvenirNext-Bold", true;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.catalog-slider-echo__top-subtitle{
    font-size: 18px;
    line-height: 21px;
}

.catalog-slider-echo__top-ctas .link__regular-terciary{
    font-family: "AvenirNext-Regular", true;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
}

.catalog-slider-echo__top-ctas .link__regular-terciary .link__regular-picto{
    font-size: 6px;
    top: -2px;
}

.catalog-preview-hotel__block-top{
    text-align: center;
}

.catalog-preview-hotel__vehicle-image{
    margin: 0 auto;
}

.catalog-preview-hotel__vehicle-name{
    display: inline-block;
    font-family: "LandRoverWeb-Bold", true;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 4px 0 6px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

.catalog-preview-hotel__showroom-financing-only__wrapper{
    margin: 0 auto;
}

.catalog-preview-hotel__showroom-financing-only__wrapper .catalog-preview-hotel__showroom-price__wrapper{
    margin: 0;
}

.catalog-preview-hotel__showroom-price__price--regular{
    font-family: "AvenirNext-Bold", true;
}

@media (min-width: 64em){
    .catalog-slider-echo__top-title{
        font-size: 50px;
        line-height: 50px;
    }

    .catalog-preview-hotel__vehicle-name{
        font-size: 35px;
        line-height: 40px;
    }
}


/********************************
HIGHLIGHTS DELTA
*********************************/


.highlights-delta.highlights-delta--fullwidth .highlights-delta__wrapper{
    max-width: 960px;
    margin: 0 auto;
    padding-top: 0;
}

.highlights-delta.highlights-delta--fullwidth .highlights-delta__item-box{
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.highlights-delta__content h5{
    text-transform: none;
}



/********************************
INVENTORY SLIDER
*********************************/
.inventory-slider__title {
    font-family: "AvenirNext-Bold", true
}

/********************************
INVENTORY SLIDER BETA
*********************************/
.inventory-slider-beta{
    padding: 10px;
}
/********************************
CATALOG SLIDER ECHO
*********************************/
.catalog-slider-echo__top-title{
    font-family: "LandRoverWeb-Bold", true;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.catalog-slider-echo__top-subtitle{
    font-size: 18px;
    line-height: 21px;
}

.catalog-slider-echo__top-ctas .link__regular-terciary{
    font-family: "AvenirNext-Regular", true;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
}

.catalog-slider-echo__top-ctas .link__regular-terciary .link__regular-picto{
    font-size: 6px;
    top: -2px;
}

.catalog-preview-hotel__block-top{
    text-align: center;
}

.catalog-preview-hotel__vehicle-image{
    margin: 0 auto;
}

.catalog-preview-hotel__vehicle-name{
    display: inline-block;
    font-family: "AvenirNext-Bold", true;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 4px 0 6px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

.catalog-preview-hotel__showroom-price__price--regular{
    font-family: "AvenirNext-Bold", true;
}

@media (min-width: 64em){
    .catalog-slider-echo__top-title{
        font-size: 50px;
        line-height: 50px;
    }

    .catalog-preview-hotel__vehicle-name{
        font-size: 35px;
        line-height: 40px;
    }
}


/********************************
HIGHLIGHTS DELTA
*********************************/

.highlights-delta.highlights-delta--fullwidth .highlights-delta__wrapper{
    max-width: 960px;
    margin: 0 auto;
}

.highlights-delta.highlights-delta--fullwidth .highlights-delta__item-box{
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.highlights-delta__content h5{
    text-transform: none;
}


/********************************
INVENTORY SLIDER BETA
*********************************/
.inventory-slider-beta{
    padding: 10px;
}
.inventory-slider-beta,
.inventory-slider-beta + .inventory-slider-pager,
.inventory-slider-pager + .inventory-slider-pager__links{
    -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.16);
}

.inventory-slider-beta + .inventory-slider-pager,
.inventory-slider-pager + .inventory-slider-pager__links{
    position: relative;
}

.inventory-slider-beta__title-wrapper{
    margin-bottom: 30px;
}

.inventory-slider-beta__title{
    display: inline-block;
    font-family: "LandRoverWeb-Bold", true;
    font-size: 35px;
    line-height: 35px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 0 6px;
}

.inventory-preview-gamma__preview-name{
    font-family: "AvenirNext-Bold", true;
    font-size: 25px;
    line-height: 25px;
}

.inventory-preview-gamma__preview-transmission-odometer{
    ;
}

.inventory-slider-beta + .inventory-slider-pager .inventory-slider-pager__control-left,
.inventory-slider-beta + .inventory-slider-pager .inventory-slider-pager__control-right{
    background: none !important;
}

.inventory-slider-beta + .inventory-slider-pager .inventory-slider__control-picto{
    font-size: 28px;
}

.inventory-slider-beta + .inventory-slider-pager .inventory-slider-pager__control-left .inventory-slider__control-picto:before{
    content: "\e947";
}

.inventory-slider-beta + .inventory-slider-pager .inventory-slider-pager__control-right .inventory-slider__control-picto:before{
    content: "\e948";
}

.inventory-slider-beta + .inventory-slider-pager .inventory-slider-pager__links{
    padding: 18px 20px;
}

@media (min-width: 48em){
    .inventory-slider-beta{
        padding: 10px;
    }

    .inventory-slider-beta__title{
        font-size: 50px;
        line-height: 50px;
    }

    .inventory-preview-gamma__preview-name{
        font-size: 35px;
        line-height: 40px;
    }

    .inventory-slider-pager__links .inventory-slider-pager__links-item{
        font-family: "AvenirNext-Regular", true;
        font-size: 14px;
    }
}

@media (min-width: 64em){
    .inventory-slider-beta{
        padding: 20px;
    }
}

/********************************
HIGHLIGHTS SECTION
*********************************/
.highlights-section__subtitle {
font-family: "AvenirNext-DemiBold", true;
}
.highlights-section__wrapper{
padding: 50px 20px !important;
margin-top: 0;
}
.highlights-echo__header{
position: relative;
padding: 0 20px;
bottom: -20px;
}
.highlights-delta__body{
padding: 25px 10px 50px;
}
.highlights-delta__title .title__primary{
@include font-size(25px);
margin: 0 0 15px;
}
/********************************
HIGHLIGHTS ECHO
*********************************/

.highlights-echo__header img{
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
}

.highlights-echo__body{
    text-align: left;
    padding: 40px 20px 20px;
}
.highlights-echo__body-main{
padding-bottom: 0;
}
.highlights-echo__content{
margin-bottom: 15px;
@include font-size(14px);
}

/********************************
SEO CHARLIE
*********************************/
.block-about-charlie__content{
padding: 20px !important;
margin-top: 0;
}
.block-about-charlie__title{
margin: 0 0px 40px;
}
@media (min-width: 64em){
    .block-about-charlie{
        padding: 5px 0 50px;
    }
}

/********************************
           ABOUT PAGE
*********************************/
.page-about__reviews .home-reviews__listing-body-container {
    font-family: "AvenirNext-Regular", true;
}

.page-about__reviews .home-reviews__listing-author-name{
    color: #303030;
}

.page-about__sidebar-html blockquote p {
    font-family: "AvenirNext-Regular", true;
}

/********************************
          REVIEWS PAGE
*********************************/
.review-listing__preview {
    font-family: "AvenirNext-Regular", true;
}

/***************** li (Color for Cheklist )******************/

.why-buy-content__text li:before{
  color:#005a2b
}


/********************************
PAGE SVO
*********************************/
.page-svo-box__html,
.page-svo-technical__html,
.svo-highlights-alpha-intro__block-text,
.svo-highlights-alpha-instances__item-html,
.svo-highlights-bravo__instances-item-html,
.svo-highlights-bravo__instances-item-html{
    line-height: 20px;
}

.page-svo-offer__html{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.page-svo-offer__smallprint{
    font-size: 11px;
    line-height: 18px;
}

@media (min-width: 48em){
    .page-svo-box__title.title__primary{
        font-size: 35px;
        line-height: 40px;
    }
}

@media (min-width: 64em){
    .page-svo-box__title.title__primary{
        font-size: 50px;
        line-height: 55px;
    }
}

/*</style>*/

/*End Font-compliance for land-rover*/

