span.strb-icon-wrapper svg {
    width: 25px;
}

a.strb-header-cart-icon {
    position: relative;
}

a.strb-header-cart-icon .cart-count {
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    top: -14px;
    left: -14px;
    background: #2a10ef;
    color: #fff;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 22px;
    border-radius: 100px;
}