.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

#cin_homepage_articles .no-padding-r {
    padding-right: 0!important;
}

#cin_homepage_articles .no-padding-l {
    padding-left: 0!important;
}

.cin_homepage_articles .image-box.loading {
    opacity: 1;
}

/*#cin_homepage_articles .product-cell {
    min-height: 280px;
}*/

.cin_homepage_categories {
    margin-bottom: 15px;
}

.cin_homepage_categories .img-responsive {
    margin: 0 auto;
}

.cin_homepage_articles .image-box:before {
    padding-top: 0;
}

@media (min-width: 992px) {
    #cin_homepage_categories > div.col-md-2:nth-of-type(6n+1) {
        clear: both;
    }

    #cin_homepage_categories > div.col-md-3:nth-of-type(4n+1) {
        clear: both;
    }

    #cin_homepage_categories > div.col-md-4:nth-of-type(3n+1) {
        clear: both;
    }

    #cin_homepage_categories > div.col-md-6:nth-of-type(2n+1) {
        clear: both;
    }

    #cin_homepage_articles > div.col-md-2:nth-of-type(6n+1) {
        clear: both;
    }

    #cin_homepage_articles > div.col-md-3:nth-of-type(4n+1) {
        clear: both;
    }

    #cin_homepage_articles > div.col-md-4:nth-of-type(3n+1) {
        clear: both;
    }

    #cin_homepage_articles > div.col-md-6:nth-of-type(2n+1) {
        clear: both;
    }
}

@media (max-width: 991px) {
    #cin_homepage_categories > div.col-xs-6:nth-of-type(2n+1) {
        clear: both;
    }

    #cin_homepage_categories > div.col-xs-4:nth-of-type(3n+1) {
        clear: both;
    }

    #cin_homepage_articles > div.col-xs-6:nth-of-type(2n+1) {
        clear: both;
    }

    #cin_homepage_articles > div.col-xs-4:nth-of-type(3n+1) {
        clear: both;
    }
}
