.pager-bubble
{
    border-radius:9999px;
    height:9px;
    width:9px;
    border:2px solid transparent;
    background:#9c9c9c;
    display:inline-block;
    margin-right:6px;
}
.pager-bubble:hover,
.pager-number:hover
{
    cursor:pointer;
}
.pager-bubble.active
{
    border:2px solid black;
    background:white;
}
.pager-number
{
    border:2px solid transparent;
    border-radius:9999px;
    width:30px;
    height:30px;
    text-align: center;
    line-height:25px;
    font-size:14px !important;
    color:black;
    display:inline-block;
    margin:0 4px;
    transition:all 0.25s linear;
}

.pager-number.active
{
    border:2px solid black;
    font-weight:bold;
}
.whitepager.pager-number
{
    color:white;
}
.whitepager.pager-number.active
{
    border:2px solid white;
}
.pagination .next,
.pagination .prev
{
    top:2px;
}

.product-pager{
    padding-left:0;
}