/* PRICE
*************************************************/
/*** Inventory List ***/
.pricevalue1 {
    font-size: 18px!important;
}
.inventory-price-container .docfeevalue.accent-color2 {
    color: #fff!important;
}

/*** VDP ***/
.speciallabel,
.specialvalue {
    font-size: 18px! important;
}
.docfeelabel,
.docfeevalue {
    font-size: 18px! important;
}
.purchasepricelabel,
.purchasepricevalue {
    font-size: 18px! important;
}
.purchasepricevalue {
    color:  #008000!important;
}

/* INVENTORY LIST
*************************************************/
.vehicle-panel-price {
    background-color: #fbda03;
    color: #212529;
}

/* BUTTONS
*************************************************/
.ghost-bttn .quicklinkbutton:hover.buttoncolor-white_gray, .ghost-bttn .quicklinkbutton:focus.buttoncolor-white_gray {
    color: #000!important;
    background-color: #fcfb00!important;
    border-color: #fcfb00!important;
}

.ghost-bttn .quicklinkbutton:hover.buttoncolor-white_gray .quicklinkbutton-label, .ghost-bttn .quicklinkbutton:focus.buttoncolor-white_gray .quicklinkbutton-label, .ghost-bttn .quicklinkbutton:hover.buttoncolor-white_gray .quicklinkbutton-anim, .ghost-bttn .quicklinkbutton:focus.buttoncolor-white_gray .quicklinkbutton-anim {
    color: #000!important;
}


/* TABS
*************************************************/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top: 3px solid #fcfb00;
}

/* NAVBAR
*************************************************/
@media (max-width: 767.98px) {
a.navbar-brand img {
    max-width: 200px!important;
}
}

/* BANNER
*************************************************/
.banner-links-bar {
    background-color: #fcfb00!important;
    color: #000!important;
}

.banner-links-bar a,
a.banner-link .fa {
    color: #000!important;
}

/* FOOTER
*************************************************/
.footer-container a.navbar-brand img {
    max-width: 100%!important;
}