.page-pagination span.nav-current-page {
    box-shadow: 0px 12px 23px rgba(2, 2, 2, 0.24); 
    color: rgba(77, 77, 78, 0.5);
    background: #fff; 
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #4d4d4e;
    border-radius: 50%;
    margin: 0 10px;
}

