/*************************
    INVENTORY LIST
*************************/
.inv-phone a {
    background-color: #e20000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 4px;
}
.inv-phone a:hover,
.inv-phone a:focus,
.inv-phone a:hover {
    background-color: #e20000b5;
text-decoration: none;
}

.inv-avail a {
    background-color: white;
    border-color: #e20000;
    color: #e20000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 4px;
    gap: 8px;
}

/*************************
    BANNER
*************************/
a.banner-link {
    font-size: 16px;
    color: #fff;
}

/*************************
    VDP
*************************/
.vehicle-links-container .btn-default {
    background-color: #fff;
    color: #022859;
    border-color: #022859;
}
.vehicle-links-container .btn-default:hover,
.vehicle-links-container .btn-default :active,
.vehicle-links-container .btn-default:focus {
    background-color: #d2e1f3;
}

.vehicle-links-container .btn {
    font-size: 15px;
    padding: 14px 20px;
    
}

.vdp-phone-btn {
    background-color: #e20000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vdp-phone-btn:hover,
.vdp-phone-btn:active,
.vdp-phone-btn:focus {
    background-color: #e20000b5;
    color: white;
}

.solidW{
background:#fff;
}
.blueIt{
    font-size: 30px;
    color: #2a4be6;
}
p.newAdd strong>a{
    font-size: 24px;
    color: #bf1315;
    font-weight: 700;
}

#element-c7dfcba37699460b8c355e26ae1e1207 a {
        color: #bf1315;
}

.flex-direction-nav a {
top:33%;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: -15px;
    }
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: -15px;
    }
}
.sm-bttn,
.slfix .btn-default {
    color: #fff;
    background-color: #e20000;
    border-radius: 0px;
    border-color: #e20000;
    padding: 16px 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
}

.slfix .btn-default {
    display: none;
}


@media screen and (min-width: 768px) {
.slfix .btn-default {
        height: inherent; /* original 194px*/
        font-size: 32px;
        max-width: 70%;
        word-wrap: break-word;
        text-wrap: balance;
}

.slfix .overlay-content {
    top: 25%;
}
.sm-bttn {
    display: none;
}
.slfix .btn-default {
    display: flex;
}
}

.quicklinkbutton.buttoncolor-white_lightred .quicklinkbutton-label {
    color: #ffffff;
    font-weight: bold;
}

.quicklinkbutton.buttoncolor-white_lightred {
    background-color: #e20000 !important;
}