/*
Theme Name: Avada Child Theme
Template: Avada
Version: 1.1.7
*/

/* /wp-content/themes/Avada-Child-Theme/style.css  v1.1.7 */
/* Gebaseerd op jouw v1.1.4  fix hover en doorlopende waarden  geen puntjes in labels  responsive iPad en mobiel  dubbele lijnen weg */

/* /wp-content/themes/Avada-Child-Theme/css/woocommerce.css  v1.0 */

/* /wp-content/themes/Avada-Child-Theme/css/woocommerce.css  v1.1 */

/* product gallery transparant maken */

.avada-product-gallery,
.avada-product-gallery .flex-viewport,
.avada-product-gallery .woocommerce-product-gallery__wrapper,
.avada-product-gallery .woocommerce-product-gallery__image {
  background: transparent !important;
  box-shadow: none !important;
}

/* grote afbeelding */
.avada-product-gallery .woocommerce-product-gallery__image img {
  background: transparent !important;
}

/* lightbox overlay */
.avada-product-gallery a.avada-product-gallery-lightbox-trigger,
.avada-product-gallery a.avada-product-gallery-lightbox-trigger:before,
.avada-product-gallery a.avada-product-gallery-lightbox-trigger:after {
  background: transparent !important;
}

/* thumbnails */
.avada-product-gallery .flex-control-thumbs img {
  opacity: 0.6;
  transition: opacity .25s ease;
}

.avada-product-gallery .flex-control-thumbs img:hover,
.avada-product-gallery .flex-control-thumbs .flex-active {
  opacity: 1;
}





.product-filter img {
  filter:
    brightness(1.05) contrast(0.95) saturate(0.9) hue-rotate(190deg);
}












/* Extra hard: Avada cell borders */
#myWooTable table.shop_attributes td,
#myWooTable table.shop_attributes th {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* Kaart styling */
#myWooTable.woocommerce-product-attributes,
#myWooTable .woocommerce-product-attributes,
#myWooTable table.woocommerce-product-attributes,
#myWooTable table.shop_attributes {
  width: 100%;
  max-width: 920px;
  margin: 66px auto;

  border-collapse: separate !important;
  border-spacing: 0 !important;

  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.06);
  border-radius: 22px;
  overflow: hidden;

  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  font-family: inherit;
}

/* th en td neutraal */
#myWooTable .woocommerce-product-attributes-item th,
#myWooTable .woocommerce-product-attributes-item td {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* Rij layout desktop */
#myWooTable .woocommerce-product-attributes-item {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  column-gap: 24px;

  padding: 0;
  margin: 0;

  position: relative;
  transition: background-color 180ms ease;
}

/* Divider */
#myWooTable .woocommerce-product-attributes-item+.woocommerce-product-attributes-item::before {
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  top: 0;
  height: 1px;
  background: rgba(16, 24, 40, 0.06);
}

/* Hover */
#myWooTable .woocommerce-product-attributes-item:hover {
  background-color: rgba(0, 122, 255, 0.07);
}

/* Labels */
#myWooTable .woocommerce-product-attributes-item th {
  padding: 18px 26px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: rgba(17, 24, 39, 0.62);

  text-align: left;
  justify-self: start;

  white-space: normal;
}

/* Waarden */
#myWooTable .woocommerce-product-attributes-item td {
  padding: 18px 38px 18px 26px;

  font-weight: 600;
  font-size: 14px;
  color: rgba(17, 24, 39, 0.92);

  text-align: right;
  justify-self: end;

  white-space: normal;
  line-height: 1.45;

  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

/* Nettere content */
#myWooTable .woocommerce-product-attributes-item td p {
  margin: 0;
}

#myWooTable .woocommerce-product-attributes-item td a {
  color: inherit;
  text-decoration: none;
}

/* iPad en mobiel: stapel label boven waarde */
@media (max-width: 1024px) {

  #myWooTable.woocommerce-product-attributes,
  #myWooTable .woocommerce-product-attributes,
  #myWooTable table.woocommerce-product-attributes,
  #myWooTable table.shop_attributes {
    max-width: 92vw;
    margin: 40px auto;
    border-radius: 18px;
  }

  #myWooTable .woocommerce-product-attributes-item {
    grid-template-columns: 1fr;
    row-gap: 6px;
    padding: 12px 0;
  }

  #myWooTable .woocommerce-product-attributes-item+.woocommerce-product-attributes-item::before {
    left: 16px;
    right: 16px;
  }

  #myWooTable .woocommerce-product-attributes-item th,
  #myWooTable .woocommerce-product-attributes-item td {
    padding: 0 16px;
    justify-self: start;
    text-align: left;
    white-space: normal;
  }

  #myWooTable .woocommerce-product-attributes-item td {
    padding-bottom: 10px;
  }
}

/* Extra compact mobiel */
@media (max-width: 640px) {

  #myWooTable.woocommerce-product-attributes,
  #myWooTable .woocommerce-product-attributes,
  #myWooTable table.woocommerce-product-attributes,
  #myWooTable table.shop_attributes {
    margin: 28px auto;
  }

  #myWooTable .woocommerce-product-attributes-item th,
  #myWooTable .woocommerce-product-attributes-item td {
    font-size: 13px;
  }
}

/* Progenion specificatie titel binnen Avada Fusion Title */
.fusion-body .fusion-title .title-heading-tag h2.progenion-spec-title {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  color: #111827 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  letter-spacing: 0.2px !important;
}

/* /wp-content/themes/Avada-Child-Theme/style.css  v1.0.1 */
/* Plugify tabel styling  header gradient  zebra  hover  1 actieve rij  mobiel ipad */

/* Basis container */
.plugify_main_parent_div {
  width: 100%;
}

.plugify_table_parent_div {
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  border: 1px solid rgba(16, 24, 40, 0.06) !important;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08) !important;
}

/* Table reset */
.plugify_table_parent_div table,
.plugify_table_parent_div table.tablez,
.plugify_table_parent_div table.table-responsive,
.plugify_table_parent_div table#tbloo_fine_trash_plugifyy,
.plugify_table_parent_div table[id^="tbloo_fine_trash_plugifyy"] {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.plugify_table_parent_div table th,
.plugify_table_parent_div table td {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Header gradient */
.plugify_table_parent_div table thead tr th,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th {
  padding: 14px 18px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  background: linear-gradient(90deg, #0290DC 0%, #2AA9ED 100%) !important;
}

.plugify_table_parent_div table thead tr th:first-child,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th:first-child {
  border-top-left-radius: 18px !important;
}

.plugify_table_parent_div table thead tr th:last-child,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th:last-child {
  border-top-right-radius: 18px !important;
}

/* Responsive background image helper */
.resp {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .resp {
    background-attachment: scroll;
    min-height: 220px;
  }
}

/* SEO auteursnippet voor Avada Builder */
.progenion-page-author-snippet {
  --progenion-author-bg: rgba(255, 255, 255, 0.18);
  --progenion-author-border: rgba(255, 255, 255, 0.35);
  --progenion-author-text: #132033;
  --progenion-author-muted: rgba(19, 32, 51, 0.68);
  --progenion-author-link: var(--link_color, #0a7ab8);
  --progenion-author-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  display: flex;
  align-items: center;
  gap: 14px;
  clear: none;
  overflow: visible;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 18px 0;
  padding: 14px 18px;
  border: 1px solid var(--progenion-author-border);
  border-radius: 999px;
  background: var(--progenion-author-bg);
  box-shadow: var(--progenion-author-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.progenion-page-author-snippet.is-style-transparent {
  --progenion-author-bg: transparent;
  --progenion-author-border: rgba(19, 32, 51, 0.12);
  --progenion-author-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.progenion-page-author-snippet.is-style-outline {
  --progenion-author-bg: rgba(255, 255, 255, 0.06);
  --progenion-author-border: rgba(19, 32, 51, 0.2);
  --progenion-author-shadow: none;
}

.progenion-page-author-snippet.is-style-solid {
  --progenion-author-bg: linear-gradient(135deg, rgba(11, 102, 195, 0.96), rgba(26, 139, 228, 0.94));
  --progenion-author-border: transparent;
  --progenion-author-text: #ffffff;
  --progenion-author-muted: rgba(255, 255, 255, 0.78);
  --progenion-author-link: #ffffff;
  --progenion-author-shadow: 0 16px 34px rgba(11, 102, 195, 0.22);
}

.progenion-page-author-snippet.has-no-border {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.progenion-page-author-snippet.is-align-left {
  margin-left: 0;
  margin-right: auto;
}

.progenion-page-author-snippet.is-align-center {
  margin-left: auto;
  margin-right: auto;
}

.progenion-page-author-snippet.is-align-right {
  margin-left: auto;
  margin-right: 0;
}

.progenion-page-author-snippet__avatar {
  flex: 0 0 auto;
}

.progenion-page-author-snippet__avatar .avatar {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.12);
}

.progenion-page-author-snippet.is-style-transparent .progenion-page-author-snippet__avatar .avatar,
.progenion-page-author-snippet.is-style-outline .progenion-page-author-snippet__avatar .avatar {
  border-color: rgba(19, 32, 51, 0.08);
}

.progenion-page-author-snippet__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.progenion-page-author-snippet.is-align-center .progenion-page-author-snippet__content {
  justify-content: center;
  text-align: center;
}

.progenion-page-author-snippet.is-align-right .progenion-page-author-snippet__content {
  justify-content: flex-end;
  text-align: right;
}

.progenion-page-author-snippet__label {
  color: var(--progenion-author-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.progenion-page-author-snippet__author,
.progenion-page-author-snippet__link,
.progenion-page-author-snippet__name {
  color: var(--progenion-author-text);
  font-size: 15px;
  font-weight: 700;
}

.progenion-page-author-snippet__link {
  text-decoration: none;
  color: var(--progenion-author-link);
}

.progenion-page-author-snippet__link:hover,
.progenion-page-author-snippet__link:focus {
  color: var(--progenion-author-link);
  opacity: 0.78;
}

.progenion-page-author-snippet__separator {
  color: var(--progenion-author-muted);
  font-weight: 600;
}

.progenion-page-author-snippet__date {
  color: var(--progenion-author-muted);
  font-size: 14px;
}

@media (max-width: 640px) {
  .progenion-page-author-snippet {
    display: flex;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 26px;
    width: 100%;
  }

  .progenion-page-author-snippet__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .progenion-page-author-snippet.is-align-center .progenion-page-author-snippet__content {
    align-items: center;
  }

  .progenion-page-author-snippet.is-align-right .progenion-page-author-snippet__content {
    align-items: flex-end;
  }

  .progenion-page-author-snippet__separator {
    display: none;
  }
}

/* SEO reviewfeed voor Avada Builder */
.progenion-review-feed {
  --progenion-review-card-bg: rgba(255, 255, 255, 0.1);
  --progenion-review-card-border: rgba(19, 32, 51, 0.12);
  --progenion-review-text: #132033;
  --progenion-review-muted: rgba(19, 32, 51, 0.68);
  --progenion-review-accent: var(--link_color, #0a7ab8);
  --progenion-review-author-size: 17px;
  --progenion-review-quote-size: 17px;
  --progenion-review-star: #f4a51c;
  --progenion-review-star-empty: rgba(244, 165, 28, 0.24);
  --progenion-review-shadow: 0 16px 36px rgba(16, 24, 40, 0.08);
  --progenion-review-backdrop: none;
  width: 100%;
  margin: 24px 0;
}

.progenion-review-feed.is-style-glass {
  --progenion-review-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.18));
  --progenion-review-card-border: rgba(255, 255, 255, 0.38);
  --progenion-review-shadow: 0 18px 42px rgba(16, 24, 40, 0.12);
  --progenion-review-backdrop: blur(14px);
}

.progenion-review-feed.is-style-transparent {
  --progenion-review-card-bg: transparent;
  --progenion-review-card-border: rgba(19, 32, 51, 0.12);
  --progenion-review-shadow: none;
  --progenion-review-backdrop: none;
}

.progenion-review-feed.is-style-outline {
  --progenion-review-card-bg: rgba(255, 255, 255, 0.06);
  --progenion-review-card-border: rgba(19, 32, 51, 0.2);
  --progenion-review-shadow: none;
  --progenion-review-backdrop: none;
}

.progenion-review-feed__header {
  margin-bottom: 16px;
}

.progenion-review-feed__title {
  margin: 0;
  color: var(--progenion-review-text);
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
}

.progenion-review-feed__grid {
  display: grid;
  gap: 18px;
}

.progenion-review-feed.columns-1 .progenion-review-feed__grid {
  grid-template-columns: minmax(0, 1fr);
}

.progenion-review-feed.columns-2 .progenion-review-feed__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.progenion-review-feed.columns-3 .progenion-review-feed__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.progenion-review-feed__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--progenion-review-card-border);
  border-radius: 24px;
  background: var(--progenion-review-card-bg);
  box-shadow: var(--progenion-review-shadow);
  backdrop-filter: var(--progenion-review-backdrop);
  -webkit-backdrop-filter: var(--progenion-review-backdrop);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.progenion-review-feed__card.is-clickable {
  cursor: pointer;
}

.progenion-review-feed__card-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  color: inherit;
  text-decoration: none !important;
}

.progenion-review-feed__card-link:hover,
.progenion-review-feed__card-link:focus,
.progenion-review-feed__card-link:active,
.progenion-review-feed__card-link:visited,
.progenion-review-feed__card-link *,
.progenion-review-feed__card-link:hover *,
.progenion-review-feed__card-link:focus *,
.progenion-review-feed__card-link:active *,
.progenion-review-feed__card-link:visited * {
  color: inherit;
  text-decoration: none !important;
}

.progenion-review-feed__card-link:focus {
  outline: none;
}

.progenion-review-feed__card.is-clickable:hover,
.progenion-review-feed__card.is-clickable:focus-within {
  transform: translateY(-2px);
}

.progenion-review-feed:not(.has-no-border) .progenion-review-feed__card.is-clickable:hover,
.progenion-review-feed:not(.has-no-border) .progenion-review-feed__card.is-clickable:focus-within {
  border-color: rgba(11, 102, 195, 0.22);
  box-shadow: 0 20px 38px rgba(16, 24, 40, 0.14);
}

.progenion-review-feed.is-style-solid {
  --progenion-review-card-bg: linear-gradient(135deg, rgba(11, 102, 195, 0.96), rgba(26, 139, 228, 0.94));
  --progenion-review-card-border: transparent;
  --progenion-review-text: #ffffff;
  --progenion-review-muted: rgba(255, 255, 255, 0.78);
  --progenion-review-accent: #ffffff;
  --progenion-review-star: #ffd76b;
  --progenion-review-star-empty: rgba(255, 255, 255, 0.24);
  --progenion-review-shadow: 0 18px 34px rgba(11, 102, 195, 0.24);
}

.progenion-review-feed.has-no-border .progenion-review-feed__card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.progenion-review-feed.is-align-center .progenion-review-feed__header,
.progenion-review-feed.is-align-center .progenion-review-feed__author,
.progenion-review-feed.is-align-center .progenion-review-feed__quote,
.progenion-review-feed.is-align-center .progenion-review-feed__meta {
  text-align: center;
}

.progenion-review-feed.is-align-right .progenion-review-feed__header,
.progenion-review-feed.is-align-right .progenion-review-feed__author,
.progenion-review-feed.is-align-right .progenion-review-feed__quote,
.progenion-review-feed.is-align-right .progenion-review-feed__meta {
  text-align: right;
}

.progenion-review-feed__author {
  display: block;
  color: var(--progenion-review-text);
  font-size: var(--progenion-review-author-size);
  font-weight: 700;
  line-height: 1.2;
}

.progenion-review-feed__stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.progenion-review-feed__star {
  color: var(--progenion-review-star-empty);
  font-size: 16px;
  line-height: 1;
}

.progenion-review-feed__star.is-filled {
  color: var(--progenion-review-star);
}

.progenion-review-feed__quote {
  margin: 0;
}

.progenion-review-feed__quote p {
  margin: 0;
  color: var(--progenion-review-text);
  font-size: var(--progenion-review-quote-size);
  font-weight: 600;
  line-height: 1.65;
}

.progenion-review-feed__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: auto;
  color: var(--progenion-review-muted);
  font-size: 13px;
}

.progenion-review-feed.is-align-center .progenion-review-feed__meta {
  justify-content: center;
}

.progenion-review-feed.is-align-right .progenion-review-feed__meta {
  justify-content: flex-end;
}

.progenion-review-feed__product {
  padding: 5px 10px;
  border: 1px solid rgba(11, 102, 195, 0.14);
  border-radius: 999px;
  background: rgba(11, 102, 195, 0.08);
  color: var(--progenion-review-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

.progenion-review-feed.is-style-solid .progenion-review-feed__product {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.progenion-review-feed__date {
  color: var(--progenion-review-muted);
}

.progenion-review-feed__empty {
  padding: 18px 20px;
  border: 1px dashed rgba(19, 32, 51, 0.18);
  border-radius: 18px;
  color: #52647e;
  font-size: 14px;
}

@media (max-width: 960px) {
  .progenion-review-feed.columns-3 .progenion-review-feed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {

  .progenion-review-feed.columns-2 .progenion-review-feed__grid,
  .progenion-review-feed.columns-3 .progenion-review-feed__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .progenion-review-feed__card {
    padding: 18px;
    border-radius: 22px;
  }

  .progenion-review-feed__quote p {
    font-size: var(--progenion-review-quote-size);
  }
}

/* Header alignment */
.plugify_table_parent_div table thead tr th.plugify_qty_col,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th.plugify_qty_col {
  text-align: left !important;
}

.plugify_table_parent_div table thead tr th.plugify_typ_col,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th.plugify_typ_col {
  text-align: center !important;
}

.plugify_table_parent_div table thead tr th.plugify_pip_col,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th.plugify_pip_col {
  text-align: right !important;
}

/* Body rows */
.plugify_table_parent_div table tbody tr.plugify_tbl_row td {
  padding: 14px 18px !important;
  font-size: 14px !important;
  color: rgba(17, 24, 39, 0.92) !important;
  background: #F3FAFF !important;
}

.plugify_table_parent_div table tbody tr.plugify_tbl_row+tr.plugify_tbl_row td {
  border-top: 1px solid rgba(16, 24, 40, 0.06) !important;
}

/* Subtiele zebra */
.plugify_table_parent_div table tbody tr.plugify_tbl_row:nth-child(even) td {
  background: #EEF7FF !important;
}

/* Column widths and alignment */
.plugify_table_parent_div table tbody tr.plugify_tbl_row td.plugify_qty_col {
  text-align: left !important;
  width: 33.33% !important;
}

.plugify_table_parent_div table tbody tr.plugify_tbl_row td.plugify_typ_col {
  text-align: center !important;
  width: 33.33% !important;
  font-weight: 700 !important;
  color: #0B74FF !important;
}

.plugify_table_parent_div table tbody tr.plugify_tbl_row td.plugify_pip_col {
  text-align: right !important;
  width: 33.33% !important;
  color: #0B74FF !important;
  font-variant-numeric: tabular-nums;
}

/* Hover */
.plugify_table_parent_div table tbody tr.plugify_tbl_row:hover td {
  background: #E6F4FF !important;
}

/* Actieve geselecteerde rij  alleen deze krijgt gradient */
.plugify_table_parent_div table tbody tr.plugify_tbl_row.activeclasstr {
  background: linear-gradient(90deg, #0290DC 0%, #2AA9ED 100%) !important;
}

.plugify_table_parent_div table tbody tr.plugify_tbl_row.activeclasstr td {
  background: transparent !important;
  color: #ffffff !important;
}

.plugify_table_parent_div table tbody tr.plugify_tbl_row.activeclasstr td.plugify_typ_col,
.plugify_table_parent_div table tbody tr.plugify_tbl_row.activeclasstr td.plugify_pip_col {
  color: #ffffff !important;
}

/* Hoeken onderaan */
.plugify_table_parent_div table tbody tr.plugify_tbl_row:last-child td:first-child {
  border-bottom-left-radius: 18px !important;
}

.plugify_table_parent_div table tbody tr.plugify_tbl_row:last-child td:last-child {
  border-bottom-right-radius: 18px !important;
}

/* Mobiel en iPad */
@media (max-width: 1024px) {
  .plugify_table_parent_div {
    border-radius: 16px !important;
  }

  .plugify_table_parent_div table thead tr th,
  .plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th {
    padding: 12px 14px !important;
    font-size: 13px !important;
  }

  .plugify_table_parent_div table tbody tr.plugify_tbl_row td {
    padding: 12px 14px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {

  .plugify_table_parent_div table tbody tr.plugify_tbl_row td.plugify_typ_col,
  .plugify_table_parent_div table tbody tr.plugify_tbl_row td.plugify_pip_col {
    font-size: 12.5px !important;
  }
}

/* /wp-content/themes/Avada-Child-Theme/style.css  v1.0.2 */
/* Plugify header fix: geen vakjes, 1 doorlopende gradient */

/* 1 doorlopende gradient op de hele header rij */
.plugify_table_parent_div table thead tr,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child {
  background: linear-gradient(90deg, #0290DC 0%, #2AA9ED 100%) !important;
}

/* Header cells transparant maken zodat er geen blokjes ontstaan */
.plugify_table_parent_div table thead tr th,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Sommige themes zetten een kolom border in de header, kill die ook */
.plugify_table_parent_div table thead tr th+th,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th+th {
  border-left: 0 !important;
}

/* Hoeken blijven rond */
.plugify_table_parent_div table thead tr th:first-child,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th:first-child {
  border-top-left-radius: 18px !important;
}

.plugify_table_parent_div table thead tr th:last-child,
.plugify_table_parent_div table tbody tr.plugify_tbl_row:first-child th:last-child {
  border-top-right-radius: 18px !important;
}