.tps_productsPager {
	display: flex;
	justify-items: center;
	margin: auto;
}

.tps_productsPager_item, .tps_productsPager_currentItem {
	padding: 0 10px;
}

.tps_productsPager_currentItem {
	font-weight: bold;
}

.tps_productsPager_item a {
	color: #000;
}
.tps_productsPager_item a:hover {
	text-decoration: underline;
}
