.simple-pagination {margin: 28px 0; height: 44px; padding: 2px 0 0; -webkit-border-radius: 22px; border-radius: 22px; background: #fafafa;}
.simple-pagination li {width: 39px; height: 42px; line-height: 42px; text-align: center;}
.simple-pagination li a {width: 20px; height: 42px; line-height: 42px; display: inline-block; padding: 0 3px 1px; background: none; border: none;  font-size: 18px; line-height: 38px; border-bottom: 2px solid transparent; font-weight: 500; color: #434343; outline: none !important;}
.simple-pagination li a:focus, .page-link:focus {outline: none !important;}
.simple-pagination .page-link:hover {outline: none; color: #2d91a3; text-decoration: none; background: none; border-bottom: 2px solid #2d91a3;}
.simple-pagination .current{width: 39px; height: 42px; display: inline-block; padding: 0 3px 1px; background: none; border: none;  font-size: 18px; line-height: 37px; border-bottom: 2px solid transparent; font-weight: 500; color: #2d91a3; outline: none !important;}
.simple-pagination .prev {border-right: 1px solid #e0e0e0; height: 40px; line-height: 40px;}
.simple-pagination .next {border-left: 1px solid #e0e0e0; height: 40px; line-height: 40px;}
.simple-pagination li:not(.disabled):not(.active) span:hover {width: 49px; height: 42px; display: inline-block; padding: 0 3px 1px; background: none; border: none;  font-size: 18px; line-height: 37px; border-bottom: 2px solid transparent; font-weight: 500; color: #2d91a3; outline: none !important;}


@media only screen and (min-width: 768px) {
	.simple-pagination {margin: 28px 0; height: 44px; padding: 2px 0 0; -webkit-border-radius: 22px; border-radius: 22px; background: #fafafa;}
	.simple-pagination li {width: 49px; height: 42px; line-height: 42px; text-align: center;}
	.simple-pagination li a {width: 30px; height: 42px; line-height: 42px; display: inline-block; padding: 0 3px 1px; background: none; border: none;  font-size: 18px; line-height: 38px; border-bottom: 2px solid transparent; font-weight: 500; color: #434343; outline: none !important;}
	.simple-pagination li a:focus, .page-link:focus {outline: none !important;}
	.simple-pagination .page-link:hover {outline: none; color: #2d91a3; text-decoration: none; background: none; border-bottom: 2px solid #2d91a3;}
	.simple-pagination .current{width: 49px; height: 42px; display: inline-block; padding: 0 3px 1px; background: none; border: none;  font-size: 18px; line-height: 37px; border-bottom: 2px solid transparent; font-weight: 500; color: #2d91a3; outline: none !important;}
	.simple-pagination .prev {border-right: 1px solid #e0e0e0; height: 40px; line-height: 40px;}
	.simple-pagination .next {border-left: 1px solid #e0e0e0; height: 40px; line-height: 40px;}
	.simple-pagination li:not(.disabled):not(.active) span:hover {width: 49px; height: 42px; display: inline-block; padding: 0 3px 1px; background: none; border: none;  font-size: 18px; line-height: 37px; border-bottom: 2px solid transparent; font-weight: 500; color: #2d91a3; outline: none !important;}
}