.page {
	width: 100%;
	margin-bottom: 40px;
}

.page_a,
.page-num {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	margin: 0 3px;
	background: #e5e5e5;
	color: #666;
	text-decoration: none;
	font-size: 16px;
	color: #636262;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	transition: all .4s;
}

.page_a:hover,
.page-num:hover,
.page-num-current {
	background-color: var(--primary-color);
	color: #fff;
}

.page_a .fa {
	font-size: 18px;
	color: #333;
}

.page_a:hover .fa,
.page-num-current {
	color: #fff;
}
.page-item svg {
    width: 14px;
    height: 14px;
    fill: var(--text-black);
}