.quantity.jinas-quantity-controls {
    align-items: stretch;
    display: inline-flex;
    flex-wrap: nowrap;
}

.quantity.jinas-quantity-controls .jinas-quantity-input {
    border-radius: 0;
    margin: 0;
    text-align: center;
}

.quantity.jinas-quantity-controls .jinas-quantity-input::-webkit-inner-spin-button,
.quantity.jinas-quantity-controls .jinas-quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity.jinas-quantity-controls .jinas-quantity-input[type="number"] {
    -moz-appearance: textfield;
}

.quantity.jinas-quantity-controls .jinas-quantity-button {
    align-items: center;
    border-radius: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    margin: 0;
    min-width: 2.25rem;
    padding: 0.5rem;
}
