/*
Theme Name: Kids R Us Child
Theme URI: http://cmsmasters.net/kids-r-us-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Kids R Us Child Theme
Template: kids-r-us
Version: 1.0.0
License:
License URI:
Text Domain: kids-r-us-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


/*inversione colonna categorie in pagina prodotti*/
	@media only screen and (max-width: 790px)
	{
	.content_wrap.l_sidebar{
		display: flex !important;
	    flex-direction: column-reverse !important;
		margin-top: 20px;
		
	}	
	}
