/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

.woocommerce-checkout form .form-row select {
  height: 50px;
}

.woocommerce-checkout .col2-set {
  padding-bottom: 40px;
}

.related {
  padding-top: 40px;
}

.graspp-course {
  margin: 20px 0;
  padding: 30px;
  background: #efefef;
}

.graspp-location-lookup {
  display: none;
}

.graspp-location-error {
  color: #a00;
  margin: 20px 0;
}

.graspp-course-label {
  font-weight: 700;
  display: block;
  margin-top: 20px;
}

.graspp-course-input {
  height: 40px;
  padding: 8px;
  font-size: 16px;
  min-width: 300px;
}

.graspp-check-postcode {
  display: inline-block;
  color: #0091f2;
  border: 2px solid #0091f2;
  padding: 0.2em 1em;
  font-size: 17px;
  line-height: 1.7;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s all ease;
}

.graspp-check-postcode:hover {
  background: #fff;
}

.graspp-course-payment,
.graspp-course-payment-full,
.graspp-course-payment-instalments {
  display: none;
}

.graspp-course-product {
  margin-top: 20px;
  display: none;
}

.graspp-course-product-name {
  font-weight: 700;
}

.graspp-course-product-price {
  color: #0091f2;
}

.graspp-course-product-button {
  display: inline-block;
  margin-top: 20px;
  color: #0091f2;
  border: 2px solid #0091f2;
  padding: 0.3em 1em;
  font-size: 20px;
  line-height: 1.7;
  border-radius: 3px;
  transition: 0.5s all ease;
}

.graspp-course-product-button:hover {
  background: #fff;
}

.graspp-product-loading {
  display: none;
  margin: 20px 0;
}

.graspp-location-confirm {
  display: none;
  font-size: 12px;
  margin-top: 15px;
}

.payment_method_stripe > label {
  display: flex;
}

.payment_method_stripe .stripe-icon {
  max-width: 50px;
}

#order_review_heading {
  display: none;
}

.woocommerce-checkout-review-order {
  margin-bottom: 30px;
}

#hear_about_us_more_field {
  display: none;
}

#course_location_field {
  display: none;
}

.return-to-shop {
  display: none;
}

.input-radio .woocommerce-input-wrapper label {
  display: inline-block;
}

.input-radio .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
}
