.shop-pagelist {
	text-align: center;
	margin: 60px 0;
	max-width: 100%;
	box-sizing: border-box;
}

.shop-pagelist__body {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
	align-items: center;
	display: inline-flex;
	flex-wrap: nowrap;
	max-width: 100%;
	box-sizing: border-box;
}

.shop-pagelist .shop-pagelist__body li.page-prev {
	margin-right: 40px;
	margin-left: 0;
}

.shop-pagelist .shop-pagelist__body li.page-next {
	margin-right: 0;
	margin-left: 40px;
}

.shop-pagelist .shop-pagelist__body li {
	margin: 0 7px;
	text-align: center;
	flex-shrink: 0;
}

.shop-pagelist .shop-pagelist__body li.page-prev a,
.shop-pagelist .shop-pagelist__body li.page-next a {
	border: 1px solid #1e1e1e;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	box-shadow: none;
}

.shop-pagelist__body .page-prev.not_active a {
	opacity: .5;
	pointer-events: none;
}

.shop-pagelist__body .page-prev a,
.shop-pagelist__body .page-next a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.shop-pagelist__body li a {
	text-decoration: none;
	transition: all .18s linear;
	outline: none;
}

.shop-pagelist__body .page-prev a svg,
.shop-pagelist__body .page-next a svg {
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	fill: #2E2F38;
	transition: all .18s linear;
	transform: translateY(-50%);
}

.shop-pagelist__body .page-prev a svg:hover,
.shop-pagelist__body .page-next a svg:hover {
	background-color: #1e1e1e;
	fill: #fff;
}

.shop-pagelist__body .page-prev a svg {
	left: 0;
	right: auto;
}

.shop-pagelist .shop-pagelist__body .page-num {
	font-size: 22px;
	font-weight: normal;
	line-height: 30.8px;
	width: auto;
	min-width: 0;
	color: #848484;
	background: none;
}

.shop-pagelist .shop-pagelist__body .page-num a {
	color: inherit;
	width: auto;
	height: auto;
}

.shop-pagelist .shop-pagelist__body .page-num.active-num,
.shop-pagelist .shop-pagelist__body .page-num:hover {
	color: #1e1e1e;
	background: none;
}

@media (max-width: 767px) {
	.shop-pagelist {
		margin: 40px 0;
		padding: 0 15px;
		width: 100%;
		overflow: hidden;
	}

	.shop-pagelist__body {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		width: 100%;
		max-width: 100%;
		gap: 6px 10px;
	}

	.shop-pagelist .shop-pagelist__body li.page-prev {
		margin-right: 0;
	}

	.shop-pagelist .shop-pagelist__body li.page-next {
		margin-left: 0;
	}

	.shop-pagelist .shop-pagelist__body li.page-num {
		margin: 0;
		font-size: 16px;
		line-height: 1.35;
	}

	.shop-pagelist .shop-pagelist__body li {
		margin: 0;
	}

	.shop-pagelist__body .page-prev a span,
	.shop-pagelist__body .page-next a span {
		font-size: 0;
		line-height: 0;
	}

	.shop-pagelist__body .page-prev a .gr-svg-icon:not(.gr_small_icon),
	.shop-pagelist__body .page-next a .gr-svg-icon:not(.gr_small_icon) {
		display: none;
	}

	.shop-pagelist__body .page-prev a svg,
	.shop-pagelist__body .page-next a svg {
		position: static;
		transform: none;
		width: 20px;
		height: 20px;
	}
}
