#paging {
	text-align: center;
	margin-top: 20px;
}

#paging a,
#paging span {
	display: inline-block;
	width: 30px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	margin: 0 5px;
	font-family: Poppins-Regular;
}

#paging a {
	color: #5a5a5a;
	font-size: 16px;
	font-family: Poppins-Regular;
}

#paging .active {
	color: #FF7243;
	
}

#paging a.prev {
	background: url(/acitemsbuy/assets/images/nexts.png) no-repeat center center/9px;
	transform: rotate(180deg);/
}

#paging a.next {
	background: url(/acitemsbuy/assets/images/nexts.png) no-repeat center center/9px;
}
#paging a.firstpage{
	background: url(/acitemsbuy/assets/images/nextall.png) no-repeat center center/14px;
	transform: rotate(180deg);

}
#paging a.endpage{
	background: url(/acitemsbuy/assets/images/nextall.png) no-repeat center center/14px;
	

}
@media (max-width:576px) {
	#paging {
		margin-top: 15px;
		padding:0;
	}
	#paging a, #paging span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 15px;
		margin: 0 3px;
	}
	
}