/*
Theme Name: TheGreen Child
Theme URI: http://localhost:8080/
Description: TheGreen Child Theme for Biomassza
Author: Biomassza
Template: thegreen
Version: 1.0.0
Text Domain: thegreen-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
body, button, input, select, textarea {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant", serif !important;
}
/* Checkout - FORM MEZŐK MINDIG LÁTHATÓK */
.wc-block-checkout__contact-fields,
.wc-block-checkout__billing-fields,
.wc-block-checkout__shipping-fields,
.wc-block-components-address-form,
.wc-block-components-text-input,
.wc-block-checkout__form {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Checkout - szállítás és fizetés elrejtése */
.wc-block-checkout__shipping-method,
.wc-block-checkout__payment-method,
.wc-block-components-shipping-rates-control,
#shipping-method,
#payment-method {
    display: none !important;
}