/*
 Theme Name:   Lione Child Theme
 Theme URI:    http://lione.axiomthemes.com
 Description:  Lione Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com
 Template:     lione
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  lione
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/*Hide the product ID on the single product page*/
.product-template-default.single.single-product .product_meta .product_id{
	display: none;
}

/*Set a high to the svg image in the main menu*/
.top_panel_custom_header-main-4 img.logo_image{
	width:64px;
}

