/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

/** Mobile break point*/
@media screen and (min-width: 992px ) {
	.footer-widgets .container {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 991px ) {
	.sidebar-single-left .sober-container .shop-sidebar.widget-area {
		margin-top: 0;
	}
	.sidebar-single-left .sober-container .shop-sidebar.widget-area section {
		padding: 0;
		margin: 0;
	}
	.sidebar-single-left .sober-container .shop-sidebar.widget-area .wpc-filters-widget-content {
		display: none;
	}
	.sidebar-single-left .sober-container .shop-sidebar.widget-area .wpc-open-close-filters-button {
		transform: translateY(-10px);
	}
}



.woocommerce ul.subcategories {
	position: relative;
	padding: 0;
	margin-left: -15px;
    margin-right: -15px;
}
.woocommerce .subcategories > li{
	list-style: none;
}

.woocommerce .subcategories .product-category h2 {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
}
.woocommerce .subcategories .product-category h2 .count {
	display: none;
}