.shop-three-pagination a,
.shop-three-pagination span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #e3e5df;
  background: #fff;
  color: #252b28;
  font: 14px 'DM Sans', sans-serif;
  text-decoration: none;
}

.shop-three-pagination a:hover { border-color: #25342e; }
.shop-three-pagination a.active { background: #25342e; color: #fff; border-color: #25342e; }
.shop-three-pagination span[aria-disabled="true"] { color: #a8ada9; cursor: not-allowed; }
