/*
Theme Name: El Patio
Description: Child theme for Themify Ultra
Author: Themify
Template: themify-ultra
*/

.single-product .product_meta {display: none;}

.wpbs-form-field-input { 
    display: flex;
    flex-wrap: wrap; 
}

.wpbs-form-field-description {
    oredr:1;    
    flex-basis: 100%;
}

.wpbs-form-field-error {
    order:3;
}

.wpbs-form-field-input input,
.wpbs-form-field-input select {
   order:2;
}

.page #wpbs-woocommerce-payment-button a {background-color: #008a7a}

.woocommerce-validated.woocommerce-validated {
  display: block !important;
}

.page .wpbs-form-fields .wpbs-payment-method-description, .wpbs-form-field-payment_method .wpbs-form-field-label {display: none !important;}

.wpbs-line-item-description {display: block;}

#wc-square-credit-card-tokenize-payment-method, label[for='wc-square-credit-card-tokenize-payment-method'] {display: none !important;}

/* .wpbs-overlay.wpbs-overlay {
  background-color: hsl(0 0% 20% / 60%);
} */

/** Thank you page **/

.ty__row {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.ty__button {
  width: 100%;
}

.ty__message {
  margin: 0;
}

@media (min-width: 48rem) {
  .ty__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ty__button {
    width: auto;
  }
}