@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

.wpcf7-form textarea{ 
    width: 100% !important;
    height:200px;
}


.\!tw-mt-24px {
    margin-top: .5rem !important;
}

#wc-cybersource-credit-card-expiration,
#wc-cybersource-credit-card-expiration iframe {
    height: 54px !important;
}

@media (min-width: 700px) {
  .wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 20px !important;
		
	}

  .wc-block-components-form .wc-block-components-checkout-step::after {
    bottom: -20px !important;
  }

  .wc-block-checkout__terms {
    margin-bottom: 35px !important;
    margin-top: 15px !important;
  }

.wc-block-checkout__actions {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
}

@media (max-width: 699px) {
  .wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 30px !important;
		 margin-top: -15px !important;
	}

  .wc-block-components-form .wc-block-components-checkout-step::after {
		margin-bottom: 20px !important;
		margin-top: 20px !important;
  }

  .wc-block-checkout__terms {
    margin-bottom: 7px !important;
    margin-top: 7px !important;
		font-size: 13px !important;
		line-height: 1.3 !important;
  }
	.wc-block-checkout__actions {
	margin-bottom: 20px !important;
		margin-top: 0px !important;
}
	 .wc-block-checkout {
		  margin-top: -10px !important;
	}
}

.wc-block-components-payment-method-label {
  font-size: 16px !important;
}

.woocommerce-product-gallery__wrapper a {
    pointer-events: none;
}

.entry-title,
.entry-title a {
    --ast-blog-title-font-weight: 700;
    font-weight: var(--ast-blog-title-font-weight);
}

.woocommerce-js .woocommerce-breadcrumb {
    margin: 0 0 0.5em;
    font-size: 12px;
    line-height: 1.2;
    color: inherit;
}

.woocommerce-js .woocommerce-breadcrumb a {
    line-height: 1.2;
    color: inherit;
}

@media (max-width: 768px) {
    h2,
    .entry-content :where(h2) {
        font-size: 20px;
    }
}

h2,
.entry-content :where(h2) {
    font-size: 22px;
}
