/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

.grecaptcha-badge {
	display: none;
}
.thim-ekit__header {
	position: sticky;
	top: 0;
  	z-index: 999;
  	background: #fff;
	transition: transform 0.2s ease;
}
.mailchimp-newsletter{
	display: none;
}

label[for="termFormField"] {
  font-weight: 400;
}
.order-again {
	display: none !important;
}

#select2-billing_state-container, #select2-billing_country-container {
  line-height: 28px !important;
}

.checkout.woocommerce-checkout .col2-set {
  margin-bottom: 10px;
}

.woocommerce-form-coupon-toggle .woocommerce-info::after {
	content: unset;
}

#thim-popup-login.active {
	z-index: 999999 !important;
}

@media screen and (max-width: 667px) {
  #back-to-top {
    display: block;
  }
}



/* СUSTOM */
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3{
    display: none !important;
}

.wc_payment_method.payment_method_ppcp-applepay{
	display: block !important;
}

 body.woocommerce-checkout .checkout .woocommerce-checkout-payment .payment_methods label img{
display: inline !important;

}

