/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2025 | 07:42:36 */
span.custom-pagination {
    position: absolute;
    left: 50%;
    bottom: -94px;
    transform: translateX(-50%);
    font-family: 'Rubik';
    font-size: 20px;
    color: #C0C5CF;
    line-height: 1.2;
	user-select: none;
}

@media(max-width: 767px) {
	span.custom-pagination {
		font-size: 16px;
		bottom: -74px;
	}

}