#primary-header .header-right-wrap .main-nav a {
    color: #fff !important;
}
.vehicle-picker-module .browse_catalog:hover, .vehicle-picker-module .vpicker-submit:hover {
    background-color: #db4747;
}

/* KT-4418: Papago Theme fix */
.header-right-wrap .main-nav { margin: 0; }

.custom-button {
    min-width:200px;
    padding: 10px 30px;
    background: #990000;
    color: white;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.custom-button:hover {
    background: #db4747;
    color: white;
}

/* Homepage Custom Verbiage */
.custom_content {
    font-size: 15px;
}

/* Homepage Tab Images */

/* Replacement */
#tab-custom .tab-content #replacement-parts .feature03 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_brakes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#tab-custom .tab-content #replacement-parts .feature07 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_steering.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Interior */
#tab-custom .tab-content #interior-accessories .feature02 .featured-img {
    background: url(https://cdn-static.revolutionparts.io/assets/themes/accessories/porsche/porsche-door-sills-01-sm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#tab-custom .tab-content #interior-accessories .feature04 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_floor_mats.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#tab-custom .tab-content #interior-accessories .feature06 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_remote_start.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#tab-custom .tab-content #interior-accessories .feature07 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_shipft_knobs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Exterior */
#tab-custom .tab-content #exterior-accessories .feature01 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_car_cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#tab-custom .tab-content #exterior-accessories .feature02 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_spoilers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#tab-custom .tab-content #exterior-accessories .feature03 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_step_rails.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#tab-custom .tab-content #exterior-accessories .feature04 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/roadside_assist_generic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#tab-custom .tab-content #exterior-accessories .feature05 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_roof_racks.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#tab-custom .tab-content #exterior-accessories .feature06 .featured-img {
    background: url(https://cdn.revolutionparts.io/52e697cb3c8c3284c152aad4d346391b/design/MB_splash_guards.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.separator hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1rem;
    margin-top: 1rem;
    width: 50rem;
}