/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/* customize the mobile footer bar (for the added menu link) */
.storefront-handheld-footer-bar ul .footerbarnavmenu > a:before {
	content: "\f0c9";
	
	line-height: 2.5em;
    border: 2px solid red;
    margin: 0 0 2px 0;
    
}
.storefront-handheld-footer-bar ul .footerbarnavmenuclose > a:before {
	content: "\f00d";
}
