.elementor-kit-94{--e-global-color-primary:#333333;--e-global-color-secondary:#54595F;--e-global-color-text:#212B36;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Abril Fatface";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Abril Fatface";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.025em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-word-spacing:0px;}.elementor-kit-94 e-page-transition{background-color:#FFBC7D;}.elementor-kit-94 a{color:#461EA1;}.elementor-kit-94 a:hover{color:#0E0620;}.elementor-kit-94 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-94 h2{color:#333333;font-family:"Abril Fatface", Sans-serif;font-size:40px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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:939px){.elementor-kit-94 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-94 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* primaire stijl */
.wc-block-components-checkout-place-order-button {
  background-color: #E67E22 !important; /* jouw kleur */
  border-color: #E67E22 !important;
  color: #fff !important;
}

/* hover/focus */
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus {
  background-color: #cf6f1d !important; /* iets donkerder */
  border-color: #cf6f1d !important;
  color: #fff !important;
}

/* disabled/laadstatus (optioneel) */
.wc-block-components-checkout-place-order-button[aria-disabled="true"],
.wc-block-components-checkout-place-order-button.is-loading {
  opacity: .7;
  cursor: not-allowed;
}/* End custom CSS */