/*************************************
 + WooCommerce
*************************************/

#order_review_heading,
.woocommerce-billing-fields h3,
.woocommerce-checkout-review-order-table {
  display: none;
}



  body .woocommerce #respond input#submit.alt,
  body .woocommerce a.button.alt,
  body .woocommerce button.button.alt,
  body .woocommerce input.button.alt {
    display: inline-block;
    padding: 8px 25px 6px;
    min-width: 160px;
    margin: 7.5px 0;
    border: 1px solid var(--c-main-btn);
    border-radius: 4px;
    color: #fff;
    background-color: var(--c-main-btn);
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  body .woocommerce #respond input#submit.alt:hover,
  body .woocommerce a.button.alt:hover,
  body .woocommerce button.button.alt:hover,
  body .woocommerce input.button.alt:hover {
    color: #fff;
    background-color: var(--c-main-btn-hover);
  }
