/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
ul#menu-footer.menu li {
    display: inline-block;
    margin-right: 20px;
}
ul#menu-footer.menu li:before {
    display: none;
}
div.product_meta {
    display: none;
}
footer .site-info { 
 display: none !important; 
}
footer .col-full:after { 
 content: "©2017 Tündérméhes. Minden jog fenntartva.";
 color: #777;
 line-height: 140%;
 display: block;
 margin: 20px auto;
}