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; 
}

hr.product-cats-sep {
	width: 100%;
	clear: both;
}

h2.products-title {
	color: #07afd4;
}

h2.categories-title {
	color: #07afd4;
}
 
@media screen and (min-width:768px) {
 
    ul.product-cats {
        margin:0 auto;
        text-align: left;
    }
    ul.product-cats li {
        display: inline-block;
        vertical-align: top;
	margin-right: 5%;
    }
     
}
