.product-categories li{
	list-style-type: none;
}
.product-categories {
	color: #777;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding-left: 0px;
}
.product-categories a{
	position: relative;
	display: block;
	padding: 17px 50px 17px 35px;
	font-size: 16px;
	font-weight: 600;
	color: inherit;
}
.product-categories li{
	margin: -1px -1px 0;
	background: #fff;
	padding: 0;
	list-style-type: none;
	margin-bottom: 2px;
}
.product-categories li:hover{
	background: rgba(0, 0, 0, 0.52);
	color: black;
}
.color: black{
    background: rgba(0, 0, 0, 0.52)!important;
    color: black!important;
}
.page-sidebar .page-sidebar-content .widget-title {
	font-size: 24px;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 35px;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 500;
}
.wp-post-image {
	width: 100%;
	height: 350px;
}
.woocommerce-loop-product__title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #222;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 500;
}
.page-sidebar-content {
	background: #f2f2f3;
	padding: 30px 25px 70px;
	border-radius: 5px;
}
.widget-title {
	font-size: 24px;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 35px;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: 500;
}
widget_product_categories > ul {
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background: #ffffff;
}
widget_product_categorie > ul > li + li > a {
	border-top: 1px solid #eee;
}
