/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .mega-sub-menu .mega-menu-link::before {
    content: '»';
    display: inline-block;
    margin-right: 8px; /* Dostosuj odstęp według potrzeb */
    vertical-align: middle; /* Aby ikona była wyrównana z tekstem */
    margin-top: 0 !important;
    font-family: none !important;
}
