.elementor-kit-24{--e-global-color-primary:#020105;--e-global-color-secondary:#522CAB;--e-global-color-text:#121212;--e-global-color-accent:#24134F;--e-global-color-b18c551:#EDEDED;--e-global-color-6fae225:#DBDCFF;--e-global-color-dbee4c8:#EBEDFF;--e-global-typography-primary-font-family:"Satoshi";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}body.e-wc-error-notice .woocommerce-error, body.e-wc-error-notice .wc-block-components-notice-banner.is-error{background-image:url("https://bedson.nl/wp-content/uploads/2023/09/background-alert.webp");background-position:center right;background-size:cover;border-style:solid;border-width:1px 1px 1px 1px;border-color:#EFEFEF;}body.e-wc-message-notice .woocommerce-message, body.e-wc-message-notice .wc-block-components-notice-banner.is-success{background-image:url("https://bedson.nl/wp-content/uploads/2023/09/green-alert-bacground.webp");background-position:center right;background-repeat:no-repeat;background-size:cover;border-style:solid;border-width:1px 1px 1px 1px;border-color:#EFEFEF;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{background-color:#FEFEFE !important;background-image:none !important;font-family:"Satoshi", Sans-serif;font-weight:500;border-width:1px 1px 1px 1px;}body.e-wc-info-notice .woocommerce-info, body.e-wc-info-notice .wc-block-components-notice-banner.is-info{background-color:#24134F10;background-image:url("https://bedson.nl/wp-content/uploads/2023/09/alert-notice-background.webp");background-position:center right;background-size:cover;border-style:solid;border-width:1px 1px 1px 1px;border-color:#EFEFEF;}body.e-wc-info-notice .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button{background-color:#FEFEFE !important;background-image:none !important;font-family:"Satoshi", Sans-serif;font-size:14px;font-weight:500;border-width:1px 1px 1px 1px;}.elementor-kit-24 a{color:#22144C;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{--error-message-text-color:#000000;font-family:"Satoshi", Sans-serif;font-weight:500;--error-message-icon-color:#E46E2C;--error-message-normal-links-color:#E46E2C;--error-box-border-radius:10px 10px 10px 10px;}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-text-color:#000000;font-family:"Satoshi", Sans-serif;font-weight:500;--message-message-icon-color:#A7B666;--message-box-border-radius:10px 10px 10px 10px;--message-buttons-normal-text-color:#5C5B60;--message-border-type:solid;--message-border-color:#DFDFDF;--message-buttons-border-radius:8px 8px 8px 8px;}.e-wc-message-notice .woocommerce-message .restore-item, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, .e-wc-message-notice .woocommerce-message a:not([class]), .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){--notice-message-normal-links-color:#A7B666;}.e-wc-info-notice .woocommerce-info, .e-wc-info-notice .wc-block-components-notice-banner.is-info{--info-message-text-color:#000000;font-family:"Satoshi", Sans-serif;font-weight:500;--info-message-icon-color:#396BED;--info-box-border-radius:10px 10px 10px 10px;--info-buttons-normal-text-color:#5C5B60;--info-border-color:#DFDFDF;--info-buttons-border-radius:8px 8px 8px 8px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/* Add haptic click animation on hover */
.haptic-button:hover {
    animation: haptic-click 0.1s ease-in-out;
}

@keyframes haptic-click {
    0% { transform: scale(1); }
    50% { transform: scale(0.97); }
    100% { transform: scale(1); }
}


.form-class {
    display: flex;
    flex-direction: column; /* or row depending on your layout */
    gap: 8px;
    padding: 8px; /* inner padding */
}

.yith-wcbm-badge strong, .yith-wcbm-badge b {
    font-weight: 300 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://bedson.nl/wp-content/uploads/2023/09/Satoshi-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Satoshi';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://bedson.nl/wp-content/uploads/2023/09/Satoshi-MediumItalic.woff') format('woff');
}
@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://bedson.nl/wp-content/uploads/2023/09/Satoshi-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bedson.nl/wp-content/uploads/2023/09/Satoshi-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */