

/*Start css compliances for kia*/

/*<style >*/

    
    @font-face {
        font-family: 'KiaSignatureBold';
        src: url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureBold.eot');
        src: url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureBold?#iefix') format('embedded-opentype'),
        url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureBold.woff') format('woff'),
        url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureBold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    
    @font-face {
        font-family: 'KiaSignatureRegular';
        src: url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureRegular.eot');
        src: url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureRegular.eot?#iefix') format('embedded-opentype'),
        url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureRegular.woff') format('woff'),
        url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureRegular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    
    @font-face {
        font-family: 'KiaSignatureLight';
        src: url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureLight.eot');
        src: url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureLight.eot?#iefix') format('embedded-opentype'),
        url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureLight.woff') format('woff'),
        url('//cdn.sm360.ca/varia/fonts/kia/KiaSignatureLight.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }



/*</style>*/
/*<style >*/

/************************************************************************************************************************
1. TITLE
************************************************************************************************************************/
h1, .headline1, .wysiwyg h1, .title__primary {
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-size: 30px;
    line-height: 40px;
}

h2, .headline2, .wysiwyg h2, .title__secondary {
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-size: 25px;
    line-height: 30px;
}

h3, .headline3, .wysiwyg h3, .title__tertiary {
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    font-size: 20px;
    line-height: 30px;
}

h4, .headline4, .wysiwyg h4, .title__quaternary, .title__subtitle {
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-size: 18px;
    line-height: 30px;
}

h5, .headline5, .wysiwyg h5, .title__quinary {
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}

.title-with-underline-alpha{
    margin-top: 15px;
}
.title-with-underline-alpha:after {
    border-bottom-width: 0;
    border-bottom-style: none;
}

body{
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
}

.currency-value{
/*display: table-cell;*/
}
.currency-symbol{
/*display: table-cell;*/
font-size: 50%!important;
}


@media only screen and (min-width: 768px) {
    h1, .headline1, .wysiwyg h1, .title__primary {
        font-size: 40px;
        line-height: 48px;
    }

    h2, .headline2, .wysiwyg h2, .title__secondary {
        font-size: 35px;
        line-height: 45px;
    }

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

@media only screen and (min-width: 1024px) {
    h1, .headline1, .wysiwyg h1, .title__primary {
        font-size: 50px;
        line-height: 60px;
    }

    h2, .headline2, .wysiwyg h2, .title__secondary {
        font-size: 40px;
        line-height: 48px;
    }

    h3, .headline3, .wysiwyg h3, .title__tertiary {
        font-size: 35px;
        line-height: 45px;
    }
}
.smallprint{
    font-family:"KiaSignatureRegular";
    font-weight: normal; ;
    font-size: 12px;
    line-height: 18px;
}
.wysiwyg li{
    list-style-type: none;
    padding-left: 5px;
    position: relative;
}
.wysiwyg li:before{
    content: '-';
    position: absolute;
    left: -10px;
}

/************************************************************************************************************************
2. BUTTONS
************************************************************************************************************************/
.link__alpha, .link__ghost, .link__beta{
    font-family:"KiaSignatureBold" ;
    font-weight: normal; ;
    font-size: 14px;
    line-height: 17px;
    max-height: 60px;
    padding: 22px 40px;
    border-width: 1px;
    border-style: solid;
}

.link__alpha:hover,
.link__ghost:hover,
.link__beta:hover{
    text-decoration: underline;
}
.link__beta,
.link__ghost-tertiary,
.link__ghost-dilawri{
    max-height: 46px;
    padding: 12px 30px;
}
.subBtnDark {
    height: 30px;
    border-radius: 15px;
    padding: 8px 15px;
    font-size: 14px;
    line-height:14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;
}
.subBtnDark:hover span{
    text-decoration: underline;
}
.subBtnDark:after{
    font-family: 'icomoon' !important;
    content: "\e9c6";
    margin-left: 10px;
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 20px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;
}
.link__regular{
    font-size: 12px;
    line-height: 15px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}
.link__regular:hover{
    text-decoration: underline;
}
.link__regular:before{
    font-family: 'icomoon' !important;
    content: '\e9c6';
    transform: rotate(-90deg);
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

[data-theme-style~="btnAlphaPrimary"]:hover,
[data-theme-style~="btnAlphaPrimary"]:focus,
[data-theme-style~="btnAlphaPrimary"]:active{
    border-color: #05141f !important;
}

[data-theme-sprite~="photo"]:before {
content: "\e9f4";
}

[data-theme-sprite~="phone-forms"]:before {
content: "\e9f2";
}

[data-theme-sprite~="hour-business"]:before {
content: "\e9f3";
}

[data-theme-sprite~="picto-pin"]:before {
content: "\e9f5";
}

[data-theme-sprite~="email"]:before {
content: "\e9f6";
}

[data-theme-sprite~="phone"]:before {
content: "\e9f2";
}

[data-theme-sprite~="gallery"]:before {
content: "\e9f7";
}


/************************************************************************************************************************
3. WIDGETS
************************************************************************************************************************/
.breadcrumbs__block-item,
.breadcrumbs__block-anchor{
   text-transform: capitalize;
    font-size: 11px;
    line-height: 14px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.breadcrumbs__block-item:last-child,
.breadcrumbs__block-anchor:last-child{
   text-transform: capitalize;
    font-size: 11px;
    line-height: 14px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.breadcrumb a:hover{
    text-decoration: none;
}
.pagination-listing__page-input{
    padding: 0 30px;
}
.pagination-listing__input{
    box-shadow: none;
    border: none;
}
.widget-tabs .tabs-title{
    position: relative;
    height:20px;
}
.widget-tabs .tabs-title:hover>a{
    text-decoration: underline;
}
.widget-tabs .tabs-title>a{
    font-size: 14px;
    line-height: 20px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    padding-top: 7px;
}
.widget-tabs .tabs-title.is-active>a{
    width: fit-content;
    border-top-width: 4px;
    border-top-style: solid;
    text-decoration: none;
    position: relative;
    top: -4px;
}
.close-button{
    border: none;
}
.m-modal__closeButton{
    font-size: 24px;
}
.widget-scrolltop{
    bottom: 180px !important;
    right: 50px !important;
   z-index: 9999999;
}
.widget-scrolltop__block{
    width: 62px;
    height: 62px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    padding: 12px 25px;
}
.widget-scrolltop__picto-wrapper{
    position: static;
    transform: rotate(-180deg);
}
.color-chooser-alpha__item .color-chooser-alpha__item-img {
    border-width: 2px;
    border-style: solid ;
}
.color-chooser-alpha__item:not(:last-child){
    margin-right: 15px;
}
.slick-next:before,
.reviews-charlie .slick-next:before,
.slick-prev:before,
.reviews-charlie .slick-prev:before,
.link__slider{
    background-color: #05141f;
    color: #ffffff !important;
}

[data-theme-style~="homePromoSliderPagination"] .slick-dots li.slick-active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.slick-dots li,
.slick-dots li.slick-active{
    width: 40px;
    height: 4px;
    margin-right: 10px;
    border-radius: 0;
}

.slick-next:before,
.reviews-charlie .slick-next:before,
.slick-prev:before,
.reviews-charlie .slick-prev:before,
.link__slider,
.gallery-delta-slider__controls-item:before,
.slider-arrow,
.link__slider-arrows-text{
    font-size: 15px;
    border-radius: 50%;
    padding: 15px;
    opacity: 0.2;
}
.link__slider{
    width: 45px;
    height: 45px;
}
.link__slider .link__slider-arrows-text{
    font-size: 15px;
    opacity: 1;
}

.slick-next:hover:before,
.reviews-charlie .slick-next:hover:before,
.slick-prev:hover:before,
.reviews-charlie .slick-prev:hover:before,
.link__slider:hover,
.gallery-delta-slider__controls-item:hover:before,
.slider-arrow{
    opacity: 1;
}
.slick-next:before,
.reviews-charlie .slick-next:before,
.why-buy-slider__arrow-right .link__slider-arrows-text:before{
    font-family: 'icomoon' !important;
    content: "\e93e";
}
.slick-prev:before,
.reviews-charlie .slick-prev:before,
.why-buy-slider__arrow-left .link__slider-arrows-text:before {
    font-family: 'icomoon' !important;
    content: "\e93d";
}
.reviews-charlie .slick-next{
    right: 25px;
}
.reviews-charlie .slick-prev{
    left: 0;
}
.widget-countdown__top-content{
    align-items: center;
    width: calc(100% + 2px);
    top: -1px;
    left: -1px;
    right: -1px;
}
.widget-countdown__tagline{
    font-size: 16px;
    line-height: 20px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    width: fit-content;
}
.widget-countdown__number.hours:before,
.widget-countdown__number.minutes:before{
    content: none;
}
.widget-countdown__number{
    font-size: 30px;
    line-height: 38px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.widget-countdown__text{
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    font-size: 13px;
    line-height: 17px;
}
.widget-countdown__border{
    border: 6px solid;
}
.delivery-options{
    padding-left:20px;
}
.widget-sr input[type=radio]+label:after,
.widget-sr input[type=radio]+label:before{
    top: 40px!important;
}

/************************************************************************************************************************
4. FORMS
************************************************************************************************************************/
.site-container [type=text],
.site-container [type=password],
.site-container [type=date],
.site-container [type=datetime],
.site-container [type=datetime-local],
.site-container [type=month],
.site-container [type=week],
.site-container [type=email],
.site-container [type=tel],
.site-container [type=time],
.site-container [type=url],
.site-container [type=color],
.site-container [type=number],
.site-container textarea{
    border-radius: 0;
    padding: 13px 10px;
    font-size: 16px;
    line-height: 19px;
}
.site-container [type="checkbox"]:not(:checked)+label:before,
.site-container [type="checkbox"]:checked+label:before,
.site-container .widget-checkbox__check:before{
    border-radius: 0;
}
.site-container [type="checkbox"]:not(:checked)+label:after,
.site-container [type="checkbox"]:checked+label:after,
.site-container .widget-checkbox__check:after{
    top: 3px;
    left: 6px;
}
.site-container input[type="radio"]+label .radio-button__label-radio{
    width: 16px;
    height: 16px;
}
.site-container .radio-button__label-text,
.site-container [type="checkbox"]:not(:checked)+label, .site-container [type="checkbox"]:checked+label{
    font-size: 13px;
    line-height: 16px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.site-container [type="checkbox"]:checked+label,
input[type="radio"]:checked + label .radio-button__label-text{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
input[type="radio"]:checked + label .radio-button__label-radio {
    border-color: #03141e;
}

.form-field__label label{
    position: relative;
    padding-top: 35px;
}
.form-field__label label:before,
.form-field__label--text.active:before{
    content: attr(data-placeholder);
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 14px;
    line-height: 20px;
}

.widget-newsletter .form-field__label--text{ padding-top: 0; }
.widget-newsletter .form-field__label--text::before{ display: none;}
.widget-newsletter__input.form-field__label-input-text{height: 45px !important;}

.widget-newsletter__subscribe-button{
    margin-top: 20px;
}

.m-modal__content{
    text-align: center;
}
.footer-hours-tabs__content{
    maring: 0 auto;
    text-align: left;
}
.header-kia-bottom__title-opening-hours{
    margin-bottom: 30px;
}

.form-field__label--text.active:before {
top: 5px;
left: 10px;
}
#start_work_date-label-40.form-field__label--text:before {
left: 0;
}
#start_work_date-label-40.form-field__label--text.active:before {
left: 10px;
}
.form-field__label-select{
padding-top:20px!important;
height: 70px !important;
}

@media only screen and (max-width: 1024px) {
.form__textarea-container .form-field__label--text:before {
font-size: 13px!important;
}
}


/************************************************************************************************************************
5. MENU MOBILE
************************************************************************************************************************/
.header-mobile__left-section,
.header-mobile__logo-section,
.header-mobile__right-section{
    flex: 1 1 0;
}
.header-mobile__left-section .menu-icon{
    align-items: flex-start;
}
.header-mobile__right-section{
    text-align: right;
}
.menu-icon span,
.menu-icon span:first-child,
.menu-icon span:last-child{
    width: 30px;
    height: 3px;
}
.header-mobile{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.header-mobile__logo-section{
    display: flex;
    justify-content: center;
}
.menu-mobile .header__nav-list-anchor{
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    border-top: 1px solid;
}
.menu-mobile .header__nav-list-compare{
padding: 15px 15px 0;
}
.menu-mobile .widget-comparebox{
position: static;
min-width: 0;
}
.is-accordion-submenu-parent>.header__nav-list-anchor:after,
.is-accordion-submenu-parent[aria-expanded=true]>a::after{
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.header__nav-submenu{
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.header__nav-submenu.js-dropdown-active{
    padding-bottom: 0;
}
.menu-mobile .header__nav-submenu{
    padding: 0;
}
.menu-mobile__top-section{
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 15px;
}
.menu-mobile__cta-section{
    padding: 0 15px 20px;
    border-bottom: 1px solid;
}
.menu-mobile__bottom-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
}
.menu-mobile__bottom-logo-section img{
    height: 20px;
    padding-right: 20px;
    border-right: 1px solid;
}
.menu-mobile__dealer-name{
    margin: 0 auto;
}
.menu-mobile__phone .snippet-phone__department-wrapper{
    margin-bottom: 10px;
}
.menu-mobile__phone .snippet-phone__department-phone{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.menu-mobile__bottom{
    margin-bottom: 20px;
}
.menu-mobile__address{
    margin-bottom: 10px;
}
.menu-mobile__opening-hours{
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
}
.menu-mobile__opening-hours.js-active{
    display: block;
}
.menu-mobile__opening-hours .footer-hours-tabs__content{
    margin: 0 auto;
}
.header-kia-bottom__link-hours{
    margin-left: 15px;
}
.menu-mobile__social{
    padding-bottom: 70px;
}
/************************************************************************************************************************
6. MENU DESKTOP
************************************************************************************************************************/
.header{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.header__top{
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header__top-ctas{
    padding-right: 20px;
    padding-left: 20px;
}
.header__top-ctas .link__regular{
    text-transform: unset;
}
.header__bottom-wrapper {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.header__address .snippet-address__link:hover {
    text-decoration: underline
}
.menu-desktop__opening-hours{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 80%;
    max-width: 800px;
    height: auto;
    padding: 40px 20px;
}
.menu-desktop__opening-hours.js-active{
    display: block;
}
.menu-desktop__opening-hours .footer-hours-tabs__content{
    margin: 0 auto;
}
.header__nav{
    padding-bottom: 30px;
    padding-top: 30px;
}
.header__logo{
    padding: 0 20px!important;
}
.header__nav-list-element{
    font-size: 17px;
    line-height: 25px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.header__nav .header__nav-list .header__nav-list-element .header__nav-list-anchor{
    padding: 0;
}
.header__nav-list-element .header__nav-list-anchor:hover{
    text-decoration: underline;
}
.header__nav-submenu.js-dropdown-active {
padding-top: 0;
}
.header__nav-submenu-element{
    padding: 16px 20px;
    font-size: 14px;
    line-height: 17px;
    border-top-width: 1px;
    border-top-style: solid;
    text-transform: none;
}
.header__nav-submenu-element:hover{
    text-decoration: underline;
}
.header__bottom{
    padding-top: 5px;
    padding-bottom: 5px;
}
.header__bottom-element{
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
/************************************************************************************************************************
7. Footer
************************************************************************************************************************/
.footer-kia{
    width: 100%;
    float: right;
    padding-left: 0;
    padding-right: 0;
    .snippet-phone__department-phone--footer:hover {
        text-decoration: underline;
    }
    .footer__content-link {
        margin-top: 20px;
        display: block;
    }
}
.footer-kia__map-link {
    margin-top: 20px;
}
.footer-kia__wrapper{
    padding-top: 50px;
}
.footer-kia__logo-link{
    display: flex;
    align-items: flex-end;
}
.footer-kia__logo-link span{
    margin-left: 30px;
}
.footer-kia__list-element-anchor{
    display: block;
    margin: 0 0 10px;
}
.footer-kia__list-element-anchor:hover{
    text-decoration: underline;
}
.footer-kia__middle{
    padding-top: 40px;
}
.footer-kia__column{
    padding: 0 10px;
}
.footer-kia__title {
    font-size: 16px;
    line-heifht: 17px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    margin-top: 30px;
    margin-bottom: 20px;
}
.footer-kia__other-links{
    margin-left: 0;
}
.footer-hours-tabs__box-row-wrapper{
    line-height: 23px;
}
.footer-hours-tabs__content{
    max-width: 260px;
}
.footer__list-element-anchor{
    font-size: 14px;
    line-height: 20px;
}
.footer-kia__column .snippet-address__address-name {
    font-size: 14px;
    line-height: 20px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.footer-kia__phone{
    margin-top: 10px;
}
.footer-kia__phone .snippet-phone__department-name{
    font-size: 14px;
    line-height: 17px;
}
.footer-kia__phone .snippet-phone__department-phone{
    font-size: 14px;
    line-height: 20px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
@media only screen and (min-width: 640px) {
    .footer-kia__middle{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-kia__column{
        width: 50%;
    }
    .widget-newsletter__subscribe-button{
        margin-top: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-kia__wrapper{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .footer-kia__column{
        width: 25%;
    }
}
/************************************************************************************************************************
8. Catalog Details
************************************************************************************************************************/
.catalog-details__consumptions--wrapper {
    display: flex;
}
.catalog-details__consumptions-block{
    font-size: 70px;
}
.showroom-rebate__text {
    font-size: 14px;
    line-height: 20px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.showroom-rebate__price{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.catalog-block-alpha__name-anchor{
    font-size: 25px;
    line-height: 29px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.showroom-price__price-label--starting-at,
.vehicle__rebate-old-price,
.showroom-financing__type,
.showroom-financing__cashdown{
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    font-size: 14px;
    line-height: 20px;
}
.view-switcher-alpha__link{
    padding: 7px 15px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    font-size: 13px;
    line-height: 16px;
    border-style: solid;
    border-width: 1px;
    display: flex;
    align-items: center;
}
.view-switcher-alpha__link:hover{
    text-decoration: underline;
}
.catalog-trim-chooser__item.is-active{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    border-top: 4px solid;
    padding-top: 7px;
}
.vehicle-cash-purchase-selling-price__value,
.vehicle-finance__item-term-payment-value,
.vehicle-lease__item-term-payment-value{
    font-size: 35px;
    line-height: 45px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-weight: normal;
}
.vehicle-cash-purchase-retail-details__item-value{
    font-size: 25px;
    line-height: 30px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    text-decoration: none;
}
.vehicle-lease__item-payment-frequency-label,
.vehicle-lease__item-value,
.vehicle-cash-purchase-retail-details__item-label,
.vehicle-cash-purchase-selling-price__label,
.vehicle-cash-purchase-incentives__item-label,
.vehicle-finance__item-payment-frequency-label,
.vehicle-finance__item-value,
.vehicle-best-price-disclaimer__item-disclaimer{
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.header-price-cash-purchase,
.vehicle-lease__item-value-term,
.vehicle-lease__item-value-apr,
.vehicle-lease__item-value-cashdown,
.vehicle-finance__item-value-apr,
.vehicle-finance__item-value-term,
.vehicle-finance__item-value-cashdown,
.vehicle-cash-purchase-incentives__item-value,
.vehicle-best-price-disclaimer__item-price{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.view-switcher-alpha__link:not(:last-child){
    margin-right: 10px;
}
.new-instant-estimate__wrapper .instant-estimate__content .instant-estimate__text-content .InputAutoComplete .auto-complete-text,
.instant-estimate__content .InputAutoComplete p.cant-find-vehicle-link{
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.catalog-specifications-charlie__details-specs-element{
    list-style-type: none;
    padding-left: 5px;
}
.catalog-specifications-charlie__details-specs-element:before{
    content: '-';
    position: relative;
    left: -5px;
}
.catalog-specifications-charlie__details-specs-type{
    font-size: 13px;
    line-height: 22px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
/************************************************************************************************************************
9. Catalog Listing
************************************************************************************************************************/
.catalog-block-alpha__image{
    padding-top: 40px;
}
.catalog-block-alpha__spec .showroom-price__price--regular,
.catalog-block-alpha__spec .showroom-price__price--legal,
.catalog-block-alpha__spec .showroom-financing__payment,
.catalog-block-alpha__spec .showroom-financing__rate{
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    font-size: 25px;
    line-height: 28px;
}
.catalog-block-alpha .showroom-price__price--old{
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    font-size: 18px;
    line-height: 21px;
    display: block;
    text-decoration: none;
}
.catalog-block-alpha__smallprint{
    margin-top: 10px;
    display: block;
}
.catalog-listing-alpha__text-seo .readmore__link{
    margin-top: 20px;
}
.catalog-listing-alpha__form .form-container__content{
    margin-bottom: 50px;
}
.widget-filter__check-element{
    border-radius: 0;
    box-shadow: none;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    border-style: solid;
    border-width: 1px !important;
    padding: 16px 40px;
}
.widget-filter__check-element--selected{
    border-width: 1px;
}
/************************************************************************************************************************
10. Inventory Listing
************************************************************************************************************************/
.inventory-tile-section-price__sale-price{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-size: 24px;
    line-height: 25px;
}

.inventory-listing-charlie__options-text{
    font-size: 18px;
    line-height: 21px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    text-transoform: none;
}
.inventory-listing-charlie__options-text:last-child{
    font-size: 14px;
    line-height: 26px;
    text-transform: none;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.inventory-filter-charlie__overlap-title{
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.inventory-listing-charlie__options .widget-dropdown__button-content,
.header-sticky-inventory-listing__search-section .widget-dropdown__button-content{
    font-size: 14px;
    line-height: 26px;
    text-transform: none;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.inventory-filter-charlie .filters-dropdown{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.inventory-filter-charlie__filters-item .form-field__label label:before,
.header-sticky-inventory-listing__search-section .form-field__label label:before{
    content: none;
}
.inventory-filter-charlie__filters-item .form-field__label label,
.header-sticky-inventory-listing__search-section .form-field__label label{
    padding-top: 0;
}
.inventory-filter-charlie .filters-dropdown__button{
    font-size: 18px;
    line-height: 20px;
}
.inventory-listing-charlie__cta .widget-dropdown__button-content{
    font-size: 14px;
    line-height: 20px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.inventory-listing-charlie__results-info-total{
    text-transform: none;
    font-size: 14px;
    line-height: 26px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.inventory-tile-section-title-bar-block-new-used{
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.inventory-tile-section-vehicle-name--model-name{
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.inventory-tile-section-vehicle-name--year-make{
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
}
.inventory-tile-section-stock-number{
    font-size: 12px;
    line-height: 18px;
}
.inventory-tile-section-price-tabs-panel-item__total-value{
    font-size: 24px;
    line-height: 25px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.inventory-tile-section-ctas-content--left  .link__beta {
    max-height: 46px;
    padding: 15px 30px;
}
.inventory-listing-charlie__form .form-container__content{
    margin-bottom: 50px;
}
.inventory-tile-section-title-bar-gallery__count{
    font-size: 12px;
    line-height: 18px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.inventory-tile-section-title-bar-block-new-used{
    font-size: 14px;
    line-height: 20px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.inventory-tile-section-price-tabs-title__anchor{
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}
.inventory-tile-section-price-tabs{
    border: none;
}
.inventory-tile-section-price-tabs-title {
    border-width: 1px;
    border-style: solid;
    width: auto;
}
.inventory-tile-section-price-tabs-title:not(:last-child){
    margin-right: 5px;
}

.inventory-tile-section-price-tabs-title.active ::after,
.best-deals-beta-slider__slider .inventory-tile-section-price-tabs-title.is-active ::after{
    content: none;
}
.inventory-tile-section-price-tabs-title__anchor{
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 5px 10px !important;
}
.inventory-tile-section-price-tabs-panel-item__starting-at,
.inventory-tile-section-price-tabs-panel-item__total-label{
    border-bottom-width: 3px;
    border-bottom-style: solid;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dynamic-inventory__disclaimer{
    margin: 0 15px;
}

.inventory-tile-section-pictos-carfax .picto__certified {
    margin: 25px 0 10px;
}

@media only screen and (min-width: 1024px) {
    .inventory-listing-charlie__options{
        width: 75%;
        justify-content: space-between;
    }
    .dynamic-inventory__disclaimer{
        margin: 0 10px;
    }
}

/************************************************************************************************************************
11. Inventory Details
************************************************************************************************************************/
.inventory-details-infos__ctas-wrapper .link__alpha,
.inventory-details-infos__ctas-wrapper .link__ghost{
    max-height: 46px;
    padding: 15px 30px;
}
.header-price-alpha__actions-cta-wrapper{
    display: flex;
    align-items: center;
}
.header-price-alpha__actions-cta-wrapper .link__regular{
    padding-left: 0;
    display: flex;
    align-items: center;
}
.header-price-alpha__actions-cta-wrapper .link__regular:before,
.inventory-details-sticky__calculator .link__regular:before{
    content: none;
}
.header-price-alpha__actions-cta-wrapper .link__regular:hover{
    text-decoration: none;
}
.header-price-alpha__actions-cta-wrapper .link__regular:hover .link__regular-primary--calculator{
    text-decoration: none;
}
.header-price-alpha__actions-cta-wrapper .link__regular-picto{
    margin-right: 15px;
}
.inventory-details-infos__tmb .vehicle-payment-tabs__title-wrapper{
    border-bottom:none;
}
.inventory-details-infos__tmb .vehicle-payment-tabs__title-wrapper{
    gap: 3%
}
.inventory-details-infos__tmb .vehicle-payment-tabs__title-wrapper .vehicle-payment-tabs__title::after{
    border: 1px solid;
    height: 30px;
    border-radius: 0;

}
.inventory-details-infos__tmb .vehicle-payment-tabs__title-wrapper .vehicle-payment-tabs__title::after{
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
}
.inventory-details-infos__tmb .vehicle-payment-tabs__title-wrapper .vehicle-payment-tabs__title.is-active::after{
    background-color:#000000;
}
.vehicle-payment-tabs__title .tabs-title__anchor{
    z-index:9;
}

.inventory-details-infos__tmb .vehicle-payment-tabs__title-wrapper .vehicle-payment-tabs__title.is-active a{
    color:#ffffff;
}

.inventory-details-infos__tmb .vehicle-payment-tabs__title-wrapper .vehicle-payment-tabs__title {
    width: 31%;
}

.inventory-details-infos__tmb .vehicle-payment-tabs__title-wrapper .vehicle-payment-tabs__title a{
    text-transform: capitalize;
    padding-top:0px;
    padding-bottom:0px;
    font-size:13px;
}

.inventory-listing-charlie__form .form-field__label-input-firstname{
    width: 100%;
}
.inventory-listing-charlie__form .form-field__label-input-lastname{
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .inventory-listing-charlie__form .form-field__label-textarea-field{
        height: 308px !important;
    }
}

.page__twocol_wysiwyg h3:after{
    content: none !important;
}

.page__twocol_wysiwyg-content p {
    text-align: left !important;
}

.link__regular-primary--calculator,
.inventory-details-sticky__calculator,
.link__regular-primary--accessories,
.link__regular-primary--cta{
    text-transform: none;
    text-decoration: none;
}
.link__regular-primary--calculator{
    text-decoration: underline;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-size: 18px;
    line-height: 21px;
}

.inventory-details-sticky__calculator .link__regular:hover {
    text-decoration: underline;
}
.inventory-details-info__mileage{
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 21px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-weight: normal;
}
.inventory-details-info__stock{
    font-size: 14px;
    line-height: 20px;

}

/*.page-inventory-used-details .vehicle-payment-tabs .vehicle-payment-tabs__title a {*/
/*    border: 1px solid;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/
.inventory-details-configuration__item-label{
    font-size: 11px;
    line-height: 20px;
}
.dilawri-anywhere--banner__instances-item-label,
.dilawri-anywhere--banner__title{
    font-size: 18px;
    line-height: 21px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.inventory-details-content__history-title{
    font-size: 25px;
    line-height: 30px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.vehicle-details-tabs__title.is-active:after{
    border: none
}
.vehicle-details-tabs__title.is-active a{
    font-size: 18px !important;
    line-height: 21px !important;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.quick-actions__info-content-label-quickaction{
    font-size: 18px;
    line-height: 21px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

/************************************************************************************************************************
11. Inventory Details
************************************************************************************************************************/
.why-buy-intro__wrapper{
    margin-bottom: 150px;
}
.why-buy-steps__text h3:after{
    content: none;
}

/************************************************************************************************************************
12. Kia Protect
************************************************************************************************************************/
.page-kia-protect__details-title{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

/************************************************************************************************************************
13. Showroom
************************************************************************************************************************/
.TransactionDetails--wrapper {
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
}

/************************************************************************************************************************
14. Showroom
************************************************************************************************************************/
.page-static-header__html {
    font-family:"KiaSignatureRegular";
    font-weight: normal;;
    font-size: 14px;
    line-height: 20px;
}



.catalog-inventory-availability__count{
    font-size: 18px;
    line-height: 21px;
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    width: 30px;
    height: 30px;
}
.catalog-inventory-availability__link{
    font-size: 14px;
    line-height: 20px;
}

.header__topbar-nav{
text-align:right;
padding:10px;
}
.header__subnav{
display:inline-block;
vertical-align:middle;
}
.header__lang{
display: inline-block;
vertical-align: middle;
margin-left: 20px;
}
.header__topbar-language{
display:inline-block;
}
.header__topbar-compare{
margin-left: 15px;
cursor: pointer;
}
.header__middle-dealerName{
font-size:25px;
line-height: 25px;
font-family: font-family:"KiaSignatureRegular";
    font-weight: normal; ;
}

.header__middlebar-phone{
line-height: 16px;
font-size:16px;
}

.widget-comparebox{
top:46px;
}

.footer__bottomblock-logomake{
position: absolute;
top: -40px;
right: 0px;
}

.footer-delta__title{
font-family:"KiaSignatureBold" ;
    font-weight: normal;
}

.snippet-phone__department-name--header{
font-family:"KiaSignatureRegular";
    font-weight: normal;;
}

.footer__title{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.footer__bottomblock-anchor{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.title-bottom{
: font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.inventory-list-layout__preview-name{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.inventory-list-layout__preview-price-current{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.vehicle__consumptions-value{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.inventory-details__content-options .title{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.catalog-block__name{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.catalog-block__name-anchor{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.showroom-price__wrapper{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.showroom-price__price--legal{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.showroom-price__price--old{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.view-switch-link span{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

.catalog-details__consumptions-label{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    fotn-size: 16px;
    line-height: 20px;
}

.catalog-details__consumptions-value{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-size: 30px;
    line-height: 38px;
    margin: 0;
}
.catalog-details__consumptions-unit{
    font-size: 10px;
    line-height: 12px;
}
.catalog-detail-sticky__link {
    min-width: 190px;
}
.widget-accordion__title{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-size: 16px;
    line-height: 20px;
    padding-left: 25px;
}
.widget-accordion__content{
    padding-left: 25px;
}
.widget-accordion__title:before,
.is-active>.widget-accordion__title:before{
    font-family: 'icomoon' !important;
    content: '\e9c6';
    left: 0;
    right: auto;
    top: 45%;
    font-size: 35px;
}
.widget-accordion__title:before{
    transform: rotate(-90deg);
    transition-timing-function: ease-in;
    transition: 0.2s;
}
.is-active>.widget-accordion__title:before{
    transform: none;
}
.catalog-details__details-specs-type{
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}

/**************************************************
 12. Interior Pages
***************************************************/
/*PAGE ABOUT*/
.page-about__instances-title { font-size: 20px; line-height: 30px; }
.page-about__instance-wrapper{ box-shadow: 0 3px 6px rgba(0, 0, 0, .29)}
.page-about .page-static-header {
    min-height: 450px;
}

/*PAGE CONTACT*/
.block-phone-sidebar__department-phone-title {width: 70px }

/*PAGE NEWS LISTING*/
.article-listing__h1{
    margin: 15px 0 40px;
}
/*PROMO LISTING*/
.listing-promotion__header-title{margin: 20px 0 30px;}
.page-promotions .promotion-preview__title,
.page-promotions-department .promotion-preview__title{ font-size: 18px; line-height: 24px;}
.promotion-details__vehicle{ margin-top: 50px;}

/*PROMO DETAIL*/
.page-promotion-details .page-smallprint{
    margin:25px 0;
}
/*TEAM LISTING*/
.listing-employee-alpha__department-employee-email,
.listing-employee-alpha__department-employee-phone{
    display: inline-block;
}
.listing-employee-alpha__department-employee-name{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.listing-employee__department-employee-image{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: none;
    width: 175px;
}

.listing-employee__title,
.page-team .listing-employee__department-select{
    margin-bottom: 20px;
}

.page-financing .page-static-header {
    background-size: cover;
}
.page-financing-rentorbuy .page-static-header {
    background-size: cover;
}

.page-parts .page-static-header {
    background-size: cover;
}
.page-services .page-static-header{
    background-size: cover;
}
.page-tire .page-static-header{
    background-size: cover;
}
.page-static-section-business-hours .form-footer-2columns .form__textarea-container .form-field__label-input{
    height: 220px;
}
.page-static-section-business-hours .form-footer-2columns .form-field__label-checkbox-text{
    color: #999999;
}
.promo-header-slide__list-item-content{
font-size: 18px;
line-height: 21px;
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
}
.promo-header-slide__cta:hover{
text-decoration:underline !important;
}
.block-hours__department-name-icon{
margin-bottom: 10px;
}
.block-hours__department-phone-number{
color : #05141f !important;
}
.block-hours__department-phone-text{
text-transform: capitalize;
font-family:"KiaSignatureBold" ;
    font-weight: normal;;
margin: 10px 0 5px;
}
@media only screen and (min-width: 640px) {
    .page-about__instances-title { font-size: 25px; line-height: 30px; }
    .seo-text-alpha__content.readmore{ max-height: 250px; }
    .page-services .tabs-title__anchor{ display: inline; }
    .page-about__instances-link{
     padding: 22px 15px;
    }
    .page-contact-alpha__ctas-item-title{
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    min-height: 95px;
    }
    .page-contact-alpha__ctas-item-html{
    margin-bottom: 15px;
    }
    .link__ghost.page-contact-alpha__ctas-item-anchor{
    padding: 22px 35px;
    }
    .widget-newsletter-beta__label{
    margin-bottom: 10px;
    }
    .widget-newsletter-beta__title{
     margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-about__instances-title{ font-size: 35px; line-height: 45px; }
    .page-about__instance-wrapper{ padding: 20px 40px 30px; }
    .seo-text-alpha__content.readmore{ max-height: 230px; }
    .page-about__instances-link{ padding: 22px 40px; }

    /*Page Contact*/
    .page-contact-alpha__content-wrapper {padding-left: 80px}
    .link__ghost.page-contact-alpha__ctas-item-anchor{
    padding: 22px 40px;
    }
    /*PROMO DETAIL*/
    .promo-details-alpha-section-call-to-actions .link__alpha{width: auto;padding: 22px 40px}
    .promo-header-slide__list-item-html-wrapper{
    padding: 25px 100px;
    }

    .link__regular-primary--calculator{
        font-size: 12px;
        line-height: 15px;
    }

    .article-details__reveal .widget-ninjabox .slick-slide img {
        max-height: 550px;
    }
    .article-details__reveal .close-button {
        top: 200px;
    }
    .article-details__reveal-body {
        padding-top: 180px;
    }

}
@media only screen and (min-width: 1200px) {
    .page-about__instances-title{ font-size: 35px; line-height: 45px; }
    .page-about__instance-wrapper{ padding: 20px 70px 30px; }

    .article-details__reveal .widget-ninjabox .slick-slide img {
        max-height: none;
    }
    .article-details__reveal-body {
        padding-top: 0;
    }
}

/******************************************************
13. Home Page
*******************************************************/
/*TOP BANNER*/
.home-top-banner__wrapper {
    text-align: center;
}
/*PROMO SLIDER*/
.promo-header-slide .link__slider-arrows-text{
    font-size: 20px;
    line-height: 20px;
}
.promo-header-slide .slick-dots li{
    height: 4px;
}

.highlights-gamma .highlights-gamma__section-title{
    margin-top: 120px;
}
.promo-header-slide__pagers{
    top: calc(100% - 45px);
}
/*Rapid Search*/
.search-tool-section{
    margin-top: -30px;
}
.search-tool-section__wrapper{
    padding-top: 0;
    padding-bottom: 0;
}
.search-tool-section .search-tool-alpha {
    margin-top: 0;
}
.search-tool-section .form-field__label--text{
    display: none;
}
.search-tool-alpha__wrapper{
    padding: 40px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .33);
}
.search-tool-alpha__search{
    flex-direction: row-reverse;
}
.search-tool-alpha__search > .form-field__label{
    margin-bottom: 0;
}
.search-tool-alpha__search .form-field__label-input-text{
    font-size: 14px;
    line-height: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.search-tool-alpha__ctas{
    align-items: center;
}
[data-theme-style~="homeRapidSearch_ctasColor"]:hover{
    color: #ffffff !important;
}
/* Best Deals  */
.best-deals-beta-slider .slick-track{
    min-width: 100%;
}
/* Highlights */
.highlights-gamma__section-title{
    margin-bottom: 35px;
}

/*Seo Text*/
.seo-text-alpha__cta{
    align-items: flex-start;
}
.seo-text-alpha__title{
    font-size: 40px;
}
/* Reviews */
.social-section .reviews-beta__all-score-rating {
    font-family:"KiaSignatureBold" ;
    font-weight: normal;;
    font-size: 40px;
    line-height: 48px;
}
.social-section .reviews-beta__all-score-star {
    font-size: 30px;
    line-height: 30px;
}

.social-section .slick-dots li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

@media only screen and (min-width: 1024px) {
    /* Highlights */
    .highlights-gamma__wrapper{
        width: 83.33%;
    }
    .highlights-gamma__wrapper:last-child:not(:first-child){
        float: none;
    }
    #info-label-40.form-field__label--text:before {
        font-size: 14px;
    }
}

.catalog-block-alpha__pop-up,
.listing-employee-alpha__department-employee-modal{
margin-top: 100px;
}
.reveal .close-button {
top: 100px;
}
@media only screen and (min-width: 640px) {
    .catalog-block-alpha__pop-up{
        top: 100px !important;
        height: calc(100% - 100px);
        overflow: auto;
        .close-button {
            top: 0;
        }
    }
}
@media only screen and (min-width: 1024px) {
    .gallery-delta-reveal {
        top: 100px !important;
        height: calc(100% - 100px);
    }
    .article-details__reveal .close-button{
        top: 200px !important;
    }
    .listing-employee-alpha__department-employee-modal {
        margin-top: 200px;
    }
    .listing-employee-alpha__modal .close-button {
        top: 200px;
    }
    .catalog-block-alpha__pop-up{
        top: 180px !important;
        height: calc(100% - 180px);
    }
}
@media only screen and (min-width: 1200px) {
    .gallery-delta-reveal{
        top: 0 !important;
        height: 100vh;
    }
}
/*</style>*/

/*End Font-compliance for kia*/










/*<style>*/

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

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

    [data-theme-style~="aboutInstance__fontColor"]{
        color:#05141f;
    }

/*</style>*/









/*<style>*/

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


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

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

/*</style>*/















































/*<style>*/

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

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

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

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

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

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

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

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

    [data-theme-style~="blockCtasBigFirst__TextColor"] h3,
    [data-theme-style~="blockCtasBigFirst__TextColor"] .subtitle{
        color: #ffffff;
    }

    [data-theme-style~="blockCtasBigFirst__TextColor"] h3:after,
    [data-theme-style~="blockCtasBigFirst__TextColor"] .subtitle:after{
        background-color: #ffffff;
    }

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


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


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

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




























    
    
    
    
    
    
    
    
    
    
        
    
    
    
    

    
    






























    
        [data-theme-style~="formBlockContent"] {
            background: linear-gradient(158deg, #05141f, #37434b)  no-repeat center;
            color: #ffffff;
        }
        [data-theme-style~="formBlockContent"] .form-field__label label:before,
        [data-theme-style~="formBlockContent"] .form-container__link-policy-text{
            color: #ffffff;
        }
    

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

    [data-theme-style~="blockFormContent_bgColor"] {
        background-color: #05141f;
    }

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

    [data-theme-style~="blockFormContent_gradient"] {
        background: linear-gradient(147deg, #05141f, #37434b)  no-repeat center;
        color: #ffffff;
    }

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

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

    [data-theme-style~="blockFormContent_promoSidebar_bgColor"] {
        background-color: #05141f;
    }

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

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

    
    [data-theme-style~="gradientPrimary__bgColor"]{
        background-color: #359455;
        background: -webkit-linear-gradient(45deg, #359455 30%, #47c671 100%); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(45deg, #359455 30%, #47c671 100%); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(45deg, #359455 30%, #47c671 100%); /* For Firefox 3.6 to 15 */
        background: linear-gradient(45deg, #359455 30%, #47c671 100%); /* Standard syntax (must be last) */
    }

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













































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

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

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

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

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

    
    [data-theme-style~="bodyPrimary"]{
        color:#05141f;
        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:#05141f;
    }

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

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

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

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

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

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

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

    
    [data-theme-style~="linkPrimary"]{
        color:#47c671
    }

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

    
    [data-theme-style~="linkSecondary"]{
        color:#47c671
    }

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


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

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

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

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

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

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

[data-theme-style~="snippetSeparator"]{
    background-color: #2287d2;
}

    [data-theme-style~="scrollToTop"]{
        background-color: #ffffff;
        color: #05141f;
        border-color: #b8bbbd;
    }
    [data-theme-style~="scrollToTop"]:hover{
        background-color: #37434b;
        color: #ffffff;
        border-color: #37434b;
    }


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








/*<style>*/

    [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);
    }

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

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

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


/*</style>*/















/*<style>*/

[data-theme-style~="breadcrumb_primaryFontColor"] {
color: #697278;
}
[data-theme-style~="breadcrumb_primaryFontColor"]:hover {
color: #05141f;
}
[data-theme-style~="breadcrumb_primaryHomeFontColor"] {
color: #05141f;
}
[data-theme-style~="breadcrumb_primaryHomeFontColor"]:hover {
color: #697278;
}
[data-theme-style~="breadcrumb_active_primaryFontColor"] {
color: #05141f;
}
[data-theme-style~="breadcrumb_active_primaryFontColor"]:hover {
color: #05141f;
}

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

[data-theme-style~="breadcrumb_active_secondaryFontColor"] {
color: #05141f;
}

/*</style>*/













































































































/*<style>*/
    
    [data-theme-style~="modal_bgColor"] {
        background: linear-gradient(180deg, #ffffff,#ffffff 100%);
    }
    [data-theme-style~="modal_fontColor"] {
        color: #05141f;
    }

    
    [data-theme-style~="btnFilterInventory"]{
        color:#05141f;
        background-color: #ffffff;
        border: 2px solid #b8bbbd;
    }

    .filters-dropdown__item [type="checkbox"]:checked + [data-theme-style~="btnFilterInventory"],
    .filters-dropdown__item.checked [data-theme-style~="btnFilterInventory"],
    [data-theme-style~="btnFilterInventory"]:hover,
    [data-theme-style~="btnFilterInventory"]:focus,
    [data-theme-style~="btnFilterInventory"]:active{
        color:#ffffff;
        background-color: #05141f;
        border: 2px solid #05141f;
    }

    .category-filtered:after {
        background-color: #05141f;
    }
    
    [data-theme-style~="btnAlphaPrimary"]{
        color:#ffffff;
        background-color: #05141f;
        border-color: #05141f;
    }

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

    [data-theme-style~="btnAlphaPrimary"][disabled],
    [data-theme-style~="btnAlphaPrimary"][disabled]:hover,
    [data-theme-style~="btnAlphaPrimary"][disabled]:focus,
    [data-theme-style~="btnAlphaPrimary"][disabled]:active {
        color: rgba(255,255,255,0.5)!important;
        background-color: rgba(5,20,31,0.5)!important;
        border-color: rgba(255,255,255,0.5)!important;
        cursor: not-allowed;
    }

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

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

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

    
    [data-theme-style~="btnAlphaTertiary"]{
        color:#05141f;
        background-color: #ffffff;
        border-color: #05141f;
    }

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

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

    
    [data-theme-style~="btnAlphaDilawri"]{
        color:#ffffff;
        background-color: #05141f;
        border-color: #05141f;
    }

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

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

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

    [data-theme-style~="btnBetaPrimary"][disabled] {
        color: rgba(255,255,255,0.5);
        background-color: rgba(5,20,31,0.5);
        cursor: not-allowed;
    }

    [data-theme-style~="btnBetaPrimary"][disabled]:hover,
    [data-theme-style~="btnBetaPrimary"][disabled]:focus,
    [data-theme-style~="btnBetaPrimary"][disabled]:active {
        color: rgba(255,255,255,0.5);
        background-color: rgba(5,20,31,0.5);
    }

    
    [data-theme-style~="btnBetaSecondary"]{
        color: #05141f;
        border-color: #05141f;
        background-color: #ffffff;
    }

    [data-theme-style~="btnBetaSecondary"]:hover,
    [data-theme-style~="btnBetaSecondary"]:focus,
    [data-theme-style~="btnBetaSecondary"]:active,
    [data-theme-style~="btnBetaSecondary"].active{
        color:#05141f;
        border-color: #05141f;
        background-color: #ffffff;
    }

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

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

    
    [data-theme-style~="btnGhostPrimary"],
    [data-theme-style~="btnGhostPrimary"][data-close] {
        color:#05141f;
        border-color: #05141f;
    }

    [data-theme-style~="btnGhostPrimary"]:hover,
    [data-theme-style~="btnGhostPrimary"]:focus,
    [data-theme-style~="btnGhostPrimary"]:active,
    [data-theme-style~="btnGhostPrimary"][data-close]:hover,
    [data-theme-style~="btnGhostPrimary"][data-close]:focus,
    [data-theme-style~="btnGhostPrimary"][data-close]:active  {
        color:#05141f;
        border-color: #05141f;
    }

    [data-theme-style~="btnGhostPrimary"][disabled] {
        color: rgba(5,20,31,0.5);
        border-color: rgba(5,20,31,0.5);
        cursor: not-allowed;
    }

    [data-theme-style~="btnGhostPrimary"][disabled]:hover,
    [data-theme-style~="btnGhostPrimary"][disabled]:focus,
    [data-theme-style~="btnGhostPrimary"][disabled]:active {
        color: rgba(5,20,31,0.5);
        border-color: rgba(5,20,31,0.5);
    }

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

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

    [data-theme-style~="btnGhostSecondary"][disabled],
    [data-theme-style~="btnGhostSecondary"][disabled]:hover,
    [data-theme-style~="btnGhostSecondary"][disabled]:focus,
    [data-theme-style~="btnGhostSecondary"][disabled]:active {
        color: rgba(255,255,255,0.5)!important;
        border-color: rgba(255,255,255,0.5)!important;
        cursor: not-allowed;
    }


    
    [data-theme-style~="btnGhostTertiary"] {
        color:#05141f;
        border-color: #05141f;
    }

    [data-theme-style~="btnGhostTertiary"]:hover,
    [data-theme-style~="btnGhostTertiary"]:focus,
    [data-theme-style~="btnGhostTertiary"]:active {
        color:#bfc2c4;
        border-color: #bfc2c4;
    }

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

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

    
    [data-theme-style~="btnRegularPrimary"] {
        color:#05141f;
    }

    [data-theme-style~="btnRegularPrimary"]:hover,
    [data-theme-style~="btnRegularPrimary"]:focus,
    [data-theme-style~="btnRegularPrimary"]:active {
       color:#05141f;
    }

    [data-theme-style~="btnRegularPrimary"]:after {
       background-color:#05141f;
    }

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

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

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

    
    [data-close],
    [data-close]:hover,
    [data-close]:focus,
    [data-close]:active {
        color: #bec1c6;
        background-color: ;
    }

    [data-modal-close],
    [data-modal-close]:hover,
    [data-modal-close]:focus,
    [data-modal-close]:active {
        color: #bec1c6;
        background-color: ;
    }


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

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

    
    .subBtnDark{
        color: #05141f;
        background-color: #ffffff;
    }
    .subBtnDark:hover,
    .subBtnDark:focus,
    .subBtnDark:active{
        color: #05141f;
        background-color: #ddddde;
    }
/*</style>*/













/*<style>*/


    .calculator-popup-table-term-selector__item-finance.active .calculator-popup-table-term-selector__item-finance-term,
    .calculator-popup-table-term-selector__item-finance:hover .calculator-popup-table-term-selector__item-finance-term {
        background-color: #686d71;
        color: #ffffff;
    }

    .calculator-popup-table-term-selector__item-finance.active .calculator-popup-table-term-selector__item-finance-rate,
    .calculator-popup-table-term-selector__item-finance:hover .calculator-popup-table-term-selector__item-finance-rate{
        color: #101010;
    }


    .calculator-popup-table-term-selector__item-finance.active .calculator-popup-table-term-selector__item-finance-payment,
    .calculator-popup-table-term-selector__item-finance:hover .calculator-popup-table-term-selector__item-finance-payment{
        color: #101010;
    }
/*</style>*/
























































































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

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

[data-theme-style~="catalogDetail_stickyMenu_vehicleName_fontColor"] {
color: #101010;
}

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

[data-theme-style~="catalogDetail_stickyMenu_calculator_fontColor"] {
color: #101010;
}


[data-theme-style~="catalogDetail_addToGarageLabel_fontColor"] {
color: #03b441;
}

[data-theme-style~="catalogDetail_notAddToGarageLabel_fontColor"] {
color: #101010;
}

[data-theme-style~="catalogDetail_addToGarage_inventoryItem_borderColor"] .catalog-inventory-availability,
[data-theme-style~="catalogDetail_addToGarage_inventoryItem_borderColor"] .catalog-inventory-availability__item:not(:last-child) {
border-color: #686d71;
}


[data-theme-style~="catalogDetails_configurationItem_iconColor"] {
color: #101010;
}


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


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


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

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


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

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

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

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






























    
    
    
    
    
    
    
    
    
    
        
    
    
    
    

    
    































    
        [data-theme-style~="catalogDetailsViewSwitcher_fontColor"] {
            color: #05141f;
            background-color: #ffffff;
        }
        [data-theme-style~="catalogDetailsViewSwitcher_fontColor"]:hover {
            border-color: #05141f;
        }
        [data-theme-style~="catalogDetailsViewSwitcher_borderColor"] {
            border-color: #b8bbbd;
        }
    


[data-theme-style~="catalogDetailsColorChooser_borderColor"] {
border-color: #b8bbbd;
}
.color-chooser-alpha__item.selected [data-theme-style~="catalogDetailsColorChooser_borderColor"] {
border-color: #ef002b;
}

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

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

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

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


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

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

[data-theme-style~="catalogDetailsModalCtaAnchor_fontColor"] {
color: #686d71;
}

[data-theme-style~="catalogDetailsModalCtaInfo_fontColor"] {
color: #101010;
}

[data-theme-style~="catalogDetailsCtaSection_borderColor"] {
border-color: #686d71;
}

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

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

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

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


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

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


[data-theme-style~="catalogDetail_dilawriAnywhere_title_fontColor"] {
color: #101010;
}


[data-theme-style~="catalogDetail_thumbnailItem_picture_bgColor"] {
background-color: #686d71;
}

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

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

[data-theme-style~="catalogDetail_thumbnailItem_morePicture_fontColor"] {
color: #101010;
}

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

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

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

[data-theme-style~="catalogDetail_thumbnailItem_videoPlayer_fontColor"] {
color: #101010;
}

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

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


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

[data-theme-style~="catalogTrimChooser_fontColor"]:hover,
[data-theme-style~="catalogTrimChooser_fontColor"]:focus,
[data-theme-style~="catalogTrimChooser_fontColor"]:active {
color: #05141f;
}

[data-theme-style~="catalogTrimChooserIsActive_fontColor"] {
color: #05141f;
}

/*</style>*/





























/*<style>*/

    [data-theme-style~="catalogListingFilters"] {
        background-color: #ffffff;
        color: #000000;
        border: 2px solid #b8bbbd;
    }

    [data-theme-style~="catalogListingFilters"]:hover{
        color: #ffffff;
        border-color: #05141f;
    }

    [data-theme-style~="catalogListingFilters"].hover{
        color: #ffffff;
        border-color: #05141f;
    }






























    
    
    
    
    
    
    
    
    
    
        
    
    
    
    

    
    






























    
        [data-theme-style~="catalogListingFilters"] {
            background-color: #ffffff;
            color: #000000;
            border-color: #b8bbbd;
        }
        [data-theme-style~="catalogListingFilters"]:hover,
        [data-theme-style~="catalogListingFilters"].hover{
            color: #ffffff;
            border-color: #05141f;
            background-color: #05141f;
        }

    

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

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

    [data-theme-style~="catalogListingFiltersDropdownElement"] {
        border-bottom: 1px solid #b8bbbd;
        color: #000000;
    }
    [data-theme-style~="catalogListingFiltersDropdownElement"].active,
    [data-theme-style~="catalogListingFiltersDropdownElement"].widget-filter__check-element--selected {
        border-bottom: 1px solid #b8bbbd;
        background-color: #05141f;
    }

    [data-theme-style~="catalogListingFilters"].active,.widget-filter__check-element--selected{
        background-color: #05141f;
        color: #ffffff;
    }

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

    [data-theme-style~="catalogListingPreview_fontColor"]{
        color: #101010;
    }

    [data-theme-style~="catalogListingPreviewFinancing_fontColor"]{
        color: #101010;
    }

    [data-theme-style~="catalogListingPreviewPrice_fontColor"]{
        color: #101010;
    }
    [data-theme-style~="catalogPreview_bgColor"]{
        background-color: #ffffff;
        border: 1px solid #b8bbbd;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    }

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

    [data-theme-style~="btnCatalogPreview"]:hover{
        background-color: #47c671!important;
        color:#47c671;
        border-color: #101010;
    }
/*</style>*/





    
    
    
    

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

    [data-theme-style~="contactInstances__bgColor"] {
        background-color: #37434b;
    }

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

    [data-theme-style~="contactFormPolicy__color"] {
        color: #05141f;
    }
/*</style>*/










/*<style>*/
    [data-theme-style~="coordinatesCardAlpha"] {
        color: #37434b;
        background: #f2f2f2;
    }

    [data-theme-style~="coordinatesCardAlpha_fontColor"] {
        color: #37434b;
    }

    [data-theme-style~="coordinatesCardAlpha_image"] {
        background: url(https://img.sm360.ca/images/web/dilawri-group-of-companies/3792/microsoftteams-image-1-1676573762783.png) center/cover;
    }

    [data-theme-style~="coordinatesCardAlpha_iconColor"] {
        color: #37434b;
    }
/*</style>*/










/*<style>*/

    [data-theme-style~="countdown_bgColor"]{
        background-color: #05141f;
    }

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

    [data-theme-style~="countdownSecondary_fontColor"]{
        color: #37434b;
    }

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












/*<style>*/

[data-theme-style~="dilawriRewardsHeader"] {
color: #ffffff;
background-color: #1a1818;
background-image: url('https://img.sm360.ca/images/web/dilawri-group-of-companies/2597/bg-header-rewards-mobile1563550959473.jpg');
}

@media screen and (min-width: 768px) {
[data-theme-style~="dilawriRewardsHeader"] {
background-image: url('https://img.sm360.ca/images/web/dilawri-group-of-companies/2597/bg-header-rewards-tablet1563550970994.jpg');
}
}

@media screen and (min-width: 1024px) {
[data-theme-style~="dilawriRewardsHeader"] {
background-image: url('https://img.sm360.ca/images/web/dilawri-group-of-companies/2597/bg-header-rewards1563550947972.jpg');
}
}

[data-theme-style~="dilawriRewards_header_lineColor"]:before {
background: linear-gradient(to right,
rgba(0,0,0,0) 0%,
rgba(0,0,0,1) 25%,
rgba(0,0,0,1) 75%,
rgba(0,0,0,0) 100%);
}

.dilawri-rewards-card [data-theme-style~="titleWithUnderlineAlpha"]:before,
.dilawri-rewards-card [data-theme-style~="titleWithUnderlineAlpha"]:after {
border-color: #000000;
}
.dilawri-rewards-faq__instances [data-theme-style~="accordionIcon_color"]:before {
color: #000000;
}
[data-theme-style~="dilawriRewards_defaultFontColor"] {
color:#000000;
}
[data-theme-style~="dilawriRewards_defaultAfterColor"]:after {
color:#000000;
}
[data-theme-style~="dilawriRewards_defaultBeforeColor"]:before {
color:#000000;
}
[data-theme-style~="dilawriRewards_defaultBorderColor"] {
border-color:#000000;
}
[data-theme-style~="dilawriRewards_defaultBgColor"] {
background-color:#000000;
}
/*</style>*/





























































/*<style>*/
    
    [data-theme-style~="footer"],
    [data-theme-style~="footerBlock"]{
        background-color:#05141f;
        color:#ffffff;
    }

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

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

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

    [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;
    }

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

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

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

    [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;
    }

    
    [data-theme-style~="btnFooter"]{
        color:#101010;
        background-color: #22992e;
    }

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

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

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


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

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

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

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

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

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

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

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


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

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

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

    [data-theme-style~="footerTabs_fontColor"].is-active .tabs-title__anchor::after{
        background-color: #ffffff;
    }

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





























/*<style>*/

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

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

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


    /**************************************
                   Checkbox
    **************************************/

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

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

    .filters-dropdown__checkbox [type=checkbox]:checked+label::after,
    .filters-dropdown__checkbox [type=checkbox]:not(:checked)+label::after,
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after,
    .widget-checkbox__check:after {
        color: #05141f;
    }

    /**************************************
                 Radio Button
    **************************************/

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

    /* Active state */
    input[type="radio"]:checked + label .radio-button__label-radio:before {
        border-color: #03141e;
        background-color: #03141e;
    }

    /**************************************
    Form input
    **************************************/
    [data-theme-style~="formInput"] {
        background-color: #ffffff;
        color: #999999;
        border: 1px solid #b8bbbd;
    }

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

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

    /**************************************
    Form Ninjabox
    **************************************/
    [data-theme-style~="formNinjaboxTitle"] {
        background-color: #000000;
        color: #ffffff;
    }

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



































































































































































/*<style>*/
    
    [data-theme-style~="mobile__mapCta"]{
        color: #7e7e7e;
    }

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

    [data-theme-style~="mobileHeader__menuBurger_asFontColor"]{
        color:#05141f;
    }

    [data-theme-style~="mobileHeader__menuBurger__opened"]>span{
        color: #05141f;
    }

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

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

    

/*HEADER | MOBILE | background color*/
    [data-theme-style~="headerMobile_bgColor"]{
        background-color: #ffffff;
    }
    [data-theme-style~="headerMobile_fontColor"]{
        color: #05141f;
    }
    [data-theme-style~="headerMobile_borderColor"]{
        border-color: #ddddde;
    }
    [data-theme-style~="headerMobile_boxShadow"]{
        box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
    }
    [data-theme-style~="headerMobileNavigation"]{
        color: #ffffff;
    }

    [data-theme-style~="headerMobileNavigation"] a{
        border-bottom-color:#e3e5e6 !important;
    }

    [data-theme-style~="headerMobileNavigation"] .is-selected>a{
        color: #000000;
        border-bottom-color:#e3e5e6 !important;
    }

    [data-theme-style~="headerMobileNavigation"] ul{
        color: #ffffff;
        background-color: #05141f;
    }

    [data-theme-style~="mobileMenu__mainNav__firstLevel"]>a{
        color: #05141f;
    }

    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColor"]{
        background-color: #ffffff;
    }
    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColor"].is-selected{
        background-color: #05141f;
    }

    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColorKia"]{
        background-color: #ffffff !important;
        color: #05141f;
    }
    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColorKia"] > a:after{
        background-color: #b8bbbd;
        color: #ffffff;
    }
    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColorKia"].is-selected > a,
    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColorKia"].is-accordion-submenu-parent[aria-expanded=true]>a {
        background-color: #05141f;
        color: #ffffff;
    }
    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColorKia"].is-selected > a:after{
        background-color: #ffffff;
        color: #05141f;
    }
    [data-theme-style~="mobileMenu__mainNav__firstLevelAnchorBgColorKia"] ul li{
        background-color: rgba(5,20,31,0.2); ;
    }

    [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;
        background-color: #05141f;
    }

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

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

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

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

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

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

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

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

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

    [data-theme-style~="mobile__menuPhone__number"]{
        color: #686d71;
    }

    [data-theme-style~="mobile__menuPhone__number"]:hover{
        color: #686d71;
    }

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

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

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

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

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

    [data-theme-style~="header__boxShadowColor"]{
        box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
    }

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

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

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

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


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

    .active [data-theme-style~="headerTopNav__dropdownBtn"]>a,
    [data-theme-style~="headerTopNav__dropdownBtn"]:hover>a{
        color: #000000;
        background-color: #e4e8e8;
    }

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

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

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

    [data-theme-style~="headerTopNavHome_fontColor"],
    [data-theme-style~="headerTopNavHome_fontColor"]:hover{
        color: #ffffff;
    }
    [data-theme-style~="headerTopNavHome_bgColor"]{
        background: #060606;
    }
    [data-theme-style~="headerTopNavHome"]{
        color: #ffffff;
        background: #060606;
    }

    [data-theme-style~="headerNav_CompareCount"]{
    color: #686d71;
    border-color: #686d71;
    }

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

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

    [data-theme-style~="header__phone__numberColor"]:hover{
        color: #8a919a;
    }

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

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

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

    [data-theme-style~="header__languageSwitcher__hoverTextColor"]:hover,
    [data-theme-style~="header__languageSwitcher__hoverTextColor"]:active{
        color: #000000;
        border-color: #000000 !important;
    }

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

    .goog-te-gadget-simple .goog-te-menu-value{
        color: #000000 !important;
    }

    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:nth-child(1):before,
    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:nth-child(3):after{
        color: #000000 !important;
    }

    #google_translate_element .goog-te-gadget-simple{
        color: #000000 !important;
    }

    .goog-te-custom-class .goog-te-menu2,
    .goog-te-custom-class .goog-te-menu2-item div,
    .goog-te-custom-class .goog-te-menu2-item:link div,
    .goog-te-custom-class .goog-te-menu2-item:visited div,
    .goog-te-custom-class .goog-te-menu2-item:active div{
        color: #000000 !important;
        background-color: #ffffff !important;
    }

    .goog-te-custom-class .goog-te-menu2:before{
        border-bottom-color: #ffffff !important;
    }

    .goog-te-custom-class .goog-te-menu2 a:hover,
    .goog-te-custom-class .goog-te-menu2-item-selected .text{
        color: #000000 !important;
        background-color: #ffffff !important;
    }
    
    [data-theme-style~="header__dealerName__textColor"]{
        color: #000000;
    }

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

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

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

    [data-theme-style~="header__compare__dropdownCta"]:hover>span{
        color: #4a4f54;
        background-color: #ffffff;
    }

    [data-theme-style~="header__compare__dropdownBox"]{
        color: #05141f;
        background-color: #e4e8e8 !important;
    }

    [data-theme-style~="header__compare__dropdownBox"]:after{
        border-color: transparent transparent #e4e8e8 !important;
    }

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

    [data-theme-style~="header__compare__dropdownBoxCta"]:hover{
        color: #4a4f54;
        background-color: #ffffff;
        border-color: #eef1f1;
    }

    [data-theme-style~="compare__countTextColor"]{
        color: #686d71;
    }

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

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

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

    
    [data-theme-style~="headerNavigationMain"]{
        border-color: #686d71;
        background-color: #ffffff;
    }

    [data-theme-style~="headerNavMain__Elem"] > a{
        color: #05141f;
    }

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

    [data-theme-style~="headerNavMain__Elem"].is-active > a,
    [data-theme-style~="headerNavMain__Elem"] > a:hover,
    [data-theme-style~="headerNavMain__Secondary__Elem"].is-active > a,
    [data-theme-style~="headerNavMain__Secondary__Elem"] > a:hover{
        color: #000000 !important;
    }

    [data-theme-style~="headerNavMain__Elem"].is-selected > a,
    [data-theme-style~="headerNavMain__Secondary__Elem"].is-selected > a{
        color: #000000;
    }

    [data-theme-style~="headerNavMain__Elem"]:hover > a,
    [data-theme-style~="headerNavMain__Secondary__Elem"]:hover > a{
        color: #000000;
    }

    [data-theme-style~="headerNavMain__Elem"]:hover:after,
    [data-theme-style~="headerNavMain__Elem"].is-selected:after,
    [data-theme-style~="headerNavMain__Secondary__Elem"]:hover:after,
    [data-theme-style~="headerNavMain__Secondary__Elem"].is-selected:after{
        background-color: #000000;
    }

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

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

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

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

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

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

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

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

    [data-theme-style~="headerNavCatalog_activeBodystyle_fontColor"].header__submenu-catalog-by-bodystyle__bodystyles-link-active,
    [data-theme-style~="headerNavCatalog_activeBodystyle_fontColor"].header__submenu-catalog-by-bodystyle__bodystyles-link-active:hover{
        color: #ed0000;
    }

    a[data-theme-style~="headerNavCatalog_bodystyle_hoverBgColor"]:hover {
        background-color: #e3e5e6 !important;
    }

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

    [data-theme-style~="headerNavCatalog_hubType"]:after{
        background-color: inherit;
    }

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

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

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

    [data-theme-style~="headerNavSub_sepColor"] .header__nav-submenu-element{
        border-color: #b8bbbd;
    }
/*</style>*/



















































































/*<style>*/

    
        
        
            [data-theme-style~="homeInventory__bgImage"]{
            background-color: #ebebeb;
            background: -webkit-linear-gradient(to top, #ebebeb, #f8f8f8); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(to top, #ebebeb, #f8f8f8); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(to top, #ebebeb, #f8f8f8); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to bottom, #ebebeb, #f8f8f8); /* Standard syntax (must be last) */
            }
        
    

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

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

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

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

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

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

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

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

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

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

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

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


    

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


    

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

    [data-theme-style~="homeRapidSearch_borderColor"]{
        color: #d5d5d5;
    }

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

    [data-theme-style~="homeRapidSearch_inputBorderColor"]{
        color: #d5d5d5;
    }

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

    [data-theme-style~="homeRapidSearch_iconColor"]{
        color: #686d71;
    }

    [data-theme-style~="homeRapidSearch_ctasColor"]{
        color: #ffffff;
    }
    [data-theme-style~="homeRapidSearch_ctasColor"]:hover{
        color: rgba(255,255,255,0.5);
    }

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


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

    

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

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

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

    

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

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

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


    

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

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

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


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

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

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

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

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

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

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

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

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

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

    [data-theme-style~="homeReviews_starsColor"],
    .picto__rating-full,
    .picto__rating-full:active,
    .picto__rating-full:focus,
    .picto__rating-full:hover,
    .picto__rating-empty:focus,
    .picto__rating-empty:hover{
        color: #05141f;
    }

    [data-theme-style~="homeReviews_emptyStarsColor"],
    .picto__rating-empty{
        color: #eaeeed;
    }

    [data-theme-style~="homeReviews_sliderColors"] .slick-dots li button:before,
    [data-theme-style~="homeReviews_sliderColors"] .slick-dots li button:hover:before,
    [data-theme-style~="homeReviews_sliderColors"] .slick-dots li button:focus:before{
        color: #9eaab0 !important;
    }

    [data-theme-style~="homeReviews_sliderColors"] .slick-dots li.slick-active button:before{
        color: #ffffff !important;
    }

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

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

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

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

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


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


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















































/*<style>*/




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

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

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

[data-theme-style~="inventoryDetails_stickyMenu_calculator_fontColor_secondary"] {
color: #05141f;
}



    
    [data-theme-style~="inventoryDetailsInfoSection_bgColor"] {
        background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ffffff 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

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

    [data-theme-style~="inventoryDetailsCtaSection_fontColor"] {
        color: #000000;
    }
    [data-theme-style~="inventoryDetailsCtaSection_borderColor"] {
        border-bottom-color: #686d71;
    }
    [data-theme-style~="inventoryDetailsCtaSection_borderColor_secondary"] {
        border-color: #686d71;
    }

    [data-theme-style~="inventoryDetailsCtaSection_borderColor_secondary"][disabled],
    [data-theme-style~="inventoryDetailsCtaSection_borderColor_secondary"][disabled]:hover,
    [data-theme-style~="inventoryDetailsCtaSection_borderColor_secondary"][disabled]:focus,
    [data-theme-style~="inventoryDetailsCtaSection_borderColor_secondary"][disabled]:active {
        color: rgba(104,109,113,0.5)!important;
        border-color: rgba(104,109,113,0.5)!important;
        opacity: .5;
        cursor: not-allowed;
    }

    [data-theme-style~="inventoryDetailsCtaSectionTitle_fontColor"] {
        color:#686d71;
    }

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



        [data-theme-style~="vehicleHeader_picto_bgColor"] {
            background: #101010;
        }

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

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

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

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

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

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

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

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

    

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





























/*<style>*/

    [data-theme-style~="inventoryListingFilter_borderColor"]{
        border-color: #bfc2c4;
    }
    [data-theme-style~="inventoryFiltersHeader_bgColor"]{
        background-color: #333333;
    }

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

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

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

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

    




























    
    
    
    
    
    
    
    
    
    
        
    
    
    
    

    
    






























    
        .inventory-filter-charlie .filters-dropdown{
            background-color: #f8f8f8;
        }
    

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

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

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

    [data-theme-style~="inventoryFiltersPrimary_fontColor"]{
        color: #101010;
    }

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

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

    [data-theme-style~="inventoryFiltersSecondary"]{
        color: #000000;
        box-shadow: 0 3px 6px #686d7129;
        background-color: #8b9195;
    }

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

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

    [data-theme-style~="inventoryFiltersDropdownTop_bgColor"]{
        background-color: #686d71;
    }
    [data-theme-style~="inventoryFiltersDropdownTop_fontColor"]{
        color: #ffffff;
    }
    [data-theme-style~="inventoryFiltersReset_borderColor"]{
        border-color:  #e3e5e6;
    }
    [data-theme-style~="inventoryFiltersOverlap_bgColor"]{
        background-color: #b8bbbd;
    }
    [data-theme-style~="inventoryFiltersOverlap_fontColor"]{
        color: #ffffff;
    }
    [data-theme-style~="inventoryFiltersSecondary_after_fontColor"]::after,
    [data-theme-style~="inventoryFiltersSecondary_before_fontColor"]::before{
        color: #686d71;
    }
    .inventory-listing-charlie__filters.js-overlay,
    .inventory-listing-charlie__vehicles.disabled:after{
        background-color: rgba(255,255,255,0.9);
    }

    .inventory-filter-beta__filters-radio-button:checked+label::after{
        background-color: #47c671;
    }

    .inventory-filter-charlie__filters-categories-item.checked label,
    .filters-dropdown__item.checked [data-theme-style~="inventoryFiltersPrimary_fontColor"],
    .filters-dropdown__item:hover [data-theme-style~="inventoryFiltersPrimary_fontColor"],
    .filters-dropdown__item [type="checkbox"]:checked + [data-theme-style~="inventoryFiltersPrimary_fontColor"],
    .filters-dropdown__item [type="checkbox"]:checked + label [data-theme-style~="inventoryFiltersPrimary_fontColor"],
    .filters-dropdown__item.checked [type="checkbox"]:checked + label:after {
        color: #000000;
    }
    .inventory-filter-charlie .filters-dropdown.open {
        color:#000000;
    }
    .inventory-filter-charlie__filters-item--data-values {
        border-color:#000000;
    }

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



































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

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

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

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

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

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

    
    [data-theme-style~="resultCount_fontColor"]{
        color: #686d71;
    }

    [data-theme-style~="resultCountText_fontColor"]{
        color: #101010;
    }


    [data-theme-style~="inventoryListing_sticky_backgroundColor"]{
        background: #686d71;
    }
    [data-theme-style~="inventoryListing_sticky_fontColor"]{
        color: #ffffff;
    }
    [data-theme-style~="inventoryListing_sticky_searchBackground"]{
        background: #ffffff;
    }



    [data-theme-style~="inventoryListingNoResultPicto_fontColor"]{
        color: #101010;
    }

    [data-theme-style~="inventoryListingNoResultMessage_fontColor"]{
        color: #101010;
    }

    [data-theme-style~="inventoryListingNoResultSectionTitle_fontColor"]{
        color: #101010;
    }
    [data-theme-style~="inventoryListingNoResultSectionSubTitle_fontColor"]{
        color: #686d71;
    }
    [data-theme-style~="inventoryListingNoResultPhone_fontColor"]{
        color: #101010;
    }
    [data-theme-style~="inventoryListingNoResultSeparator_borderColor"]{
        color: #686d71;
    }

/*</style>*/
































/*<style>*/


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

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

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

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

[data-theme-style~="inventoryTileTitleBarUsed"]{
    color:#05141f;
    background-color: #f8f8f8;
}

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

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

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

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

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

[data-theme-style~="inventoryTilePriceTabsAnchor"] > a{
    color:#05141f;
}

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

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

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

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

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






























    
    
    
    
    
    
    
    
    
    
        
    
    
    
    

    
    
































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

    .inventory-tile-section-price-tabs-title.active,
    .inventory-tile-section-price-tabs-title.is-active {
        background-color: #05141f;
    }
    .inventory-tile-section-price-tabs-panel-item__starting-at,
    .inventory-tile-section-price-tabs-panel-item__total-label{
        border-color: #303030;
    }



.inventory-tile-section-price-tabs-title.active a {
    color:#ffffff;
}
[data-theme-style~="stockNumber_fontColor"]{
    color: #697278;
}

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


/*</style>*/








/*<style>*/

    [data-theme-style~="pageComplianceKiaProtect__highlightsBorder"]{
        border-color: #6d8191;
    }

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


/*</style>*/







/*<style>*/

    [data-theme-style~="label__fontColor"]{
        color: #686d71;
    }
/*</style>*/


































































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



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


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

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

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

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


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

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

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

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

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

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

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

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

    [data-theme-style~="highlightsEcho__titleColor"]{
        color: #101010;
    }

    [data-theme-style~="highlightsEcho__contentColor"]{
        color: #101010;
    }

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

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
















/*<style>*/

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

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

    [data-theme-style~="socialBlock__cta"]:hover{
        color: #37434b;
    }

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

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


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

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

/*</style>*/














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













/*<style>*/

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

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

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

    [data-theme-style~="navBlock_element"]:hover{
        background-color: #5cff92;
    }

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

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

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

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

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

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










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

    [data-theme-style~="openingHours_icon"] {
        color: #05141f;
    }

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








/*<style>*/

    .tabs-title > a[data-theme-style~="pageTeam_revealPopup_color"] {
        color: #4d4d4d;
    }

    [data-theme-style~="pageTeam_revealPopup_tab"].is-active {
        border-color: #4d4d4d;
    }

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


/*</style>*/













/*<style>*/

    .pagination .pagination__page-button-text--selected{
        color: #05141f;
    }

    .pagination a[data-theme-style~="paginationButton"],
    [data-theme-style~="paginationButton"]{
        color: #05141f;
    }

    .pagination a[data-theme-style~="paginationButton"]:hover,
    [data-theme-style~="paginationButton"]:hover{
        color: #8b9195;
    }

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

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

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

















/*<style>*/

    [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: #e3e5e6;
        background-color: rgba(204,204,204,0.3);
        border-radius: 50%;
    }

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

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

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













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

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

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

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

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

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

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

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

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

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

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

    [data-theme-style~="rapidSearchAlpha_color"].active{
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
        color: #000000;
    }

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

/*</style>*/














/*<style>*/

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

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

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

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

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

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

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

/*</style>*/











/*<style>*/

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

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

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

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

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


/*</style>*/
























/*<style>*/


    /* Pager */
    [data-theme-style~="pagerSlider"] a,
    [data-theme-style~="pagerSlider"] li,
    [data-theme-style~="pagerSlider_bgColor"]{
        background-color: #b8bbbd !important;
        border-color: #b8bbbd !important;
    }

    [data-theme-style~="pagerSlider"] a.active,
    [data-theme-style~="pagerSlider"] li.slick-active,
    [data-theme-style~="pagerSlider_bgColor"].active{
        background-color: #05141f !important;
        border-color: #05141f !important;
    }

    .slick-dots li {
        background-color: #b8bbbd;
    }

    .slick-dots li.slick-active {
        background-color: #05141f;
        border-color: #05141f;
    }






    /* Controls */
    [data-theme-style~="sliderControls"] {
        color: #ffffff;
        background-color: #05141f;
    }

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

    /* Counter */
    [data-theme-style~="sliderCounter"] {
        color: #ffffff;
        background-color: #000000;
    }

/*</style>*/







/*<style>*/

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

    [data-theme-style~="utilGreyColor__color"]{
        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~="countdownDisabled_fontColor"].disabled{
        color:#999999;
    }

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

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


/*</style>*/










/*<style>*/

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

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

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

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

/*</style>*/









/*<style>*/

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

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

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
















/*<style>*/
    
    [data-theme-style~="technology__bgImage"] {
        background-image: url('https://img.sm360.ca/images/web/default/archetype premium/style/bg_technologies1543871482381.png');
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    [data-theme-style~="technologyCategoryButton"] .technology-categories__item-picto-wrapper {
        border-color: #d5d5d5;
        color: #444444;
    }

    [data-theme-style~="technologyCategoryButton"].active .technology-categories__item-picto-wrapper {
        background-color: #101010;
        color: #ffffff;
    }

    [data-theme-style~="technologyCategoryButton__fontColor"] {
        color: #101010;
    }

    [data-theme-style~="technologyProgressBar"]:after {
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000000 20%, #000000 50%, #000000 80%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,#000000 20%,#000000 50%,#000000 80%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000000 20%,#000000 50%,#000000 80%, rgba(0,0,0,0) 100%);
    }

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

    [data-theme-style~="technologyProgressBarBullet"].active {
        background-color: #fff;
        box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
        -webkit-box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
    }

    [data-theme-style~="technologyProgressBarBullet"].active:before {
        background-color: #910a2d;
    }
/*</style>*/








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

   [data-theme-style~="titleWithUnderlineAlpha_fontColor"] {
        color: #686d71;
    }
/*</style>*/























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

[data-theme-style~="vehicleCashPurchase_sellingPriceDisclaimer_fontColor"] {
color: #686d71;
}

[data-theme-style~="vehicleCashPurchase_incentivesIcon_fontColor"] {
color: #ed0000;
}

[data-theme-style~="vehicleCashPurchase_incentivesValue_fontColor"] {
color: #05141f;
}

[data-theme-style~="vehicleCashPurchase_totalRebate_borderColor"] {
border-color: #686d71;
}

[data-theme-style~="vehicleCashPurchase_totalRebateValue_fontColor"] {
color: #05141f;
}

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

[data-theme-style~="vehicleFinance_incentivesIcon_fontColor"] {
color: #ed0000;
}

[data-theme-style~="vehicleFinance_incentivesValue_fontColor"] {
color: #101010;
}

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

[data-theme-style~="vehicleLease_incentivesIcon_fontColor"] {
color: #ed0000;
}

[data-theme-style~="vehicleLease_incentivesValue_fontColor"] {
color: #101010;
}

[data-theme-style~="vehicle_disclaimerIcon_fontColor"] {
color: #ed0000;
}

[data-theme-style~="vehicle_bestPrice_itemPrice_fontColor"] {
color: #05141f;
}
/*</style>*/










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

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

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

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















/*<style>*/

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

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

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

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

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

/*</style>*/







/*<style>*/


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

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

/*</style>*/









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

    [data-theme-sprite~=view-360-picto]:before,
    [data-theme-style~="viewSwitch_360"] :hover,
    [data-theme-style~="viewSwitch_360"].active p{
        color: #1f5fa3;
    }

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















/*<style>*/



[data-theme-style~="whyBuyIntroductionNotice_fontColor"]{
    color: #686d71
}
[data-theme-style~="whyBuySlider_bgColor"]{
    background-color: #e6e6e6;
}
[data-theme-style~="whyBuySliderArrow_color"]{
    color: #686d71;
}
[data-theme-style~="whyBuySliderArrow_color"]:hover{
color:#000000;
}

[data-theme-style~="whyBuyStepsTitle_borderColor"] h3:after{
    border-color:  #ed0000;
}

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

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

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

/*</style>*/























/*<style>*/

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

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

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

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

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

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




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


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



    [data-theme-style~="widgetCheckboxCompare_pictoColor"]{
        color:#686d71;
    }
    [data-theme-style~="widgetCheckboxCompare_pictoColor"]:hover{
        color: #8b9195;
    }


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

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

















/*<style>*/

[data-theme-style~="tabs_fontColor"]{
    color: #8b9195;
    border-color: #05141f;
}

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

[data-theme-style~="tabs_fontColor"].is-active .tabs-title__anchor::after{
    background-color: #05141f;
}


[data-theme-style~="vehiclePaymentTabs_borderColor"]{
border-color: #686d71;
}

[data-theme-style~="vehiclePaymentTabs_item_fontColor"]{
color: #8b9195
}

[data-theme-style~="vehiclePaymentTabs_item_fontColor"] a[disabled],
[data-theme-style~="vehiclePaymentTabs_item_fontColor"] a[disabled]:hover,
[data-theme-style~="vehiclePaymentTabs_item_fontColor"] a[disabled]:focus {
color: #8b9195
}

[data-theme-style~="vehiclePaymentTabs_item_fontColor"].is-active,
[data-theme-style~="vehiclePaymentTabs_item_fontColor"]:hover,
[data-theme-style~="vehiclePaymentTabs_item_fontColor"] a:hover,
[data-theme-style~="vehiclePaymentTabs_item_fontColor"] a:focus{
color: #05141f;
}

[data-theme-style~="vehiclePaymentTabs_item_fontColor"].is-active:after{
border-color: #05141f;
}

/*</style>*/








/*<style>*/

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


















/*<style>*/

[data-theme-style~="inventoryVDPTabs_navBorderColor"]{
    
    box-shadow: 0px 3px 5px #686d7129;
}

[data-theme-style~="inventoryVDPTabs_navFontColor"]{
    border-right-color: #686d71 !important;
}

[data-theme-style~="inventoryVDPTabs_navFontColor"] a{
   color: #686d71;
}

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

[data-theme-style~="inventoryVDPTabs_navFontColor"].is-active:after{
    border-bottom-color:  #303030;
}
[data-theme-style~="inventoryVDPTabs_navFontColor"].is-active:before{
    border-color:  #303030 transparent transparent transparent;
}


    
        [data-theme-style~="inventoryVDPTabs_content"]{
            background: linear-gradient(180deg, #b8bbbd, #f3f7fb,#ffffff);
        }
    
    


/*</style>*/




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

/*</style>*/
















/*<style>*/

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

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

/*</style>*/



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

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










/*<style>*/

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

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

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

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

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

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

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











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

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

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

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

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

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


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

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













/*<style>*/

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

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

.inventorySearchComplete_button {
    content:'primary';
}

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

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

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

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

[data-theme-style~="inventorySearchComplete_hubItem_fontColor"]:hover {
    color: #ff0000;
}
.radio-button__label:focus {
    color: #ff0000;
}

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

/*</style>*/