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

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 !important;
    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% !important;
    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 !important;
    font-size: 13px !important;
    font-weight: 400;
    color: #777777 !important;
    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: "" !important;
    display: block !important;
    width: 3px;
    height: 3px;
    background: #1bc744;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1 !important;
}

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

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

.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 !important;
}

.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 !important;
}