/* Minification failed. Returning unminified contents.
(236,16): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
 */


.about-4 .about-widget__excerpt {
    padding: 24px 20px;
}
@media only screen and (max-width: 767px) {
    .about-4 .about-widget__excerpt {
        padding: 1.4rem 0;
    }
}
.dropdown-search .button {
    height: 100%;
    min-height: 42px;
}

.dropdown-search__divider {
    background: #bbb;
    width: 2px;
    height: 2rem;
    margin-left: 12px;
}

.dropdown-search .searchbar-search {
    width: unset !important
}

.dropdown-search .dropdown__searchbar {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.dropdown-search .select--vehicle-class {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: .4rem .8rem;
    height: auto;
    width: auto
}

@media (max-width: 767px) {
    .dropdown-search__title {
        margin-bottom: .8rem
    }

    .dropdown-search .searchbar-search {
        margin-bottom: 1.6rem
    }

    .dropdown-search .select--alternate {
        margin-bottom: 1.6rem;
        width: 100%;
        max-width: 100%
    }

    .dropdown-search .button {
        max-width: 100%;
        width: 100%
    }

    #tns1-item2 {
        display: none;
    }

    .showroom-carousel-2 .showroom-carousel-widget .body-filter > li {
        font-size: 14px;
        padding: 6px 8px;
    }
}

.inventory-search-1 .inventory-search-widget {
    content-visibility: auto;
    contain-intrinsic-size: 30rem;
    background-color: #f4f4f4;
    padding: 48px 16px;
}

section.inventory_search_widget-3.inventory-search-1 h2.widget-heading {
    text-align: center;
}

#homepage .widget-heading {
    margin: 0;
}

    #homepage .widget-heading:after {
        background-color: transparent;
        margin:0;
    }

#homepage h4 {
    line-height: 8px;
}

#inventory_search_widget-3 .dropdown__col {
    padding-right: 0px;
}

/* #inventory_search_widget-3 select {
    height: 48px;
} */

section.showroom_carousel_widget-1.showroom-carousel-2 div#showroom_carousel_widget-1 {
    padding-top: 32px;
}

    section.showroom_carousel_widget-1.showroom-carousel-2 div#showroom_carousel_widget-1.widget-background::after {
        position: relative;
    }

.showroom-carousel-2 .showroom-carousel-widget {
    content-visibility: auto;
    contain-intrinsic-size: 50rem;
    background-color: #fff;
    padding: 64px 16px 24px;
    overflow: hidden
}

@media (max-width: 1199px) {
    .showroom-carousel-2 .showroom-carousel-widget {
        padding-bottom: 64px;
    }
}

.showroom-carousel-2 .showroom-carousel-widget .body-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.4rem
}

@media (max-width: 479px) {
    .showroom-carousel-2 .showroom-carousel-widget .body-filter {
        display: none
    }
}

.showroom-carousel-2 .showroom-carousel-widget .body-filter__label {
    display: inline;
    margin-right: 1.6rem
}

.showroom-carousel-2 .showroom-carousel-widget .body-filter__single {
    display: inline;
    padding: .8rem 1.6rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s
}

    .showroom-carousel-2 .showroom-carousel-widget .body-filter__single:after {
        content: "";
        position: absolute;
        left: 3px;
        right: 3px;
        bottom: 0;
        height: 3px;
        opacity: 0;
        background-color: #e3173e;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .showroom-carousel-2 .showroom-carousel-widget .body-filter__single:not(.active):hover:after {
        opacity: .5
    }

    .showroom-carousel-2 .showroom-carousel-widget .body-filter__single.active {
        color: #e3173e;
    }

        .showroom-carousel-2 .showroom-carousel-widget .body-filter__single.active:after {
            opacity: 1
        }

.showroom-carousel-2 .showroom-carousel-widget .body-filter--mobile {
    display: none;
    margin-bottom: 2.4rem
}

@media (max-width: 479px) {
    .showroom-carousel-2 .showroom-carousel-widget .body-filter--mobile {
        display: block
    }
}

.tns-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.6rem;
}

.showroom-carousel-2 .showroom-carousel-widget__carousel {
    position: relative
}

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card {
    text-align: center;
    -webkit-transition: background-color .2s,-webkit-transform .3s;
    transition: background-color .2s,-webkit-transform .3s;
    transition: transform .3s,background-color .2s;
    transition: transform .3s,background-color .2s,-webkit-transform .3s;
    color: #000;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card__image-wrap {
    position: relative
}

    .showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card__image-wrap svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card__svg-accent {
    fill: var(--color-primary)
}

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card__details {
    color: #777
}

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card__image {
    position: relative;
    -webkit-transform: scale3d(.95,.95,.95);
    transform: scale3d(.95,.95,.95);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

@media (max-width: 479px) {
    .showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card__image {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card__model-name {
    font-size: 30px;
    line-height: 20px;
    text-transform: uppercase
}

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card:hover .showroom-carousel-card__image {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.showroom-carousel-2 .showroom-carousel-widget.dark {
    background-color: #222;
    color: #fff
}

    .showroom-carousel-2 .showroom-carousel-widget.dark .showroom-carousel-card {
        color: #fff
    }

    .showroom-carousel-2 .showroom-carousel-widget.dark .showroom-carousel-card__details {
        color: #bbb
    }

    .showroom-carousel-2 .showroom-carousel-widget.dark .showroom-carousel-card__button {
        color: #fff;
        border-color: #fff
    }

    .showroom-carousel-2 .showroom-carousel-widget.dark .tns-controls button {
        background: #777;
        color: #ececec
    }

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-dummy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-dummy__card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px;
    margin: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-dummy__card:last-child {
        display: none
    }
}

@media (max-width: 479px) {
    .showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-dummy__card:first-child {
        display: none
    }
}

.showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-dummy__details, .showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-dummy__model-name {
    display: inline-block;
    margin-bottom: .8rem
}

.tns-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 479px) {
    .tns-outer {
        width: 90%;
        margin: 0 auto
    }
}

@media (max-width: 1199px) {
    .tns-outer {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.tns-inner {
    margin: 0 -1.6rem !important
}

@media (min-width: 992px) {
    .tns-inner {
        overflow: hidden
    }
}

@media (max-width: 991px) {
    .tns-inner {
        width: calc(100% + 3.2rem)
    }
}

.tns-ovh {
    width: 100%
}


.tns-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.6rem;
    justify-content: center;
}

.tns-slider > * {
    margin: 1.6rem;
    -webkit-box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.2);
    box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.2);
    border-radius: 3px;
    background: #fff
}

@media (max-width: 479px) {
    .tns-slider > * {
        margin: .8rem
    }
}

.tns-item {
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
    -webkit-transform: scaleY(.9);
    transform: scaleY(.9);
    opacity: 0
}

    .tns-item.tns-slide-active {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }

@media only screen and (max-width: 576px) {
    .showroom-carousel-2 .showroom-carousel-widget .showroom-carousel-card__model-name {
        font-size: 20px;
        line-height: 30px;
    }
}
