.product-cats{
    //width: 100%
	text-align: center;
	display: flex;
  	justify-content: center;
}
.product-cat {
	margin-bottom: 4.236em;
	//display: inline-block;

}
ul.product-cats li img {
	margin: 0 auto;	
}

@media screen and (min-width:768px) {

	.product-cats {
		//width: 100%
		text-align: center;
		display: flex;
  		justify-content: center;
	}
	.product-cat {
		text-align: center;
		width: 22.05882%;
	}

	
}




.woocommerce-sorting-wrapper div{
	width:100%
}

.title-subcategory{
	text-align: center;
	font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}