ul.product-cats {
    display: block;
    padding: 0px!important;
    margin: 10px -5px 0px -5px !important;
}

ul.product-cats li {
    width: 16.6666%;
    padding: 0 5px 10px 5px;
    list-style: none;
    height: auto;
    display: inline-block;
}

li.category a {
    position: absolute;
    z-index: 1;
    height: auto;
    width: 100%;
    padding: 30px 10px 30px 70px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1.2em;
    font-size: 14px;
}

.category_img {
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0px;
    width: 100%;
    position: relative;
    transition: all .5s;
    height: 72px;
    overflow: hidden;
}

.category_img:hover {
    border: 1px solid #888888;
}

.catimg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
}

.category_img img {
    float: left;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 50px;
    width: auto;
    max-width: 50px;
    left: 50%;
}

li.category.uncategorized {
    display: none;
}

@media only screen and (max-width: 1200px) {
    ul.product-cats li {
        width: 25%;
        padding: 5px;
    }
}

@media only screen and (max-width: 767px) {
    ul.product-cats li {
        width: 33.3333%;
        padding: 5px;
    }
}

@media only screen and (max-width: 600px) {
    ul.product-cats li {
        width: 50%;
        padding: 5px;
    }
}

@media only screen and (max-width: 380px) {
    ul.product-cats li {
        width: 100%;
        padding: 5px;
    }
}