/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2023 | 14:04:52 */
ul.product-cats li {
    list-style: none;
	margin-left: 0;
	margin-bottom: 4.236em;
	text-align: center;
	position: relative;
}
ul.product-cats li img {
	margin: 0 auto;	
}
h2.fusion-responsive-typography-calculated {
    font-size: 16px;
}
@media screen and (min-width:768px) {
	ul.product-cats {
		margin-left: 0;
		clear: both;
	}
	ul.product-cats li {
    width: 23%;
    float: left;
    margin-right: 20px;
	}
	ul.product-cats li:nth-of-type(4) {
		margin-right: 0;
	}
	
}

