.woocommerce .quantity {
    display: flex!important;
}
.woocommerce .quantity > button.minus,
.woocommerce .quantity > button.plus {
    color: #FFFFFF!important;
    background: #606060!important;
    font-size: 26px!important;
    min-width: 34px!important;
    height: 34px!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border: 1px solid #606060!important;
}

/* Chrome, Safari, Edge, Opera 90*/
input.qty.text::-webkit-outer-spin-button,
input.qty.text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.qty.text[type=number] {
  -moz-appearance: textfield;
}

.woocommerce .quantity input.qty.text {
    max-height: 30px!important;
    min-width: 100px!important;
}
.loading {
  height: 3em;
  width: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: none;
  content: "";
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background: url('https://loading.io/spinners/spin/lg.ajax-spinner-gif.gif') center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
}
.blockUI.blockMsg.blockElement {
    border: none!important;
    background-color: unset!important;
}