ul.product-cats {
    margin-left: 0;
}

.tg-topdestinations .row .product-cats {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.236em;
    text-align: center;
    position: relative;
}

.woocommerce .tg-themetabcontent {
    padding: 0px;
}

.tg-topdestination .product-cats figure figcaption {
    padding: 0 10px 20px;
}

.tg-topdestination .product-cats figure figcaption h2 {
    margin: 17px auto;
    font-size: 17px;
    padding: 0 0 0 21px;
}

.product-cats .tg-totaltours {
    float: left;
    margin: auto;
    display: block;
    width: 100%;
}

.tg-topdestinations .row .product-cats img {
    margin: 0 auto;
}

@media screen and (min-width:768px) {

    ul.product-cats li {
        width: 22.4117647059%;
        float: left;
        margin-right: 5.8823529412%;
    }

    ul.product-cats li:nth-of-type(3) {
        margin-right: 0;
    }
}