
﻿ /*****Nav Menu****/
.rev-app-bar, rev-app-bar div>a{
    color: #fff;
}
.rev-app-bar div>a {
    color: #fff;
}
    .rev-app-bar .mud-nav-link-text {
        color: #fff;
    }
a.mud-nav-link {
    color: #fff;
}
.menu-group {
    width: 150px;
    height: 3em;
    text-transform: uppercase
}
.mud-navmenu.mud-navmenu-default.mud-navmenu-margin-none {
    background-color: #000;
    padding: 0;
}
a.mud-button-root.mud-button.mud-button-text.mud-button-text-default.mud-button-text-size-medium.mud-ripple.nav-link{
    color: #fff;
    padding: 15px;
}

.vehicle-card-label {
    color: #aaa;
    font-size: 14px;
    line-height: 1.42857;
}
.rev-breadcrumbs{
    margin-bottom: 50px;
    padding: 15px 0;
}
.rev-breadcrumbs li.mud-breadcrumb-item {
    border-radius: 15px;
}

    .rev-breadcrumbs li.mud-breadcrumb-item a {
        color: #000;
        font-size: .8em;
    }

    .nav-link>button span.mud-button-label{
        color: #000;
        padding: 10px;
    }
.rev-drop-down > a.mud-nav-link {
    padding-left: 0px !important;
    padding: 5px 15px !important;
}
/********** Category Card *************/
.media-image {
    width: 100%;
    min-height: 140px;
    background-size: contain;
}

.category-text {
    text-align: center;
}

.category-name {
    color: #000fff;
}

/********** End Category Card *************/

/********** Vehicle Card **************/
.media-image {
    padding: 5px;
    object-fit: contain;
    max-height: 180px;
}

.category-text {
    text-align: center;
}

.category-name {
    color: #000000;
}

.browse-section {
    margin-top: 25px
}

.vehicle-link {
    text-decoration: none;
    text-align: center;
}

.vehicle-lower-link {
    text-decoration: none;
    text-align: left;
    display: block;
    width: 100%;
    margin: 0;
}

.trim-list {
    padding: 10px;
    overflow: hidden
}

.trim-container {
    flex-wrap: wrap;
    margin: 8px 5px;
}

    .trim-container label {
        color: #fff;
    }

        .trim-container label span {
            color: #fff;
        }



.popper-container {
    padding: 10px;
    min-width: 325px;
    max-width: 100%;
    background-color: #000;
}

.summary-value {
    height: 2.4em;
    overflow: hidden;
    color: #000;
    line-height: 1.2em
}

.compare-button-container {
    background-color: #000;
    margin-top: 20px;
    justify-content: stretch;
    min-height: 48px;
}

    .compare-button-container button {
        color: #fff;
        flex: 1
    }
    .mud-button-root:disabled{
        color: rgb(189, 189, 189)!important;
        /* text-decoration: line-through; */
    }
.compare-action {
    display: flex;
    justify-content: stretch;
}

    .compare-action button {
        background-color: #141414;
        color: #fff;
        border: 1px solid #fff;
        flex: 1;
        margin: 5px;
    }
    .compare-action .mud-button-label{
        color: white!important;
    }
        .compare-action button:hover {
            background-color: #141414;
            border: 1px solid #fff;
            color: #686868
        }

.vehicle-card-compare-button {
    flex: 1;
    width: 50%;
    color: white;
}

.poper-header {
    display: flex;
    justify-content: space-between
}

.select-all {
    text-decoration: underline;
    cursor: pointer
}

.vehicle-name {
    height: 4em;
    overflow: hidden;
    display: block;
    font-size: 1em;
    padding: 3px
}

.vehicle-card-checkbox{
    display: inline-flex;
}
.vehicle-card-checkbox input * {
    color: #fff
}
.vehicle-card-trim-checkbox{
    color: white;
}
.vehicle-card-trim-checkbox span{
    color: white;
    margin-left: 15px;
}
/********** End Vehicle Card **************/
/****** Footer *****/
.layout-container {
    display: block;
    min-height: 100%;
}

.blank-section {
    height: 70px;
    display: block
}

.content {
    min-height: 100%
}

.section {
}

.layout-footer {
    position: relative;
    bottom: 0;
    margin-top: 100px;
    height: 350px;
    width: 100%;
    padding: 50px;
    background-color: #000;
    overflow: hidden;
}

    .copyright {
        background-color: #000;
        justify-content: center;
        padding: 30px;
        display: flex;
    }

.footer-title {
    font-size: 2em;
    margin-bottom: 15px
}

.footer-ul {
    list-style: none;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

    .footer-ul li > a {
        color: #fff;
        line-height: 1.8em
    }

/********* End Footer ***************/


/********** Make Card *********/
.make-card-classes {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.make-card-container {
    max-height: 450px;
    min-height: 250px;
    /* padding: 20px; */
    margin: 50px 20px;
    position: relative;
}

.card-container {
    max-height: 450px;
    /*            padding: 20px;*/
    margin: 50px 20px;
    position: relative
}

.make-link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute
}

.make-name {
    display: flex;
    justify-content: center;
    padding: 5px;
}


    .make-name p {
        font-size: 1.5em;
        font-weight: bold
    }
    
.make-card-classes {
    width: 100%;
    overflow: hidden;
}

.make-card-classes img{
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1280px) {

    .faf-title div.mud-expand-panel-text {
        font-size: 1.7em;
        font-weight: bold;
        max-width: 1280px;
        margin: auto;
        padding: 0 35px;
    }
}

