.aximo-woocommer-top-righ-wraper ul
{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: end;
}
.aximo-woocommer-top-righ-wraper ul li a
{
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aximo-woocommer-top-righ-wraper ul li a span
{
    background-color: #222;
    color: #fff;
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    transform: translate(25px,9px);
}
.aximo-woocommer-top-righ-wraper ul li a svg path
{
    stroke: transparent!important;
}