.premmerce_admin_bar_wizard .premmerce-toolbar-icon svg {
    fill: currentColor;
    color: inherit;
}

#wp-admin-bar-premmerce_toolbar a.ab-item {
    color: rgba(240,245,250,.6);
}

#wpadminbar .premmerce-wizard-counter {
    display: inline;
    padding: 1px 7px 1px 6px !important;
    border-radius: 50%;
    color: #fff;
    background-color: #d54e21;
    margin-left: 5px
}

.premmerce-wizard-counter.count-0 {
    display: none !important;
}

