/* FORM
*******************************************/
.form-submit button {
    background-color: #000;
}
/* INVENTORY
*******************************************/
.palette-bg1.inventory-photo-column {
    background: #e9ecef!important;
}

.pricevalue1.accent-color1 b {
    color: #ff0000 !important;
    font-size: 24px;
}

div.vehicle-label > div > a,
div.vehicle-label > div > a:hover,
div.vehicle-label > div > a:active,
div.vehicle-label > div > a:focus {
    color: #ff0000 !important;
}

.palette-bg1.inventory-price-container {
    background: #e9ecef!important;
}

.pricelabel,
.pricevalue1.accent-color2 b {
    color: #000!important;
}

.inventory_moreinfo,
.promptAvailabilityBtn a {
    width: 100%!important;
    padding: 12px 24px!important;
    font-size: 14px !important;
}

.inventory_moreinfo,
.promptAvailabilityBtn a {
    background: #000!important;
    border-color: #000!important;
}

.askingpricelabel + .pricevalue1 {
  text-decoration: line-through;
    color: #000!important;
}

.showroomvalue {
  text-decoration: line-through;
}
.accent-color1.internetvalue {
color: #ff0000!important;
}

/* INVENTORY SLIDER
*******************************************/
a.vehicle-panel {
    background-color: #fff!important;
    transition: all 0.3s ease;
}

.vehicle-panel-price {
    color: #fff!important;
    background: #000!important;
}