@charset "UTF-8";
:root {
  /* ------------------------------------------------ // fonts */
  --iconFont: "icomoon";
  /* ------------------------------------------------ // colors */
  --gray-100: #F2F6F9;
  --gray-200: #DDDDDD;
  --gray-300: #9E9999;
  --gray-400: #7C7775;
  --blue-400: #1B7ABD;
  --green-400: #008500;
  --red-400: #EC0400;
  --alert-info-400: #EC6023;
  --alert-succes-400: #008500;
  --alert-error-400: #bb0502;
  --primary-100: #FFE0D3;
  --primary-200: #FFD0BC;
  --primary-250: #F8A885;
  --primary-400: #EC6023;
  --primary-600: #AF4C21;
  --white: #FFFFFF;
  --black: #000;
  --black-400: #210D04;
  --body-color: var(--black-400);
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: var(--primary-600);
  /* Typography */
  --mainFont: "Inter", sans-serif;
  --font-size-base: 18px;
  --font-size-lg: 18px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

body {
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
}

.text-muted {
  color: #1B7ABD;
}

/* ------------------------------------------------ // kop */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  margin-top: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 29px;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 17px;
  }
}

h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 17px;
  }
}

h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 17px;
  }
}

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 27px;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
  }
}

h5,
h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 27px;
}
@media (max-width: 767.98px) {
  h5,
h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

/**
 * Regular text
 */
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  p {
    line-height: 24px;
    margin-bottom: 15px;
  }
}

/**
 * Links
 */
a {
  transition: 0.3s;
  color: default;
  text-decoration: none;
  color: var(--primary-400);
}
a:focus {
  outline: none;
}
a:hover {
  color: var(--primary-600);
  text-decoration: underline;
}

main a {
  text-decoration: underline;
}

/**
 * List styling
 */
main ul:not(.products),
main ol {
  margin: 0 0 20px 20px;
}
main ul:not(.products) li,
main ol li {
  font-size: 16px;
  line-height: 24px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767.98px) {
  main ul:not(.products) li,
main ol li {
    font-size: 14px;
    line-height: 20px;
  }
}

b,
strong {
  font-weight: 700;
}

table,
table:not(.has-background),
.wp-block-table {
  border: none;
}
table th,
table td,
table:not(.has-background) th,
table:not(.has-background) td,
.wp-block-table th,
.wp-block-table td {
  border: none;
}
table thead,
table tbody,
table tfoot,
table:not(.has-background) thead,
table:not(.has-background) tbody,
table:not(.has-background) tfoot,
.wp-block-table thead,
.wp-block-table tbody,
.wp-block-table tfoot {
  border: none;
}
table th,
table td:first-child,
table:not(.has-background) th,
table:not(.has-background) td:first-child,
.wp-block-table th,
.wp-block-table td:first-child {
  padding: 12px 16px;
}
table td,
table:not(.has-background) td,
.wp-block-table td {
  padding: 12px;
  background-color: transparent;
}
table thead tr th,
table tbody tr:nth-child(odd) td,
table tfoot tr td,
table:not(.has-background) thead tr th,
table:not(.has-background) tbody tr:nth-child(odd) td,
table:not(.has-background) tfoot tr td,
.wp-block-table thead tr th,
.wp-block-table tbody tr:nth-child(odd) td,
.wp-block-table tfoot tr td {
  background-color: var(--gray-100);
}
table thead tr th:first-child,
table tbody tr td:first-child,
table tfoot tr td:first-child,
table:not(.has-background) thead tr th:first-child,
table:not(.has-background) tbody tr td:first-child,
table:not(.has-background) tfoot tr td:first-child,
.wp-block-table thead tr th:first-child,
.wp-block-table tbody tr td:first-child,
.wp-block-table tfoot tr td:first-child {
  font-weight: 600;
}

.woocommerce-info {
  background: var(--alert-info-400) !important;
  opacity: 0.8;
}

.woocommerce-message {
  background: var(--alert-succes-400) !important;
}
.woocommerce-message:focus-visible {
  outline: none !important;
}

.woocommerce-error {
  background: var(--alert-error-400) !important;
}

body .breadcrumbs {
  padding: 47px 0 45px;
}
@media (max-width: 767.98px) {
  body .breadcrumbs {
    padding: 26px 0 22px;
  }
}
body .breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 12px;
}
body .breadcrumbs > span span:first-of-type > a {
  margin-right: 4px;
}
body .breadcrumbs > span a {
  color: var(--black-400);
  display: inline-block;
  top: 0 !important;
}
body .breadcrumbs > span a:hover {
  text-decoration: underline;
  color: var(--primary-600);
}
body .breadcrumbs > span > a:hover {
  text-decoration: none;
}
body .breadcrumbs > span .icon-home {
  position: relative;
  top: 2px;
  font-size: 18px;
}
body .breadcrumbs > span .icon-home:hover {
  color: var(--primary-600);
  text-decoration: none;
}
body .breadcrumbs > span .icon-chevron-right {
  font-size: 11px;
  margin-left: 4px;
}
body .breadcrumbs > span span {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--black-400);
}
body.single-product .breadcrumbs span > span:first-child a {
  position: relative;
  top: -2px;
}
body.single-product .breadcrumbs span > span:first-child a::before {
  content: "";
  font-family: var(--iconFont);
  font-size: 12px;
  margin-right: 8px;
}
body.single-product .breadcrumbs span > span:nth-of-type(2) {
  display: none;
}

button, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit], .woocommerce-account .woocommerce #customer_login form .submit-and-reset button[type=submit], .woocommerce-account .woocommerce #customer_login form button[type=submit],
.button,
.wp-block-button__link,
.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-text-color),
.woocommerce-Button,
.btn,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.button,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
body.single-product div.product .product-beschrijving-container .summary .single_add_to_cart_button,
.woocommerce-order-pay #order_review #payment #place_order,
.woocommerce-account .woocommerce .orders .order-card .order-button,
.gform_wrapper form .gform_footer #gform_submit_button_2,
body.single-product .breadcrumbs span > span:first-child a {
  display: inline-block;
  background-color: var(--primary-400);
  color: var(--white);
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  transition: 0.3s;
  border: none;
  border-radius: 8px;
}
button a, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit] a, .woocommerce-account .woocommerce #customer_login form .submit-and-reset button[type=submit] a, .woocommerce-account .woocommerce #customer_login form button[type=submit] a,
.button a,
.wp-block-button__link a,
.wp-block-button__link:not(.has-background) a,
.wp-block-button__link:not(.has-text-color) a,
.woocommerce-Button a,
.btn a,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.button a,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a a,
body.single-product div.product .product-beschrijving-container .summary .single_add_to_cart_button a,
.woocommerce-order-pay #order_review #payment #place_order a,
.woocommerce-account .woocommerce .orders .order-card .order-button a,
.gform_wrapper form .gform_footer #gform_submit_button_2 a,
body.single-product .breadcrumbs span > span:first-child a a {
  color: inherit;
}
button:hover, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit]:hover, .woocommerce-account .woocommerce #customer_login form button[type=submit]:hover, button:focus, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit]:focus, .woocommerce-account .woocommerce #customer_login form button[type=submit]:focus, button:active, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit]:active, .woocommerce-account .woocommerce #customer_login form button[type=submit]:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-text-color):hover,
.wp-block-button__link:not(.has-text-color):focus,
.wp-block-button__link:not(.has-text-color):active,
.woocommerce-Button:hover,
.woocommerce-Button:focus,
.woocommerce-Button:active,
.btn:hover,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.button:hover,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover,
body.single-product div.product .product-beschrijving-container .summary .single_add_to_cart_button:hover,
.woocommerce-order-pay #order_review #payment #place_order:hover,
.woocommerce-account .woocommerce .orders .order-card .order-button:hover,
.gform_wrapper form .gform_footer #gform_submit_button_2:hover,
body.single-product .breadcrumbs span > span:first-child a:hover,
.btn:focus,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.button:focus,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus,
body.single-product div.product .product-beschrijving-container .summary .single_add_to_cart_button:focus,
.woocommerce-order-pay #order_review #payment #place_order:focus,
.woocommerce-account .woocommerce .orders .order-card .order-button:focus,
.gform_wrapper form .gform_footer #gform_submit_button_2:focus,
body.single-product .breadcrumbs span > span:first-child a:focus,
.btn:active,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.button:active,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:active,
body.single-product div.product .product-beschrijving-container .summary .single_add_to_cart_button:active,
.woocommerce-order-pay #order_review #payment #place_order:active,
.woocommerce-account .woocommerce .orders .order-card .order-button:active,
.gform_wrapper form .gform_footer #gform_submit_button_2:active,
body.single-product .breadcrumbs span > span:first-child a:active {
  color: var(--white);
  background-color: var(--primary-600);
  text-decoration: none;
}
button.btn-secondary, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button.btn-secondary[type=submit], .woocommerce-account .woocommerce #customer_login form button.btn-secondary[type=submit],
.button.btn-secondary,
.wp-block-button__link.btn-secondary,
.wp-block-button__link:not(.has-background).btn-secondary,
.wp-block-button__link:not(.has-text-color).btn-secondary,
.woocommerce-Button.btn-secondary,
.btn.btn-secondary,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-secondary.button,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-secondary,
body.single-product div.product .product-beschrijving-container .summary .btn-secondary.single_add_to_cart_button,
.woocommerce-order-pay #order_review #payment .btn-secondary#place_order,
.woocommerce-account .woocommerce .orders .order-card .btn-secondary.order-button,
.gform_wrapper form .gform_footer .btn-secondary#gform_submit_button_2,
body.single-product .breadcrumbs span > span:first-child a {
  color: var(--white);
  background-color: var(--black-400);
}
button.btn-secondary:hover, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button.btn-secondary[type=submit]:hover, .woocommerce-account .woocommerce #customer_login form button.btn-secondary[type=submit]:hover, button.btn-secondary:focus, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button.btn-secondary[type=submit]:focus, .woocommerce-account .woocommerce #customer_login form button.btn-secondary[type=submit]:focus, button.btn-secondary:active, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button.btn-secondary[type=submit]:active, .woocommerce-account .woocommerce #customer_login form button.btn-secondary[type=submit]:active,
.button.btn-secondary:hover,
.button.btn-secondary:focus,
.button.btn-secondary:active,
.wp-block-button__link.btn-secondary:hover,
.wp-block-button__link.btn-secondary:focus,
.wp-block-button__link.btn-secondary:active,
.wp-block-button__link:not(.has-background).btn-secondary:hover,
.wp-block-button__link:not(.has-background).btn-secondary:focus,
.wp-block-button__link:not(.has-background).btn-secondary:active,
.wp-block-button__link:not(.has-text-color).btn-secondary:hover,
.wp-block-button__link:not(.has-text-color).btn-secondary:focus,
.wp-block-button__link:not(.has-text-color).btn-secondary:active,
.woocommerce-Button.btn-secondary:hover,
.woocommerce-Button.btn-secondary:focus,
.woocommerce-Button.btn-secondary:active,
.btn.btn-secondary:hover,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-secondary.button:hover,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-secondary:hover,
body.single-product div.product .product-beschrijving-container .summary .btn-secondary.single_add_to_cart_button:hover,
.woocommerce-order-pay #order_review #payment .btn-secondary#place_order:hover,
.woocommerce-account .woocommerce .orders .order-card .btn-secondary.order-button:hover,
.gform_wrapper form .gform_footer .btn-secondary#gform_submit_button_2:hover,
body.single-product .breadcrumbs span > span:first-child a:hover,
.btn.btn-secondary:focus,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-secondary.button:focus,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-secondary:focus,
body.single-product div.product .product-beschrijving-container .summary .btn-secondary.single_add_to_cart_button:focus,
.woocommerce-order-pay #order_review #payment .btn-secondary#place_order:focus,
.woocommerce-account .woocommerce .orders .order-card .btn-secondary.order-button:focus,
.gform_wrapper form .gform_footer .btn-secondary#gform_submit_button_2:focus,
body.single-product .breadcrumbs span > span:first-child a:focus,
.btn.btn-secondary:active,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-secondary.button:active,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-secondary:active,
body.single-product div.product .product-beschrijving-container .summary .btn-secondary.single_add_to_cart_button:active,
.woocommerce-order-pay #order_review #payment .btn-secondary#place_order:active,
.woocommerce-account .woocommerce .orders .order-card .btn-secondary.order-button:active,
.gform_wrapper form .gform_footer .btn-secondary#gform_submit_button_2:active,
body.single-product .breadcrumbs span > span:first-child a:active {
  color: var(--white);
  background-color: var(--gray-400);
}

.btn-black a.wp-block-button__link {
  background-color: var(--black-400);
}
.btn-black a.wp-block-button__link:hover {
  background-color: var(--gray-400);
}

.wp-block-button__link {
  margin-bottom: 20px;
}

body.menu-open {
  overflow: hidden;
  height: 100vh;
}

header {
  position: relative;
}
header nav.navbar {
  padding: 0;
}
header nav.navbar ul.navbar-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
}
header nav.navbar ul.navbar-nav > li.menu-item {
  padding: 14px 0;
}
header nav.navbar ul.navbar-nav li.menu-item a {
  padding: 0;
  color: var(--black-400);
  font-size: 16px;
}
header nav.navbar ul.navbar-nav li.menu-item a:hover {
  color: var(--primary-600);
  text-decoration: underline;
}
header nav.navbar ul.navbar-nav li.menu-item.current-menu-item > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-parent > a {
  color: var(--primary-400);
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
  /* Styling dropdown menu */
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a {
  line-height: 1;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a:after {
  content: "";
  font-family: var(--iconFont);
  font-size: 7px;
  top: -2px;
  transition: 0.3s;
  margin-left: 4px;
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  min-width: 100%;
  list-style: none;
  background: var(--white);
  padding: 10px 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
  white-space: nowrap;
  padding-block: 7px;
  line-height: 28px;
  color: var(--black);
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:hover {
  color: var(--primary-600);
}
@media (max-width: 1199.98px) {
  header nav.navbar {
    position: absolute;
    width: 100%;
    top: 100%;
    padding: 0;
    left: 0;
    margin: 0;
    z-index: 20;
    background: var(--white);
  }
  header nav.navbar:after {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    height: 1px;
    bottom: 0;
    background: var(--gray-200);
    transform: translateX(-50%);
  }
  header nav.navbar ul.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 30px 15px;
    height: 100vh;
  }
  header nav.navbar ul.navbar-nav li.menu-item {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid var(--gray-200);
  }
  header nav.navbar ul.navbar-nav li.menu-item a {
    width: 100%;
    font-size: 15px;
    display: inline-block;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children a {
    line-height: 24px;
    border-bottom: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children a:after {
    display: none;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
    position: relative;
    padding-left: 2em;
    box-shadow: none;
    top: 0;
    padding-top: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
    border: 0;
    padding: 0;
    margin: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    font-size: 14px;
  }
}

.navbar-toggler {
  padding: 0;
  border: 0;
  margin-right: 21px;
  order: 1;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
  border: 0;
  box-shadow: none;
  background: none;
}
.navbar-toggler .animated-icon3 {
  width: 34px;
  height: 22px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggler .animated-icon3 span:nth-child(1) {
  top: 0;
}
.navbar-toggler .animated-icon3 span:nth-child(2) {
  top: 8px;
}
.navbar-toggler .animated-icon3 span:nth-child(3) {
  top: 16px;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  left: 4px;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 4px;
}
.navbar-toggler .animated-icon3 span {
  background: var(--white);
}

.number-of-items {
  margin-right: 10px;
  font-weight: 600;
}
.number-of-items .item-counter {
  font-weight: 700;
}

.filters {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 50px 0 50px;
  flex-wrap: wrap;
}
.filters .filter {
  background: #1B7ABD;
  color: var(--white);
  padding: 12px 25px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
}
.filters .filter.active {
  background: #155d90;
  pointer-events: none;
}

select,
.select2-container--default .select2-selection--single {
  min-height: 46px;
  padding: 12px;
  border: 1px solid var(--gray-200);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--white) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1934" height="1024" viewBox="0 0 1934 1024"><g id="icomoon-ignore" > </g> <path fill="%23000" d="M966.494 756.667l748.717-721.064c25.463-24.526 55.603-36.38 90.408-35.563s64.933 13.489 90.408 38.015c25.463 24.526 38.195 53.548 38.195 87.068s-12.732 62.541-38.195 87.067l-784.373 752.948c-20.373 19.62-43.294 34.336-68.76 44.146-25.466 9.811-50.933 14.716-76.4 14.716s-50.933-4.905-76.4-14.716c-25.466-9.81-48.386-24.526-68.759-44.146l-784.368-755.401c-25.467-24.526-37.775-53.14-36.926-85.841s14.007-61.315 39.473-85.841c25.466-24.526 55.602-36.789 90.406-36.789 34.803 0 64.94 12.263 90.406 36.789l746.168 718.612z" /> </svg>') no-repeat right 12px center;
  background-size: 12px;
  border-radius: 10px;
  padding-right: 36px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: var(--black-400);
}

.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.select2-selection__arrow {
  display: none;
}

label {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

fieldset,
fieldset legend {
  background: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search]),
textarea,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea {
  width: 100%;
  background: var(--white);
  min-height: 48px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  box-shadow: none;
  color: var(--black-400);
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search])[aria-invalid=true],
textarea[aria-invalid=true],
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea[aria-invalid=true] {
  margin-top: 12px;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search]):focus,
textarea:focus,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea:focus {
  border: 1px solid var(--primary-400);
  outline: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search])::placeholder,
textarea::placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea::placeholder {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 19px;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea::-webkit-input-placeholder {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 19px;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea:-ms-input-placeholder {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 19px;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search])::-moz-placeholder,
textarea::-moz-placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea::-moz-placeholder {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 19px;
}
input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=search]):focus-visible,
textarea:focus-visible,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea:focus-visible {
  outline: none;
}

.woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: center;
}
.woocommerce-form__label-for-checkbox input {
  margin-right: 8px !important;
}

input[type=checkbox] {
  width: 19px !important;
  height: 19px;
  appearance: none;
  --webkit-appearance: none;
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 8px;
  margin-top: 1px;
  font-weight: 400;
}
input[type=checkbox]:focus {
  outline: none !important;
}
input[type=checkbox]:checked {
  background-color: var(--primary-400);
  border: 1px solid var(--primary-400);
  color: var(--white);
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  color: var(--white);
  border: solid var(--white);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

input[type=radio] {
  width: 19px;
  height: 19px;
  appearance: none;
  --webkit-appearance: none;
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 1px;
  font-weight: 400;
}
input[type=radio]:focus {
  outline: none !important;
}
input[type=radio]:checked {
  background-color: var(--primary-400);
  border: 1px solid var(--primary-400);
  color: var(--white);
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  color: var(--white);
  border: solid var(--white);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea::placeholder,
.input-text::placeholder {
  font-weight: 400;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  font-weight: 400;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  font-weight: 400;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea::-moz-placeholder,
.input-text::-moz-placeholder {
  font-weight: 400;
}

span > em {
  font-size: 12px;
}

.form-row-first,
.form-row-last {
  width: 48.5%;
  margin-inline: 0;
  margin-right: 0 !important;
}
@media (max-width: 767.98px) {
  .form-row-first,
.form-row-last {
    width: 100;
  }
}

.gform_wrapper .gform_required_legend,
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper form .gform_fields {
  row-gap: 24px;
  column-gap: 24px;
}
.gform_wrapper form .gfield .gfield_label {
  color: var(--black-400);
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
.gform_wrapper form .gfield input,
.gform_wrapper form .gfield textarea,
.gform_wrapper form .gfield body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .gform_wrapper form .gfield textarea {
  min-height: 55px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
}
.gform_wrapper form .gfield input::placeholder,
.gform_wrapper form .gfield textarea::placeholder,
.gform_wrapper form .gfield body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea::placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .gform_wrapper form .gfield textarea::placeholder {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 19px;
}
.gform_wrapper form .gfield input::-webkit-input-placeholder,
.gform_wrapper form .gfield textarea::-webkit-input-placeholder,
.gform_wrapper form .gfield body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea::-webkit-input-placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .gform_wrapper form .gfield textarea::-webkit-input-placeholder {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 19px;
}
.gform_wrapper form .gfield input:-ms-input-placeholder,
.gform_wrapper form .gfield textarea:-ms-input-placeholder,
.gform_wrapper form .gfield body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea:-ms-input-placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .gform_wrapper form .gfield textarea:-ms-input-placeholder {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 19px;
}
.gform_wrapper form .gfield input::-moz-placeholder,
.gform_wrapper form .gfield textarea::-moz-placeholder,
.gform_wrapper form .gfield body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea::-moz-placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .gform_wrapper form .gfield textarea::-moz-placeholder {
  color: var(--gray-300);
  font-size: 16px;
  line-height: 19px;
}
.gform_wrapper .grecaptcha-badge,
.gform_wrapper .gfield--type-captcha {
  display: none;
}
.gform_wrapper .recaptcha-text {
  font-size: 12px;
}

@media (max-width: 991.98px) {
  body.archive.woocommerce #secondary {
    margin-bottom: 35px;
    border-bottom: 1px solid var(--gray-200);
  }
}
body.archive.woocommerce #secondary .widget {
  margin-bottom: 10px;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  body.archive.woocommerce #secondary .widget {
    border-bottom: 1px solid var(--gray-200);
  }
}
body.archive.woocommerce #secondary .widget:first-of-type {
  padding-top: 0;
}
body.archive.woocommerce #secondary .widget:last-of-type {
  border-bottom: 0;
}
body.archive.woocommerce #secondary .widget h4 {
  margin-bottom: 20px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  body.archive.woocommerce #secondary .widget h4 {
    cursor: pointer;
    pointer-events: all;
    margin-top: 19px;
  }
  body.archive.woocommerce #secondary .widget h4:after {
    content: "";
    font-family: var(--iconFont);
    margin-left: 8px;
    font-size: 11px;
    font-weight: 400;
    transform: rotate(0);
    transition: 0.3s;
    display: inline-block;
  }
  body.archive.woocommerce #secondary .widget h4.open:after {
    transform: rotate(90deg);
  }
}
@media (max-width: 991.98px) {
  body.archive.woocommerce #secondary .widget .wc-block-product-categories,
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-attribute-filter,
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-price-filter {
    display: none;
  }
}
body.archive.woocommerce #secondary .widget .wc-blocks-filter-wrapper ul.wc-block-checkbox-list {
  display: grid;
  gap: 15px;
}
@media (max-width: 991.98px) {
  body.archive.woocommerce #secondary .widget .wc-blocks-filter-wrapper ul.wc-block-checkbox-list {
    grid-template-columns: 1fr 1fr;
  }
}
body.archive.woocommerce #secondary .widget .wc-blocks-filter-wrapper ul.wc-block-checkbox-list li .wc-block-checkbox-list__checkbox {
  margin: 0;
}
body.archive.woocommerce #secondary .widget .wc-blocks-filter-wrapper ul.wc-block-checkbox-list li .wc-block-checkbox-list__checkbox svg {
  display: none;
}
body.archive.woocommerce #secondary .widget .wc-blocks-filter-wrapper ul.wc-block-checkbox-list li .wc-block-checkbox-list__checkbox input[type=checkbox] {
  width: 19px;
  height: 19px;
  appearance: none;
  --webkit-appearance: none;
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 8px;
  margin-top: 2px;
}
body.archive.woocommerce #secondary .widget .wc-blocks-filter-wrapper ul.wc-block-checkbox-list li .wc-block-checkbox-list__checkbox input[type=checkbox]:checked {
  background-color: var(--primary-400);
  border: 1px solid var(--primary-400);
  color: var(--white);
}
body.archive.woocommerce #secondary .widget .wc-blocks-filter-wrapper ul.wc-block-checkbox-list li .wc-block-checkbox-list__checkbox input[type=checkbox]:checked::after {
  border-width: 0 2px 2px 0;
}
body.archive.woocommerce #secondary .widget .wc-blocks-filter-wrapper ul.wc-block-checkbox-list li .wc-block-checkbox-list__checkbox span.wc-block-components-checkbox__label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--black-400);
}
body.archive.woocommerce #secondary .widget .wc-block-components-filter-reset-button {
  text-decoration: underline;
  margin-top: 20px;
}
body.archive.woocommerce #secondary .widget .wc-block-components-filter-reset-button:hover {
  text-decoration: underline;
  color: var(--primary-600);
}
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-price-filter .wc-block-price-filter__controls {
  margin-top: 5px;
  margin-bottom: 0;
  height: 20px;
}
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-wrapper {
  margin: 0 0 15px;
}
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-wrapper:before {
  background: var(--primary-250);
}
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-progress {
  background: var(--primary-250);
  z-index: -1;
}
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background: var(--primary-400);
  border: 0;
  height: 16px;
  width: 16px;
  transition: 0.3s;
  z-index: 5;
  position: relative;
}
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background: var(--primary-600);
}
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-color: var(--primary-400);
  border: 0;
  height: 16px;
  width: 16px;
}
body.archive.woocommerce #secondary .widget .wp-block-woocommerce-price-filter .wc-block-components-price-slider__controls input {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  padding: 0;
  max-width: 25px;
}
body.archive.woocommerce #secondary .wc-block-attribute-filter__actions,
body.archive.woocommerce #secondary .wc-block-components-price-slider__actions {
  justify-content: flex-start;
  padding-bottom: 20px;
}
body.archive.woocommerce #secondary .wc-block-components-price-slider__actions {
  padding-bottom: 0;
}
body.archive.woocommerce #secondary .wc-block-product-categories {
  margin-bottom: 32px;
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list {
  padding: 0;
  margin: 0;
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li {
  padding: 11px 0;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid var(--gray-100);
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li:first-of-type {
  padding-top: 0;
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li .chevron-icon:before {
  content: "";
  font-family: var(--iconFont);
  color: var(--primary-400);
  font-size: 11px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  cursor: pointer;
  transition: 0.3s;
  transform: rotate(0deg);
  display: inline-block;
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li.submenu-open .chevron-icon:before {
  transform: rotate(90deg);
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li.current-category-item > a {
  color: var(--primary-400);
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
  display: none;
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li a {
  text-decoration: none;
  color: var(--black-400);
  font-weight: 500;
  transition: 0.3s;
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li a:hover {
  text-decoration: underline;
  font-weight: 500;
  color: var(--primary-600);
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li ul {
  padding-block: 8px;
  padding-left: 20px;
  display: none;
}
body.archive.woocommerce #secondary .wc-block-product-categories ul.wc-block-product-categories-list li ul li {
  padding: 6px 0;
  border: 0;
}

.card.default {
  margin-bottom: 30px;
  border: 0;
  overflow: hidden;
}
.card.default .card-body {
  color: var(--black);
  border: 1px solid var(--gray-300);
}
.card.default .card-body .card-date {
  font-size: 14px;
}
.card.default .card-body .card-title {
  transition: 0.3s;
  margin-top: 10px;
}
.card.default .card-body .read-more:after {
  content: "";
  font-family: var(--iconFont);
  margin-left: 5px;
  font-size: 16px;
}
.card.default:hover .card-title {
  color: #1B7ABD;
}

.products .product {
  position: relative;
  padding: 0;
}
.products .product a.woocommerce-LoopProduct-link {
  text-align: left;
  text-decoration: none;
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.products .product a.woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}
.products .product a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  text-decoration: underline;
  color: var(--primary-600);
}
.products .product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  color: var(--black-400);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: 0.3s;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .products .product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
  }
}
.products .product a.woocommerce-LoopProduct-link img {
  margin: 0;
  width: 100%;
  height: auto;
  height: 280px;
  object-fit: contain;
  margin-bottom: 10px;
  margin-top: auto;
}
.products .product a.woocommerce-LoopProduct-link .onsale {
  display: none;
}
.products .product a.woocommerce-LoopProduct-link .products .product a.woocommerce-LoopProduct-link img {
  position: relative;
}
.products .product a.woocommerce-LoopProduct-link .product-tags {
  top: 24px;
  left: 24px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: absolute;
  z-index: 2;
  background: var(--red-400);
  padding: 6px 12px;
  border-radius: 1000px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .products .product a.woocommerce-LoopProduct-link .product-tags {
    top: 12px;
    left: 12px;
    flex-direction: column;
  }
}
.products .product a.woocommerce-LoopProduct-link .product-tags .product-tag {
  color: var(--white);
  line-height: 1;
  font-size: 14px;
}
@-moz-document url-prefix() {
  .products .product a.woocommerce-LoopProduct-link .product-tags .product-tag {
    position: relative;
    top: -1px;
  }
}
@media (max-width: 991.98px) {
  .products .product a.woocommerce-LoopProduct-link .product-tags .product-tag {
    font-size: 12px;
  }
}
.products .product a.woocommerce-LoopProduct-link .price {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: flex-end;
  margin-bottom: 0;
}
.products .product a.woocommerce-LoopProduct-link .price .variabel-product-prijs {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 2px;
}
.products .product a.woocommerce-LoopProduct-link .price .variabel-product-prijs span.label {
  font-size: 12px;
  line-height: 1;
  color: var(--black-400);
}
.products .product a.woocommerce-LoopProduct-link .price .variabel-product-prijs span.amount {
  font-size: 18px;
  color: var(--black-400);
  font-weight: 600;
  line-height: 1;
}
.products .product a.woocommerce-LoopProduct-link .price .variabel-product-prijs small {
  line-height: 1;
}
.products .product a.woocommerce-LoopProduct-link .price:not(:has(ins)):not(:has(del)) > span.woocommerce-Price-amount {
  display: flex;
  align-items: flex-end;
}
.products .product a.woocommerce-LoopProduct-link .price:not(:has(ins)):not(:has(del)) > span.woocommerce-Price-amount > bdi {
  line-height: 24px;
  font-size: 18px;
  color: var(--black-400);
  opacity: 1;
  font-weight: 600;
}
.products .product a.woocommerce-LoopProduct-link .price ins {
  order: -1;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: var(--red-400);
  font-weight: 600;
}
.products .product a.woocommerce-LoopProduct-link .price del,
.products .product a.woocommerce-LoopProduct-link .price small {
  font-size: 12px;
  line-height: 16px;
  color: var(--black-400);
  display: flex;
  align-items: center;
}
.products .product a.woocommerce-LoopProduct-link .price del bdi,
.products .product a.woocommerce-LoopProduct-link .price del span,
.products .product a.woocommerce-LoopProduct-link .price small bdi,
.products .product a.woocommerce-LoopProduct-link .price small span {
  color: var(--black-400);
}
.products .product a.woocommerce-LoopProduct-link .price small:nth-child(2):not(:last-child) {
  position: relative;
  top: -1px;
}
.products .product a.woocommerce-LoopProduct-link .price del {
  color: var(--black-400);
  opacity: 1;
}
.products .product a.woocommerce-LoopProduct-link .price .incl-btw {
  flex-basis: 100%;
  display: flex;
  gap: 4px;
  color: var(--gray-300);
  font-size: 12px;
  line-height: 16px;
}
.products .product a.woocommerce-LoopProduct-link .price .incl-btw small {
  color: inherit;
}
@media (max-width: 991.98px) {
  .products .product a.woocommerce-LoopProduct-link .price .incl-btw {
    font-size: 12px;
    line-height: 16px;
  }
}

.popup .modal-dialog {
  max-width: 50%;
}
@media (max-width: 1199.98px) {
  .popup .modal-dialog {
    max-width: 75%;
  }
}
@media (max-width: 1199.98px) {
  .popup .modal-dialog {
    max-width: 95%;
  }
}
.popup .btn-close {
  margin-left: auto;
}
.popup .btn-close:hover {
  background-color: var(--gray-200);
}

.visual {
  min-height: 270px;
  max-height: 550px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .visual {
    min-height: auto;
  }
}
.visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}
.visual .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  color: var(--white);
}
.visual .content h1 {
  color: inherit;
  font-size: 56px;
}
@media (max-width: 767.98px) {
  .visual .content h1 {
    font-size: 48px;
    line-height: 1.1em;
  }
}
.visual .content p {
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .visual .content p {
    font-size: 18px;
  }
}

header .top-bar {
  padding: 12px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: var(--primary-100);
  position: relative;
}
header .top-bar::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  height: 100%;
  top: 0;
  background: var(--primary-100);
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  header .top-bar {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
header .top-bar .usps {
  display: flex;
  gap: 16px;
}
@media (max-width: 1199.98px) {
  header .top-bar .usps {
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  header .top-bar .usps {
    display: none;
  }
}
header .top-bar .usps strong {
  font-weight: 700;
}
header .top-bar .usps p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
header .top-bar .top-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .top-bar .top-right .topbar-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199.98px) {
  header .top-bar .top-right .topbar-links {
    align-items: flex-start;
  }
}
header .top-bar .top-right .topbar-links a {
  color: var(--black-400);
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
}
header .top-bar .top-right .topbar-links a:hover {
  color: var(--primary-600);
}
header .top-bar .top-right .openingstijden {
  font-size: 12px;
  line-height: 14px;
}
header .header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--white);
  padding: 19px 0;
}
@media (max-width: 1199.98px) {
  header .header-wrapper {
    padding: 31px 0 16px;
  }
}
header .header-wrapper:before {
  content: "";
  position: absolute;
  width: 102vw;
  left: 50%;
  height: 100%;
  top: 0;
  background: var(--primary-400);
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}
header .header-wrapper .hamburger-and-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  header .header-wrapper .hamburger-and-logo .logo {
    order: 2;
  }
}
header .header-wrapper .hamburger-and-logo .logo img {
  width: 196px;
  height: auto;
}
@media (max-width: 575.98px) {
  header .header-wrapper .hamburger-and-logo .logo img {
    width: 145px;
  }
}
@media (max-width: 399.98px) {
  header .header-wrapper .hamburger-and-logo .logo img {
    width: 120px;
  }
}
header .header-wrapper .search {
  position: relative;
}
header .header-wrapper .search form {
  margin: 0;
}
@media (max-width: 1199.98px) {
  header .header-wrapper .search {
    margin-top: 18px;
    order: 4;
    flex-basis: 100%;
  }
}
header .header-wrapper .search input {
  background: var(--white);
  border: 0;
  min-height: 52px;
  min-width: 572px;
  padding-inline: 24px;
  border-radius: 10000px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  header .header-wrapper .search input {
    min-width: 400px;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  header .header-wrapper .search input {
    min-height: 47px;
  }
}
@media (max-width: 767.98px) {
  header .header-wrapper .search input {
    min-width: 100%;
    font-size: 16px;
  }
}
header .header-wrapper .search input:focus {
  border: 0;
  outline: none;
}
header .header-wrapper .search input::placeholder {
  font-size: 16px;
  color: var(--gray-300);
  line-height: 1;
  opacity: 1;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  header .header-wrapper .search input::placeholder {
    font-size: 16px;
  }
}
header .header-wrapper .search input::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--gray-300);
  line-height: 1;
  opacity: 1;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  header .header-wrapper .search input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
header .header-wrapper .search input:-ms-input-placeholder {
  font-size: 16px;
  color: var(--gray-300);
  line-height: 1;
  opacity: 1;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  header .header-wrapper .search input:-ms-input-placeholder {
    font-size: 16px;
  }
}
header .header-wrapper .search input::-moz-placeholder {
  font-size: 16px;
  color: var(--gray-300);
  line-height: 1;
  opacity: 1;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  header .header-wrapper .search input::-moz-placeholder {
    font-size: 16px;
  }
}
header .header-wrapper .search button, header .header-wrapper .search .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit], .woocommerce-account .woocommerce #customer_login .woocommerce-form-register header .header-wrapper .search button[type=submit], header .header-wrapper .search .woocommerce-account .woocommerce #customer_login form button[type=submit], .woocommerce-account .woocommerce #customer_login form header .header-wrapper .search button[type=submit] {
  font-size: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-wrapper .search button:hover:after, header .header-wrapper .search .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit]:hover:after, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register header .header-wrapper .search button[type=submit]:hover:after, header .header-wrapper .search .woocommerce-account .woocommerce #customer_login form button[type=submit]:hover:after, .woocommerce-account .woocommerce #customer_login form header .header-wrapper .search button[type=submit]:hover:after {
  color: var(--primary-400);
}
header .header-wrapper .search button:after, header .header-wrapper .search .woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit]:after, .woocommerce-account .woocommerce #customer_login .woocommerce-form-register header .header-wrapper .search button[type=submit]:after, header .header-wrapper .search .woocommerce-account .woocommerce #customer_login form button[type=submit]:after, .woocommerce-account .woocommerce #customer_login form header .header-wrapper .search button[type=submit]:after {
  content: "";
  font-family: var(--iconFont);
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
}
header .header-wrapper .middle-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199.98px) {
  header .header-wrapper .middle-right {
    order: 3;
  }
}
header .header-wrapper .middle-right a {
  font-size: 12px;
  line-height: 14px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  position: relative;
}
header .header-wrapper .middle-right a svg {
  fill: var(--white);
  transition: 0.3s;
}
header .header-wrapper .middle-right a:hover {
  text-decoration: none;
  color: var(--black-400);
}
header .header-wrapper .middle-right a:hover span.link-tekst {
  text-decoration: underline;
}
header .header-wrapper .middle-right a:hover svg {
  fill: var(--black-400);
}
header .header-wrapper .middle-right a span.icon {
  font-size: 30px;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  header .header-wrapper .middle-right a span.icon {
    font-size: 25px;
  }
}
@media (max-width: 1199.98px) {
  header .header-wrapper .middle-right a svg {
    width: 25px;
    height: auto;
  }
}
header .header-wrapper .middle-right a .number-of-items {
  background: var(--black-400);
  color: var(--white);
  height: 20px;
  width: 20px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 12px;
  margin: 0;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  header .header-wrapper .middle-right a .number-of-items {
    font-size: 12px;
    height: 18px;
    width: 18px;
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 1199.98px) {
  header .header-wrapper .middle-right .link-tekst {
    display: none;
  }
}
header .header-bottom {
  position: relative;
}
@media (max-width: 1199.98px) {
  header .header-bottom {
    padding: 0;
  }
}
header .header-bottom:after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  height: 1px;
  bottom: 0;
  background: var(--gray-200);
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  header .header-bottom:after {
    display: none;
  }
}

footer {
  color: var(--white);
  padding-bottom: 24px;
}
@media (max-width: 991.98px) {
  footer {
    padding-bottom: 26px;
  }
}
@media (max-width: 575.98px) {
  footer .container {
    padding-inline: 32px;
  }
}
footer .footer-top-row {
  color: var(--white);
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991.98px) {
  footer .footer-top-row {
    grid-template-columns: 1fr;
  }
  footer .footer-top-row .footer-top-tekst {
    order: 2;
  }
  footer .footer-top-row .footer-top-afbeelding {
    order: 1;
  }
}
footer .footer-top-row .footer-top-tekst {
  color: var(--white);
  background-color: var(--black-400);
  padding: 78px 80px 80px 200px;
}
@media (max-width: 1399.98px) {
  footer .footer-top-row .footer-top-tekst {
    padding: 78px 80px 80px 170px;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-top-row .footer-top-tekst {
    padding: 78px 80px 80px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-top-row .footer-top-tekst {
    padding: 47px 100px 53px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-top-row .footer-top-tekst {
    padding-inline: 32px;
  }
}
footer .footer-top-row .footer-top-tekst h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 8px;
}
footer .footer-top-row .footer-top-tekst p {
  color: var(--white);
  font-weight: 400;
  max-width: 470px;
}
footer .footer-top-row .footer-top-tekst .adres-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
footer .footer-top-row .footer-top-tekst .adres-container .icon-location {
  width: 40px;
  height: 40px;
  font-size: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}
footer .footer-top-row .footer-top-tekst .adres-container .icon-location::before {
  color: var(--primary-400);
}
footer .footer-top-row .footer-top-tekst .adres-container .adresgegevens {
  font-weight: 700;
  line-height: 24px;
}
footer .footer-top-row .footer-top-tekst .btn-arrow-right .icon {
  margin-left: 3px;
  font-size: 11px;
}
footer .footer-top-row .footer-top-afbeelding {
  position: relative;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  footer .footer-top-row .footer-top-afbeelding {
    min-height: 280px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-top-row .footer-top-afbeelding {
    min-height: 266px;
  }
}
footer .adresgegevens {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
footer .footer-main {
  color: var(--black-400);
  position: relative;
  padding: 60px 0 52px;
}
@media (max-width: 991.98px) {
  footer .footer-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0 24px;
  }
}
footer .footer-main h4 {
  color: inherit;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  footer .footer-main h4 {
    font-size: 18px;
  }
}
footer .footer-main:before {
  content: "";
  background: var(--white);
  position: absolute;
  inset: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
footer .footer-main ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
footer .footer-main ul.menu li.menu-item a {
  color: inherit;
  font-size: 16px;
}
footer .footer-main ul.menu li.menu-item a:hover {
  color: var(--primary-400);
}
@media (max-width: 991.98px) {
  footer .footer-main ul.menu {
    margin-bottom: 28px;
  }
}
footer .footer-main .adresgegevens {
  color: inherit;
  margin-bottom: 24px;
}
footer .footer-main .contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-main .contact-buttons .btn, footer .footer-main .contact-buttons body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.button, body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order footer .footer-main .contact-buttons button.button, footer .footer-main .contact-buttons body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout footer .footer-main .contact-buttons a, footer .footer-main .contact-buttons body.single-product div.product .product-beschrijving-container .summary .single_add_to_cart_button, body.single-product div.product .product-beschrijving-container .summary footer .footer-main .contact-buttons .single_add_to_cart_button, footer .footer-main .contact-buttons .woocommerce-order-pay #order_review #payment #place_order, .woocommerce-order-pay #order_review #payment footer .footer-main .contact-buttons #place_order, footer .footer-main .contact-buttons .woocommerce-account .woocommerce .orders .order-card .order-button, .woocommerce-account .woocommerce .orders .order-card footer .footer-main .contact-buttons .order-button, footer .footer-main .contact-buttons body.single-product .breadcrumbs span > span:first-child a, body.single-product .breadcrumbs span > span:first-child footer .footer-main .contact-buttons a, footer .footer-main .contact-buttons .gform_wrapper form .gform_footer #gform_submit_button_2, .gform_wrapper form .gform_footer footer .footer-main .contact-buttons #gform_submit_button_2 {
  display: inline-flex;
  width: fit-content;
  align-content: center;
  align-items: center;
  padding: 12px 16px;
}
footer .footer-main .contact-buttons .btn.btn-telefoon, footer .footer-main .contact-buttons body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-telefoon.button, body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order footer .footer-main .contact-buttons button.btn-telefoon.button, footer .footer-main .contact-buttons body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-telefoon, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout footer .footer-main .contact-buttons a.btn-telefoon, footer .footer-main .contact-buttons body.single-product div.product .product-beschrijving-container .summary .btn-telefoon.single_add_to_cart_button, body.single-product div.product .product-beschrijving-container .summary footer .footer-main .contact-buttons .btn-telefoon.single_add_to_cart_button, footer .footer-main .contact-buttons .woocommerce-order-pay #order_review #payment .btn-telefoon#place_order, .woocommerce-order-pay #order_review #payment footer .footer-main .contact-buttons .btn-telefoon#place_order, footer .footer-main .contact-buttons .woocommerce-account .woocommerce .orders .order-card .btn-telefoon.order-button, .woocommerce-account .woocommerce .orders .order-card footer .footer-main .contact-buttons .btn-telefoon.order-button, footer .footer-main .contact-buttons body.single-product .breadcrumbs span > span:first-child a.btn-telefoon, body.single-product .breadcrumbs span > span:first-child footer .footer-main .contact-buttons a.btn-telefoon, footer .footer-main .contact-buttons .gform_wrapper form .gform_footer .btn-telefoon#gform_submit_button_2, .gform_wrapper form .gform_footer footer .footer-main .contact-buttons .btn-telefoon#gform_submit_button_2 {
  gap: 6px;
}
footer .footer-main .contact-buttons .btn.btn-telefoon:active, footer .footer-main .contact-buttons body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-telefoon.button:active, body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order footer .footer-main .contact-buttons button.btn-telefoon.button:active, footer .footer-main .contact-buttons body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-telefoon:active, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout footer .footer-main .contact-buttons a.btn-telefoon:active, footer .footer-main .contact-buttons body.single-product div.product .product-beschrijving-container .summary .btn-telefoon.single_add_to_cart_button:active, body.single-product div.product .product-beschrijving-container .summary footer .footer-main .contact-buttons .btn-telefoon.single_add_to_cart_button:active, footer .footer-main .contact-buttons .woocommerce-order-pay #order_review #payment .btn-telefoon#place_order:active, .woocommerce-order-pay #order_review #payment footer .footer-main .contact-buttons .btn-telefoon#place_order:active, footer .footer-main .contact-buttons .woocommerce-account .woocommerce .orders .order-card .btn-telefoon.order-button:active, .woocommerce-account .woocommerce .orders .order-card footer .footer-main .contact-buttons .btn-telefoon.order-button:active, footer .footer-main .contact-buttons body.single-product .breadcrumbs span > span:first-child a.btn-telefoon:active, body.single-product .breadcrumbs span > span:first-child footer .footer-main .contact-buttons a.btn-telefoon:active, footer .footer-main .contact-buttons .gform_wrapper form .gform_footer .btn-telefoon#gform_submit_button_2:active, .gform_wrapper form .gform_footer footer .footer-main .contact-buttons .btn-telefoon#gform_submit_button_2:active {
  background: var(--primary-600);
  color: var(--white);
}
footer .footer-main .contact-buttons .btn.btn-telefoon .icon, footer .footer-main .contact-buttons body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-telefoon.button .icon, body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order footer .footer-main .contact-buttons button.btn-telefoon.button .icon, footer .footer-main .contact-buttons body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-telefoon .icon, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout footer .footer-main .contact-buttons a.btn-telefoon .icon, footer .footer-main .contact-buttons body.single-product div.product .product-beschrijving-container .summary .btn-telefoon.single_add_to_cart_button .icon, body.single-product div.product .product-beschrijving-container .summary footer .footer-main .contact-buttons .btn-telefoon.single_add_to_cart_button .icon, footer .footer-main .contact-buttons .woocommerce-order-pay #order_review #payment .btn-telefoon#place_order .icon, .woocommerce-order-pay #order_review #payment footer .footer-main .contact-buttons .btn-telefoon#place_order .icon, footer .footer-main .contact-buttons .woocommerce-account .woocommerce .orders .order-card .btn-telefoon.order-button .icon, .woocommerce-account .woocommerce .orders .order-card footer .footer-main .contact-buttons .btn-telefoon.order-button .icon, footer .footer-main .contact-buttons body.single-product .breadcrumbs span > span:first-child a.btn-telefoon .icon, body.single-product .breadcrumbs span > span:first-child footer .footer-main .contact-buttons a.btn-telefoon .icon, footer .footer-main .contact-buttons .gform_wrapper form .gform_footer .btn-telefoon#gform_submit_button_2 .icon, .gform_wrapper form .gform_footer footer .footer-main .contact-buttons .btn-telefoon#gform_submit_button_2 .icon {
  font-size: 18px;
}
footer .footer-main .contact-buttons .btn.btn-mail, footer .footer-main .contact-buttons body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-mail.button, body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order footer .footer-main .contact-buttons button.btn-mail.button, footer .footer-main .contact-buttons body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-mail, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout footer .footer-main .contact-buttons a.btn-mail, footer .footer-main .contact-buttons body.single-product div.product .product-beschrijving-container .summary .btn-mail.single_add_to_cart_button, body.single-product div.product .product-beschrijving-container .summary footer .footer-main .contact-buttons .btn-mail.single_add_to_cart_button, footer .footer-main .contact-buttons .woocommerce-order-pay #order_review #payment .btn-mail#place_order, .woocommerce-order-pay #order_review #payment footer .footer-main .contact-buttons .btn-mail#place_order, footer .footer-main .contact-buttons .woocommerce-account .woocommerce .orders .order-card .btn-mail.order-button, .woocommerce-account .woocommerce .orders .order-card footer .footer-main .contact-buttons .btn-mail.order-button, footer .footer-main .contact-buttons body.single-product .breadcrumbs span > span:first-child a.btn-mail, body.single-product .breadcrumbs span > span:first-child footer .footer-main .contact-buttons a.btn-mail, footer .footer-main .contact-buttons .gform_wrapper form .gform_footer .btn-mail#gform_submit_button_2, .gform_wrapper form .gform_footer footer .footer-main .contact-buttons .btn-mail#gform_submit_button_2 {
  gap: 8px;
}
footer .footer-main .contact-buttons .btn.btn-mail:active, footer .footer-main .contact-buttons body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-mail.button:active, body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order footer .footer-main .contact-buttons button.btn-mail.button:active, footer .footer-main .contact-buttons body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-mail:active, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout footer .footer-main .contact-buttons a.btn-mail:active, footer .footer-main .contact-buttons body.single-product div.product .product-beschrijving-container .summary .btn-mail.single_add_to_cart_button:active, body.single-product div.product .product-beschrijving-container .summary footer .footer-main .contact-buttons .btn-mail.single_add_to_cart_button:active, footer .footer-main .contact-buttons .woocommerce-order-pay #order_review #payment .btn-mail#place_order:active, .woocommerce-order-pay #order_review #payment footer .footer-main .contact-buttons .btn-mail#place_order:active, footer .footer-main .contact-buttons .woocommerce-account .woocommerce .orders .order-card .btn-mail.order-button:active, .woocommerce-account .woocommerce .orders .order-card footer .footer-main .contact-buttons .btn-mail.order-button:active, footer .footer-main .contact-buttons body.single-product .breadcrumbs span > span:first-child a.btn-mail:active, body.single-product .breadcrumbs span > span:first-child footer .footer-main .contact-buttons a.btn-mail:active, footer .footer-main .contact-buttons .gform_wrapper form .gform_footer .btn-mail#gform_submit_button_2:active, .gform_wrapper form .gform_footer footer .footer-main .contact-buttons .btn-mail#gform_submit_button_2:active {
  background: var(--primary-600) !important;
  color: var(--white) !important;
}
footer .footer-main .contact-buttons .btn.btn-mail .icon, footer .footer-main .contact-buttons body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.btn-mail.button .icon, body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order footer .footer-main .contact-buttons button.btn-mail.button .icon, footer .footer-main .contact-buttons body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.btn-mail .icon, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout footer .footer-main .contact-buttons a.btn-mail .icon, footer .footer-main .contact-buttons body.single-product div.product .product-beschrijving-container .summary .btn-mail.single_add_to_cart_button .icon, body.single-product div.product .product-beschrijving-container .summary footer .footer-main .contact-buttons .btn-mail.single_add_to_cart_button .icon, footer .footer-main .contact-buttons .woocommerce-order-pay #order_review #payment .btn-mail#place_order .icon, .woocommerce-order-pay #order_review #payment footer .footer-main .contact-buttons .btn-mail#place_order .icon, footer .footer-main .contact-buttons .woocommerce-account .woocommerce .orders .order-card .btn-mail.order-button .icon, .woocommerce-account .woocommerce .orders .order-card footer .footer-main .contact-buttons .btn-mail.order-button .icon, footer .footer-main .contact-buttons body.single-product .breadcrumbs span > span:first-child a.btn-mail .icon, body.single-product .breadcrumbs span > span:first-child footer .footer-main .contact-buttons a.btn-mail .icon, footer .footer-main .contact-buttons .gform_wrapper form .gform_footer .btn-mail#gform_submit_button_2 .icon, .gform_wrapper form .gform_footer footer .footer-main .contact-buttons .btn-mail#gform_submit_button_2 .icon {
  font-size: 15px;
}
footer .footer-bottom-row {
  color: var(--gray-300);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 34px;
  }
}
footer .footer-bottom-row .copyright-menu-container {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
footer .footer-bottom-row .copyright-menu-container .menu-copyright-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .copyright-menu-container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
}
footer .footer-bottom-row ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
}
footer .footer-bottom-row ul.menu li.menu-item a {
  color: inherit;
  font-size: 16px;
}
footer .footer-bottom-row ul.menu li.menu-item a:hover {
  color: var(--primary-400);
}
footer .footer-bottom-row .social-icons-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .social-icons-container {
    align-items: center;
  }
}
footer .footer-bottom-row .social-icons-container .titel {
  font-size: 16px;
  color: var(--black-400);
  align-self: flex-end;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  footer .footer-bottom-row .social-icons-container .titel {
    align-self: center;
  }
}
footer .footer-bottom-row .social-icons-container .social-icons {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
footer .footer-bottom-row .social-icons-container .social-icons .btn-social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: unset;
  margin: unset;
  border-radius: 8px;
  height: 32px;
  width: 32px;
}
footer .footer-bottom-row .social-icons-container .social-icons .btn-social .icon-facebook {
  font-size: 18px;
}
footer .footer-bottom-row .social-icons-container .social-icons .btn-social .icon-instagram {
  font-size: 16px;
}
footer .footer-bottom-row .social-icons-container .social-icons .btn-social .icon-linkedin {
  font-size: 16px;
}
footer .footer-bottom-row .social-icons-container .social-icons .btn-social .icon-youtube {
  font-size: 14px;
}

.home main {
  padding: 24px 0 100px;
}
@media (max-width: 991.98px) {
  .home main {
    padding: 16px 0 56px;
  }
}
.home main .visual {
  margin-bottom: 24px;
}
.home main .visual img {
  border-radius: 16px;
}
.home main .uitgelichte-pagina-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 80px;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .home main .uitgelichte-pagina-container {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 56px;
  }
}
@media (max-width: 449.98px) {
  .home main .uitgelichte-pagina-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina {
  flex: 1;
  flex-wrap: wrap;
  height: auto;
  width: auto;
  max-height: 250px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina {
    max-height: 172px;
  }
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina::before {
  position: absolute;
  border-radius: 10px;
  content: "";
  height: 100%;
  width: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina:hover .overlay-tekst .titel {
  color: var(--primary-400);
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina:hover .overlay-tekst .lees-meer-wrapper .lees-meer {
  color: var(--primary-400);
  text-decoration: underline;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina:hover .overlay-tekst .lees-meer-wrapper .icon {
  color: var(--primary-400);
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .afbeelding {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst {
  position: absolute;
  bottom: 27px;
  left: 25px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst {
    bottom: 17px;
    left: 15px;
  }
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst .titel {
  color: var(--white);
  margin-bottom: 0;
  margin-bottom: 10px;
  line-height: 1;
  transition: 0.3s;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst .lees-meer-wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 4px;
  line-height: 1;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst .lees-meer {
  display: flex;
  color: var(--primary-400);
  font-size: 14px;
  transition: 0.3s;
}
.home main .uitgelichte-pagina-container .uitgelichte-pagina .overlay-tekst .lees-meer-wrapper .icon {
  display: flex;
  color: var(--primary-400);
  font-size: 8px;
  padding-top: 2px;
}
.home main .categorie-overzicht {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .home main .categorie-overzicht {
    margin-bottom: 56px;
  }
}
.home main .categorie-overzicht .titel {
  display: flex;
  justify-content: center;
}
.home main .categorie-overzicht .categorie-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .home main .categorie-overzicht .categorie-wrapper {
    column-gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .home main .categorie-overzicht .categorie-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.home main .categorie-overzicht .categorie-wrapper .categorie-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 575.98px) {
  .home main .categorie-overzicht .categorie-wrapper .categorie-item {
    width: 100%;
  }
}
.home main .categorie-overzicht .categorie-wrapper .categorie-item:hover {
  color: var(--black-400);
}
.home main .categorie-overzicht .categorie-wrapper .categorie-item .afbeelding {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 10px;
  mix-blend-mode: multiply;
}
@media (max-width: 575.98px) {
  .home main .categorie-overzicht .categorie-wrapper .categorie-item .afbeelding {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}
.home main .categorie-overzicht .categorie-wrapper .categorie-item .titel {
  color: var(--black-400);
  margin-bottom: 0;
  transition: 0.3s;
  max-width: 200px;
}
@media (max-width: 575.98px) {
  .home main .categorie-overzicht .categorie-wrapper .categorie-item .titel {
    hyphens: auto;
    word-break: break-word;
  }
}
.home main .categorie-overzicht .categorie-wrapper .categorie-item:hover .titel {
  text-decoration: underline;
  color: var(--primary-600);
}
.home main .over-werkgoed {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .home main .over-werkgoed {
    margin-bottom: 56px;
  }
}
@media (max-width: 991.98px) {
  .home main .over-werkgoed .over-werkgoed-afbeelding {
    margin-bottom: 16px;
  }
}
.home main .over-werkgoed .content-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home main .over-werkgoed .over-werkgoed-tekst {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .home main .over-werkgoed .over-werkgoed-tekst {
    gap: 12px;
  }
}
.home main .over-werkgoed .over-werkgoed-tekst h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: var(--black-400);
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .home main .over-werkgoed .over-werkgoed-tekst h1 {
    margin-bottom: 12px;
  }
}
.home main .over-werkgoed .over-werkgoed-tekst .beschrijving {
  color: var(--black-400);
}
.home main .webshops-overzicht {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home main .webshops-overzicht .titel {
  margin-bottom: 12px;
}
.home main .webshops-overzicht .subtitel {
  font-size: 16px;
  margin-bottom: 24px;
  max-width: 750px;
  display: inline-block;
  width: 100%;
}
.home main .webshops-overzicht .webshops-wrapper {
  display: flex;
  gap: 16px;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .home main .webshops-overzicht .webshops-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .home main .webshops-overzicht .webshops-wrapper {
    gap: 12px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .home main .webshops-overzicht .webshops-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home main .webshops-overzicht .webshops-wrapper .webshop-link {
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: space-between;
  gap: 10px;
  width: fit-content;
  white-space: nowrap;
  padding: 12px 24px 13px;
}
@media (max-width: 1199.98px) {
  .home main .webshops-overzicht .webshops-wrapper .webshop-link {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .home main .webshops-overzicht .webshops-wrapper .webshop-link {
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    max-width: 259px;
    text-align: center;
  }
}
.home main .webshops-overzicht .webshops-wrapper .webshop-link .icon {
  color: var(--primary-400);
  font-size: 15px;
}
.home main .top-deals {
  margin-bottom: 110px;
}
@media (max-width: 991.98px) {
  .home main .top-deals {
    margin-bottom: 56px;
  }
}
.home main .top-deals .titel {
  text-align: center;
}
.home main .top-deals .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 991.98px) {
  .home main .top-deals .products {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 17px;
  }
}
@media (max-width: 399.98px) {
  .home main .top-deals .products {
    grid-template-columns: repeat(1, 1fr);
  }
}

body article {
  margin-bottom: 50px;
}
body .site-main {
  padding-bottom: 100px;
  margin: 0;
}
@media (max-width: 991.98px) {
  body .site-main {
    padding-bottom: 56px;
  }
}
body article.content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  body article.content-wrapper {
    margin-bottom: 56px;
  }
}
body article.content-wrapper h1 {
  margin-bottom: 18px;
}
body article.content-wrapper h2 {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  body article.content-wrapper h2 {
    margin-bottom: 10px;
  }
}
body article.content-wrapper h3 {
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  body article.content-wrapper h3 {
    margin-bottom: 10px;
  }
}
body article.content-wrapper h4 {
  margin-bottom: 12px;
}
body article.content-wrapper table {
  margin-top: 10px;
}
body article.content-wrapper .wp-block-column .wp-block-image img {
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  body article.content-wrapper .wp-block-column .wp-block-image img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  body article.content-wrapper .wp-block-columns {
    padding-top: 15px;
  }
  body article.content-wrapper .wp-block-columns.is-layout-flex {
    gap: 16px;
  }
}
body article.content-wrapper .wp-block-image img {
  margin-top: 40px;
  margin-bottom: 40px;
}
body article.content-wrapper ul:not(.products),
body article.content-wrapper ol:not(.products) {
  margin: 0 0 20px 0px;
  padding-left: 26px;
  text-indent: inherit;
}
body article.content-wrapper ul:not(.products) li,
body article.content-wrapper ol:not(.products) li {
  text-indent: inherit;
  padding-left: 3px;
}
@media (max-width: 767.98px) {
  body article.content-wrapper ul:not(.products) li,
body article.content-wrapper ol:not(.products) li {
    font-size: 16px;
  }
}
body article.content-wrapper .wp-block-buttons.is-layout-flex {
  display: inline-flex;
  margin-right: 14px;
}
body main.archive {
  margin: 80px 0;
}
body main.archive h1 {
  margin-top: 0;
}
body #primary {
  float: unset;
}
body .card-listing {
  margin-top: 50px;
}

.search-form {
  margin: 80px 0;
}
.search-form form {
  margin-top: 40px;
}
.search-form form > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.search-form form input {
  min-height: 55px;
  box-sizing: border-box;
}
.search-form form input[type=text] {
  width: 500px;
  max-width: 100%;
  padding-inline: 1em;
}
.search-form form input[type=submit] {
  background: #1B7ABD;
  color: var(--white);
  border: 0;
  padding-inline: 2em;
}
.search-form form input[type=submit]:hover {
  background: #155d90;
}

.woocommerce-account article {
  margin: 0;
}
.woocommerce-account main {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .woocommerce-account main {
    margin-bottom: 30px;
  }
}
.woocommerce-account .woocommerce mark {
  background: none;
  font-weight: 700;
}
.woocommerce-account .woocommerce #customer_login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .woocommerce-account .woocommerce #customer_login {
    grid-template-columns: 1fr;
  }
}
.woocommerce-account .woocommerce #customer_login .u-column1,
.woocommerce-account .woocommerce #customer_login .u-column2 {
  background: var(--gray-100);
  border-radius: 16px;
  padding: 36px 60px 28px;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce #customer_login .u-column1,
.woocommerce-account .woocommerce #customer_login .u-column2 {
    padding: 30px;
  }
}
.woocommerce-account .woocommerce #customer_login .u-column1 p:empty,
.woocommerce-account .woocommerce #customer_login .u-column2 p:empty {
  display: none;
}
@media (max-width: 767.98px) {
  .woocommerce-account .woocommerce #customer_login .u-column1,
.woocommerce-account .woocommerce #customer_login .u-column2 {
    height: fit-content;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.woocommerce-account .woocommerce #customer_login .u-column1 h2,
.woocommerce-account .woocommerce #customer_login .u-column2 h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce #customer_login form {
  margin-bottom: 0;
  padding: 0;
  margin-top: 14px;
}
.woocommerce-account .woocommerce #customer_login form .select2-selection--single {
  background: var(--gray-200);
  min-height: 52px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 16px;
}
.woocommerce-account .woocommerce #customer_login form .select2-selection--single .select2-selection__arrow {
  position: relative;
}
.woocommerce-account .woocommerce #customer_login form label.woocommerce-form__label {
  display: none;
}
.woocommerce-account .woocommerce #customer_login form .submit-and-reset {
  margin-top: 24px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.woocommerce-account .woocommerce #customer_login form .submit-and-reset p {
  margin: 0;
}
.woocommerce-account .woocommerce #customer_login form .submit-and-reset a {
  color: var(--primary-400);
  text-decoration: underline;
  margin: 0;
}
.woocommerce-account .woocommerce #customer_login form .submit-and-reset a:hover {
  color: var(--primary-600);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit] {
  background: var(--black-400);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register button[type=submit]:hover {
  background: var(--gray-400);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form-register p {
  font-size: 14px;
  line-height: 22px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form {
  margin-top: 24px;
  border: 0;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-ResetPassword button[type=submit] {
  background: var(--primary-400);
  color: var(--white);
  margin-top: 24px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-ResetPassword button[type=submit]:hover {
  background: #b02a37;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 28px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row-first,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row-last {
  margin-inline: 0;
}
@media (max-width: 767.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row-first,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row-last {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-message {
  order: -1;
  grid-column: span 12;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  background: var(--white);
  border-radius: 6px;
  margin-right: 24px;
  height: fit-content;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation a {
  text-decoration: none;
}
@media (max-width: 1399.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-right: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--black-400);
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-200);
  width: 100%;
  display: flex;
  align-items: center;
  text-indent: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  font-family: var(--iconFont);
  font-size: 17px;
  font-weight: 100;
  margin-right: 8px;
  margin-left: 0;
  transition: 0.3s;
  opacity: 1;
  line-height: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  color: var(--primary-400);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: inherit;
  font-size: inherit;
  line-height: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a::before {
  content: "";
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
  content: "";
  font-size: 19px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
  position: relative;
  margin-right: 4px;
  left: -2px;
  content: "";
  width: 19px;
  height: 21px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2028%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14%203.1948C12.7623%203.1948%2011.5753%203.69978%2010.7002%204.59864C9.825%205.4975%209.33333%206.71661%209.33333%207.9878C9.33333%209.25898%209.825%2010.4781%2010.7002%2011.377C11.5753%2012.2758%2012.7623%2012.7808%2014%2012.7808C15.2377%2012.7808%2016.4247%2012.2758%2017.2998%2011.377C18.175%2010.4781%2018.6667%209.25898%2018.6667%207.9878C18.6667%206.71661%2018.175%205.4975%2017.2998%204.59864C16.4247%203.69978%2015.2377%203.1948%2014%203.1948ZM19.2904%2013.8432C20.436%2012.7512%2021.2346%2011.33%2021.5822%209.76488C21.9298%208.1998%2021.8102%206.56348%2021.2391%205.06922C20.668%203.57496%2019.6717%202.29209%2018.3803%201.38787C17.0889%200.483639%2015.5622%200%2013.9992%200C12.4363%200%2010.9095%200.483639%209.61812%201.38787C8.3267%202.29209%207.33048%203.57496%206.75934%205.06922C6.1882%206.56348%206.06863%208.1998%206.41623%209.76488C6.76382%2011.33%207.56245%2012.7512%208.708%2013.8432C6.13265%2014.9232%203.92892%2016.7667%202.37796%2019.1384C0.827011%2021.5102-0.000849161%2024.3027%206.53607e-07%2027.1598C6.53607e-07%2028.7447%200.871112%2030.1921%202.25089%2030.9015L3.17645%2031.376C6.5371%2033.1016%2010.2428%2034%2014%2034C17.7572%2034%2021.4629%2033.1016%2024.8236%2031.376L25.7491%2030.9015C26.4254%2030.5537%2026.9941%2030.0196%2027.3916%2029.3587C27.7891%2028.6979%2027.9998%2027.9365%2028%2027.1598C28.0007%2024.3025%2027.1726%2021.5099%2025.6214%2019.1381C24.0701%2016.7663%2021.8661%2014.923%2019.2904%2013.8432ZM14%2015.9761C11.1121%2015.9761%208.34246%2017.1544%206.30039%2019.2517C4.25833%2021.3491%203.11111%2024.1937%203.11111%2027.1598C3.11111%2027.5336%203.31645%2027.8755%203.64311%2028.0433L4.56711%2028.5178C7.49595%2030.0218%2010.7255%2030.8048%2014%2030.8048C17.2745%2030.8048%2020.5041%2030.0218%2023.4329%2028.5178L24.3569%2028.0433C24.5165%2027.961%2024.6508%2027.8349%2024.7447%2027.6789C24.8386%2027.5229%2024.8885%2027.3432%2024.8889%2027.1598C24.8889%2024.1937%2023.7417%2021.3491%2021.6996%2019.2517C19.6575%2017.1544%2016.8879%2015.9761%2014%2015.9761Z%22%20fill%3D%22%23210D04%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "";
}
.woocommerce-account .woocommerce .adressen {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.woocommerce-account .woocommerce .adressen .adres-card {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--gray-200);
  position: relative;
}
.woocommerce-account .woocommerce .adressen .adres-card h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.woocommerce-account .woocommerce .adressen .adres-card address {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .adressen .adres-card a.edit {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 0;
  text-decoration: none;
}
.woocommerce-account .woocommerce .adressen .adres-card a.edit:before {
  content: "";
  font-family: var(--iconFont);
  font-size: 18px;
  text-decoration: none;
}
.woocommerce-account .woocommerce .orders {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.woocommerce-account .woocommerce .orders .order-card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--gray-200);
}
.woocommerce-account .woocommerce .orders .order-card .order-details {
  display: flex;
  flex-direction: column;
}
.woocommerce-account .woocommerce .orders .order-card .order-details span {
  font-size: 14px;
  line-height: 22px;
}
.woocommerce-account .woocommerce .orders .order-card .order-details span:not(:last-of-type) {
  margin-bottom: 4px;
}
.woocommerce-account .woocommerce .orders .order-card .order-details span.orderid {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce .orders .order-card .order-details span.bold {
  font-weight: 600;
}
.woocommerce-account .woocommerce .orders .order-card .order-details span.label-datum .bold {
  margin-left: 2px;
}
.woocommerce-account .woocommerce .orders .order-card .order-details span.label-status .bold {
  margin-left: 5px;
}
.woocommerce-account .woocommerce .orders .order-card .order-details span.label-totaal .bold {
  margin-left: 6px;
}
.woocommerce-account .woocommerce .woocommerce-table {
  background: none;
  border-collapse: separate;
  border-radius: 8px;
  margin-bottom: 32px;
}
.woocommerce-account .woocommerce .woocommerce-table thead th {
  background-color: var(--gray-100);
  padding: 12px;
}
.woocommerce-account .woocommerce .woocommerce-table thead tr:first-child th:first-child {
  border-top-left-radius: 16px;
}
.woocommerce-account .woocommerce .woocommerce-table thead tr:first-child th:last-child {
  border-top-right-radius: 16px;
}
.woocommerce-account .woocommerce .woocommerce-table th {
  border-top: 1px solid var(--gray-200);
  width: 53%;
}
.woocommerce-account .woocommerce .woocommerce-table th,
.woocommerce-account .woocommerce .woocommerce-table td {
  background: none;
  border-bottom: 1px solid transparent;
}
@media (max-width: 575.98px) {
  .woocommerce-account .woocommerce .woocommerce-table th,
.woocommerce-account .woocommerce .woocommerce-table td {
    word-break: break-word;
    hyphens: auto;
  }
}
.woocommerce-account .woocommerce .woocommerce-table td {
  border-bottom: transparent;
}
.woocommerce-account .woocommerce .woocommerce-table tr > *:first-child {
  border-left: 1px solid var(--gray-200);
}
.woocommerce-account .woocommerce .woocommerce-table tr > *:last-child {
  border-right: 1px solid var(--gray-200);
}
.woocommerce-account .woocommerce .woocommerce-table tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 16px;
}
.woocommerce-account .woocommerce .woocommerce-table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
.woocommerce-account .woocommerce .woocommerce-table tfoot th {
  border-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-table tfoot tr:last-child th,
.woocommerce-account .woocommerce .woocommerce-table tfoot tr:last-child td {
  border-bottom: 1px solid var(--gray-200);
}
.woocommerce-account .woocommerce .woocommerce-table tfoot tr:first-child th {
  border-top: 0;
}
.woocommerce-account .woocommerce .woocommerce-customer-details {
  margin: 0;
  position: relative;
  background: var(--gray-100);
  height: 100%;
  padding: 32px;
  border-radius: 16px;
}
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  float: unset;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    width: 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns .col2-set#customer_login,
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns .col2-set.addresses {
  float: unset;
}
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column,
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-customer-details--email,
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-customer-details--phone {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns address {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns address {
    margin-bottom: 24px;
  }
}
.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-customer-details {
    margin: 0 0 56px;
  }
}
.woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
@media (max-width: 991.98px) {
  .woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 16px;
  }
}
.woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper .form-row-last {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper .form-row-wide {
  display: grid;
}
.woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_2_field .woocommerce-input-wrapper,
.woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper {
  display: flex;
  align-items: end;
  align-content: center;
}

body.page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin: 0 0 32px;
  background: var(--gray-100);
  height: 100%;
  padding: 32px;
  border-radius: 16px;
}
body.page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview::before, body.page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview::after {
  background-color: unset;
  display: none;
}
body.page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  border: none;
}
body.page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li:first-child {
  padding: 0 16px 12px 16px;
}
body.page.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
body.page.woocommerce-order-received .woocommerce-order-details {
  margin: 0 0 32px;
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 16px;
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table {
  background: none;
  border-collapse: separate;
  border-radius: 8px;
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table thead th {
  background-color: var(--gray-100);
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table thead tr:first-child th:first-child {
  border-top-left-radius: 16px;
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table thead tr:first-child th:last-child {
  border-top-right-radius: 16px;
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table th {
  border-top: 1px solid var(--gray-200);
}
@media (max-width: 399.98px) {
  body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table th {
    padding: 12px 6px;
  }
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table th,
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table td {
  background: none;
  border-bottom: 1px solid var(--gray-200);
}
@media (max-width: 575.98px) {
  body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table th,
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table td {
    word-break: break-word;
    hyphens: auto;
  }
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table td {
  border-bottom: 1px solid var(--gray-200);
}
@media (max-width: 399.98px) {
  body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table td {
    padding: 12px 6px;
  }
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table tr > *:first-child {
  border-left: 1px solid var(--gray-200);
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table tr > *:last-child {
  border-right: 1px solid var(--gray-200);
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 16px;
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table tfoot th {
  border-top: 0;
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table tfoot tr {
  border-bottom: 1px solid var(--gray-200);
}
body.page.woocommerce-order-received .woocommerce-order-details .woocommerce-table tfoot tr:first-child th {
  border-top: 0;
}
body.page.woocommerce-order-received .woocommerce-customer-details {
  margin: 0;
  position: relative;
  background: var(--gray-100);
  height: 100%;
  padding: 32px;
  border-radius: 16px;
}
body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  float: unset;
}
@media (max-width: 991.98px) {
  body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    width: 100%;
  }
}
body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .col2-set#customer_login, body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .col2-set.addresses {
  float: unset;
}
body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column,
body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-customer-details--email {
  margin-bottom: 0;
}
body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns address {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns address {
    margin-bottom: 24px;
  }
}
body.page.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  body.page.woocommerce-order-received .woocommerce-customer-details {
    margin: 0 0 56px;
  }
}

.woocommerce-order-pay #order_review .shop_table thead th {
  background-color: var(--gray-100);
}
.woocommerce-order-pay #order_review .shop_table thead tr:first-child th:first-child {
  border-top-left-radius: 16px;
}
.woocommerce-order-pay #order_review .shop_table thead tr:first-child th:last-child {
  border-top-right-radius: 16px;
}
.woocommerce-order-pay #order_review .shop_table th,
.woocommerce-order-pay #order_review .shop_table td {
  background-color: var(--gray-100);
}
.woocommerce-order-pay #order_review .shop_table th {
  padding: 24px 24px 12px;
}
.woocommerce-order-pay #order_review .shop_table td:first-child {
  padding: 12px 24px;
}
.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 16px;
  padding: 12px 24px 24px;
}
.woocommerce-order-pay #order_review .shop_table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
  padding: 12px 24px 24px;
}
.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li {
  padding: 0;
  text-indent: 0;
  border-bottom: 1px solid var(--white);
}
.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li:not(.woocommerce-notice) {
  background-color: var(--gray-100);
}
.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li input[type=radio]:first-child:checked + label::before {
  color: var(--primary-400);
}
.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.woocommerce-order-pay #order_review #payment #place_order {
  display: flex;
  width: fit-content;
}

body.archive.woocommerce .woocommerce-container {
  display: flex;
  gap: 46px;
}
@media (max-width: 991.98px) {
  body.archive.woocommerce .woocommerce-container {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 991.98px) {
  body.archive.woocommerce .woocommerce-container .widget-area {
    width: 100%;
  }
}
body.archive.woocommerce .woocommerce-container .content-area {
  margin: 0;
}
@media (max-width: 991.98px) {
  body.archive.woocommerce .woocommerce-container .content-area {
    width: 100%;
  }
}
body.archive.woocommerce ul.products {
  padding: 0;
}
body.archive.woocommerce .woocommerce-products-header {
  padding: 0;
  margin-bottom: 30px;
}
body.archive.woocommerce .woocommerce-products-header h1 {
  margin-bottom: 16px;
  line-height: 1;
}
body.archive.woocommerce img.category-overview-image {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  body.archive.woocommerce img.category-overview-image {
    display: none;
  }
}
body.archive.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1199.98px) {
  body.archive.woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  body.archive.woocommerce ul.products {
    gap: 16px;
  }
}
body.archive.woocommerce ul.products:before, body.archive.woocommerce ul.products:after {
  display: none;
}
body.archive.woocommerce ul.products li.product {
  margin: 0;
  width: 100%;
}
body.archive.woocommerce .storefront-sorting {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-200);
}
@media (max-width: 991.98px) {
  body.archive.woocommerce .storefront-sorting {
    border-bottom: 0;
    border-top: 1px solid var(--gray-200);
    padding-bottom: 0;
    padding-top: 24px;
  }
}
@media (max-width: 767.98px) {
  body.archive.woocommerce .storefront-sorting {
    flex-direction: column;
    gap: 16px;
  }
}
body.archive.woocommerce .storefront-sorting .woocommerce-ordering {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 0;
  padding: 0;
}
body.archive.woocommerce .storefront-sorting .woocommerce-ordering span {
  font-size: 16px;
}
body.archive.woocommerce .storefront-sorting .woocommerce-ordering .orderby {
  width: 100%;
  max-width: 230px;
}
body.archive.woocommerce .storefront-sorting:has(.woocommerce-pagination) {
  border-top: 1px solid var(--gray-200);
  border-bottom: 0;
  margin-top: 41px;
  margin-bottom: 0;
  padding-bottom: 56px;
}
@media (max-width: 991.98px) {
  body.archive.woocommerce .storefront-sorting:has(.woocommerce-pagination) {
    margin-top: 32px;
    padding-top: 0;
  }
}
body.archive.woocommerce .storefront-sorting .woocommerce-result-count {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 991.98px) {
  body.archive.woocommerce .storefront-sorting .woocommerce-result-count {
    margin-bottom: 0;
  }
}
body.archive.woocommerce .storefront-sorting .woocommerce-result-count span {
  font-weight: 700;
}
body.archive.woocommerce .storefront-sorting .woocommerce-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  border: 0;
  padding: 0;
}
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers {
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li {
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 0;
}
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li span,
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li a {
  background: var(--gray-100);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-400);
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border-radius: 6px;
  text-decoration: none;
}
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li span:hover,
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li a:hover {
  background: var(--gray-200);
  text-decoration: none;
}
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li span.current,
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li a.current {
  background: var(--primary-400);
  color: var(--white);
}
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li a.next:after {
  content: "";
  font-family: var(--iconFont);
  font-size: 11px;
  font-weight: 400;
}
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li a.prev:after {
  content: "";
  font-family: var(--iconFont);
  font-size: 11px;
  font-weight: 400;
}
body.archive.woocommerce .storefront-sorting .woocommerce-pagination ul.page-numbers li span.icon-chevron-right {
  transition: none;
  background: inherit;
}
body.archive.woocommerce .storefront-sorting:before, body.archive.woocommerce .storefront-sorting:after {
  display: none;
}
body.archive.woocommerce .storefront-sorting .woocommerce-notices-wrapper:empty {
  display: none;
}
body.archive.woocommerce .category-description h2 {
  margin-bottom: 18px;
}

body.single-product #primary {
  float: unset;
  width: 100%;
  margin: 0;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--green-400);
}
body.single-product .woocommerce-notices-wrapper .woocommerce-message a:hover {
  text-decoration: underline;
}
body.single-product div.product .woocommerce-product-gallery {
  width: 100%;
  max-width: 100%;
  float: unset;
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: var(--gray-100);
  height: 40px;
  width: 40px;
  text-decoration: none;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: var(--gray-200);
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  font-size: 21px;
}
@media (max-width: 991.98px) {
  body.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 24px;
  }
}
body.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 16px;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100%;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide a {
  pointer-events: none;
}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide img {
  width: 100%;
  height: 100%;
  min-height: 648px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide img {
    min-height: 400px;
  }
}
@media (max-width: 575.98px) {
  body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide img {
    min-height: 250px;
  }
}
body.single-product div.product .woocommerce-product-gallery .product-tags {
  top: 24px;
  left: 24px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 991.98px) {
  body.single-product div.product .woocommerce-product-gallery .product-tags {
    top: 0;
    left: 0;
  }
}
body.single-product div.product .woocommerce-product-gallery .product-tags .product-tag {
  color: var(--white);
  background: var(--red-400);
  font-size: 14px;
  line-height: 16px;
  padding: 6px 12px;
  border-radius: 1000px;
}
body.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  display: flex;
  gap: 16px;
}
@media (max-width: 991.98px) {
  body.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    gap: 12px;
  }
}
body.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs::before {
  display: none;
}
body.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  list-style: none;
  flex-basis: 100%;
  width: auto;
  max-width: 140px;
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  body.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    max-width: 83px;
  }
}
body.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 1;
  object-fit: cover;
}
body.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
  border: 1px solid var(--primary-400);
}
@media (max-width: 991.98px) {
  body.single-product div.product .product-beschrijving-container {
    margin-bottom: 32px;
  }
}
body.single-product div.product .product-beschrijving-container .single_variation_wrap {
  width: 100%;
}
body.single-product div.product .product-beschrijving-container .single_variation_wrap .woocommerce-variation-availability {
  margin-bottom: 24px;
}
body.single-product div.product .product-beschrijving-container .summary {
  width: 100%;
  float: unset;
  border-bottom: 1px solid var(--gray-200);
  margin-bottom: 24px;
}
body.single-product div.product .product-beschrijving-container .summary .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0 0 24px;
}
@media (max-width: 991.98px) {
  body.single-product div.product .product-beschrijving-container .summary .price {
    margin-bottom: 16px;
  }
}
body.single-product div.product .product-beschrijving-container .summary .price .variabel-product-prijs {
  font-size: 16px;
  display: flex;
  line-height: 28px;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}
body.single-product div.product .product-beschrijving-container .summary .price .woocommerce-Price-amount {
  font-size: 28px;
  line-height: 36px;
  color: var(--black-400);
  font-weight: 700;
  display: flex;
}
body.single-product div.product .product-beschrijving-container .summary .price ins {
  order: -1;
}
body.single-product div.product .product-beschrijving-container .summary .price ins .woocommerce-Price-amount bdi {
  font-size: 28px;
  line-height: 36px;
  color: var(--red-400);
  font-weight: 700;
  display: flex;
}
body.single-product div.product .product-beschrijving-container .summary .price del {
  opacity: 1;
  font-size: 12px;
  line-height: 16px;
  color: var(--black-400);
  display: flex;
  align-items: center;
}
body.single-product div.product .product-beschrijving-container .summary .price del .woocommerce-Price-amount bdi {
  font-size: 12px;
  line-height: 28px;
  color: var(--black-400);
  font-weight: 400;
  padding: 0;
  margin: 0;
}
body.single-product div.product .product-beschrijving-container .summary .price small {
  font-size: 12px;
  line-height: 28px;
  color: var(--black-400);
  font-weight: 400;
  white-space: nowrap;
}
body.single-product div.product .product-beschrijving-container .summary .price .incl-btw {
  flex-basis: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  gap: 4px;
  color: var(--gray-300);
}
body.single-product div.product .product-beschrijving-container .summary .price .incl-btw small,
body.single-product div.product .product-beschrijving-container .summary .price .incl-btw .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
body.single-product div.product .product-beschrijving-container .summary .woocommerce-product-details__short-description {
  margin-bottom: 24px;
}
body.single-product div.product .product-beschrijving-container .summary .woocommerce-product-details__short-description p:first-child {
  margin-bottom: 4px;
}
body.single-product div.product .product-beschrijving-container .summary .woocommerce-product-details__short-description ul li {
  text-indent: 0;
  padding-left: 5px;
}
body.single-product div.product .product-beschrijving-container .summary .woocommerce-product-details__short-description strong {
  font-weight: 600;
}
body.single-product div.product .product-beschrijving-container .summary .woocommerce-product-details__short-description ul {
  margin: 0;
  padding-left: 24px;
}
@media (max-width: 991.98px) {
  body.single-product div.product .product-beschrijving-container .summary .woocommerce-product-details__short-description {
    margin-bottom: 16px;
  }
}
body.single-product div.product .product-beschrijving-container .summary .stock p:last-child {
  margin-bottom: 24px;
}
body.single-product div.product .product-beschrijving-container .summary .stock strong {
  font-weight: 600;
}
body.single-product div.product .product-beschrijving-container .summary .stock::before {
  content: "";
  display: none;
}
body.single-product div.product .product-beschrijving-container .summary .stock.in-stock, body.single-product div.product .product-beschrijving-container .summary .stock.on-backorder {
  color: var(--green-400);
}
body.single-product div.product .product-beschrijving-container .summary .stock.out-of-stock {
  color: var(--red-400);
}
body.single-product div.product .product-beschrijving-container .summary .variations {
  margin-bottom: 24px;
}
body.single-product div.product .product-beschrijving-container .summary .variations .value {
  margin-bottom: 0;
}
body.single-product div.product .product-beschrijving-container .summary .variations select {
  min-width: 383px;
}
@media (max-width: 575.98px) {
  body.single-product div.product .product-beschrijving-container .summary .variations select {
    min-width: 100%;
  }
}
body.single-product div.product .product-beschrijving-container .summary .variations_button {
  padding-top: 0;
}
body.single-product div.product .product-beschrijving-container .summary .quantity-label {
  display: block;
  width: 100%;
}
body.single-product div.product .product-beschrijving-container .summary .quantity input {
  color: var(--black-400);
  max-width: 100px;
  padding: 12px;
  text-align: left;
  border: 1px solid var(--gray-200);
}
body.single-product div.product .product-beschrijving-container .summary .single_add_to_cart_button {
  padding: 15px 24px;
  display: flex;
  flex: auto;
  justify-content: center;
  max-width: 263px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  gap: 6px;
  width: 100%;
}
body.single-product div.product .product-beschrijving-container .summary .single_add_to_cart_button::before {
  content: "";
  font-family: var(--iconFont);
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
}
body.single-product div.product .product-beschrijving-container .summary form.cart {
  margin-bottom: 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  body.single-product div.product .product-beschrijving-container .summary form.cart {
    margin-bottom: 32px;
  }
}
body.single-product div.product .product-usps {
  padding: 0;
  margin: 0 0 24px;
}
@media (max-width: 991.98px) {
  body.single-product div.product .product-usps {
    margin-bottom: 16px;
  }
}
body.single-product div.product .product-usps .usp-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.single-product div.product .product-usps .usp-list .usp-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-indent: 0;
  padding-left: 0;
}
body.single-product div.product .product-usps .usp-list .usp-item strong {
  color: var(--green-400);
}
body.single-product div.product .product-usps .usp-list .usp-item .icon {
  font-size: 12px;
  color: var(--green-400);
}
body.single-product div.product .product-usps .usp-list .usp-item .icon::before {
  font-size: 12px;
}
body.single-product div.product .product-usps .usp-list .usp-item p {
  margin-bottom: 0;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
  padding: 0;
  margin: 0 0 80px;
}
@media (max-width: 991.98px) {
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 56px;
  }
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 18px;
  border-top: none;
  border-bottom: 1px solid var(--gray-200);
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.tab {
  padding: 12px;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.tab::after {
  display: none;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.tab.active {
  border-bottom: 1px solid var(--primary-400);
  margin-bottom: -1px;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.tab.active .tab-link {
  color: var(--primary-400);
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.tab .tab-link {
  color: var(--gray-300);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
  padding: 0 16px;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding: 0;
  margin: 0;
  float: unset;
  width: 100%;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 12px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel ul {
  padding-left: 7px;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel ul li {
  text-indent: 0;
  padding-left: 2px;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes {
  margin-bottom: 0;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes th.woocommerce-product-attributes-item__label {
  padding: 12px 16px;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes td.woocommerce-product-attributes-item__value {
  padding: 12px;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item:nth-child(odd) td,
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item:nth-child(odd) th {
  background-color: var(--gray-100) !important;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item:nth-child(even) td,
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes tbody .woocommerce-product-attributes-item:nth-child(even) th {
  background-color: transparent !important;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
  font-weight: 700;
}
body.single-product div.product .product-cta {
  background-color: var(--black-400);
  color: var(--white);
  border-radius: 16px;
  padding: 32px 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  body.single-product div.product .product-cta {
    padding: 24px 40px;
    margin-bottom: 32px;
  }
}
body.single-product div.product .product-cta .icon.icon-location {
  background-color: var(--primary-400);
  border-radius: 50%;
  padding: 11px 14px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 20px;
}
body.single-product div.product .product-cta .icon.icon-location::before {
  font-size: 35px;
  color: var(--white);
}
@media (max-width: 991.98px) {
  body.single-product div.product .product-cta .icon.icon-location {
    right: 15px;
  }
}
body.single-product div.product .product-cta .titel {
  margin-bottom: 8px;
}
body.single-product div.product .product-cta .beschrijving {
  max-width: 528px;
}
body.single-product div.product .product-cta .beschrijving > p:last-child {
  margin-bottom: 18px;
}
body.single-product div.product .product-cta .cta-buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 399.98px) {
  body.single-product div.product .product-cta .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }
}
body.single-product div.product .product-cta .cta-buttons .btn .icon, body.single-product div.product .product-cta .cta-buttons body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.button .icon, body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order body.single-product div.product .product-cta .cta-buttons button.button .icon, body.single-product div.product .product-cta .cta-buttons body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a .icon, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout body.single-product div.product .product-cta .cta-buttons a .icon, body.single-product div.product .product-cta .cta-buttons .breadcrumbs span > span:first-child a .icon, body.single-product .breadcrumbs span > span:first-child div.product .product-cta .cta-buttons a .icon, body.single-product div.product .product-cta .cta-buttons .gform_wrapper form .gform_footer #gform_submit_button_2 .icon, .gform_wrapper form .gform_footer body.single-product div.product .product-cta .cta-buttons #gform_submit_button_2 .icon, body.single-product div.product .product-cta .cta-buttons .woocommerce-account .woocommerce .orders .order-card .order-button .icon, .woocommerce-account .woocommerce .orders .order-card body.single-product div.product .product-cta .cta-buttons .order-button .icon, body.single-product div.product .product-cta .cta-buttons .woocommerce-order-pay #order_review #payment #place_order .icon, .woocommerce-order-pay #order_review #payment body.single-product div.product .product-cta .cta-buttons #place_order .icon, body.single-product div.product .product-cta .cta-buttons .product-beschrijving-container .summary .single_add_to_cart_button .icon, body.single-product div.product .product-beschrijving-container .summary .product-cta .cta-buttons .single_add_to_cart_button .icon {
  margin-left: 3px;
  font-size: 11px;
}
body.single-product div.product .gerelateerde-producten {
  padding: 0;
}
body.single-product div.product .gerelateerde-producten .titel {
  text-align: center;
  margin-bottom: 26px;
}
body.single-product div.product .gerelateerde-producten ul.products {
  padding: 0;
}
body.single-product div.product .gerelateerde-producten ul.products li.product {
  width: 100%;
  float: unset;
  margin-right: 0;
}

body.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
body.woocommerce-cart .woocommerce .wc-empty-cart-message {
  grid-column: span 10;
  order: 2;
}
@media (max-width: 991.98px) {
  body.woocommerce-cart .woocommerce .wc-empty-cart-message {
    grid-column: span 8;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .wc-empty-cart-message {
    grid-column: span 12;
  }
}
body.woocommerce-cart .woocommerce .return-to-shop {
  grid-column: span 2;
  order: 1;
}
@media (max-width: 991.98px) {
  body.woocommerce-cart .woocommerce .return-to-shop {
    grid-column: span 4;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .return-to-shop {
    grid-column: span 12;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  grid-column: span 9;
}
@media (max-width: 1199.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form {
    grid-column: span 8;
  }
}
@media (max-width: 991.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form {
    grid-column: span 12;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
  background: none;
  margin-bottom: 0;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead th {
  padding-bottom: 4px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead th.product-name {
  width: 90px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table th,
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td {
  background: none;
  vertical-align: middle;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  border-bottom: unset;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table th {
  padding-bottom: 0;
  color: var(--gray-300);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td {
  color: var(--black-400);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-subtotal .subtotal-label {
  display: none;
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-subtotal .subtotal-label {
    display: block;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td {
    padding-bottom: 12px;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail {
  width: 90px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail img {
  margin: 0;
  max-width: 80px;
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-thumbnail {
    padding-top: 24px;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name {
    text-align: left;
  }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name::before {
    display: none;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name a {
  text-decoration: none;
  color: var(--black-400);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-name a:hover {
  color: var(--primary-400);
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-quantity {
    text-align: left;
  }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-quantity::before {
    display: none;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-quantity input {
  padding: 10px 12px;
  text-align: left;
  min-width: 70px;
  min-height: 46px;
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-quantity input {
    max-width: 83px;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-price::before,
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-subtotal::before {
    font-weight: 400;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-remove {
  float: unset;
  position: relative;
  padding: 0;
  font-size: 21px;
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-remove {
    height: 30px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px 55px 0;
    border-top: none;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-remove::before, body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-remove::after {
  display: none;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-remove a {
  top: unset;
  right: unset;
  font-size: 21px;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-remove a::before {
  content: "";
  font-family: var(--iconFont);
  font-size: 21px;
  color: var(--gray-300);
  font-weight: 100;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.product-remove a:hover:before {
  color: var(--primary-400);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions {
  text-align: left;
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions {
    padding-top: 12px;
  }
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions button, body.woocommerce-cart .woocommerce-account .woocommerce .woocommerce-cart-form .shop_table td.actions #customer_login form button[type=submit], .woocommerce-account body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions #customer_login form button[type=submit], body.woocommerce-cart .woocommerce-account .woocommerce #customer_login form .woocommerce-cart-form .shop_table td.actions button[type=submit], .woocommerce-account body.woocommerce-cart .woocommerce #customer_login form .woocommerce-cart-form .shop_table td.actions button[type=submit], body.woocommerce-cart .woocommerce-account .woocommerce .woocommerce-cart-form .shop_table td.actions #customer_login .woocommerce-form-register button[type=submit], .woocommerce-account body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions #customer_login .woocommerce-form-register button[type=submit], body.woocommerce-cart .woocommerce-account .woocommerce #customer_login .woocommerce-form-register .woocommerce-cart-form .shop_table td.actions button[type=submit], .woocommerce-account body.woocommerce-cart .woocommerce #customer_login .woocommerce-form-register .woocommerce-cart-form .shop_table td.actions button[type=submit] {
  background: none;
  color: var(--primary-400);
  padding: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions button:hover, body.woocommerce-cart .woocommerce-account .woocommerce .woocommerce-cart-form .shop_table td.actions #customer_login form button[type=submit]:hover, .woocommerce-account body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions #customer_login form button[type=submit]:hover, body.woocommerce-cart .woocommerce-account .woocommerce #customer_login form .woocommerce-cart-form .shop_table td.actions button[type=submit]:hover, .woocommerce-account body.woocommerce-cart .woocommerce #customer_login form .woocommerce-cart-form .shop_table td.actions button[type=submit]:hover, body.woocommerce-cart .woocommerce-account .woocommerce .woocommerce-cart-form .shop_table td.actions #customer_login .woocommerce-form-register button[type=submit]:hover, .woocommerce-account body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table td.actions #customer_login .woocommerce-form-register button[type=submit]:hover, body.woocommerce-cart .woocommerce-account .woocommerce #customer_login .woocommerce-form-register .woocommerce-cart-form .shop_table td.actions button[type=submit]:hover, .woocommerce-account body.woocommerce-cart .woocommerce #customer_login .woocommerce-form-register .woocommerce-cart-form .shop_table td.actions button[type=submit]:hover {
  color: var(--primary-600);
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:not(:last-of-type) th,
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid var(--gray-200);
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:not(:last-of-type) th,
body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:not(:last-of-type) td {
    border-bottom: unset;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:not(:last-of-type) td:last-of-type {
    border-bottom: 1px solid var(--gray-200);
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  grid-column: span 3;
  width: 100%;
}
@media (max-width: 1199.98px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    grid-column: span 4;
  }
}
@media (max-width: 991.98px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    grid-column: span 12;
    max-width: 360px;
  }
}
@media (max-width: 575.98px) {
  body.woocommerce-cart .woocommerce .cart-collaterals {
    max-width: 100%;
  }
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  background: var(--gray-100);
  padding: 24px;
  border-radius: 16px;
  margin-top: 20px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 14px;
  color: var(--black-400);
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
  background: none;
  margin-bottom: 25px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table td,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table th {
  background: none;
  padding: 6px 0;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table th {
  font-weight: 400;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table td strong {
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table td label {
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody {
  display: flex;
  flex-direction: column;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr {
  display: flex;
  justify-content: space-between;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.cart-subtotal {
  order: 1;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals {
  order: 3;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals th,
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.woocommerce-shipping-totals td {
  padding: 15px 0 15px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.tax-rate {
  order: 1;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tbody tr.order-total {
  order: 4;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods {
  margin-bottom: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout:before, body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout:after {
  display: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 16px 24px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:after {
  content: "";
  font-family: var(--iconFont);
  font-size: 11px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--gray-200);
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-thumbnail,
.shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-name {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-thumbnail {
    order: 1;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-name {
    position: relative;
    display: flex;
    width: calc(100% - 135px);
    order: 2;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-name a:not(.remove) {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-name .remove {
    top: 30px;
    right: -18px;
    position: absolute;
    font-size: 21px;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-name .remove::before {
    content: "";
    font-family: var(--iconFont);
    font-size: 21px;
    color: var(--gray-300);
    font-weight: 100;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-quantity,
.shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-price {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-quantity {
    order: 5;
    margin-right: 0;
    padding-right: 0;
    margin-left: auto;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-price {
    order: 4;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-subtotal {
    position: relative;
    order: 4;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-subtotal:before {
    content: "";
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-subtotal .subtotal-label {
    position: absolute;
    left: -172px;
    top: 25px;
    font-weight: 400;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-subtotal .subtotal-price {
    position: absolute;
    left: -104px;
    top: 25px;
    font-weight: 600;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-subtotal,
.shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .product-remove {
    display: inline-block;
    width: auto;
    margin-left: 10px;
  }
  .shop_table.shop_table_responsive.cart .woocommerce-cart-form__cart-item .actions {
    padding: 0;
  }

  table.shop_table.shop_table_responsive tr td[data-title] {
    width: 100%;
  }
  table.shop_table.shop_table_responsive tr td[data-title]:before {
    content: attr(data-title) " ";
    font-weight: 400;
  }
  table.shop_table.shop_table_responsive tr.cart-subtotal.inc-tax td:before {
    content: "Subtotaal incl. BTW";
  }
}
body.woocommerce-checkout .woocommerce-info {
  margin: 0 0 32px;
}
body.woocommerce-checkout .woocommerce-error {
  display: none;
}
body.woocommerce-checkout .form-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px;
  margin-bottom: 40px;
}
body.woocommerce-checkout .form-wrapper .checkout-login-form {
  background: var(--gray-100);
  padding: 32px;
  border-radius: 16px;
  position: relative;
  grid-column: span 8;
}
@media (max-width: 1199.98px) {
  body.woocommerce-checkout .form-wrapper .checkout-login-form {
    grid-column: span 6;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-checkout .form-wrapper .checkout-login-form {
    grid-column: span 12;
  }
}
@media (max-width: 575.98px) {
  body.woocommerce-checkout .form-wrapper .checkout-login-form {
    padding: 24px;
  }
}
body.woocommerce-checkout .form-wrapper .checkout-login-form form {
  display: block !important;
  margin: 0;
}
body.woocommerce-checkout .form-wrapper .checkout-login-form form .form-row input::placeholder {
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  body.woocommerce-checkout .form-wrapper .checkout-login-form .form-row-first,
body.woocommerce-checkout .form-wrapper .checkout-login-form .form-row-last {
    width: 100% !important;
  }
}
body.woocommerce-checkout .form-wrapper .checkout-login-form h3 {
  margin-bottom: 16px;
}
body.woocommerce-checkout .form-wrapper .checkout-login-form .woocommerce-form__label-for-checkbox {
  display: none !important;
}
body.woocommerce-checkout .form-wrapper .checkout-login-form .lost_password {
  position: absolute;
  bottom: 43px;
  right: 32px;
  margin: 0;
}
@media (max-width: 767.98px) {
  body.woocommerce-checkout .form-wrapper .checkout-login-form .lost_password {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  body.woocommerce-checkout .form-wrapper .checkout-login-form .lost_password {
    bottom: 32px;
    right: 24px;
  }
}
@media (max-width: 399.98px) {
  body.woocommerce-checkout .form-wrapper .checkout-login-form .lost_password {
    font-size: 14px;
  }
}
body.woocommerce-checkout .form-wrapper .checkout-login-form .form-row {
  margin-bottom: 16px;
}
body.woocommerce-checkout .form-wrapper .checkout-login-form .form-row:has(.woocommerce-form-login__rememberme) {
  margin: 0;
}
body.woocommerce-checkout .form-wrapper .checkout_coupon {
  grid-column: span 4;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  background: var(--gray-100);
  padding: 32px;
  border-radius: 16px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  body.woocommerce-checkout .form-wrapper .checkout_coupon {
    grid-column: span 6;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-checkout .form-wrapper .checkout_coupon {
    grid-column: span 12;
  }
}
@media (max-width: 575.98px) {
  body.woocommerce-checkout .form-wrapper .checkout_coupon {
    padding: 24px;
  }
}
body.woocommerce-checkout .form-wrapper .checkout_coupon h3 {
  margin-bottom: 16px;
}
body.woocommerce-checkout .form-wrapper .checkout_coupon .coupon-description {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
body.woocommerce-checkout .form-wrapper .checkout_coupon .coupon-wrapper {
  max-width: 423px;
  position: relative;
}
body.woocommerce-checkout .form-wrapper .checkout_coupon .coupon-wrapper input {
  width: 100%;
}
body.woocommerce-checkout .form-wrapper .checkout_coupon .coupon-wrapper .button {
  background: var(--black-400);
  margin-top: 16px;
  color: var(--white);
}
body.woocommerce-checkout .form-wrapper .checkout_coupon .coupon-wrapper .button:hover {
  background: var(--gray-400);
}
body.woocommerce-checkout .form-wrapper .checkout_coupon .coupon-wrapper .coupon-error-notice {
  color: var(--red-400);
  margin-left: 10px;
}
body.woocommerce-checkout .woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: var(--alert-error-400);
  display: block !important;
  font-weight: 600;
  font-size: 12px;
}
body.woocommerce-checkout .woocommerce-checkout p.woocommerce-invalid-required-field input {
  border-color: var(--alert-error-400) !important;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 26px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper:before, body.woocommerce-checkout .woocommerce-checkout .wrapper:after {
  display: none;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set {
  margin-right: 26px;
  grid-column: span 8;
  width: 100%;
}
@media (max-width: 1199.98px) {
  body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set {
    grid-column: span 6;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set {
    grid-column: span 12;
  }
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .col-1,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .col-2 {
  width: 100%;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set textarea {
  min-height: 166px;
  padding: 12px 16px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields h3 {
  margin-bottom: 16px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .vat-number-field,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .vat-number-field {
  display: none;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper input::placeholder,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper input::placeholder {
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper #vat_number.is-valid,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper #vat_number.is-valid {
  border: 1px solid var(--alert-succes-400);
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper #vat_number.is-invalid,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper #vat_number.is-invalid {
  border: 1px solid var(--alert-error-400);
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper #vat_number + span,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper #vat_number + span {
  display: inline-block;
  font-size: 14px;
  margin-top: 6px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper input,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-first,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-last,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-wide,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper textarea,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper select,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper input,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-first,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-last,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-wide,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper textarea,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper select {
  width: 100% !important;
  margin: 0;
  display: grid;
  margin-top: auto;
  margin-bottom: auto;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper input .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-first .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-last .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-wide .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper textarea .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper select .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper input .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-first .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-last .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-wide .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper textarea .select2-container--default .select2-selection--single,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper select .select2-container--default .select2-selection--single {
  min-height: 50px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper input .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper textarea .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper select .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper input .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-first .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-last .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-wide .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper textarea .woocommerce-input-wrapper:has(#billing_country),
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper select .woocommerce-input-wrapper:has(#billing_country) {
  height: 50px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper input span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-first span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-last span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .form-row-wide span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper textarea span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper select span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper input span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-first span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-last span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .form-row-wide span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper textarea span.error,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper select span.error {
  order: 3;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-billing-fields__field-wrapper .required,
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-shipping-fields__field-wrapper .required {
  color: var(--red-400);
  margin-left: -1px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-account-fields div.create-account {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-account-fields div.create-account {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-account-fields div.create-account .form-row {
  margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-account-fields div.create-account .form-row input::placeholder {
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .col2-set .woocommerce-form__label {
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .woocommerce-additional-fields {
  margin-top: 30px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .woocommerce-additional-fields label .optional {
  display: none;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review {
  grid-column: span 4;
  width: 100%;
  background: var(--gray-100);
  padding: 32px;
  border-radius: 16px;
  float: none;
  height: fit-content;
}
@media (max-width: 1199.98px) {
  body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review {
    grid-column: span 6;
  }
}
@media (max-width: 767.98px) {
  body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review {
    grid-column: span 12;
  }
}
@media (max-width: 575.98px) {
  body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review {
    padding: 24px;
  }
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review h3 {
  margin-top: 0;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  width: 100%;
  padding-bottom: 10px;
}
@media (max-width: 575.98px) {
  body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review h3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: none;
  margin-bottom: 24px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table td,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table th {
  background: none;
  padding: 6px 0;
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table thead {
  display: none;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table th {
  font-weight: 400;
  text-align: left;
  width: 100%;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tr td.product-name {
  width: 75%;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tr.cart_item td,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tr.cart_item th {
  padding: 8px 0;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tr td:first-child {
  text-align: left;
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tr td:last-child {
  text-align: right;
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tr td:last-child strong {
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table .woocommerce-shipping-methods {
  padding: 0;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table .woocommerce-shipping-methods li label {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tbody tr:last-child th,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tbody tr:last-child td {
  padding-bottom: 24px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot {
  border-top: 1px solid var(--black-400);
  display: flex;
  flex-direction: column;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr:first-child th,
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr:first-child td {
  padding-top: 16px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr.order-total th {
  font-weight: 600;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr.cart-subtotal {
  order: 1;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr.cart-subtotal.inc-tax {
  order: 2;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr.tax-rate {
  order: 1;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr.shipping {
  order: 4;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr.order-total {
  order: 5;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review .shop_table tfoot tr td {
  width: 100%;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment h5 {
  margin-bottom: 12px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment ul.wc_payment_methods li {
  padding: 0;
  text-indent: 0;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment ul.wc_payment_methods li:first-of-type label {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment ul.wc_payment_methods li:last-of-type:not(.active-payment-method) label {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment ul.wc_payment_methods li:last-of-type .payment_box.active-payment-method {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment ul.wc_payment_methods li input:checked + label:before {
  background-color: var(--white);
  border: 4px solid var(--primary-400);
  color: var(--white);
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment ul.wc_payment_methods li input:checked + label:before::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  color: var(--white);
  border: solid var(--white);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment ul.wc_payment_methods li label {
  background: var(--white);
  display: flex;
  align-items: center;
  margin: 0;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment ul.wc_payment_methods li label:before {
  content: "";
  width: 18px;
  height: 18px;
  appearance: none;
  --webkit-appearance: none;
  background-color: var(--white);
  border: 1px solid var(--gray-300);
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 1px;
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment ul.wc_payment_methods li label:before:focus {
  outline: none !important;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order {
  margin-top: 32px;
  padding: 0;
  background: none;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.button {
  padding: 16px 24px;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #order_review #payment .place-order button.button::after {
  content: "";
  font-family: var(--iconFont);
  font-size: 11px;
  display: inline-block;
  margin-left: 6px;
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #ship-to-different-address .woocommerce-form__label-for-checkbox span {
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper #ship-to-different-address .woocommerce-form__label-for-checkbox input {
  position: relative;
  transform: none;
}
body.woocommerce-checkout .woocommerce-checkout .wrapper .woocommerce-terms-and-conditions-wrapper p,
body.woocommerce-checkout .woocommerce-checkout .wrapper .wc_payment_methods p {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  body.woocommerce-checkout .woocommerce-checkout .wrapper .woocommerce-terms-and-conditions-wrapper p {
    margin-bottom: 30px;
  }
}

.checkout-inline-error-message {
  color: red;
}

.search main {
  margin: 0 0 80px;
}
.search main h2 {
  margin-top: 0;
  margin-bottom: 50px;
}
.search main ol {
  list-style: none;
}
.search main ol li a {
  margin-top: 10px;
  display: inline-block;
  font-size: 24px;
  color: #1B7ABD;
  font-weight: 800;
}

body {
  color: var(--body-color);
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}

body,
html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}