.LEProductQuantityPart {
    width: 0;
    position: relative;
}

.LEProductQuantityPart_container {
    position: absolute;
    top: 0;
    right: 5px;

    display: flex;
    align-items: center;
    height: 100%;
}

.LEProductQuantityPart_quantity {
    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    height: 28px;
    min-width: 28px;
    padding: 0 5px;

    background-color: #ef3f3f;
    border-radius: 1000px; /* This will create a stadium shape. */
    color: white;
    font-size: 16px;
    font-weight: bold;
}
