footer {
    background: #222222;
}

div#u_content_custom_location_2 {
    margin-top: -5em;
}

footer .footer-logos {
    text-align: center;
}

footer #u_row_12 .container .u-row a:hover, footer div#u_content_custom_location_1 a:hover {
   color: var(--theme-color-main) !important;
}

footer #u_content_menu_2 a, footer .d-vehicle-list li a {
    font-size: 1rem !important;
    text-transform: capitalize;
    font-weight: 600;
}

footer .fa-brands:hover {
    background: var(--theme-color-main);
}

div#u_content_custom_location_1 p {
    margin: 5px 0;
}

#footer-socials .d-social-box a {
    color: white !important;
    border: 1px solid white !important;
    width: unset !important;
    height: unset !important;
    padding: 1em 1.25em !important;
    margin-right: 1em !important;
}

#footer-socials .d-social-box a:hover {
    background: var(--theme-color-main) !important;
}

footer #u_content_text_13 a:hover {
    color: white !important;
}

/* QUICKLINKS */

footer .quick-links a {
    align-items: center;
    display: flex !important;
    font-size: 14px;
    margin: 5px 0;
    padding-left: 2em;
    position: relative;
    text-transform: uppercase;
}

footer .quick-links a::before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    left: 0;
    color: #fff;
}

/* VEHICLE LIST */

footer .d-vehicle-list-box .d-vehicle-list>li {
    padding: 0px 15px;
    margin: 5px 0;
    display: flex;
    overflow: visible;
    align-content: center;
    border-right: 1px solid white;
    align-items: center;
    flex: 0 !important;
}

footer .d-vehicle-list-box .d-vehicle-list>li a {
    font-weight: 400;
}

footer .d-vehicle-list-box .d-vehicle-list {
    margin-top: 0 ;
}

footer .d-vehicle-list-box {
    padding:  0; 
}

footer .d-vehicle-list-box .d-vehicle-list>li:last-child {
    border-right: none;
}

footer #u_row_14 a:hover, footer #u_row_14 a:hover span { color: #222 !important; }