/* ========================================
   AANGEVULDE LEGACY STYLES (NIET PRODUCTCATEGORIE)
======================================== */
:root {
  --cmsmasters-input-normal-bd-radius: 10px;
  --cmsmasters-input-padding-top: 10px;
  --cmsmasters-input-padding-right: 14px;
  --cmsmasters-input-padding-bottom: 10px;
  --cmsmasters-input-padding-left: 14px;
  --cmsmasters-input-font-size: 14px;
}

h2 b,
h3 b {
  font-weight: 700;
}

a.woocommerce-remove-coupon {
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  color: #cdcdcd;
  position: relative;
  top: 2px;
}

body.has-fluid-checkout.woocommerce-cart .fc-content,
body.has-fluid-checkout.woocommerce-checkout .fc-content {
  box-sizing: border-box !important;
  width: min(100% - 32px, 1280px) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  margin-bottom: 100px !important;
}

@media (max-width: 1024px) {
  body.has-fluid-checkout.woocommerce-cart .fc-content,
  body.has-fluid-checkout.woocommerce-checkout .fc-content {
    width: calc(100% - 48px) !important;
  }
}

@media (max-width: 767px) {
  body.has-fluid-checkout.woocommerce-cart .fc-content,
  body.has-fluid-checkout.woocommerce-checkout .fc-content {
    width: calc(100% - 70px) !important;
  }
}

@media (max-width: 480px) {
  body.has-fluid-checkout.woocommerce-cart .fc-content,
  body.has-fluid-checkout.woocommerce-checkout .fc-content {
    width: calc(100% - 40px) !important;
  }
}

.fc-checkout-notices {
  width: 100% !important;
}

.woocommerce-error {
  position: relative;
  display: block;
  margin: 0 0 32px;
  padding: 24px 32px 24px 96px;
  background: linear-gradient(135deg, #fff9ec 0%, #fffdf8 70%);
  border: 1px solid #f0c979;
  border-radius: 18px;
  color: #15113f;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  box-shadow: 0 12px 32px rgba(21, 17, 63, 0.06);
  list-style: none;
  overflow: hidden;
}

.woocommerce-error::before {
  content: "!";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff4d6;
  border: 1px solid #f0c979;
  color: #15113f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.woocommerce-error::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #f0c979 0 5px, transparent 6px),
    radial-gradient(circle at 70% 70%, rgba(162, 209, 232, 0.65) 0 34px, transparent 35px),
    rgba(240, 201, 121, 0.16);
  pointer-events: none;
}

.woocommerce-error li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-error li + li {
  margin-top: 10px;
}

.woocommerce .fc-wrapper .fc-order-status-bar.has-alert-status .fc-order-status-bar__item.current::after,
.woocommerce .fc-wrapper .fc-order-status-bar.has-alert-status .fc-order-status-bar__item.current::before,
.woocommerce .fc-wrapper .fc-order-status-bar.has-alert-status .fc-order-status-bar__item.passed::after,
.woocommerce .fc-wrapper .fc-order-status-bar.has-alert-status .fc-order-status-bar__item.passed::before {
  background-color: #fcda98 !important;
}

.iti__selected-dial-code {
  font-size: 14px;
}

p.ffehbo-course-pickup-shipping-description {
  text-transform: none;
  color: #9f9f9f;
}

/* Fluid Checkout PRO: forced billing/shipping uses one address section; keep the name row stable. */
body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper > .collapsible-content__inner,
body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper > .collapsible-content__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  column-gap: 20px;
  row-gap: 18px;
}

body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper > .collapsible-content__inner > input[type="hidden"],
body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper > .collapsible-content__inner > input[type="hidden"] {
  display: none !important;
}

body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper > .collapsible-content__inner > .form-row,
body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper > .collapsible-content__inner > .form-row {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
}

body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper,
body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper input,
body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper input,
body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper select,
body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper select,
body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper .select2-container,
body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper .select2-container {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.woocommerce-checkout #fc-wrapper #shipping_ffehbo_gender_field,
body.woocommerce-checkout #fc-wrapper #billing_ffehbo_gender_field {
  display: block !important;
  visibility: visible !important;
  order: 1 !important;
  grid-column: 1 / span 1 !important;
}

body.woocommerce-checkout #fc-wrapper #shipping_first_name_field,
body.woocommerce-checkout #fc-wrapper #billing_first_name_field {
  order: 2 !important;
  grid-column: 2 / span 2 !important;
}

body.woocommerce-checkout #fc-wrapper #shipping_last_name_field,
body.woocommerce-checkout #fc-wrapper #billing_last_name_field {
  order: 3 !important;
  grid-column: 4 / span 2 !important;
}

body.woocommerce-checkout #fc-wrapper #shipping_ffehbo_initials_field,
body.woocommerce-checkout #fc-wrapper #billing_ffehbo_initials_field {
  order: 4 !important;
  grid-column: 1 / span 1 !important;
}

body.woocommerce-checkout #fc-wrapper #shipping_ffehbo_date_of_birth_field,
body.woocommerce-checkout #fc-wrapper #billing_ffehbo_date_of_birth_field,
body.woocommerce-checkout #fc-wrapper #shipping_address_1_field,
body.woocommerce-checkout #fc-wrapper #billing_address_1_field {
  order: 5 !important;
  grid-column: 1 / -1 !important;
}

body.woocommerce-checkout #fc-wrapper #shipping_postcode_field,
body.woocommerce-checkout #fc-wrapper #billing_postcode_field {
  order: 6 !important;
  grid-column: 1 / span 2 !important;
}

body.woocommerce-checkout #fc-wrapper #shipping_city_field,
body.woocommerce-checkout #fc-wrapper #billing_city_field {
  order: 7 !important;
  grid-column: 3 / span 3 !important;
}

body.woocommerce-checkout #fc-wrapper #shipping_state_field,
body.woocommerce-checkout #fc-wrapper #shipping_country_field,
body.woocommerce-checkout #fc-wrapper #billing_state_field,
body.woocommerce-checkout #fc-wrapper #billing_country_field,
body.woocommerce-checkout #fc-wrapper #shipping_phone_field {
  display: none !important;
}

body.woocommerce-checkout #fc-wrapper .ffehbo-checkout-field--locked input,
body.woocommerce-checkout #fc-wrapper .ffehbo-checkout-field--locked select,
body.woocommerce-checkout #fc-wrapper .ffehbo-checkout-field--locked .select2-selection {
  cursor: not-allowed;
  opacity: 0.75;
}

@media (max-width: 900px) {
  body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper > .collapsible-content__inner,
  body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper > .collapsible-content__inner {
    column-gap: 16px;
    row-gap: 16px;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper > .collapsible-content__inner,
  body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper > .collapsible-content__inner {
    grid-template-columns: 1fr !important;
    row-gap: 14px;
  }

  body.woocommerce-checkout #fc-wrapper #woocommerce-shipping-fields__field-wrapper > .collapsible-content__inner > .form-row,
  body.woocommerce-checkout #fc-wrapper #woocommerce-billing-fields__field-wrapper > .collapsible-content__inner > .form-row {
    grid-column: 1 / -1 !important;
  }
}

.cursus-tabs button[aria-selected="true"]::before,
.cursus-tabs button[aria-selected="true"]::after { background: #fff !important; }
.cursus-tabs button[aria-selected="false"]::before,
.cursus-tabs button[aria-selected="false"]::after { background: #fcda98 !important; }

.forminator-ui.forminator-design--default .forminator-pagination-progress .forminator-progress-bar span { background-color: #fcda98 !important; }
.forminator-ui.forminator-design--default .forminator-pagination-progress .forminator-progress-label { display: none !important; }
.forminator-ui.forminator-design--default .forminator-pagination-progress .forminator-progress-bar { margin: 0 0 40px !important; background-color: #e6e6e6 !important; margin-left: 0 !important; }
.forminator-ui.forminator-design--default .forminator-button-next { border-radius: 20px !important; color: #190d39 !important; margin: 20px 0 0 !important; box-shadow: none !important; border: none !important; }
.forminator-ui.forminator-design--default .forminator-button-next:hover { color: #190d39 !important; border: none !important; box-shadow: none !important; }

/* WPC Fly Cart legacy styling. */
.woofc-area-top { color: #000 !important; background-color: #c8e4fe !important; }
.woofc-area-count { margin-left: 5px; color: #fff; background: #190d39; padding: 5px 8px; border-radius: 50px; font-size: 12px; position: relative; left: 10px; top: -1px; }
.woofc-area-count::before,
.woofc-area-count::after { display: none; }
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a,
.woofc-area-bot .woofc-action .woofc-action-inner > div a,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a { background: #fcda98 !important; border: none !important; color: #2d2d2d !important; border-radius: 10px !important; line-height: 40px !important; }
.woofc-area.woofc-style-01 .woofc-inner,
.woofc-area.woofc-style-03 .woofc-inner,
.woofc-area-bot .woofc-action .woofc-action-inner > div a:hover,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover { background-color: #c7e4fe !important; }
.woofc-item-data.ff-meta-fixed { display: block; margin-top: 6px; font-size: 13px; line-height: 1.45; }
.woofc-item-data.ff-meta-fixed .ff-meta-row { display: grid; grid-template-columns: 98px 1fr; column-gap: 8px; margin-bottom: 3px; align-items: start; }
.woofc-item-data.ff-meta-fixed .ff-meta-label { font-weight: 700; white-space: nowrap; }
.woofc-item-data.ff-meta-fixed .ff-meta-value { display: block; min-width: 0; }
.woofc-item-data.ff-meta-fixed .ff-meta-line { display: block; }
.woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb,
.woofc-area .woofc-suggested .woofc-suggested-product-image { width: 60px !important; flex: 0 0 60px !important; align-self: flex-start; }
.woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img,
.woofc-area .woofc-suggested .woofc-suggested-product-image img { padding: 3px !important; width: 60px !important; height: auto !important; background-color: #fff; border: 1px solid #d8d8d8; border-radius: 3px; }
.woofc-suggested-product-price small.woocommerce-price-suffix { display: none; }
.woofc-area .woofc-suggested .woofc-suggested-product-price { opacity: unset !important; color: #676a7c; font-size: 13px; }
.woofc-area .woofc-suggested .woofc-suggested-product-price * { text-decoration: unset; }
.woofc-area .woofc-suggested .woofc-suggested-product-price del { position: relative; display: inline-block; text-decoration: none; color: #d44a3c; margin-right: 10px; }
.woofc-area .woofc-suggested .woofc-suggested-product-price del::after { content: ""; position: absolute; left: -3px; right: -3px; top: 50%; height: 2px; background: #cc6055; transform: rotate(-12deg); transform-origin: center; pointer-events: none; }
.woofc-area-mid .woofc-item:first-child .woofc-item-inner { align-items: start !important; }
.woofc-item-qty-inner span.ffehbo-fixed-quantity { background: #190d39; width: 22px; border-radius: 50%; color: #fff; font-weight: 900; font-size: 11px; height: 22px; line-height: 22px; }
.woofc-item-price bdi { opacity: 0.8; }
li.menu-item.woofc-menu-item.menu-item-type-woofc { background: #190d39; padding: 5px 8px 5px 15px !important; border-radius: 25px; position: relative; top: -5px; }
span.woofc-menu-item-inner-subtotal { display: none; }
.woofc-menu-item a { color: #fff !important; }
.woofc-menu-item a::before { content: "Winkelwagen"; margin: 0 12px 0 8px; font-weight: 500; color: #fff; transition: color 0.3s ease; }
.woofc-menu-item .woofc-menu-item-inner::after { background-color: #fcda98; color: #000; font-size: 13px; width: 24px; height: 24px; line-height: 24px; top: -24px; left: 12px; border: 1px solid #190d3940; right: -10px; font-weight: 700; border-radius: 50%; }

@media (max-width: 768px) {
  li.menu-item.woofc-menu-item.menu-item-type-woofc { position: unset; background: unset; padding: unset !important; border-radius: unset; margin: 20px 0 0; }
}

@media (max-width: 520px) {
  .woofc-item-data.ff-meta-fixed { width: 100% !important; max-width: 100% !important; font-size: 13px !important; line-height: 1.35 !important; }
  .woofc-item-data.ff-meta-fixed .ff-meta-row { display: grid !important; grid-template-columns: 88px minmax(0, 1fr) !important; column-gap: 6px !important; margin-bottom: 2px !important; align-items: start !important; }
  .woofc-item-data.ff-meta-fixed .ff-meta-label { font-weight: 700 !important; white-space: nowrap !important; }
  .woofc-item-data.ff-meta-fixed .ff-meta-value { min-width: 0 !important; word-break: normal !important; overflow-wrap: normal !important; hyphens: none !important; }
  .woofc-item-data.ff-meta-fixed .ff-meta-line { display: block !important; }
}

@media (max-width: 767px) {
  span.woofc-menu-item-inner-subtotal { display: none; }
  .woofc-menu-item a::before { content: "Winkelwagen"; margin: 0 12px 0 0; padding: 0; font-family: "Roboto", Sans-serif; font-size: 18px; font-weight: 400; text-transform: none; font-style: normal; text-decoration: none; line-height: 1.6em; letter-spacing: 0.2px; word-spacing: 0; color: var(--e-global-color-background); transition: color 0.3s ease; }
  .woofc-menu-item a:hover::before { color: var(--e-global-color-accent); }
  .woofc-menu-item .woofc-menu-item-inner i { display: none; }
  .woofc-menu-item .woofc-menu-item-inner::after { position: absolute; right: -24px; top: -12px; background-color: #fcda98; color: #000; font-size: 13px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #190d3940; font-weight: 700; border-radius: 50%; }
}

body.woofc-show .woofc-area a.button.wc-forward {
  display: none;
}
