@media (max-width: 767px) {
    .catListItem:nth-child(odd) {
        clear: both;
    }
}

@media (min-width: 768px) {
    .catListItem:nth-child(4n+1) {
        clear: both;
    }
}

.catListItemImage {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 0.5em;
}

.catListItemImage img {
    height: 66px;
}

.productName {
    text-align: center;
}

.productName a {
    color: #00A4E4;
    text-decoration: none;
}

.rcmCatProductListUl {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
