/*
 * Dakenmarkt custom CSS - opgeschoond en logisch gerangschikt
 * Aangepast: syntaxfouten hersteld, lege regels verwijderd en blokken per onderwerp gegroepeerd.
 */

/* ==============================
   01. Basis, algemene helpers en layout
   ============================== */

@media only screen and (max-width: 767px) {
  .content-gap {
    gap: 5rem;
  }
}

.bluebox {
  border-radius: 5px;
  background-color: #e0f2fe;
  border-left: 4px solid #0ea5e9;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em !important;
}

:target {
  scroll-margin-top: 280px; /* Pas dit aan op basis van je header hoogte */
}

[class="4xcb"] {
  font-size: 15px;
  clear: both;
  display: block;
  font-weight: 400;
  margin-top: 6px;
}

.content-two-columns .section-content {
  max-width: 64rem !important;
}

.checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  margin-right: 15px;
  border-bottom: 3px solid #78b13f;
  border-right: 3px solid #78b13f;
  color: transparent;
  vertical-align: middle;
  margin-bottom: 5px;
}

.spacing-row {
  margin-top: 6.2rem;
}

.main-header {
  z-index: 1000;
}

.content-card {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 3.5rem 3rem 2rem 3rem;
}

h2 {
  margin: 0 0 2rem 0;
}

td,
th {
  padding: 0.5rem !important;
}

.download-summary {
  border-radius: 0.5rem !important;
  border: none;
}

hr {
  background: #e8ecf2;
}

.greybox {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.home-header__content .section-content {
  max-width: 76rem;
}

.content-one-column {
  background: #fff;
  padding: 10rem 6.4rem 10rem 8rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.content-one-column-var2 {
  background: #fff;
  padding: 3rem 4rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  height: 100%;
}

/* ==============================
   02. Lijsten, tabellen en kleine contentblokken
   ============================== */

.page-id-138 ul.list-with-check.list-with-check--column {
  display: none;
}

ul.list-with-check.list-with-check--column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
}

ul.list-with-check.list-with-check--column li {
  padding: 5px 10px 0px 85px;
  border-radius: 1rem;
  line-height: 50px;
  font-size: 1.65rem;
  border: 0.1px solid #00b67a;
  background: #ffffff;
  height: 90px;
}

ul.list-with-check.list-with-check--column .list-with-check__icon {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 25px;
  left: 20px;
  padding: 12px;
  background: #ffffff;
  color: #00b67a;
  border-radius: 999px;
  border: 1px solid #00b67a;
}

@media (min-width: 340px) and (max-width: 980px) {
  ul.list-with-check.list-with-check--column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.dm-link-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.dm-link-list li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 30px;
  line-height: 1.45;
}

.dm-link-list li:last-child {
  margin-bottom: 0;
}

.dm-link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 8px;
  height: 8px;
  border-top: 3px solid #f5d34c;
  border-right: 3px solid #f5d34c;
  transform: rotate(45deg);
  background: none;
  border-radius: unset;
}

.dm-link-list li a {
  color: #051d49;
  font-weight: 500;
}

.epdm-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
}

.epdm-table th,
.epdm-table td {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  text-align: left;
  vertical-align: top;
}

.epdm-table thead th {
  background: #f4f6f8;
  font-weight: 600;
}

@media (max-width: 700px) {
  .epdm-table thead {
    display: none;
  }
  .epdm-table,
  .epdm-table tbody,
  .epdm-table tr,
  .epdm-table td {
    display: block;
    width: 100%;
    border: 0;
  }
  .epdm-table tr {
    margin: 0 0 12px 0;
    padding: 5px 5px 5px 12px;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
  }
  .epdm-table td {
    padding: 5px 0 !important;
    margin: 5px;
  }
  .epdm-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 16px !important;
    color: #00b67a !important;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: none;
    letter-spacing: 0;
  }
}

.b2bprice {
  background: #fff;
  padding: 12px;
  width: 300px;
  margin-bottom: -25px;
  border-radius: 0.5rem;
}

.faq-block__questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 4rem;
}

/* ==============================
   03. Header, homepage en categorie-overzichten
   ============================== */

@media (min-width: 640px) and (max-width: 1280px) {
  .category-both-view ul.products li.product.product-loop--horizontal {
    grid-column: span 2;
  }

  ul.products li.product.product-loop--horizontal {
    grid-column: span 1;
  }

  ul.products
    > li.product-category.product
    + li.product.first:not(.product-category) {
    margin-top: 0px !important;
  }
}

.page-header-card__cta {
  padding: 10px 0px 5px 10px;
  border-top: 1px solid #e8ecf2;
  margin-top: -15px;
}

ul.products
  > li.product-category.product
  + li.product.first:not(.product-category) {
  margin-top: 60px;
}

.hp-hero-button-container {
  margin-bottom: -60px !important;
  padding-top: 10px;
}

.button-header-block {
  display: inline-block;
  margin-right: 45px;
}

@media only screen and (max-width: 560px) {
  .button-header-block {
    display: inline-block;
    margin-right: 25px;
  }

  .button-header-block a {
    font-size: 1.4rem;
  }
  .button-header-block .arrow-icon {
    display: none;
  }

  .hp-hero-button-container {
    margin-bottom: -10px !important;
    padding-top: 5px;
  }
}

@media only screen and (min-width: 1023px) {
  .home .col-3-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.megamenu-container .megamenu-category-list__item {
  padding: 0px 15px 0px 15px;
}

.epdm-shortcuts .category-list__link {
  padding: 1.2rem 0.2rem;
}

.category-list__link.button.ghost {
  border-radius: 8px !important;
}

@media only screen and (max-width: 1023px) {
  .button.ghost {
    min-width: 180px;
  }
  .epdm-shortcuts .category-list__link {
    padding: 1.2rem 0.2rem;
    margin-top: 1.2rem;
  }
}

/* ==============================
   04. Nieuwsbrief en Omnisend
   ============================== */

.omnisend-container {
  padding: 8px;
  background: #ffffff;
  border-radius: 3rem;
  margin: 4rem 0 !important;
}

.page-id-14805 .text-text.spacing-row:first-of-type {
  background-image: url("/wp-content/uploads/2026/05/uitzicht_dak.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0px !important;
  padding-top: 50px;
}

.nieuwsbrief-header h1 {
  margin-top: 30px;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: -1px;
  width: 75%;
}

.nieuwsbrief-bullets {
  font-weight: 600;
  font-size: 1.8rem;
}

.nieuwsbrief-header h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background-color: #f5d34c;
}

@media only screen and (max-width: 767px) {
  .page-id-14805 .text-text.spacing-row:first-of-type {
    background-size: initial;
    background-position: top center;
  }
}

label.checkbox:has(#omnisend_newsletter_checkbox) {
  margin-top: 25px;
}

label.checkbox:has(#omnisend_newsletter_checkbox) {
  display: block;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 1.8rem;
}

label.checkbox:has(#omnisend_newsletter_checkbox) .optional {
  font-weight: 400;
  margin-top: 15px;
  font-size: 1.6rem;
}

/* ==============================
   05. Dakenmarkt componenten: info cards, banners en CTA's
   ============================== */

.dm-epdm-info-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 60px 0;
}

.dm-epdm-info-cards p:empty,
.dm-epdm-info-cards br {
  display: none !important;
}

.dm-epdm-info-card {
  display: flex !important;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #dce3ec;
  border-radius: 0.5rem;
  padding: 16px 18px;
  min-height: 86px;
  text-decoration: none !important;
  box-shadow: 0 3px 10px rgba(5, 29, 73, 0.05);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.dm-epdm-info-card:hover {
  border-color: #051d49;
  box-shadow: 0 8px 22px rgba(5, 29, 73, 0.1);
  transform: translateY(-2px);
  text-decoration: none !important;
}

.dm-epdm-info-card__icon {
  display: flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
}

.dm-epdm-info-card__icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.dm-epdm-info-card__content {
  display: block;
  flex: 1;
  min-width: 0;
}

.dm-epdm-info-card__title {
  display: block;
  color: #051d49;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 4px 0;
}

.dm-epdm-info-card__subtitle {
  display: block;
  color: #344054;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0;
  font-weight: 500;
}

.dm-epdm-info-cards > p {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

.dm-epdm-info-card__arrow {
  display: block;
  color: #f5d34c;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  margin-left: auto;
  transition: transform 0.2s ease;
}

.dm-epdm-info-card:hover .dm-epdm-info-card__arrow {
  transform: translateX(3px);
}

@media only screen and (max-width: 1100px) {
  .dm-epdm-info-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.dm-help-banner__content h1 {
  font-size: 3.2rem;
}

.dm-epdm-usps {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 18px;
}

.dm-epdm-usps div {
  background: #ffffff;
  color: #051d49;
  padding: 7px 14px;
  border-radius: 0.5rem;
  font-weight: 600;
}

@media only screen and (max-width: 560px) {
  .dm-help-banner__content h1 {
    font-size: 2.4rem;
  }

  .dm-epdm-usps {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dm-epdm-choice-grid {
    grid-template-columns: 1fr;
  }

  .dm-epdm-choice {
    padding: 16px;
  }
}

.dm-product-banner .dm-product-banner__content {
  clip-path: polygon(0 0, 100% 0, calc(100% - 90px) 100%, 0 100%);
}

.dm-product-banner .dm-product-banner__image {
  margin-left: -70px;
  padding-left: 130px;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
}

.dm-product-banner {
  display: grid;
  grid-template-columns: 44% 56%;
  grid-template-areas: "image content";
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

.dm-product-banner--reverse {
  grid-template-columns: 60% 40%;
  grid-template-areas: "content image";
  position: relative;
}

.dm-product-banner__image {
  grid-area: image;
  position: relative;
  min-height: 280px;
  background: #ffffff;
  overflow: hidden;
}

.dm-product-banner__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 100% center;
}

.dm-product-banner__content {
  grid-area: content;
  padding: 25px 45px 22px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.dm-product-banner__content H2::after {
  border-bottom: 3px solid #f5d34c;
  width: 70px;
  display: block;
  content: "";
  padding-top: 5px;
}

.dm-product-banner__content.pb-yellow H2::after {
  border-bottom: 3px solid #ffffff;
}

.dm-product-banner__content.pb-yellow {
  background: #f5d34c;
}

.dm-product-banner.pb-yellow {
  background: #f5d34c;
}

.dm-product-banner__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #051d49;
  line-height: 1;
  position: absolute;
  top: 0px;
  right: 48px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #f5d34c;
  text-align: center;
  min-width: 100px;
  padding: 10px 30px;
  z-index: 4;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.dm-product-banner__brand-icon {
  color: #051d49;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.dm-product-banner__content p {
  max-width: 460px;
  margin: 0 0 20px;
  line-height: 1.8;
}

.dm-product-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background: #051d49;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 45px;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
  text-decoration: none;
  margin-top: 8px;
}

.dm-product-banner__link:hover {
  color: #051d49;
  background: #f5d34c;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.dm-product-banner__link:hover::before {
  color: #f5d34c;
  transform: translateX(3px);
}

@media only screen and (max-width: 1100px) {
  .dm-product-banner--reverse {
    grid-template-columns: 75% 25%;
    grid-template-areas: "content image";
    position: relative;
  }

  .dm-product-banner__link {
    padding: 10px 34px;
  }

  .dm-product-banner__image {
    min-height: 150px;
  }

  .dm-product-banner__image img {
    object-position: 55% center;
  }

  .dm-product-banner__content {
    padding: 40px 35px 5px 18px;
  }

  .dm-product-banner__content p {
    font-size: 14px;
    margin: 0 0 16px;
  }

  .dm-product-banner__content H2 {
    font-size: 2rem;
  }

  .dm-product-banner__content H2::after {
    border-bottom: 2px solid #f5d34c;
    width: 70px;
    padding-top: 3px;
  }

  .dm-product-banner__content.pb-yellow H2::after {
    border-bottom: 2px solid #ffffff;
  }

  .dm-product-banner__link {
    font-size: 1.2rem;
  }

  .dm-product-banner__brand {
    top: 0px;
    left: 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #f5d34c;
    box-shadow: none;
    max-width: 100px;
    padding: 4px 4px 4px 4px;
    justify-content: center;
    max-height: 23px;
  }

  .dm-product-banner__brand.pb-yellow {
    background: #051d49;
  }

  .dm-product-banner__brand-icon {
    font-size: 15px;
    font-weight: 500;
  }

  .dm-product-banner__brand-icon.pb-yellow {
    color: #ffffff;
  }
}

.dm-repair-section,
.dm-repair-section * {
  box-sizing: border-box;
}

.dm-repair-section {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  font-family: inherit;
}

.dm-repair-section a {
  color: inherit;
  text-decoration: none;
}

.dm-repair-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.5rem;
}

.dm-repair-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 265px;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #ffffff;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.dm-repair-card:hover,
.dm-repair-card:focus-visible {
  outline: none;
}

.dm-repair-card__media {
  position: relative;
  min-height: 122px;
  max-height: 200px;
  background: #ffffff;
  overflow: hidden;
}

.dm-repair-card__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 90px;
  background: #fff;
  clip-path: polygon(0 40%, 100% 100%, 100% 100%, 0 100%);
  z-index: 2;
}

.dm-repair-card__media img {
  width: 100%;
  height: 100%;
  min-height: 122px;
  display: block;
  object-fit: cover;
  object-position: center 75%;
}

.dm-repair-card__icon {
  position: absolute;
  left: 45px;
  top: 130px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  background: #f5d34c;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

.dm-repair-card__icon img {
  width: 28px;
  height: 28px;
  min-height: 10px;
  object-fit: contain;
  display: block;
}

.dm-repair-card__body {
  position: relative;
  flex: 1;
  padding: 1px 18px 30px 28px;
}

.dm-repair-card__title {
  margin: 15px 0 7px;
  font-size: 2.9rem;
  line-height: 1.2;
  font-weight: 700;
  width: 100%;
  display: block;
}

.dm-repair-subtitle {
  margin: -30px 0px 12px 0px;
}

.dm-repair-card__title::after {
  border-bottom: 3px solid #f5d34c;
  width: 70px;
  display: block;
  content: "";
  padding-top: 5px;
}

.dm-repair-card__text {
  margin: 8px 0px 0px 0px;
  color: rgba(5, 29, 73, 0.78);
  font-size: 1.6rem;
  line-height: 1.8;
  display: block;
  max-width: 80%;
  font-weight: 400;
}

.dm-repair-card__arrow {
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f5d34c;
  color: #051d49;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 20px;
  padding: 1.4rem 3rem;
}

.dm-repair-card:hover .dm-repair-card__icon {
  background: #f5d34c;
}

.dm-help-banner.cat1 {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 1fr);
}

.dm-help-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(380px, 1.3fr);
  gap: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #ffffff;
}

.dm-help-banner__content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 45px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
}

.dm-help-banner__content.cat2 {
  gap: 0;
}

.dm-help-banner__icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: #e8ecf2;
}

.dm-help-banner__icon img {
  width: 35px;
  height: 35px;
}

.dm-help-banner h3 {
  margin: 0 0 7px;
  color: var(--dm-white);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.dm-help-banner p {
  max-width: 670px;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.dm-help-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.dm-help-pill,
.dm-help-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 35px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1.6rem;
}

a.dm-help-pill {
  background: #051d49;
  color: #ffffff;
}

a.dm-help-pill:hover {
  box-shadow: none;
  color: #051d49 !important;
  background: #f5d34c;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.dm-help-cta {
  background: #f5d34c;
  color: #051d49;
  margin-left: 30px;
}

.dm-help-banner__image {
  min-height: 250px;
  background: #ffffff;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
}

.dm-help-banner__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 300px;
  object-position: center 75%;
}

.dm-help-banner__image img.cat2 {
  max-height: 380px;
}

@media (max-width: 1100px) {
  .dm-repair-card__icon {
    position: absolute;
    left: 45px;
    top: 170px;
  }

  .dm-repair-card__body {
    padding: 1px 18px 25px 28px;
  }

  .dm-repair-card__title {
    margin-top: 8px;
    font-size: 2.4rem;
    font-weight: 700;
    width: 100%;
  }

  .dm-repair-section {
    padding: 0px 0px;
  }

  .dm-repair-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }

  .dm-repair-card {
    flex: 0 0 70%;
    max-width: 70%;
    scroll-snap-align: start;
  }
  .dm-repair-grid {
    scrollbar-width: none;
  }

  .dm-repair-grid::-webkit-scrollbar {
    display: flex;
  }

  .dm-repair-card__media {
    flex: 0 240px;
    min-height: 180px;
    max-height: 240px;
  }

  .dm-repair-card__media,
  .dm-repair-card__media img {
    min-height: 10px;
  }

  .dm-help-banner__content {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dm-help-banner__icon {
    width: 80px;
    height: 80px;
    display: none;
  }

  .dm-help-banner {
    grid-template-columns: 1fr;
  }
  .dm-help-banner__image {
    min-height: 260px;
    order: -1;
  }

  .dm-help-banner__image {
    min-height: 190px;
    max-height: 220px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
  }

  .hp-hero-button-container {
    margin-bottom: -4px !important;
    padding-top: 10px;
  }

  .dm-repair-subtitle {
    margin: -20px 0px 12px 0px;
  }
}

@media (max-width: 830px) {
  .dm-help-banner {
    grid-template-columns: 1fr;
  }

  .dm-repair-card {
    flex: 0 0 88%;
    max-width: 88%;
    scroll-snap-align: start;
  }
  .dm-repair-grid {
    scrollbar-width: none;
  }

  .dm-repair-grid::-webkit-scrollbar {
    display: none;
  }

  .dm-help-banner__image {
    min-height: 140px;
    order: -1;
    max-height: 200px;
  }
}

@media (max-width: 520px) {
  .dm-repair-card {
    min-height: 0;
    flex-direction: column;
  }

  .dm-repair-card__icon {
    width: 60px;
    height: 60px;
  }

  .dm-repair-card__body {
    padding: 10px 18px 18px 18px;
  }

  .dm-repair-card__text {
    font-size: 1.5rem;
    max-width: 90%;
  }

  .dm-help-banner {
    margin-top: -15px;
  }

  .dm-help-banner__image {
    min-height: 150px;
    max-height: 220px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
  }

  .dm-help-banner__content {
    padding: 22px 18px;
  }

  .dm-help-banner__actions {
    flex-direction: column;
  }

  a.dm-help-pill {
    margin-bottom: 20px;
  }

  .dm-help-pill {
    width: 100%;
    padding: 6px 25px;
  }

  .dm-help-cta {
    display: none;
  }
}

.product-info-card__footer .button {
  min-width: 95%;
}

@media (max-width: 600px) {
  .product-info-card__footer .button {
    min-width: 78%;
  }
}

@media (max-width: 900px) {
  .product-info-card__footer .button {
    min-width: 78%;
  }
}

.product-grid .product-info-card del {
  display: inline;
}

.product-info-card__title {
  margin-bottom: 1rem;
  font-size: 2rem;
}

@media only screen and (max-width: 1023px) {
  .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image {
    width: 54px;
    height: 54px;
  }
  .quantity .qty {
    width: 6rem !important;
  }

  .ajax_add_to_cart {
    padding: 1rem 4rem !important;
  }

  .button {
    gap: 1.2rem;
  }
  .product-info-card {
    padding: 2rem 2rem 3rem 2rem;
  }

  .global-usps {
    margin-top: 35px;
  }
}

/* ==============================
   06. WooCommerce checkout, winkelwagen en account
   ============================== */

.woocommerce-form-coupon-toggle .woocommerce-info {
  background: #ffffff;
  width: fit-content;
  padding: 14px 28px;
  border-radius: 0.6rem;
  border: 0.1px solid #00b67a;
  margin-bottom: 35px;
}

.woocommerce-thankyou-order-details li {
  background-color: #fff;
}

ul#shipping_method {
  padding: 10px 0px 0px 0px;
}

ul#shipping_method li {
  text-align: right;
  background-color: rgba(0, 0, 0, 0.025);
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #d1d9e6;
  margin-bottom: 10px;
}

ul#shipping_method li:has(input[type="radio"]:checked) {
  border: 1px solid #96a4bc;
}

ul#shipping_method li:has(input[type="radio"]:checked) label {
  font-weight: 700;
}

#billing_country_field span.woocommerce-input-wrapper {
  pointer-events: all !important;
}

@media only screen and (max-width: 640px) {
  .cart_totals .shop_table.shop_table_responsive tr td[data-title]::before,
  .woocommerce-checkout-review-order
    .shop_table.shop_table_responsive
    tr
    td[data-title]::before {
    margin-right: 15px;
  }
}

.payment-icons__list {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#customer_login h2 {
  display: block;
}

.woocommerce-form-register {
  background-color: #ffffff;
  padding: 4rem 4rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.afreg_extra_fields .input-text,
.input-select {
  min-height: 50px !important;
  max-height: 50px !important;
  height: 50px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 1.2rem 1.5rem !important;
  border: 0.1rem solid #b9c1cc;
  border-radius: 0.5rem;
}

.afreg_half_field > input[type="text"] {
  background-color: #e8f0fe !important;
}

.afreg_full_field > input[type="text"] {
  background-color: #e8f0fe !important;
}

.afreg_full_field > input[type="tel"] {
  background-color: #e8f0fe !important;
}

.afreg_full_field > input[type="text"] {
  background-color: #e8f0fe !important;
}

.page-id-140 .afreg_additional_5676,
.page-id-140 .afreg_additional_6232 {
  background-color: #e8f0fe !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 3.2rem;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}

#order_review .shop_table thead tr th {
  background: none;
  padding: 1rem !important;
}

#order_review .shop_table tbody tr:nth-child(2n) td,
#order_review .shop_table tbody tr:nth-child(2n) th,
#order_review .shop_table tfoot tr:nth-child(2n) td,
#order_review .shop_table tfoot tr:nth-child(2n) th {
  background: #ffffff;
}

.cart_totals h2 {
  background-color: #051d49;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 1rem 1.4rem;
  font-size: 1.8rem;
}

.cart_totals > table {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 0.5rem;
}

.cart_totals .shop_table tbody tr:nth-child(odd) td,
.cart_totals .shop_table tbody tr:nth-child(odd) th {
  background: #ffffff;
}

table.woocommerce-cart-form__contents th:last-child,
table.woocommerce-orders-table th:last-child {
  padding-right: 1.6rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding-right: 15px !important;
}

@media only screen and (max-width: 1023px) {
  .product-loop__title {
    margin-bottom: 0;
    display: inline;
  }

  .woocommerce-form-register {
    background-color: #ffffff;
    padding: 2rem 2rem;
  }

  .product-loop__information-header {
    display: grid;
    gap: 2rem;
    margin-bottom: 1.6rem;
  }

  .-var2 {
    padding: 2rem !important;
  }

  .faq-block__questions {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0 4rem;
  }
}

.woocommerce-additional-fields {
  margin-top: 3.2rem;
}

/* ==============================
   07. WooCommerce producten, variaties en single product
   ============================== */

.single-product-header--calculator
  .entry-summary
  .woocommerce-product-details__short-description {
  display: block !important;
}

.single-product-header--calculator .below-thumbs-slider {
  order: 1;
  margin-top: 10px;
  background: #fff;
  padding: 20px;
  max-height: 1060px;
}

.wpclv-attributes .wpclv-terms .wpclv-term a {
  background-color: #fff !important;
  font-weight: 400;
}

.wpclv-attributes .wpclv-terms .wpclv-term span {
  background-color: #fff !important;
  font-weight: 400;
}

.wpclv-attributes .wpclv-terms .wpclv-term {
  width: 160px;
  border-width: 0.1rem;
  border-color: #ffffff;
}

.wpclv-attributes .wpclv-terms .wpclv-terms-select {
  width: 300px;
  height: 60px;
  border-width: 0.1rem;
  border-color: #ffffff;
}

.wpclv-attributes .wpclv-terms .wpclv-term.active {
  width: 160px;
  border-color: #00b67a;
}

@media (min-width: 1201px) {
  .wpclv-attributes .wpclv-terms {
    max-width: 98% !important;
  }
  .wpclv-attributes .wpclv-terms .wpclv-term.wpclv-term-image.active {
    width: 64px;
    height: 64px;
  }
}

.single-product .cart {
  flex-wrap: wrap;
}

.quantity .qty {
  width: 6rem !important;
}

.single-product .cart .price {
  margin-bottom: 0;
  margin-right: auto;
}

.bundle_sells_title {
  padding-top: 0;
  flex: 1 1 100%;
}

.bundle_form.bundle_sells_form {
  padding-top: 0;
  flex: 1 1 100%;
}

.bundled_product_summary .bundled_product_images img {
  width: 10%;
  height: 15px;
  display: block;
  position: static;
}

.bundled_product_images {
  float: left;
  width: 60%;
  margin: 0;
}

.bundled_product_summary:not(.thumbnail_hidden) .details {
  float: right;
  width: 50%;
  padding: 0 0 0 1.5rem;
}

.archive .quantity {
  display: flex;
}

#product-description {
  background-color: #fff;
  padding: 25px;
  border-radius: 0.5rem;
  margin-top: 60px;
}

.single-product-flex {
  background: none !important;
  padding: 0px !important;
  margin-top: 20px !important;
}

#wcb2b_quantity_notices {
  display: none;
}

ul li[data-quantity]:before {
  display: none;
}

.staffelkorting {
  background-color: #fff;
  padding: 15px;
  border-radius: 0.5rem;
  margin-bottom: 8px;
  width: 350px;
  display: inline-block;
}

.staffelkorting.active {
  background-color: rgba(5, 29, 73, 0.1);
  font-weight: 600;
}

.afb2b_role_default_div ul li:before {
  display: none;
}

.afb2b_role_default_div ul li {
  padding: 0px;
}

.afb2b_role_template_div br {
  display: none;
}

@media (min-width: 1201px) {
  .single-product-gallery-container {
    position: sticky;
    top: 50px;
    height: 850px;
    margin-bottom: 100px;
  }

  .wpclv-attributes .wpclv-terms {
    max-width: 80%;
  }
}

/* ==============================
   08. Product addons en EPDM configuratoren
   ============================== */

.postid-1856 .entry-summary .pewc-product-extra-groups li,
.postid-14167 .entry-summary .pewc-product-extra-groups li {
  margin-left: 10px;
  margin-bottom: 30px;
}

.check1 .pewc-product-extra-groups li,
.check2 .pewc-product-extra-groups li {
  margin-left: 20px;
}

.check2 .pewc-product-extra-groups li {
  margin-bottom: 5px;
  border-bottom: 1px solid #e8ecf2;
}

.check2 .pewc-product-extra-groups {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .entry-summary .pewc-product-extra-groups li {
    margin-left: 1px;
  }

  .dm-epdm-info-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 35px 0 50px 0;
  }

  .dm-epdm-info-card {
    padding: 13px 15px;
    min-height: 72px;
    gap: 12px;
  }

  .dm-epdm-info-card__icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .dm-epdm-info-card__icon img {
    width: 26px;
    height: 26px;
  }

  .dm-epdm-info-card__title {
    font-size: 1.8rem;
  }

  .dm-epdm-info-card__subtitle {
    font-size: 14px;
  }

  .dm-epdm-info-card__arrow {
    font-size: 25px;
  }
}

.postid-14167 ul.pewc-product-extra-groups {
  margin-bottom: 5px;
}

.pewc-preset-style .pewc-radio-image-wrapper.checked,
.pewc-preset-style .pewc-checkbox-image-wrapper.checked,
.pewc-preset-style .checked .pewc-hex {
  border-color: #00b67a;
}

ul.pewc-product-extra-groups > li.kies-aantal-trim {
  display: inline-flex;
  width: 370px;
  border: 2px solid #00b67a !important;
  padding: 20px 10px 20px 10px !important;
  border-radius: 0.5rem;
  background: #f6f7f8;

  justify-content: center;
}

.pewc-style-simple .pewc-item input[type="number"],
.pewc-style-simple .pewc-item input[type="text"],
.pewc-style-simple .pewc-item textarea {
  background: #fff;
}

ul.pewc-product-extra-groups > li.kies-aantal-trim + li.kies-aantal-trim {
  margin-left: 16px;
}

@media only screen and (max-width: 760px) {
  ul.pewc-product-extra-groups > li.kies-aantal-trim {
    width: 100%;
    margin-left: 0 !important;
  }

  .pakket-toebehoren
    .pewc-radio-images-wrapper.pewc-columns-3
    .pewc-radio-image-wrapper,
  .pewc-radio-images-wrapper.pewc-columns-4 .pewc-radio-image-wrapper {
    width: 46% !important;
    display: inline;
  }

  .postid-14167 .pewc-product-extra-groups li {
    padding: 0 0 0 5px;
  }
}

.dm-info-icon-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #00b67a;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-right: 15px;
  flex: 0 0 auto;
  cursor: help;
}

.kies-aantal-pir .pewc-field-label-text,
.kies-aantal-trim .pewc-field-label-text,
.pakket-toebehoren .pewc-field-label-text {
  color: #00b67a;
  font-size: 1.6rem;
  font-weight: normal;
}

.pakket-toebehoren .required {
  color: #00b67a;
}

.pakket-toebehoren
  .pewc-radio-images-wrapper.pewc-columns-3
  .pewc-radio-image-wrapper {
  width: 24%;
}

.pakket-toebehoren .pewc-radio-images-wrapper {
  gap: 15px;
  justify-content: left !important;
}

.pakket-toebehoren p.pewc-description {
  align-items: center;
  margin-top: 1em;
  background: #f6f7f8;
  padding: 7px 15px;
  border-radius: 0.5rem;
  display: flex;
  border: 1px solid #e8ecf2;
}

.pakket-folie .pewc-item-field-image-wrapper {
  width: 20%;
  margin-left: 25px;
  margin-top: -5px;
  order: 2;
}

.pakket-folie.pewc-group small {
  display: inline;
  margin-right: 15px;
}

.pakket-toebehoren-optie .pewc-radio-images-wrapper {
  width: 150px;
}

.pakket-toebehoren .pewc-radio-image-desc {
  font-size: 14px;
  font-weight: 500;
}

.pewc-preset-style .pewc-radio-image-wrapper.checked {
  border: 3px solid #00b67a;
}

.pewc-group-heading-wrapper h3 {
  background-color: #e8ecf2;
  font-weight: 500;
  font-size: 2.2rem !important;
  color: #051d49 !important;
  padding-left: 20px;
  border-radius: 0.5rem !important;
  padding: 10px 25px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .check1 {
    float: left;
    width: 45%;
  }
  .check2 {
    float: right;
    width: 50%;
  }
}

.check2 h4 {
  font-weight: 500;
}

.check1 h4 {
  font-weight: 500;
}

.pewc-calculation-field-wrapper {
  font-weight: 400;
}

.pewc-field-label-text {
  font-size: 1.5rem;
}

.check1 .pewc-product-extra-groups li {
  padding-bottom: 8px;
}

#pewc_group_7109_7110,
#pewc_group_7099_7100,
#pewc_group_7090_7091,
#pewc_group_7037_7038,
#pewc_group_7081_7082 {
  float: right;
  width: 65% !important;
}

p.pewc-description {
  margin: 0;
}

.pewc-preset-style
  .pewc-groups-accordion
  .pewc-group-wrap.group-active
  .pewc-group-content-wrapper {
  padding: 2em 0 0 0;
  background: none;
}

ul.pewc-product-extra-groups > li.kies-aantal-trim.pewc-hidden-field {
  display: none;
}

.postid-1856 table {
  margin-bottom: 0px;
}

.postid-1856 .advise-cta {
  background-color: #00b67a !important;
}

.postid-1856 .list-with-check__item {
  display: none;
}

.postid-1856 .list-with-check {
  display: none;
  margin: 0;
}

.postid-1856 .pewc-field-label-text {
  font-size: 1.8rem;
  font-weight: 600;
}

.pewc-groups-accordion .pewc-group-wrap .pewc-group-content-wrapper {
  background-color: #ffffff;
}

.single-product-header--calculator
  .pewc-product-extra-groups-wrap
  .pewc-field-label {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 8px;
}

.pewc-preset-style .pewc-groups-accordion .pewc-group-heading-wrapper {
  border-radius: 6px !important;
}

.pewc-preset-style .pewc-groups-accordion .pewc-group-wrap h3 {
  background-color: #e8ecf2 !important;
  font-weight: 500;
  font-size: 2.2rem;
  color: #051d49;
  padding-left: 20px;
  border-radius: 5px !important;
}

.pewc-group-wrap-2937 .pewc-group-content-wrapper {
  height: 420px !important;
  max-height: 420px !important;
  padding-top: 20px !important;
  background: #ffffff;
}

.pewc-group-description {
  font-size: 1.6rem;
}

.conf-desc {
  margin-left: 10px;
}

@media only screen and (max-width: 1023px) {
  .postid-1856 .single-product-header--calculator .cart {
    border-radius: 5px !important;
    background-color: #fff !important;
    padding: 15px !important;
  }

  .pewc-preset-style .pewc-groups-accordion .pewc-group-wrap h3 {
    background-color: #e8ecf2;
    font-weight: 500;
    font-size: 1.8rem !important;
  }

  .postid-1856 .below-thumbs-slider {
    display: none;
  }

  .conf-desc {
    font-size: 1.4rem;
    margin-bottom: 18px;
    margin-left: 5px;
  }

  .postid-1856 .pewc-field-label-text {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 670px) {
  .postid-1856 ul.pewc-product-extra-groups li.kies-aantal-trim {
    margin-bottom: 30px;
    border-bottom: none;
    margin-left: 5px !important;
  }

  .postid-1856 li.pakket-toebehoren {
    margin-left: 5px !important;
    padding-left: 0px !important;
  }
}

.woocommerce.pewc-has-extra-fields .summary .cart {
  display: flex;
}

.pewc-style-simple .pewc-item input[type="number"] {
  display: inline;
}

.pewc-product-extra-groups-wrap {
  flex: 1 1 100%;
}

li.pewc-item::before {
  background: none;
}

.pewc-checkboxes-list-wrapper .pewc-checkbox-wrapper .woocommerce-price-suffix {
  display: inline-flex;
}

.pewc-preset-style .pewc-item-field-wrapper span.pewc-theme-element::after,
.pewc-preset-style .pewc-item-checkbox span.pewc-theme-element::after,
.pewc-preset-style .pewc-checkbox-wrapper span.pewc-theme-element::after,
.pewc-preset-style .pewc-radio-wrapper span.pewc-theme-element::after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border: none;
  border-width: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #000;
}

.pewc-preset-style .pewc-item-field-wrapper span.pewc-theme-element:hover {
  background: none !important;
}

.pewc-preset-style .pewc-checkbox-wrapper span.pewc-theme-element {
  background: none !important;
}

.postid-1856 .pewc-item-field-image-wrapper {
  width: 8%;
  margin-right: 1em;
  margin-top: -20px;
}

.pewc-preset-style .pewc-item-field-wrapper {
  margin-bottom: 0px;
}

li.pewc-border {
  border-bottom: 1px solid #e8ecf2;
  margin-bottom: 15px !important;
  margin-left: 20px !important;
}

.postid-1856 li.pakket-toebehoren {
  border-bottom: none;
}

@media only screen and (max-width: 750px) {
  .content-one-column-var2 {
    padding: 0.5rem;
  }

  .content-one-column {
    padding: 2.4rem;
  }
  .desktop-only {
    display: none;
  }

  .pewc-preset-style
    .pewc-item-field-wrapper
    .pewc-checkboxes-list-wrapper
    span.pewc-theme-element,
  .pewc-preset-style
    .pewc-item-field-wrapper
    .pewc-radio-list-wrapper
    span.pewc-theme-element,
  .pewc-style-colour .pewc-checkbox-wrapper span.pewc-theme-element {
    top: 50%;
    transform: translateY(75%);
  }

  .pewc-style-simple .pewc-item input[type="number"] {
    display: block;
  }

  .pewc-item-field-image-wrapper {
    width: 60%;
    margin-right: 1em;
    margin-top: -20px;
  }
  .pewc-checkboxes-list-wrapper
    .pewc-checkbox-wrapper
    .pewc-checkboxes-list-desc-wrapper {
    margin-top: 0;
    line-height: 1.7em;
    margin-left: 20px;
  }
  .product-short-summary__footer .quantity .qty {
    width: 5rem;
  }

  .product-short-summary {
    padding: 1rem 2rem 3.5rem 2rem;
  }

  .product-short-summary__title a {
    text-decoration: none;
    font-size: 2rem;
  }
}

/* ==============================
   09. Menu en overige WooCommerce correcties
   ============================== */

.megamenu-container__main-block {
  grid-template-columns: minmax(0, 35rem) minmax(0, 45rem);
}

/* ==============================
   99. Overig / niet direct te categoriseren
   ============================== */

@media only screen and (max-width: 1023px) {
  .entry-summary .advise-cta {
    margin-bottom: 4rem;
  }
}

th.label {
  vertical-align: middle;
}

.cart-subtotal th,
.cart-subtotal td {
  border-bottom: 1px solid #d1d9e6;
}

.shop_table thead th {
  border-bottom: 1px solid #d1d9e6;
}

.woocommerce-shipping-totals th,
.woocommerce-shipping-totals td {
  border-bottom: 1px solid #d1d9e6;
}

.button.ghost {
  background-color: #fff;
  border-color: #c5c5c5;
  color: #051d49;
  min-width: 195px;
}
