.woocommerce-account .woocommerce-orders-table .woocommerce-button.button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:34px!important;
  margin:2px!important;
  padding:8px 11px!important;
  border:1px solid #9fc3bd!important;
  border-radius:7px!important;
  background:#eaf5f3!important;
  color:#116f62!important;
  font-size:.68rem!important;
  font-weight:850!important;
  line-height:1.2!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button:hover,
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button:focus,
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button:active{
  border-color:#168f7d!important;
  background:#dff1ed!important;
  color:#0d6559!important;
  outline:none!important;
  box-shadow:0 0 0 3px rgba(22,143,125,.1)!important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.pay{
  border-color:#2563eb!important;
  background:#2563eb!important;
  color:#fff!important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.pay:hover,
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.pay:focus,
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.pay:active{
  border-color:#174fc9!important;
  background:#174fc9!important;
  color:#fff!important;
  box-shadow:0 0 0 3px rgba(37,99,235,.16)!important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.cancel{
  border-color:#e4baba!important;
  background:#fff1f1!important;
  color:#a63f3f!important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.cancel:hover,
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.cancel:focus,
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.cancel:active{
  border-color:#d58d8d!important;
  background:#fbe3e3!important;
  color:#8e3030!important;
  box-shadow:0 0 0 3px rgba(184,66,66,.1)!important;
}
