#global-navigation-mega-menu a {
    transition: none!important;
}
#global-navigation-mega-menu {
    width: 100%;
    height: 65px;
    display: flex;
    position: relative;
    background: #0E284B;
    justify-content: center;
}
[v-cloak] {
    display: none!important;
}
.mega-menu-product-category-select {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}
.mega-menu-selected-fitment-container {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mega-menu-product-category-umbrella {
    display: flex;
    justify-content: center;
    align-items: center;
    /* cursor: pointer; */
    padding: 0 10px;
    font-weight: 700;
    text-align: left;
}
.mega-menu-product-category-umbrella:hover {
    background: #2a5279;
}
.mega-menu-category-display-container {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 61px;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    background: rgba(0,0,0,0.3);
    z-index: 19;
}
.mega-menu-fitment-select-background {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 61px;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    background: rgba(0,0,0,0.3);
    z-index: 19;
}
.mega-menu-category-container {
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: flex-start;
    padding: 10px;
    margin-left: 20px;
}
.mega-menu-subcategory-limiter .mega-menu-category-container {
    width: 200px;
}
.mega-menu-subcategory-container {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    border-left: 5px solid #BB0A0A;
}
.mega-menu-subcategory {
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    padding-left: 10px;
    word-break: normal;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.mega-menu-subcategory > a:hover {
    color: #2f84ed;
}
.mega-menu-go-icon {
    position: relative;
    top: 2px;
}
.mega-menu-subcategory-title,
.mega-menu-shop-all,
.mega-menu-category-link {
    transition: none;
}
.mega-menu-shop-all {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
}
.mega-menu-shop-all-category-name {
    color: #2f84ed;
    font-weight: 700;
}
.mega-menu-shop-all:hover {
    color: #2f84ed;
}
.mega-menu-category-title {
    font-size: 20px;
    text-decoration: underline;
}
.mega-menu-category-link:hover {
    color: #2f84ed;
}
.mega-menu-subcategory-normal .mega-menu-category-container {
    height: 100%;
}
.mega-menu-selected-fitment-img img {
    height: 40px;
    width: 58px;
    cursor: pointer;
}
.mega-menu-selected-fitment-text {
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
}
.mega-menu-selected-fitment-container {
    padding: 0 20px;
    width: auto;
    flex-shrink: 0;
    background: #BB0A0A;
}
.mega-menu-selected-fitment-img {
    flex-shrink: 0;
}
.mega-menu-fitment-remove {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
}
.mega-menu-fitment-remove:hover {
    text-decoration: underline;
}

.umbrella-category-mega-menu-category-container {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: white;
    padding: 20px;
    position: absolute;
    top: 61px;
    z-index: 20;
    width: 100%;
    left: 0;
    border-bottom: 2px solid #2a5279;
    border-right: 2px solid #2a5279;
    border-left: 2px solid #2a5279;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.mega-menu-selected-fitment-container.no-selected-fitment {
    cursor: pointer;
}

.mega-menu-select-fitment-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 61px;
    background: white;
    z-index: 20;
    width: 250px;
    left: 0;
    border-right: 2px solid #24364A;
    border-bottom: 2px solid #24364A;
}

.mega-menu-fitment-select-model > img, .mega-menu-select-submodel > img {
    width: 60px;
}

.mega-menu-select-model-container, .mega-menu-select-submodel-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 10px;
}

.mega-menu-fitment-select-model, .mega-menu-select-submodel {
    display: flex;
    align-items: center;
    width: 100%;
}

.mega-menu-fitment-select-model > p, .mega-menu-select-submodel > p {
    margin: 0;
    margin-left: 10px;
    flex: 1;
    padding: 5px;
}

.mega-menu-fitment-select-model:hover > p, .mega-menu-select-submodel:hover > p {
    background: #efefef;
}

.mega-menu-select-year-container {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

.mega-menu-select-year-container > a {
    padding: 10px;
    font-size: 28px;
}

.mega-menu-fitment-select-year:hover {
    background: #efefef;
}

.mega-menu-product-category-umbrella-text > a {
    color: white;
}

.mega-menu-model-select-instructions {
    text-align: center;
    padding: 5px 0;
}

.mega-menu-fitment-select-reset {
    padding: 5px 0;
    display: flex;
    justify-content: center;
    background: #e7f1fe;
    align-items: center;
    line-height: 1;
}

.mega-menu-fitment-select-reset > span[data-icon="M"] {
    position: relative;
    top: 3px;
    left: 5px;
    font-size: 24px;
}

.mega-menu-selected-fitment-text a {
    color: #2a527a;
    transition: none;
}

.mega-menu-fitment-text {
    cursor: pointer;
}

.mega-menu-fitment-text:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1100px) {
    .mega-menu-subcategory-limiter .mega-menu-subcategory:nth-of-type(n+5) {
        display: none;
    }
    .mega-menu-category-container {
        width: 200px;
    }
    .mega-menu-product-category-umbrella {
        font-size: 14px;
        padding: 0 10px;
    }
}

.mega-menu-extra-mobile-options {
    display: none;
}
.mega-menu-mobile-close-button {
    display: none;
}
.mega-menu-standard-mobile-options {
    display: none;
}
.mega-menu-mobile-category-icon {
    display: none;
}
.mega-menu-fitment-mobile-text {
    display: none;
}
.mega-menu-product-category-mobile-display {
    display: none;
}

.mega-menu-subcategory a {
    color: black;
}
.fitment-vehicle-name:hover {
    text-decoration: underline;
}
@media screen and (max-width: 959px) {
    #global-navigation-mega-menu {
        display: none;
    }
    .mega-menu-category-display-container {
        display: none;
    }
    .mega-menu-fitment-select-background {
        display: none;
    }
    #global-navigation-mega-menu.mega-menu-mobile {
        display: flex;
    }
    #global-navigation-mega-menu.mega-menu-mobile {
        display: flex;
        position: absolute;
        z-index: 999999;
        height: auto;
    }
    .mega-menu-mobile-option span {
        font-size: 20px;
    }
    .mega-menu-mobile-option > a {
        display: flex;
        justify-content: space-between;
        padding: 5px;
        line-height: 24px;
        align-items: center;
        font-size: 14px;
    }
    .mega-menu-extra-mobile-options {
        display: flex;
        flex-direction: column;
    }
    .mega-menu-standard-mobile-options {
        display: flex;
    }
    .mega-menu-mobile-close-button {
        background: #0E284B;
        padding: 5px 10px;
        color: white;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        align-items: center;
        cursor: pointer;
        font-weight: 700;
    }
    .mega-menu-mobile-close-button-icon {
        font-size: 24px;
    }
    .mega-menu-product-category-select {
        flex-direction: column;
        padding: 0;
        border-top: 3px solid #0E284B;
        border-bottom: 3px solid #0E284B;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }
    .mega-menu-product-category-umbrella {
        justify-content: flex-start;
        padding: 5px 10px;
        width: 100%;
        border-left: 2px solid #2a5279;
        border-right: 2px solid #2a5279;
        background: #0E284B;
        color: white;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 0;
    }
    .mega-menu-product-category-umbrella:hover {
        background: #0E284B;
    }
    .mega-menu-mobile-category-icon {
        display: inline-block;
        font-size: 24px;
    }
    .mega-menu-selected-fitment-img img {
            height: 60px;
            width: 86px;
    }
    .mega-menu-selected-fitment-container {
        padding: 0;
        display: block;
        background: #2a5279;
    }
    .mega-menu-selected-fitment-text {
        font-size: 16px;
    }
    .mega-menu-fitment-mobile-text {
        margin-bottom: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-variant: all-small-caps;
        display: block;
    }
    .mega-menu-product-category-mobile-display {
        display: flex;
    }
    .mega-menu-product-category-umbrella-text {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mega-menu-product-category-umbrella-text {
        align-items: center;
    }
    .mega-menu-product-category-mobile-display {
        width: 100%;
        flex-direction: column;
    }
    .mega-menu-category-container {
        flex-direction: column;
        width: 100%;
        background: white;
        margin-left: 0;
        align-items: flex-start;
        border-bottom: 1px solid #0E284B;
        position: relative;
    }
    .mega-menu-category-title {
        text-transform: capitalize;
        font-weight: 700;
        font-size: 18px;
        width: auto;
    }
    
    .mega-menu-subcategory-title {
        font-size: 18px;
        color: black;
    }
    .mega-menu-subcategory-container {
        flex: 1 1 100%;
        text-transform: capitalize;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        border-left: none;
        margin-top: 0;
        padding: 5px;
        margin-left: 10px;
    }
    .mega-menu-subcategory {
        padding: 10px 5px;
    }
    .mega-menu-category-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    .mega-menu-product-category-umbrella-text {
        padding: 5px 10px;
    }
    .mega-menu-category-title {
        display: flex;
        flex-direction: row;
        text-align: left;
        align-items: center;
        flex-grow: 0;
        text-transform: uppercase;
        color: #0E284B;
        text-decoration: none;
        /* position: relative; */
    }
    .mega-menu-subcategory-container {
        padding: 5px;
        margin-left: 10px;
        padding-left: 10px;
    }
    .mega-menu-category-link {
        width: auto;
    }
    .mega-menu-subcategory-container {
        flex-direction: column;
    }
    .mega-menu-subcategory {
        padding: 5px 0;
        text-align: left;
        font-weight: 400;
        font-size: 16px;
    }
    .mega-menu-mobile-option > a {
        font-weight: 400;
        color: black;
    }
    .mega-menu-mobile-option {
        border-bottom: 1px solid #efefef;
        padding: 2px 10px;
        font-size: 14px;
        font-weight: 300;
        color: black;
        background: white;
        text-align: center;
    }
    .mega-menu-product-category-umbrella {
        border-bottom: 2px solid #203b61;
    }
    
    .mega-menu-product-category-umbrella-text > a {
        color: white;
    }
    
    .mega-menu-product-category-umbrella-text > a:hover {
        color: white;
    }
    
    .mega-menu-submodel-text-separator {
        font-weight: 700;
        font-size: 20px;
        color: #2f84ed;
        margin-left: 10px;
        display: none;
    }
    
    .mega-menu-select-fitment-container {
        position: relative;
        top: 0;
        left: 0;
        border: none;
    }
    
    .mega-menu-select-fitment-showing .mega-menu-selected-fitment-text {
    color: white;
    font-size: 20px;
    flex-direction: row;
    align-items: center;
    }
    
    .mega-menu-select-fitment-showing .mega-menu-select-fitment-container {
        width: 100%;
    }
    
    .mega-menu-selected-fitment-base-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #BB0A0A;
    }
    
    .mega-menu-standard-mobile-options > .mega-menu-mobile-option > a {
        flex-direction: column;
        display: flex;
    }
    
    .mega-menu-standard-mobile-options > .mega-menu-mobile-option {
        width: calc(33.33333%);
        border-left: 1px solid #efefef;
    }
    
    .mega-menu-standard-mobile-options > .mega-menu-mobile-option:nth-of-type(1) {
        border-left: none;
    }

    .mega-menu-category-title span {
    	color: black;
    	font-size: 24px;
    	position: absolute;
    	right: 10px;
    }

    .fitment-vehicle-name {
        margin-right: 10px;
    }
}

.mega-menu-product-category-umbrella.mega-menu-selected-category {
    border-bottom: 5px solid #2f84ed;
}

.mega-menu-category-title > a {
    color: #0E284B;
}

.mega-menu-select-fitment-desktop-container {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #2a5279;
    padding: 20px;
    position: absolute;
    top: 61px;
    z-index: 20;
    width: 400px;
    left: 0;
    border-bottom: 2px solid #2a5279;
    border-right: 2px solid #2a5279;
    border-left: 2px solid #2a5279;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.mega-menu-fitment-select-icon-roundup {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    flex-wrap: nowrap;
}

.mega-menu-fitment-select-label {
    line-height: 1;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.mega-menu-fitment-select-container select {
    margin-bottom: 10px;
    height: 40px;
}

.mega-menu-fitment-display {
    color: #2a527a;
    width: 100%;
}

.mega-menu-fitment-select-container {
    padding: 20px 20px 20px 20px;
}

.mega-menu-fitment-select-icon-roundup.fitment-is-animating img {
    transform: translate3d(750px, 0, 0);
    transition: transform 10s ease-in-out;
}

.mega-menu-category-title > a {
    text-decoration-line : underline;
}

.mega-menu-fitment-finalize-selection {
    height: 2.5em;
    padding: 3px;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #222;
    background: #BB0A0A;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 25%;
    cursor: pointer;
    font-weight: 700;
}

.mega-menu-fitment-finalize-selection.disabled {
    cursor: not-allowed;
    background: #bb0a0a;
}

.close-desktop-fitment {
    color: white;
    font-size: 32px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.close-desktop-fitment:hover {
    color: #ddd;
}

.mega-menu-selected-fitment-text span {
    font-size: 16px;
    position: relative;
    /* top: 5px; */
    text-align: center;
    max-width: 200px;
    line-height: 16px;
}

.mega-menu-product-category-umbrella-text {
    cursor: pointer;
    text-align: center;
}

span.fitment-vehicle-change {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    text-decoration: underline;
}