
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; 
    width: 80%;
    height: auto;
    display: block;
}
li.category h3 {
    font-family: 'felt-tip-roman', sans-serif; 
    font-size: 1.5em !important;
    text-align: center;
	color: #4db1e0;
}	
li.category h3:after {
    content: {content: url('../../themes/blankslate/images/icon-arrow-aqua.png');} 
}	 
@media screen and (min-width:768px) {
 
    ul.product-cats {
        margin-left: 0;
        clear: both;
    }
    ul.product-cats li {
        width: 23%;
        float: left;
        margin-right: 2.666%;
    }
    ul.product-cats li:nth-of-type(4n+0) {
        margin-right: 0;
    }
     
}
