@charset "UTF-8";
/* ==========================================================================
   Config — Bootstrap tools + theme variables
   Each partial that needs these should: @use '../config' as *;
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   WooCommerce - My Account
   ========================================================================== */
body.woocommerce-account.theme-dark .woocommerce .woocommerce-MyAccount-content .zapcrc-card .btn-primary {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
body.woocommerce-account.theme-dark .woocommerce .woocommerce-MyAccount-content .zapcrc-card .btn-primary:hover {
  background: var(--bs-secondary);
  border-color: var(--bs-secondary);
}
body.woocommerce-account.theme-dark .btn.btn-danger {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
}
body.woocommerce-account.theme-dark .btn.btn-danger:hover {
  background: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

body.woocommerce-account.theme-dark .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .card .form-control,
body.woocommerce-account.theme-dark .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .card .form-control,
body.woocommerce-checkout.theme-dark .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .card .form-control,
body.woocommerce-checkout.theme-dark .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .card .form-control {
  border-color: var(--bs-white) !important;
}

/* ==========================================================================
   Pages - Contact
   ========================================================================== */
body.theme-dark .gform_wrapper input,
body.theme-dark .gform_wrapper textarea {
  border-color: var(--bs-white) !important;
}
body.theme-dark .gform_footer .button:is(input[type=submit]) {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
body.theme-dark .gform_footer .button:is(input[type=submit]):hover {
  background: var(--bs-secondary) !important;
}/*# sourceMappingURL=child-styles.css.map */