/**
 * Elightwalk
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Elightwalk.com license that is
 * available through the world-wide-web at this URL:
 * https://www.elightwalk.com/licence
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Elightwalk
 * @package     Elightwalk_CategoryInfiniteScroll
 * @copyright   Copyright (c) Elightwalk (https://www.elightwalk.com/)
 * @license     https://www.elightwalk.com/licence 
 */
.cis-noneleft{
	margin-top: 20px;
	grid-column: 1 / span 4;
	text-align: center;
}
.cis-spinner{
	margin-top: 20px;
	grid-column: 1 / span 4;
	text-align: center;
}
.cis-trigger.cis-trigger-next {
    margin-top: 20px;
	grid-column: 1 / span 4;
	text-align: center;
}
.cis-trigger.cis-trigger-next button {
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .cis-trigger.cis-trigger-next {
        margin-left: 30%;
    }
}
