/**
 * @category    Mana
 * @package     Mana_InfiniteScrolling
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.mb-infinitescrolling-engine { display: none; }
.infinite-scrolling-list-loader, .infinite-scrolling-grid-loader { text-align: center; }
.infinite-scrolling-list-loader img, .infinite-scrolling-grid-loader img { display: inline; }

#m-show-more {
    /* margin: 0 auto;
    padding: 10px;
    position: relative; */
    width: 100%;
    max-width: 250px;
    background: #333;
    color: #fff;
    transition: all 0.5s ease;
    height: 36px;
    border: none;
}

#m-show-more:hover {
    background: #0297f1;
    border-color: #0297f1;
}

#m-show-more span {
    /*height: 50px;
    line-height: 50px; */
    font-size: 14px;
}

.category-products .button:active, .category-products .button:hover {
    background: none;
}

.pager { display: none; }


@media(max-width: 560px){
    .category-products .button {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}