
.modern-page-navigation {
	font-size: 16px;
    color: #442C22;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: space-between;
    margin: auto;
    padding: 30px 0 20px;
}
@media only screen and (max-width: 600px) {
	.modern-page-navigation {
		font-size: 3.86vw;
		padding: 7.25vw 0 4.83vw;
	}
}
.modern-page-navigation a {
	color: #6FC727;
	text-decoration: underline;
	padding: 0 6px;
}
@media only screen and (max-width: 600px) {
	.modern-page-navigation a {
		padding: 0 1.8vw;
	}		
}
.modern-page-navigation a:hover {
	color: #442C22;
}
.modern-page-navigation span {
	padding: 0 6px;
}
@media only screen and (max-width: 600px) {
	.modern-page-navigation span {
		padding: 0 1.8vw;
	}	
}
.modern-page-navigation a.current img {
	    filter: invert(100%) sepia(72%) saturate(700%) hue-rotate(212deg) brightness(9%) contrast(46%);
}

.modern-page-navigation a.modern-page-previous img {
	transform: rotate(180deg);
}
a.more-product {
    font-size: 16px;
    text-align: center;
    display: flex;
    color: #fff;
					
    margin: auto;
    width: 145px;
    height: 40px;
    background: #6FC727;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 600px) {
	a.more-product {
		font-size: 3.86vw;
        width: 35vw;
        height: 6.6667vw;
	}
}

a.more-product span {
	text-decoration: underline;
}
