#shop-wrapper #sidebar-shop .widget_product_categories {
	background: #fff;
	border-bottom: 1px solid #b3b3b3;
	font-family: fira_sansregular, Arial, sans-serif;
	margin: 0;
	width: 100%;
}

#shop-wrapper #sidebar-shop .widget_product_categories .prdctfltr_regular_title {
	display: none;
}

#shop-wrapper #sidebar-shop .product-categories,
#shop-wrapper #sidebar-shop .product-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#shop-wrapper #sidebar-shop .product-categories {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}

#shop-wrapper #sidebar-shop .product-categories li {
	background: #fff;
	line-height: 1.2;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#shop-wrapper #sidebar-shop .product-categories li::marker {
	content: "";
}

#shop-wrapper #sidebar-shop .product-categories a {
	box-shadow: none;
	display: block;
	text-decoration: none;
}

#shop-wrapper #sidebar-shop .product-categories > li > a {
	background: #000;
	color: #fff;
	font-family: oswaldmedium, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	padding: 10px 15px 9px;
	text-transform: uppercase;
}

#shop-wrapper #sidebar-shop .product-categories > li.current-cat > a,
#shop-wrapper #sidebar-shop .product-categories > li.current-cat-parent > a,
#shop-wrapper #sidebar-shop .product-categories > li.current-product-cat-ancestor > a {
	background: #e3171d;
	color: #fff;
}

#shop-wrapper #sidebar-shop .product-categories > li > a:hover {
	background: #e3171d;
	color: #fff;
}

#shop-wrapper #sidebar-shop .product-categories .children {
	background: #fff;
	border: 0;
	display: block;
	padding: 3px 0 8px;
}

#shop-wrapper #sidebar-shop .product-categories .children li {
	border: 0;
	font-family: fira_sansregular, Arial, sans-serif;
}

#shop-wrapper #sidebar-shop .product-categories .children a {
	background: #fff;
	color: #555;
	font-family: fira_sansregular, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.25;
	padding: 9px 15px 8px 18px;
	text-transform: none;
}

#shop-wrapper #sidebar-shop .product-categories .children a:hover,
#shop-wrapper #sidebar-shop .product-categories .children .current-cat > a,
#shop-wrapper #sidebar-shop .product-categories .children .current-cat-parent > a,
#shop-wrapper #sidebar-shop .product-categories .children .current-product-cat-ancestor > a {
	background: #fff;
	color: #e3171d;
}

#shop-wrapper #sidebar-shop .product-categories .children .children {
	padding: 0 0 4px;
}

#shop-wrapper #sidebar-shop .product-categories .children .children a {
	color: #666;
	font-size: 14px;
	padding-left: 32px;
}

#shop-wrapper #sidebar-shop .product-categories .count {
	display: none;
}

@media screen and (max-width: 991px) {
	#shop-wrapper #sidebar-shop .product-categories > li > a {
		font-size: 17px;
	}

	#shop-wrapper #sidebar-shop .product-categories .children a {
		font-size: 15px;
	}
}
