/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 11 2025 | 10:33:03 */
.woocommerce-pagination {
	text-align: initial !important;
	.page-numbers {
		border-color: #3D3856 !important;
		color: white;
	}

	li {
		border-right-color: #3D3856 !important;
		
		a, span {
			font-size: 14px;
			padding: 14px 16px !important;
		}
	}
	
	span.current {
/* 		background: none !important; */
/* 		color: white !important; */
	}
}