/*
Theme Name:     Azirspares
Theme URI:      http://azirspares.famithemes.com/
Author:         Famithemes
Text Domain:    azirspares
Author URI:     http://famithemes.com/
Description:    Arizspares is a theme designed for car dealers, car parts dealers and it also supports car listings.
Version:        1.3.7
License:        GNU General Public License v1 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media(max-width:767px){
	.home .shop-page .container > .row{
		display: flex;
		flex-wrap: wrap;
	}

	.home .shop-page .container > .row .main-content{
		order: 2;
	}

	.home .shop-page .container > .row .sidebar{
		order: 1;
	}
}

@media (max-width: 767px)
.shop-mobile-real.shop-page .sidebar {
    display: block !Important;
}
}