.basketSumary {
    width: 40px;
    height: 40px;
    padding: 4px;
    position: relative;
}

    .basketSumary .count-info {
        position: absolute;
        top: -10px;
        left: -5px;
        min-width: 26px;
        background-color: var(--primary);
        color: #fff;
        padding: 0 2px;
        border-radius: 4px;
        font-size: 12px;
        text-align: center;
    }
