ul.product-cats li {
list-style: none;
position: relative;
font-size: 14px;
display: inline-block;
padding: 2px 7px 1px 7px;
border-radius: 4px;
margin: 5px 10px 0px 0px;
background: #337ab7;
transition: all 0.2s;
white-space: nowrap;
cursor: pointer;
text-align: center;
}
ul.product-cats li:hover{
list-style: none;
position: relative;
font-size: 14px;
display: inline-block;
padding: 2px 7px 1px 7px;
border-radius: 4px;
margin: 5px 10px 0px 0px;
background: #1c599f;
transition: all 0.2s;
white-space: nowrap;
cursor: pointer;
text-align: center;
}
ul.product-cats li img {
/*margin: 0 auto;*/ 
}
 
@media screen and (min-width:768px) {
 
    ul.product-cats {
        /*margin-left: 0;
        clear: both;*/
    }
    ul.product-cats li {
        /*width: 29.4117647059%;*/
        /*float: left;*/
        /*margin-right: 5.8823529412%;*/
    }
    ul.product-cats li:nth-of-type(3) {
        /*margin-right: 0;*/
    }
     
}