html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles h3 {
    font-size: 16px;
    font-weight: 700;
    color: #002e5b;
    text-align: left;
    margin-bottom: 0;
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li {
    display: block;
    width: 47%;
    padding: 0;
    margin: 0 0 5px;
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a {
    display: block;
    overflow: hidden;
    padding: 9px 0 9px 13px;
    font-size: 13px;
    font-weight: 400;
    color: #777777;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #1bc744;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
}

html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:hover {
    background: transparent;
    color: #1bc744;
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles h3 {
    color: #fff;
    text-align: left;
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a {
    padding: 10px 0 0 15px;
}

.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a:before {
    top: 21px;
}