/**
* Theme Name: Motors Starter Theme Child
* Description: This is a child theme of Motors Starter Theme, generated by Merlin WP.
* Author: <a href="https://stylemixthemes.com/">StylemixThemes</a>
* Template: motors-starter-theme
* Version: 1.0.8
* Text Domain: motors-starter-theme-child
*/

.menu-item {
    a.mvl-pro-feature::after {
        content: "PRO";
        top: 50%;
        transform: translateY(-50%);
    }
}
.mvl-pro-feature::after {
    content: "PRO";
    position: absolute;
    background-color: #1280DF;
    color: #fff;
    padding: 0px 7px;
    border-radius: 3px;
    font-size: 9px;
    margin-left: 5px;
    right: 15px;
    font-weight: 700;
    top: -10px;
    z-index: 999;
}
