/*
 * Icon overrides for the top menu.
 *
 * The template at addons/my_changes/hooks/blocks/topmenu_dropdown*.tpl
 * loads this stylesheet to map specific menu entries to Font Awesome
 * glyphs.  The CSS below keeps the file in place (preventing 404
 * errors) and provides a sensible default layout.  Populate the
 * category-specific rules as needed by extending the selector list
 * at the bottom of the file.
 */

.ty-menu__item-link .fa,
.ty-menu__submenu-link .fa {
    margin-right: 6px;
    width: 18px;
    display: inline-block;
    text-align: center;
}

/* Example:
.ty-menu__item[class*="electronics"] > .ty-menu__item-link:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f26c";
}
*/
