/*
Theme Name: Mill Creek Learning TwentyTwenty Child Theme
description: >-
  Custom Appointment Child Theme
Author: Max Foster <maxhfoster@gmail.com>
Template: twentytwenty
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
*/

.powered-by-wordpress {
  display: none;
}

.tml-register-link a {
  color: black;
}

.tml-lostpassword-link a {
  color: black;
}

input.tml-button {
  background-color: orange !important;
  color: black !important;
  border: 0.2em solid black !important;
  border-radius: 1.5rem !important;
}

.woocommerce-tabs #tab-description {
  display: none !important;
}

ul.tabs.wc-tabs {
	display:none !important;
}

.product_meta .posted_in {
  display: none;
}

.wc-appointments-appointment-cost {
  display: none !important;
}

/* Cart widget */
.woocommerce-mini-cart__total {
	display: none;
}

/* Cart */
.product-price, .product-subtotal {
	display: none !important;
}

/* Checkout */
.product-total *, th.product-total {
	display: none;
}

.cart_totals h2 {
	display: none;
}

.cart_totals table {
	display:none;
}

.related.products {
	display: none;
  }

  .woocommerce-thankyou-order-received, .woocommerce-thankyou-order-details, .woocommerce-customer-details {
	  display:none;
  }

  .woocommerce-table--order-details tfoot {
	  display:none;
  }