/* Normal state */
.wc-block-components-quantity-selector__input {
    background-color:#ee8801;
    color:#ee8801;
    border-color:#ee8801;
}
/* Hover state */
.wc-block-components-quantity-selector__input {
       background-color:#ee8801;
    color:#ee8801;
    border-color:#ee8801;
}
/* Normal state */
.wc-block-components-button__text {
    background-color:#ffffff;
    color:#ee8801;
    border-color:#ee8801;
}
/* Hover state */
.wc-block-components-button__text {
       background-color:#ffffff;
    color:#ee8801;
    border-color:#ee8801;
}
/* Normal state */
.wc-block-components-button wp-element-button wc-block-cart__submit-button contained {
    background-color:#ffffff;
    color:#ee8801;
    border-color:#ee8801;
}