/*
 Theme Name:   BusySunday Child
 Theme URI:    https://generatepress.com
 Description:  Default BusySunday child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.woocommerce-button.button.view {
  margin-right: 10px;
}

.gb-inside-container .background-video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translate3d(-50%, -50%, 0);
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: middle;
  line-height: 1;
}

.woocommerce div.product form.cart .variations {
  background: #f2f2f2;
  padding: 8px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.payment_box.payment_method_reepay_checkout {
  display: none !important;
}

.woocommerce-privacy-policy-text {
  font-size: 12px;
  line-height: 1.1;
  margin-top: 20px;
  background: #f8f8f8;
  padding: 10px;
  color: #333;
  font-weight: 200;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  text-align: center;
}

.woocommerce-privacy-policy-text p {
  margin-bottom: 0;
}

.hey-license-agreement,
.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
  line-height: 1.1;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row,
.woocommerce form .hey-license-agreement.form-row {
  padding: 0;
  margin: 0;
}

.woocommerce form .hey-license-agreement.form-row {
  margin-bottom: 10px;
}

.woocommerce-invalid #hey_license_agreement_checkbox {
  outline: 2px solid red;
  outline-offset: 2px;
}
