.quantity {
    display: none !important;
}

.pewc-total-field-wrapper {
    display: none;
}

.pewc-product-extra-groups {
    padding-left: 0;
}

.bit-input__wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.bit-input__appendix {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--shade-ultra-light);
    padding: 0 1em;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-wrap: nowrap;
    white-space: nowrap;
}

.bit-input__prefix {
    border-right: 0;
}

.bit-input__suffix {
    border-left: 0;
}


