/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://www.wplounge.nl/
 Description:  Hello Elementor Child Theme
 Author:       Paulus de Boer
 Author URI:   https://www.wplounge.nl/
 Template:     hello-elementor
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  hello-elementor-child
-------------------------------------------------------------- */

html {
    font-family: Montserrat, Sans-serif;
    font-size: 10px;
    scroll-behavior: smooth;
	overflow-x: hidden;
}

.d-none {
	display: none !important;
}

.no-opacity {
	opacity: 0;
}

.pt-checkout-form {
	width: 100%;
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.pt-checkout-form input, .pt-checkout-form select {
    font-size: var(--e-global-typography-text-font-size);
	color: var(--e-global-color-text);
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-b83ed5d) !important;
    border: 1px solid !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
}

.pt-checkout-form input:focus, .pt-checkout-form select:focus {
    border: 1px solid var(--e-global-color-secondary) !important;
    box-shadow: 0px 0px 5px 0px rgba(65, 153, 253, 0.6);
}

.pt-checkout-form input:focus-visible {
	outline: none !important;
}

.pt-checkout-form button {
	background-color: var(--e-global-color-secondary) !important;
}


.pt-checkout-form button:hover {
	background-color: var(--e-global-color-primary) !important;
}