@charset "UTF-8";
/*
Theme Name: PC Score
Theme URI: https://pcscore.pixdev.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a theme made by Pixel Creation.
Version: 1.0
Text Domain: pcscore
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
/* Typography */
/* Border Radius */
/* Colors */
/* Other */
@font-face {
  font-family: "Nunito Sans 10pt";
  src: url("webfonts/NunitoSans10pt-Regular.woff2") format("woff2"), url("webfonts/NunitoSans10pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans 10pt";
  src: url("webfonts/NunitoSans10pt-SemiBold.woff2") format("woff2"), url("webfonts/NunitoSans10pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("webfonts/NunitoSans10pt-Bold.woff2") format("woff2"), url("webfonts/NunitoSans10pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("webfonts/NunitoSans10pt-Light.woff2") format("woff2"), url("webfonts/NunitoSans10pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("webfonts/NunitoSans10pt-Medium.woff2") format("woff2"), url("webfonts/NunitoSans10pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("webfonts/NunitoSans10pt-Black.woff2") format("woff2"), url("webfonts/NunitoSans10pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("webfonts/NunitoSans10pt-ExtraBold.woff2") format("woff2"), url("webfonts/NunitoSans10pt-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("webfonts/Onest-ExtraBold.woff2") format("woff2"), url("webfonts/Onest-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("webfonts/Onest-Regular.woff2") format("woff2"), url("webfonts/Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("webfonts/Onest-Bold.woff2") format("woff2"), url("webfonts/Onest-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("webfonts/Onest-Black.woff2") format("woff2"), url("webfonts/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("webfonts/Onest-SemiBold.woff2") format("woff2"), url("webfonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("webfonts/Onest-Light.woff2") format("woff2"), url("webfonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("webfonts/Onest-Medium.woff2") format("woff2"), url("webfonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #313131;
  background-color: white;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-last-child table td {
  min-width: 85px;
  vertical-align: top;
}

/* Main */
.object-fit-cover img {
  object-fit: cover;
  object-position: center;
}

.object-fit-contain img {
  object-fit: contain;
  object-position: center;
}

.z-index {
  z-index: 2;
}

.rounded {
  border-radius: 40px !important;
}

.rounded-small {
  border-radius: 5px;
}

.border, .border-top, .border-bottom {
  border-color: var(--border-color) !important;
}

@media screen and (max-width: 575.98px) {
  .horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .horizontal-scroll-item {
    width: 90vw;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
/* Accessibility */
a:focus, a:active:focus, button:focus, button:active:focus, .btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: unset;
}
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 2px dotted black;
  z-index: 1010;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

/* Typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
}

h1, .h1 {
  font-size: 55px;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 46px;
  }
}

h2, .h2 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 42px;
  }
}

h3, .h3 {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 38px;
  }
}

h4, .h4 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 28px;
  }
}

h5, .h5 {
  font-size: 1.15rem;
}

h6, .h6 {
  font-size: 1.05rem;
}

p, ul, ol {
  font-size: 20px;
  margin-bottom: 0.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  p, ul, ol {
    font-size: 18px;
  }
}

a {
  color: #05655E;
  text-decoration: underline;
  font-weight: bold;
  transition: 0.3s all ease;
}
a:hover {
  color: var(--link-color);
  text-decoration: none;
}

.link-unstyled {
  color: inherit;
  text-decoration: none;
}
.link-unstyled:hover {
  color: inherit;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}

.font-size-small {
  font-size: 16px;
}
.font-size-small p {
  font-size: 16px;
}

.font-size-smaller {
  font-size: 14px;
}
.font-size-smaller p {
  font-size: 14px;
}

.font-size-smallest {
  font-size: 10px;
}
.font-size-smallest p {
  font-size: 10px;
}

.font-size-large {
  font-size: 25px;
}

.font-size-larger {
  font-size: 32px;
}

.font-size-normal-sm {
  font-size: 18px;
}

.title-font {
  font-family: "Onest", sans-serif;
}

strong {
  font-weight: bold !important;
}

.checklist li {
  padding-left: 1.4rem;
  position: relative;
}
.checklist li:before {
  content: "\f00c";
  left: 0;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: var(--primary-color);
}

/* Text colors */
.text-color {
  color: #313131 !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-fourth-color {
  color: #15878A;
}

.first-color {
  color: #E52520;
}

.fifth-color {
  color: #05655E;
}

.white-color {
  color: white;
}

/* BG colors */
.bg-primary {
  color: var(--primary-text-color);
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  color: var(--secondary-text-color);
  background-color: var(--secondary-color) !important;
}

.bg-third {
  background-color: #F7F7F7;
}

.bg-fourth {
  background-color: #15878A;
}

.bg-fifth {
  background-color: #05655E;
}

.bg-sixth {
  background-color: #ECF5F2;
}

.bg-white {
  background-color: white;
}

/* Other colors */
.review-stars {
  color: var(--review-star-color);
}

/* Buttons */
.btn, .button, input[type=submit] {
  padding: 12px 25px;
  display: inline-block;
  font-size: 18px;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  border: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  transition: 0.3s all ease;
}
.btn:hover, .button:hover, input[type=submit]:hover {
  text-decoration: none;
}
.btn.btn-primary, .btn.button, .button.btn-primary, .button.button, input[type=submit].btn-primary, input[type=submit].button {
  color: white;
  background-size: 100% 200%;
  background-position-y: 0;
  background-image: linear-gradient(to bottom, #E52520 0%, #C31B15 50%, #E52520 100%);
  transition: background-position-y 0.3s;
}
.btn.btn-primary:hover, .btn.btn-primary:focus-visible, .btn.button:hover, .btn.button:focus-visible, .button.btn-primary:hover, .button.btn-primary:focus-visible, .button.button:hover, .button.button:focus-visible, input[type=submit].btn-primary:hover, input[type=submit].btn-primary:focus-visible, input[type=submit].button:hover, input[type=submit].button:focus-visible {
  background-position-y: 100%;
}
.btn.btn-primary.btn-arrow:after, .btn.button.btn-arrow:after, .button.btn-primary.btn-arrow:after, .button.button.btn-arrow:after, input[type=submit].btn-primary.btn-arrow:after, input[type=submit].button.btn-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-left: 0.5rem;
  transition: 0.3s all ease;
}
.btn.btn-primary.btn-nav, .btn.button.btn-nav, .button.btn-primary.btn-nav, .button.button.btn-nav, input[type=submit].btn-primary.btn-nav, input[type=submit].button.btn-nav {
  padding: 8px 18px;
  margin-left: 14px;
}
@media screen and (max-width: 576px) {
  .btn.btn-primary.btn-nav, .btn.button.btn-nav, .button.btn-primary.btn-nav, .button.button.btn-nav, input[type=submit].btn-primary.btn-nav, input[type=submit].button.btn-nav {
    margin-top: 8px;
  }
}
.btn.btn-secondary, .button.btn-secondary, input[type=submit].btn-secondary {
  color: #15878A;
  background-color: white;
  transform: translate3d(0px, 0%, 0px);
  transition-delay: 0.6s;
  overflow: hidden;
}
.btn.btn-secondary span, .button.btn-secondary span, input[type=submit].btn-secondary span {
  position: relative;
  z-index: 9;
}
.btn.btn-secondary:before, .button.btn-secondary:before, input[type=submit].btn-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ECF5F2;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}
.btn.btn-secondary:after, .button.btn-secondary:after, input[type=submit].btn-secondary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
.btn.btn-secondary:hover, .button.btn-secondary:hover, input[type=submit].btn-secondary:hover {
  background: #ECF5F2;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}
.btn.btn-secondary:hover:after, .button.btn-secondary:hover:after, input[type=submit].btn-secondary:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: unset;
}
.btn.btn-secondary:hover:before, .button.btn-secondary:hover:before, input[type=submit].btn-secondary:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: unset;
}
.btn.btn-tertiary, .button.btn-tertiary, input[type=submit].btn-tertiary {
  color: #15878A;
  background-color: #ECF5F2;
  box-shadow: none;
  background-image: unset;
}
.btn.btn-shop, .button.btn-shop, input[type=submit].btn-shop {
  color: white;
  background-color: #15878A;
}
.btn.btn-shop:hover, .button.btn-shop:hover, input[type=submit].btn-shop:hover {
  background-color: #37a1a4;
}
.btn.btn-outline-primary, .button.btn-outline-primary, input[type=submit].btn-outline-primary {
  color: #15878A !important;
  box-shadow: unset;
  border: 2px solid #15878A;
}
.btn.btn-outline-primary:hover, .button.btn-outline-primary:hover, input[type=submit].btn-outline-primary:hover {
  color: white !important;
  background-color: #15878A;
}
.btn.btn-link, .button.btn-link, input[type=submit].btn-link {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #313131;
  border: 1px solid transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: unset;
}
.btn.btn-link:hover, .button.btn-link:hover, input[type=submit].btn-link:hover {
  border-bottom-color: #313131;
}
.btn.btn-link:after, .button.btn-link:after, input[type=submit].btn-link:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 15px;
  margin-left: 0.5rem;
  position: relative;
  left: 0;
}
.btn.btn-link.btn-service, .button.btn-link.btn-service, input[type=submit].btn-link.btn-service {
  color: white;
}
.btn.btn-link.btn-service:hover, .button.btn-link.btn-service:hover, input[type=submit].btn-link.btn-service:hover {
  border-bottom-color: white;
}
.btn.btn-link.btn-links-logos, .button.btn-link.btn-links-logos, input[type=submit].btn-link.btn-links-logos {
  font-size: 20px;
  font-weight: bold;
  box-shadow: unset;
  text-align: left;
  transition: 0.3s all ease;
}
.btn.btn-link.btn-links-logos:hover, .button.btn-link.btn-links-logos:hover, input[type=submit].btn-link.btn-links-logos:hover {
  border-bottom-color: transparent;
}
.btn.btn-link.btn-links-logos:hover:after, .button.btn-link.btn-links-logos:hover:after, input[type=submit].btn-link.btn-links-logos:hover:after {
  left: 5px;
}
.btn.btn-link.btn-links-logos:after, .button.btn-link.btn-links-logos:after, input[type=submit].btn-link.btn-links-logos:after {
  color: #E52520;
  transition: 0.3s all ease;
}
.btn.btn-link.btn-read-more, .button.btn-link.btn-read-more, input[type=submit].btn-link.btn-read-more {
  font-size: 20px;
  font-weight: bold;
  font-family: "Onest", sans-serif;
  color: #05655E;
  width: fit-content;
  border-bottom: 1px solid #05655E;
}
.btn.btn-link.btn-read-more:after, .button.btn-link.btn-read-more:after, input[type=submit].btn-link.btn-read-more:after {
  content: "\f063";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 15px;
  margin-left: 0.5rem;
  position: relative;
  top: 0;
  transition: 0.3s all ease;
}
.btn.btn-link.btn-read-more:hover:after, .button.btn-link.btn-read-more:hover:after, input[type=submit].btn-link.btn-read-more:hover:after {
  top: 5px;
}
.btn.btn-link.btn-read-more.btn-read-more-white, .button.btn-link.btn-read-more.btn-read-more-white, input[type=submit].btn-link.btn-read-more.btn-read-more-white {
  color: white;
  border-bottom-color: white;
}

.btn-white {
  padding: 0.6rem 2.1rem;
  color: #15878A;
  border-radius: 2rem;
  background-color: white;
  transition: 0.3s all ease;
}
.btn-white:hover {
  color: #15878A;
  background-color: whitesmoke;
}

.btn-outline {
  padding: 0.6rem 1.1rem;
  border: 1px solid gainsboro;
  border-radius: 0.3rem;
  background-color: white;
  transition: 0.3s all ease;
}
.btn-outline:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: whitesmoke;
}

.btn-dropdown:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  margin: 0 0 0 0.3rem;
  display: inline-block;
  transform: translateY(0rem);
}

.custom-dropdown .dropdown-item.active, .custom-dropdown .dropdown-item:focus {
  color: #313131;
  font-weight: 700;
  background-color: white;
}

#nf-field-19 {
  background-image: unset !important;
  background-color: #05655E !important;
  box-shadow: unset !important;
  transition: 0.3s all ease !important;
  border-radius: 50px !important;
  font-size: 18px !important;
}

/* General */
.border-radius-top {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.w-fit-content {
  width: fit-content;
}

/* Site Banner */
.site-banner {
  padding: 1rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  overflow: hidden;
}
.site-banner p {
  margin: 0;
}
@media screen and (min-width: 576px) {
  .site-banner {
    padding: 1.125rem 0;
  }
}
@media screen and (min-width: 992px) {
  .site-banner {
    padding: 1.25rem 0;
  }
}
.site-banner .container {
  padding: 0 15px;
}
.site-banner .site-banner-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .site-banner .site-banner-content {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .site-banner .site-banner-content {
    font-size: 1.25rem;
  }
}
.site-banner .site-banner-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
  color: inherit;
}
@media screen and (min-width: 576px) {
  .site-banner .site-banner-icon {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .site-banner .site-banner-icon {
    font-size: 1.5rem;
  }
}
.site-banner .site-banner-marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.site-banner .site-banner-marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-mobile 25s linear infinite;
  padding-left: 100%;
}
.site-banner .site-banner-marquee-content:hover {
  animation-play-state: paused;
}
.site-banner .site-banner-text {
  margin: 0;
  font-weight: 500;
  color: inherit;
  display: inline-block;
}
.site-banner a {
  color: white !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
.site-banner a:hover {
  color: white !important;
  text-decoration: underline !important;
}

@keyframes marquee-mobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Topbar */
.topbar {
  padding: 8px 15px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  font-size: 14px;
  white-space: nowrap;
}
.topbar .container {
  display: flex;
  justify-content: end;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .topbar {
    width: 100%;
    font-size: 12px;
  }
}
.topbar .topbar-search {
  padding-left: 12px;
  background-color: white;
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  width: 250px;
  opacity: 1;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  .topbar .topbar-search {
    width: calc(100% - 1.5rem);
    position: absolute;
    top: 105px;
    left: 50%;
    margin-bottom: 1rem;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 400px) {
  .topbar .topbar-search {
    top: 95px;
  }
}
.topbar .topbar-search form .form-control {
  padding: 0;
  border-radius: 0;
  font-size: 14px;
}
.topbar .topbar-search form .form-control::placeholder {
  font-size: 14px;
}
.topbar .topbar-search form .form-control:focus {
  border-color: transparent;
  box-shadow: unset;
}
.topbar .topbar-search form button {
  padding: 2px 12px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .topbar .topbar-search form button {
    padding: 2px 20px;
  }
}
.topbar .topbar-container {
  padding: 5px 12px;
  background-color: white;
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  width: fit-content;
}
.topbar .topbar-container a {
  text-decoration: none;
  font-weight: normal;
}
@media screen and (max-width: 400px) {
  .topbar .topbar-container a {
    font-size: 10px;
  }
}

.search-popup {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  background-color: white;
  border-radius: 20px;
  padding: 8px 15px;
  position: fixed;
  top: 155px;
  left: 50%;
  z-index: 9;
  width: calc(100% - 30px);
  max-width: 1000px;
  height: 500px;
  overflow-y: auto;
  transform: translateX(-50%);
}
.search-popup .close-popup {
  background: unset;
  border: unset;
  position: absolute;
  top: 5px;
  right: 5px;
}
.search-popup li {
  border-bottom: 1px solid lightgray;
}
.search-popup li a {
  text-decoration: unset;
}
.search-popup li a img {
  width: 75px;
  min-width: 75px;
  height: 75px;
  object-fit: contain;
}

.usp-slider-wrapper {
  border-bottom: 1px solid var(--border-color);
}

/* Navigation */
.navbar {
  padding: 0 12px 17px 12px;
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  flex-direction: column;
  background-color: transparent;
  z-index: 999;
}
@media screen and (min-width: 576px) {
  .navbar {
    padding: 0 15px 17px 15px;
  }
}
@media screen and (max-width: 400px) {
  .navbar {
    top: 41px;
  }
}
.navbar .navbar-container {
  padding: 7px 12px 7px 12px;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
@media screen and (min-width: 576px) {
  .navbar .navbar-container {
    padding: 5px 12px 5px 12px;
  }
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 122px;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-brand img {
    width: 185px;
  }
}
.navbar .navbar-toggler {
  height: 2.5rem;
  transform: translateY(2px);
  color: var(--text-color-dark);
  border-radius: 0.2rem;
}
.navbar .navbar-toggler:hover {
  background-color: var(--secondary-color);
}
.navbar .cart-btn, .navbar .account-btn {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #15878A;
  text-decoration: none;
  border: 1px solid #15878A;
  border-radius: 50%;
  background-color: white;
}
@media screen and (min-width: 576px) {
  .navbar .cart-btn, .navbar .account-btn {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.navbar .cart-btn {
  position: relative;
}
.navbar .cart-btn .cart-count {
  width: 1.35rem;
  height: 1.35rem;
  top: -0.5rem;
  right: -0.5rem;
  font-size: 0.75rem;
  color: white;
  letter-spacing: -1px;
  background-color: #15878A;
}
.navbar .navbar-toggler {
  margin: 0 0 0 0.9rem;
  padding: 0;
  font-size: 1.45rem;
  border: 0;
}
.navbar .navbar-toggler:hover {
  background-color: transparent;
}
.navbar .navbar-toggler:focus {
  box-shadow: unset;
}
.navbar .navbar-nav {
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    width: 100%;
    max-width: 500px;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    background-color: white;
    transform: translateX(calc(-100% - 2rem));
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
    align-items: flex-start;
    padding-bottom: 25px;
    transition: 0.3s all ease;
    z-index: 2;
  }
}
.navbar .navbar-nav .mobile-menu-header {
  padding: 0.8rem 1rem;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  background-color: white;
  width: 100%;
}
.navbar .navbar-nav .mobile-menu-header button {
  font-size: 1.5rem;
  border: 0;
  background-color: white;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 8px 12px;
  align-items: center;
  font-size: 18px;
  color: #313131;
  font-family: "Onest", sans-serif;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 1rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none;
  color: #E52520;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #E52520;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "\f107";
  margin: 0 0 0 0.5rem;
  float: right;
  vertical-align: unset;
  font-family: "Font Awesome 6 Pro";
  border: 0;
  color: #E52520;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    margin: 0 0 0 0.1rem;
    float: unset;
  }
}
.navbar .navbar-nav .nav-item .nav-link.show:after {
  transform: scaleY(-1);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  border: 0;
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: #05655E;
    margin-bottom: 0;
    margin-left: 0;
    padding: 150px 0 50px 0;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
    top: -3px;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: -1;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .container {
    max-width: unset;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-mainlink {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .nav-mainlink {
    margin-bottom: 10px;
    font-size: 18px;
    margin-left: 20px;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-mainlink a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .nav-mainlink a {
    color: #313131;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-mainlink a i {
  font-size: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .nav-mainlink a i {
    font-size: 18px;
    vertical-align: baseline;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-mainlink a:hover {
  border-bottom-color: white;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .nav-mainlink a:hover {
    border-bottom-color: black;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink {
  margin-bottom: 10px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink {
    color: #313131;
    margin-left: 30px;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink span {
  border-bottom: 1px solid transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink i {
  opacity: 0;
  color: white;
  font-size: 18px;
  vertical-align: baseline;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink i {
    color: #313131;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink:hover {
  text-decoration: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink:hover span {
  border-bottom-color: white;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink:hover span {
    border-bottom-color: black;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink:hover i {
  opacity: 1;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink:active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink.active {
  font-weight: 700;
  color: var(--text-color);
  background-color: transparent;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink:before {
  content: url("images/nav-icon.svg");
  display: inline-block;
  margin-right: 10px;
  transform: scale(0.8);
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .nav-sublink:before {
    content: url("images/nav-icon-green.svg");
    width: 18px;
    margin-right: 3px;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-service-title {
  color: white;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-service {
  color: white;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-service p {
  font-size: 17px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .btn-nav-dropdown {
  border: 1px solid #c7c7c7;
  border-radius: 50px;
  font-size: 32px;
  font-weight: 600;
  display: block;
  width: 100%;
  color: white;
  text-align: left;
  padding: 21px 1.5rem;
  position: relative;
  transition: 0.3s all ease;
}
.navbar .navbar-nav .nav-item .dropdown-menu .btn-nav-dropdown:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 24px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.navbar .navbar-nav .nav-item .dropdown-menu .btn-nav-dropdown:hover:after {
  content: "\f060";
  right: 2rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-cta {
  width: 100%;
  padding: 6px;
  border-radius: 50px;
  background-color: white;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-cta a {
  text-decoration: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-cta a:hover {
  color: inherit;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-cta a:hover .btn {
  --myColor1: #C31B15;
  --myColor2: #E52520;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-cta .dropdown-menu-cta-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-cta .dropdown-menu-cta-text {
  font-size: 17px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-cta .dropdown-menu-cta-text .dropdown-menu-cta-title {
  color: #05655E;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Onest", sans-serif;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-cta .btn {
  position: relative;
  right: 10px;
}
.navbar .secondary-navbar {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #E52520;
  color: white;
  border-radius: 2rem;
}
.navbar .secondary-navbar .secondary-link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.navbar .secondary-navbar .secondary-link:hover {
  text-decoration: underline;
}
.navbar .navbar-collapse.show:after {
  content: "";
  position: absolute;
  left: 0;
  top: -5rem;
  width: 100%;
  height: calc(100vh + 5rem);
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  animation: navbg-fadein 0.5s ease forwards;
}
@keyframes navbg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar .navbar-collapse.show .navbar-nav {
  transform: translateX(0);
}
.webshop-nav {
  width: 100%;
  top: 0;
  position: absolute;
  z-index: -2;
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: #ECF5F2;
}
.webshop-nav:before {
  content: "";
  width: 100%;
  height: 2.2rem;
  top: -2.2rem;
  right: 0;
  left: 0;
  position: absolute;
  z-index: -2;
  background-color: #ECF5F2;
}
.webshop-nav ul {
  margin: 0;
  padding: 0 1.4rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  gap: 1.3rem;
}
.webshop-nav ul li a {
  padding: 1rem 0;
  position: relative;
  display: block;
  font-family: "Onest", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #15878A;
  text-decoration: none;
  overflow: hidden;
}
.webshop-nav ul li a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  opacity: 0;
  background-color: #E52520;
  transition: 0.2s all ease;
}
.webshop-nav ul li a:hover:after {
  bottom: 0;
  opacity: 1;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6;
}

/* Cart Overlay */
.cart-sidebar {
  width: 100%;
  max-width: 28rem;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 1.1rem;
  overflow: scroll;
  background-color: white;
  transform: translateX(100%);
  transition: 0.3s all ease;
  z-index: 1001;
}
.cart-sidebar.open {
  transform: translateX(0);
}
.cart-sidebar p, .cart-sidebar button, .cart-sidebar .btn {
  font-size: 1.1rem;
}
.cart-sidebar .cart-sidebar-wrapper {
  overflow-y: auto;
}
.cart-sidebar .cart-sidebar-header {
  padding: 1.2rem;
  z-index: 6;
  border-bottom: 1px solid var(--border-color);
}
.cart-sidebar .cart-sidebar-header button {
  color: var(--text-color);
  border: 0;
  background-color: transparent;
  transition: 0.3s all ease;
}
.cart-sidebar .cart-sidebar-header button:hover {
  opacity: 0.7;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item {
  padding: 1.2rem;
  border-bottom: 1px solid var(--border-color);
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item figure {
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.85rem;
  border: 1px solid var(--border-color);
  border-radius: 0.2rem;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item figure img {
  width: 100%;
  height: 100%;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item figure .quantity {
  width: 1.5rem;
  height: 1.5rem;
  top: -0.45rem;
  right: -0.45rem;
  font-size: 0.82rem;
  background-color: gray;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-extra {
  padding: 1.2rem;
}
.cart-sidebar .cart-sidebar-footer {
  padding: 1.2rem;
  border-top: 1px solid var(--border-color);
}

.cart-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.cart-overlay.open {
  display: block;
  animation: navbg-fadein 0.5s ease forwards;
}

/* Container */
@media screen and (min-width: 576px) {
  .container {
    max-width: 650px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1080px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1278px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

@media screen and (min-width: 1400px) {
  .container-lg {
    max-width: 1536px;
  }
}

/* Sections */
section {
  padding: 60px 0;
  background-color: white;
  position: relative;
}
@media screen and (min-width: 576px) {
  section {
    padding: 90px 0;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 120px 0;
  }
}
section.section-sm {
  padding: 60px 0;
}
section.section-sm-top {
  padding-top: 2rem;
}
section:first-of-type {
  margin-top: 200px;
}
section.overlay.overlay-primary:before {
  background-color: var(--primary-color);
}
section.overlay.overlay-secondary:before {
  background-color: var(--secondary-color);
}
section.overlay:before {
  content: "";
  width: 100%;
  height: 5rem;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

/* Blocks */
.block {
  padding: 1.5rem;
}
@media screen and (min-width: 576px) {
  .block {
    padding: 2rem;
  }
}
.block.block-xs {
  padding: 1.2rem;
}
.block.block-sm {
  padding: 1.5rem;
}
@media screen and (min-width: 576px) {
  .block.block-lg {
    padding: 2.5rem;
  }
}

/* Breadcrumbs */
.breadcrumb {
  margin: 0;
  padding: 0;
  top: 0;
  align-items: center;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb span {
  white-space: nowrap;
}
.breadcrumb a {
  color: #313131;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb i {
  margin: 0 0.4rem;
  font-size: 12px;
  color: #313131;
}
.breadcrumb .current-item {
  color: #15878A;
}
.breadcrumb.breadcrumb-white a {
  color: white;
}
.breadcrumb.breadcrumb-white i {
  color: white;
}
.breadcrumb.breadcrumb-white .current-item {
  color: white;
}

.bg-primary .breadcrumb a {
  color: var(--primary-text-color);
}
.bg-primary .breadcrumb i {
  color: var(--primary-text-color);
}

/* Hero */
.hero {
  padding: 1rem 0 0 0;
  background: linear-gradient(0deg, white 0%, white 20%, var(--secondary-color) 20%);
}
@media screen and (min-width: 576px) {
  .hero {
    padding: 2rem 0 0 0;
  }
}
.hero figure {
  height: 33rem;
}
.hero figure .block {
  width: 40%;
  right: 2.5rem;
}

/* Subpage hero */
.subpage-hero {
  height: 25rem;
}

/* USP banner */
.usp-banner .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.6rem 0 0;
}
@media screen and (min-width: 576px) {
  .usp-banner .icon {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 0.5rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  .usp-banner .icon {
    margin: 0 1rem 0 0;
  }
}

/* Tekstblok + afbeelding */
.text-image-block figure {
  width: 100%;
  height: 16rem;
  left: 0;
}
@media screen and (min-width: 992px) {
  .text-image-block figure {
    width: calc(50% + 18rem);
    height: 100%;
    position: absolute;
  }
}
.text-image-block .block {
  width: calc(100% - 2rem);
  margin: -6rem auto 0 auto;
}
@media screen and (min-width: 992px) {
  .text-image-block .block {
    width: 100%;
    margin: 5rem 0;
  }
}

/* FAQ */
.toggle-list .toggle-list-item {
  position: relative;
  border: 0;
}
.toggle-list .toggle-list-item:not(:last-child) {
  margin-bottom: 12px;
}
.toggle-list .toggle-list-item button {
  padding: 1rem 2.8rem 1rem 1rem;
  display: flex !important;
  align-items: center;
  color: white;
  border: 0;
  border-radius: 5px;
  background-color: #05655E;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  transition: 0.3s all ease;
}
.toggle-list .toggle-list-item button .toggle-list-item-icon {
  position: absolute;
  right: 1.1rem;
  top: 30px;
}
.toggle-list .toggle-list-item button .toggle-list-item-icon .toggle-list-item-minus {
  width: 18px;
  height: 3px;
  background-color: white;
  position: relative;
  top: 0;
  opacity: 1;
  transition: 0.3s all ease;
}
.toggle-list .toggle-list-item button .toggle-list-item-icon .toggle-list-item-plus {
  width: 18px;
  height: 3px;
  background-color: white;
  transform: rotate(90deg);
  position: relative;
  top: -3px;
  transition: 0.3s all ease;
}
.toggle-list .toggle-list-item button[aria-expanded=true] .toggle-list-item-minus {
  opacity: 0;
}
.toggle-list .toggle-list-item button[aria-expanded=true] .toggle-list-item-plus {
  transform: rotate(0deg);
}
.toggle-list .toggle-list-item button:hover {
  background-color: #053E3A;
}
.toggle-list .toggle-list-item .toggle-list-text {
  padding: 1.5rem 25px 0.5em 25px;
}

/* Blog */
.blog-hero {
  aspect-ratio: 16/9;
}
.blog-hero img {
  border-radius: 2rem;
}

.blog-stats {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.blog-stats .icon {
  width: 5%;
}

.blog {
  display: block;
  height: 100%;
  color: var(--text-color-dark);
  text-decoration: none;
  background-color: white;
}
.blog .blog-photo {
  border-radius: 0.5rem;
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
@media screen and (min-width: 576px) {
  .blog .blog-content {
    padding: 1.5rem 0;
  }
}
.blog .blog-content .wrap h4 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.blog .blog-content p {
  font-weight: 500;
  font-size: 1rem;
}
.blog .blog-content small {
  font-size: 0.8rem;
}
.blog:hover {
  color: inherit;
  text-decoration: none;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* OWL carousel */
.owl-carousel .owl-stage {
  display: flex;
}

.product-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 1rem);
}
.product-slider .owl-nav button {
  width: 2rem;
  height: 2rem;
  position: absolute;
  font-size: 0.8rem !important;
  color: white !important;
  display: grid;
  place-content: center;
  border: 0;
  border-radius: 50%;
  background-color: #313131 !important;
  transition: 0.3s all ease;
}
.product-slider .owl-nav button:hover {
  opacity: 0.9;
}
.product-slider .owl-nav button.owl-prev {
  left: 0;
}
@media screen and (min-width: 992px) {
  .product-slider .owl-nav button.owl-prev {
    left: -1rem;
  }
}
.product-slider .owl-nav button.owl-next {
  right: 0;
}
@media screen and (min-width: 992px) {
  .product-slider .owl-nav button.owl-next {
    right: -1rem;
  }
}
.product-slider .owl-nav button.disabled {
  display: none;
}

/* Woocommerce */
/* Woocommerce - Alerts */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  margin-bottom: 2.617924em;
  background-color: #b3ebd2;
  margin-left: 0;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  color: #27543f;
  clear: both;
  padding: 1em 2em 1em 3em;
  position: relative;
  list-style: none outside;
}

.woocommerce-message::before, .woocommerce-message::after, .woocommerce-info::before, .woocommerce-info::after, .woocommerce-error::before, .woocommerce-error::after, .woocommerce-noreviews::before, .woocommerce-noreviews::after, p.no-comments::before, p.no-comments::after {
  content: "";
  display: table;
}

.woocommerce-message::after, .woocommerce-info::after, .woocommerce-error::after, .woocommerce-noreviews::after, p.no-comments::after {
  clear: both;
}

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
  color: inherit;
}

.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
  color: inherit;
  opacity: 0.7;
}

.woocommerce-message a.button:hover, .woocommerce-info a.button:hover, .woocommerce-error a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover {
  opacity: 1;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  display: inline-block;
  position: absolute;
  top: 1.15em;
  left: 1.4em;
  font-size: 1rem;
  color: inherit;
}

.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button {
  float: right;
  background: none;
  font-size: 1.1rem;
  color: inherit;
  box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding: 0 0 0 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: inherit !important;
  border-radius: 0;
}

.woocommerce-message .button:hover, .woocommerce-info .button:hover, .woocommerce-error .button:hover, .woocommerce-noreviews .button:hover, p.no-comments .button:hover {
  background: none;
  color: inherit;
  opacity: 0.7;
}

.woocommerce-message pre, .woocommerce-info pre, .woocommerce-error pre, .woocommerce-noreviews pre, p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-message::before {
  content: "\f058";
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  color: #15878a;
  background-color: #c3e8eb;
}

.woocommerce-info.woocommerce-no-products-found {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: inherit;
  padding: 1em 0;
}

.woocommerce-info.woocommerce-no-products-found::before, .woocommerce-info.woocommerce-no-products-found::after {
  content: none;
}

.woocommerce-error {
  color: #d32b2b;
  background-color: #f1d1cb;
}

/* Woocommerce - Webshop header */
.webshop-header {
  padding: 19rem 0 2.2rem 0;
  position: relative;
  color: white;
  background-color: #05655E;
}
.webshop-header:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(5, 101, 94, 0.5) 0%, rgba(5, 101, 94, 0) 100%);
}
.webshop-header img {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
  opacity: 0.2;
}
.webshop-header .webshop-header-content {
  position: relative;
  z-index: 4;
}

.first-shop-section {
  margin-top: 0 !important;
  padding-top: 10rem !important;
}
@media screen and (min-width: 576px) {
  .first-shop-section {
    padding-top: 10.5rem !important;
  }
}

@media screen and (max-width: 575.98px) {
  .horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .horizontal-scroll-item {
    width: 90vw;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
.product-highlight {
  height: 100%;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: white;
  border-radius: 1rem;
  background-color: #15878A;
}
@media screen and (min-width: 576px) {
  .product-highlight {
    padding: 2.5rem 2rem;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.product-highlight img {
  width: 8rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) {
  .product-highlight img {
    margin: unset;
  }
}
@media screen and (min-width: 992px) {
  .product-highlight img {
    width: 11rem;
  }
}
.product-highlight h3 {
  font-size: 1.55rem;
}
.product-highlight p {
  font-size: 1.1rem;
}

.webshop-usps {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  color: #6e6e6e;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .webshop-usps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .webshop-usps {
    gap: 6rem;
  }
}
.webshop-usps li {
  padding-left: 0.8rem;
  position: relative;
  display: flex;
  font-size: 1.1rem;
}
@media screen and (min-width: 576px) {
  .webshop-usps li {
    padding-left: 0;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.webshop-usps li i {
  width: 4rem;
  margin-top: 0.4rem;
  font-size: 2rem;
  color: #15878A;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) {
  .webshop-usps li i {
    width: auto;
    margin-top: 0;
  }
}
.webshop-usps li span {
  margin: 0 0 0.1rem 0;
  display: block;
  font-family: "Onest", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #313131;
}

/* Woocommerce - Categorie blocks */
.product-category-blocks h2 {
  margin: 0 0 2rem 0;
}
.product-category-blocks .product-category-block {
  height: 100%;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  font-family: "Onest", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  color: #313131;
  border-radius: 0.7rem;
  transition: 0.2s all ease;
  background-color: white;
}
.product-category-blocks .product-category-block:after {
  content: "\f105";
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  display: grid;
  place-content: center;
  color: white;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.9rem;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 3px solid white;
  background-color: #15878A;
  transition: 0.1s all ease;
}
.product-category-blocks .product-category-block figure {
  margin: 0;
  padding: 0.3rem;
}
.product-category-blocks .product-category-block figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  transition: 0.2s all ease;
}
.product-category-blocks .product-category-block span {
  padding-top: 1rem;
  border-top: 2px solid #ECF5F2;
}
.product-category-blocks .product-category-block:hover {
  color: #313131;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
}
.product-category-blocks .product-category-block:hover:after {
  background-color: #E52520;
}
.product-category-blocks .product-category-block:hover figure img {
  transform: scale(1.03);
}

/* Woocommerce - Categories list */
.product-categories {
  font-size: 1rem;
  line-height: 1.7rem;
}
.product-categories li {
  font-size: 1.1rem;
}
.product-categories li a {
  color: var(--text-color-dark);
  font-weight: 400;
  text-decoration: none;
}
.product-categories li a:hover {
  text-decoration: underline;
}
.product-categories li a .count-number {
  color: gray;
}
.product-categories li ul {
  margin: 0.3rem 0 0.4rem 0;
  list-style-type: none;
  padding-left: 0.8rem;
  border-left: 1px solid var(--border-color);
}

/* Woocommerce - Filters */
#filter-show {
  margin: 1.6rem 0 -2rem 0;
}
@media screen and (min-width: 576px) {
  #filter-show {
    margin: 2.5rem 0 -3rem 0;
  }
}
@media screen and (min-width: 768px) {
  #filter-show {
    margin: 3rem 0 -4rem 0;
  }
}

/* Filter Toggle Button */
#filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  transition: 0.3s all ease;
  white-space: nowrap;
}
#filter-toggle i {
  transition: 0.3s all ease;
}
#filter-toggle:hover {
  opacity: 0.9;
}

/* Category description collapsible (Toelichting tonen – styled like filter button) */
.category-description-collapsible .category-description-title-row {
  gap: 0.5rem 1rem;
}
.category-description-collapsible .category-description-toggle {
  cursor: pointer;
  text-decoration: none !important;
  padding: 0.35rem 0.65rem;
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
.category-description-collapsible .category-description-toggle:hover, .category-description-collapsible .category-description-toggle:focus {
  text-decoration: none !important;
}
.category-description-collapsible .category-description-content[hidden] {
  display: none !important;
}

/* Hide filters on desktop when toggled and adjust layout */
@media screen and (min-width: 992px) {
  .filters.filters-hidden {
    display: none;
  }
  .filters-column.filters-column-hidden {
    display: none;
  }
  .content-column.content-column-expanded {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .filters {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: scroll;
    transform: translateY(100%);
    transition: 0.3s all ease;
    z-index: 999;
    background-color: white;
  }
  .filters.open {
    transform: translateY(0);
  }
  .filters .filter-header {
    top: 0;
    padding: 1.2rem;
    z-index: 1;
  }
  .filters .filter-header button {
    right: 1rem;
    font-size: 1.5rem;
    color: var(--primary-text-color);
    border: 0;
    background-color: transparent;
  }
  .filters form {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .filter-block {
    margin: 0 0 1.4rem 0;
  }
}
.filter-block li:not(:last-child) {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 992px) {
  .filter-block li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
.filter-block {
  /* Collapse */
}
.filter-block .btn-toggle {
  padding: 0;
  border: 0;
  background-color: unset;
  transition: 0.3s all ease;
}
.filter-block .btn-toggle i {
  font-size: 1rem;
  transform: scaleY(-1);
  transition: 0.3s all ease;
}
.filter-block .btn-toggle.collapsed i {
  transform: scaleY(1);
}
.filter-block .btn-toggle:hover {
  opacity: 0.7;
}
.filter-block .btn-toggle:focus {
  outline: 0;
}
.filter-block .collapse-content {
  margin: 0.7rem 0 0 0;
}
.filter-block .checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 1.65rem;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-block .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-block .checkbox-wrapper input:checked ~ .checkmark {
  background-color: var(--primary-color);
}
.filter-block .checkbox-wrapper input:hover:checked ~ .checkmark {
  background-color: var(--primary-color);
}
.filter-block .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.filter-block .checkbox-wrapper:hover input ~ .checkmark {
  background-color: var(--secondary-color);
}
.filter-block .checkbox-wrapper .checkmark {
  position: absolute;
  left: 0;
  height: 1.05rem;
  width: 1.05rem;
  color: var(--primary-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
  border-radius: 0.1rem;
}
.filter-block .checkbox-wrapper .checkmark:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.7rem;
  font-weight: 700;
  display: none;
}

.filter-bar {
  margin: 0 0 0.7rem 0;
  display: flex;
  align-items: end;
  gap: 0.7rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .filter-bar {
    margin: 0 0 1.2rem 0;
  }
}

@media screen and (max-width: 992px) {
  .home-title {
    font-size: 25px !important;
  }
}

/* Woocommerce - Product block */
.product-block {
  position: relative;
  height: 100%;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  background-color: white;
}
@media screen and (min-width: 576px) {
  .product-block {
    padding: 1.2rem;
    flex-direction: column;
    gap: unset;
  }
}
.product-block .product-block-badge.category-merk-label {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: auto;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #198754;
  color: white;
  border-radius: 0.25rem;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .product-block .product-block-badge.category-merk-label {
    left: auto;
    right: 0.5rem;
  }
}
.product-block figure {
  aspect-ratio: 1/1;
  max-height: 6rem;
  margin: 1.2rem auto;
  transition: 0.15s all ease;
}
@media screen and (min-width: 768px) {
  .product-block figure {
    max-height: 13rem;
  }
}
.product-block figure img {
  width: 100%;
  height: 100%;
}
.product-block figure:hover {
  opacity: 0.6;
}
.product-block .add_to_cart_button {
  height: auto;
  padding: 0.7rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-button-text-color);
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 0.2rem;
  border-color: var(--primary-button-color);
  background-color: var(--primary-button-color);
}
.product-block .add_to_cart_button:hover {
  color: var(--primary-button-text-color-hover);
  text-decoration: none;
  background-color: var(--primary-button-color-hover);
}
.product-block .add_to_cart_button.loading:after {
  content: "\f3f4";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  margin: 0 0 0 1rem;
  animation: rotate 1s linear infinite;
}
.product-block .add_to_cart_button.added {
  display: none;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-block a {
  color: var(--text-color-dark);
  text-decoration: none;
}
.product-block a:hover {
  color: inherit;
  text-decoration: underline;
}
.product-block .product-info {
  flex: 1;
}
.product-block .product-info .product-price {
  font-family: "Onest", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .product-block .product-info .product-price {
    font-size: 1.2rem;
  }
}
.product-block .product-title {
  margin: 0 0 0.8rem 0;
  font-size: 1.2rem;
  line-break: anywhere;
}
@media screen and (min-width: 576px) {
  .product-block .product-title {
    line-break: auto;
  }
}
.product-block .star-rating {
  margin: 0 0 0.2rem 0;
}
.product-block .btn {
  width: 100%;
  margin-top: 1.2rem;
  font-size: 1.1rem;
  box-shadow: unset;
}
.product-block .btn:hover {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 575.98px) {
  .product-block.product-block-list figure {
    height: 6.5rem;
    margin: 0 1.5rem 0 0;
  }
}
.product-block.product-block-small figure {
  height: 7rem;
  margin: 0 1.5rem 0 0;
}
.product-block.product-block-small .onsale {
  left: 0;
  right: unset;
}

/* Woocommerce - Category Archive */
/* Pagination */
.pagination {
  margin: 3rem 0 0 0;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
}
.pagination .nav-links .page-numbers {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-color);
  text-decoration: none;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: white;
}
.pagination .nav-links .page-numbers.dots {
  width: auto;
  margin: 0 0.2rem;
  align-items: end;
  background-color: unset;
}
.pagination .nav-links .page-numbers.dots:hover {
  color: inherit;
  background-color: unset;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  border: 1px solid var(--border-color);
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  color: var(--text-color);
  background-color: var(--secondary-color);
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: white;
  text-decoration: none;
  background: #15878A;
}
.pagination .nav-links .page-numbers.current {
  color: white;
  border: 1px solid #15878A;
  background-color: #15878A;
}

/* Woocommerce - Product single */
.sticky-add-to-cart {
  height: 0;
  position: sticky;
  z-index: 2;
  transform: translateY(-7rem);
  transition: 0.3s all ease;
  opacity: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sticky-add-to-cart.active {
    height: auto;
    padding: 0.8rem 0;
    opacity: 1;
    transform: translateY(0);
    border-bottom: 1px solid var(--border-color);
  }
}
.sticky-add-to-cart img {
  width: 4rem;
  height: 4rem;
  padding: 0.4rem;
  flex-shrink: 0;
  object-fit: contain;
}

#stockMessageContainer {
  /* Add an overlay to create a fade-out effect */
  position: relative;
}
#stockMessageContainer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* Adjust height of the fade effect */
  background: linear-gradient(to bottom, transparent, #ffffff 85%); /* The background color should match your page's background */
  z-index: 1;
  pointer-events: none; /* Allows clicks to pass through to the button */
}
#stockMessageContainer.expanded:after {
  content: none; /* Hide the overlay when the message is expanded */
}
#stockMessageContainer .stock-message-text {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
#stockMessageContainer .stock-message-text.expanded {
  max-height: none; /* Show full content when expanded */
}
#stockMessageContainer .toggle-button {
  display: block;
  margin-top: 10px;
  background: transparent;
  border: none;
  color: #05655E;
  cursor: pointer;
  font-weight: bold;
  margin-left: auto;
}

/* Gallery */
.woocommerce-product-gallery, .flex-viewport {
  height: 100% !important;
  margin-bottom: 0.5rem;
}

.flex-viewport .woocommerce-product-gallery__wrapper {
  justify-content: unset !important;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  overflow: visible !important;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: flex;
  justify-content: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  width: 100%;
  aspect-ratio: 1/1;
  height: 550px;
  padding: 1.8rem 1.2rem;
  object-fit: contain;
}

.woocommerce-product-gallery__image--placeholder img {
  width: 100%;
  height: 100%;
}

.flex-control-thumbs {
  list-style-type: none;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 0 10px;
}
.flex-control-thumbs::-webkit-scrollbar {
  height: 8px;
}
.flex-control-thumbs::-webkit-scrollbar-track {
  background: transparent;
}
.flex-control-thumbs::-webkit-scrollbar-thumb {
  background-color: #05655E;
  border-radius: 4px;
}
.flex-control-thumbs::-webkit-scrollbar-thumb:hover {
  background-color: rgb(2.5943396226, 52.4056603774, 48.7735849057);
}
.flex-control-thumbs {
  scrollbar-width: thin;
  scrollbar-color: #05655E transparent;
}
.flex-control-thumbs li {
  border-radius: 0.3rem;
  border: 1px solid var(--border-color);
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s all ease;
  display: block;
}
.flex-control-thumbs li img:hover, .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .flex-control-thumbs {
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}

@media screen and (max-width: 992px) {
  .woocommerce-product-gallery {
    margin-bottom: 120px;
  }
}

/* Price */
.price del {
  margin-right: 0.5rem;
  position: relative;
  color: gray;
  text-decoration: none;
}
.price del:after {
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  transform: rotate(350deg);
  background-color: gray;
}
.price ins {
  text-decoration: none;
}

/* Sale label */
.onsale {
  padding: 0.3rem 0.5rem;
  top: 0.8rem;
  left: 0;
  position: absolute;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--product-label-text-color);
  z-index: 1;
  background-color: var(--product-label-color);
}
@media screen and (min-width: 576px) {
  .onsale {
    right: 0;
    left: unset;
  }
}

/* Rating */
.woocommerce-product-rating {
  display: flex;
}
.woocommerce-product-rating .woocommerce-review-link {
  margin-left: 0.5rem;
  text-decoration: none;
  color: var(--text-color);
}

/* Summary */
.summary .product_title {
  display: none;
}
.summary .woocommerce-product-rating {
  display: none;
}
@media screen and (min-width: 992px) {
  .summary .woocommerce-product-rating {
    display: flex;
  }
}
.summary .price {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.summary .woocommerce-variation-price {
  margin: 0 0 1rem 0;
}
.summary .woocommerce-variation-price .price {
  font-size: 32px;
}
.summary p {
  margin: 0 0 1.8rem 0;
  font-size: 1.1rem;
}
.summary form.cart {
  display: flex;
}
.summary form.cart .quantity input {
  width: 3.8rem;
  height: 100%;
  margin-right: 0.8rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
  border: 1px solid var(--border-color);
}
.summary form.cart button {
  width: 100%;
  background-image: unset;
  background-color: #15878A;
  box-shadow: unset;
  transition: 0.3s all ease;
}
.summary form.cart button:hover {
  background-color: #37a1a4;
}
.summary form.cart.variations_form {
  display: block;
}
.summary form .woocommerce-variation-add-to-cart {
  display: flex;
}
.summary .variations {
  width: 100%;
  margin: 0 0 1.8rem 0;
}
.summary .variations th, .summary .variations td {
  width: 100%;
  display: block;
}
.summary .variations th label, .summary .variations td label {
  margin: 0 0 0.2rem 0;
  font-family: "Onest", sans-serif;
}
.summary .variations th select, .summary .variations td select {
  margin: 0 0 0.3rem 0;
}
.summary .stock {
  padding: 0.5rem 1.3rem;
  display: inline-block;
  font-size: 1.1rem;
  border-radius: 3rem;
  background-color: #f2f8f8;
}
.summary .stock:before {
  margin-right: 0.55rem;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.summary .stock.in-stock {
  color: #15878A;
}
.summary .stock.in-stock:before {
  content: "\f118";
}
.summary .stock.out-of-stock:before {
  content: "\e376";
}
.summary .single_add_to_cart_button:before {
  content: "\f07a";
  margin: 0 0.7rem 0 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.summary .usp-list {
  margin: 1.8rem 0 0 0;
}
.summary .usp-list li {
  padding-left: 2.3rem;
}
.summary .usp-list li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.summary .usp-list li i {
  width: 1.7rem;
  top: 0.12rem;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 32px;
  color: var(--primary-color);
}
.summary .webshop-help {
  margin: 2rem 0 0 0;
  padding: 1.2rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
}
.summary .webshop-help--category-merk {
  border-color: #198754;
}
.summary .webshop-help p {
  margin: 0 0 0.6rem 0;
}
.summary .webshop-help ul {
  margin: 0;
  font-size: 1.1rem;
}
.summary .webshop-help ul li a {
  padding-left: 1.8rem;
  display: block;
  position: relative;
  text-decoration: none;
  color: #313131;
}
.summary .webshop-help ul li a:hover {
  color: #313131;
}
.summary .webshop-help ul li a i {
  top: 0.4rem;
  left: 0;
  position: absolute;
  font-size: 1rem;
  color: #15878A;
}

/* Tabs */
.woocommerce-tabs h2 {
  margin: 0 0 1rem 0;
}
.woocommerce-tabs .wc-tabs {
  margin: 0 0 1.9rem 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.woocommerce-tabs .wc-tabs li {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.woocommerce-tabs .wc-tabs li a {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  color: var(--primary-color);
  text-decoration: none;
  border: 1px solid white;
  border-radius: 2rem;
  background-color: white;
}
.woocommerce-tabs .wc-tabs li:not(:last-child) {
  margin-right: 0.8rem;
}
.woocommerce-tabs .wc-tabs li.active a {
  border-color: var(--primary-color);
}

/* Specs */
.product-specs table {
  font-size: 1.15rem;
}
@media screen and (max-width: 575px) {
  .product-specs table {
    font-size: 0.9rem;
  }
}
.product-specs table th, .product-specs table td {
  padding: 0.8rem 0.5rem;
  word-break: break-word;
}
.product-specs table th {
  font-weight: 400;
}
.product-specs .table > :not(caption) > * > * {
  border: 0;
}

.product-info p, .product-info ul, .product-info ol {
  font-size: 1.15rem;
}

/* Reviews */
.woocommerce-Reviews .commentlist {
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-Reviews .commentlist {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-Reviews .commentlist .review {
  background-color: white;
}
.woocommerce-Reviews .commentlist .review .comment_container {
  padding: 1.5rem;
  background-color: white;
}
.woocommerce-Reviews .commentlist .review .comment_container .avatar {
  display: none;
}
.woocommerce-Reviews .commentlist .review .comment_container .woocommerce-review__verified {
  margin-left: 0.2rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  text-indent: -9999px;
}
.woocommerce-Reviews .commentlist .review .comment_container .woocommerce-review__verified:before {
  content: "\f2f7";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 400;
  text-indent: 0;
  color: #b3ebd2;
}
.woocommerce-Reviews .commentlist .review .comment_container .woocommerce-review__dash {
  display: none;
}
.woocommerce-Reviews .commentlist .review .comment_container .woocommerce-review__published-date {
  display: block;
  font-size: 16px;
  color: gray;
}
.woocommerce-Reviews .commentlist .review .comment_container p:last-child {
  margin-bottom: 0;
}
.woocommerce-Reviews .commentlist .children {
  padding: 0;
  list-style-type: none;
  border-top: 1px solid var(--border-color);
}

.comment-respond .comment-reply-title {
  margin: 0 0 0.9rem 0;
  display: block;
  font-weight: 700;
}
.comment-respond .comment-form-rating {
  margin: 0 0 0.9rem 0;
}

#reviews .commentlist li .comment_container .comment-text .star-rating {
  top: 0.3rem;
  float: right;
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
}

.star-rating::before {
  opacity: 0.25;
  float: left;
}

.star-rating::before, .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.55em;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: var(--review-star-color);
}

.star-rating::before, .star-rating span::before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  left: 0;
  position: absolute;
}

p.stars {
  display: inline-block;
  margin: 0;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: gray;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a:before, p.stars.selected a.active ~ a:before {
  color: gray;
}

p.stars.selected a.active:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before {
  color: var(--review-star-color);
  opacity: 1;
}

p.stars.selected a:not(.active)::before {
  color: var(--review-star-color);
  opacity: 1;
}

/* Attributen tabel */
.woocommerce-product-attributes {
  width: 100%;
}
.woocommerce-product-attributes p {
  margin: 0;
}
.woocommerce-product-attributes tr {
  border-bottom: 1px solid white;
}
.woocommerce-product-attributes tr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.woocommerce-product-attributes tr th, .woocommerce-product-attributes tr td {
  padding: 0.9rem 0.5rem;
}
.woocommerce-product-attributes tr th {
  width: 50%;
  font-weight: 400;
}

/* Woocommerce - Winkelwagen */
.checkout-wrapper {
  font-size: 1.1rem;
}
.checkout-wrapper p, .checkout-wrapper ul, .checkout-wrapper ol, .checkout-wrapper label {
  font-size: 1.1rem;
}
.checkout-wrapper input, .checkout-wrapper select, .checkout-wrapper textarea {
  padding: 0.55rem !important;
  border: 1px solid gainsboro !important;
}
.checkout-wrapper #place_order {
  color: white;
  background-color: #15878A;
  background-image: unset;
}

.woocommerce-cart-form.processing .cart-table:after {
  content: "\f3f4";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: calc(50% - 1rem);
  right: calc(50% - 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 2rem;
  animation: rotate 1s linear infinite;
}

.cart-item {
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid var(--border-color);
}
.cart-item img {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  border: 1px solid var(--border-color);
  border-radius: 0.2rem;
}
.cart-item a {
  color: var(--text-color-dark);
  text-decoration: none;
}
.cart-item .wc-item-meta {
  padding: 0;
  list-style-type: none;
}
.cart-item .wc-item-meta li {
  display: flex;
}
.cart-item .wc-item-meta li .wc-item-meta-label {
  margin-right: 0.3rem;
}
.cart-item .wc-item-meta li p {
  margin: 0;
}
.cart-item .remove {
  color: gray;
  font-weight: 400;
}
.cart-item .remove:hover {
  text-decoration: underline;
}
.cart-item .woocommerce-Price-amount {
  font-weight: 700;
}

.tax_label {
  display: none;
}

.coupon-link {
  font-weight: 400;
}
.coupon-link:after {
  content: "\f107";
  margin: 0 0 0 0.6rem;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  transform: rotate(180deg);
}
.coupon-link.collapsed:after {
  transform: rotate(0deg);
}

.cart-collaterals {
  background-color: white;
}
.cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-collaterals .cart_totals .checkout-button {
  width: 100%;
  color: white;
  box-shadow: unset;
  background-color: #15878A;
  background-image: unset;
}

.shop_table {
  width: 100%;
  margin: 0 0 0.6rem 0;
  box-shadow: unset;
  border-collapse: separate;
  border-spacing: 0;
}
.shop_table tr {
  border-bottom: 0;
}
.shop_table tr th, .shop_table tr td {
  padding: 1.15rem 0;
  font-weight: 400;
  border-top: 1px solid var(--border-color);
}
.shop_table tr th {
  width: 50%;
  font-weight: 700;
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-shipping-methods input {
  margin: 0.3rem 0.6rem 0 0;
}
.woocommerce-shipping-methods label {
  display: unset;
}

.woocommerce-shipping-calculator {
  margin: 0.5rem 0 0 0;
}

.shipping-calculator-form {
  margin: 0.8rem 0 0 0;
}

.shipping-calculator-button {
  color: var(--link-color);
}

/* Woocommerce - Check-out */
.woocommerce-form-login-toggle .alert {
  padding: 0;
  color: var(--text-color);
  border: 0;
  background-color: transparent;
}
.woocommerce-form-login-toggle .alert a {
  font-weight: 400;
}

.checkout h3 {
  font-size: 1.1rem;
}
.checkout .form-switch {
  font-size: 1.1rem;
}

.form-row {
  margin-bottom: 0.9rem;
}
.form-row.woocommerce-invalid-required-field .form-control {
  border-color: red;
  background-color: #fef1f2;
}
.form-row.woocommerce-invalid-required-field .woocommerce-terms-and-conditions-checkbox-text {
  color: red;
}

@media screen and (min-width: 992px) {
  .form-row-first, .form-row-last {
    width: 100%;
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .form-row-last {
    margin-left: 0;
  }
}

.form-label {
  margin: 0 0 0.4rem 0;
}

.form-control, .form-select {
  padding: 0.45rem 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.woocommerce-input-wrapper {
  display: block;
}

.woocommerce-checkout-review-order-table tr th, .woocommerce-checkout-review-order-table tr td {
  padding: 0.5rem 0;
}
.woocommerce-checkout-review-order-table figure {
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  aspect-ratio: 1/1;
  border: 1px solid var(--border-color);
  border-radius: 0.2rem;
}
.woocommerce-checkout-review-order-table img {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
}
.woocommerce-checkout-review-order-table .product-quantity {
  width: 1.5rem;
  height: 1.5rem;
  top: -0.45rem;
  right: -0.45rem;
  font-size: 0.82rem;
  background-color: gray;
}

.order-table-total {
  border-collapse: separate;
  border-spacing: 0;
}
.order-table-total tr th, .order-table-total tr td {
  padding: 1.15rem 0;
  border-top: 1px solid var(--border-color);
}
@media screen and (min-width: 992px) {
  .order-table-total tr th {
    width: 50%;
  }
}

.place-order button {
  width: 100%;
}

ul.wc_payment_methods {
  margin: 0 0 1.3rem 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  background-color: white;
}
ul.wc_payment_methods li:not(:last-child) label {
  border-bottom: 0;
}
ul.wc_payment_methods li input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
ul.wc_payment_methods li:first-child label {
  border-radius: 0.5rem 0.5rem 0 0;
}
ul.wc_payment_methods li:last-child label {
  border-radius: 0 0 0.5rem 0.5rem;
}
ul.wc_payment_methods li label {
  width: 100%;
  margin: 0;
  padding: 1rem 1rem 1rem 3rem;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid var(--border-color);
  cursor: pointer;
}
ul.wc_payment_methods li label:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-size: 1.1rem;
  left: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: white;
  border-radius: 50%;
  border: 1px solid var(--border-color);
}
ul.wc_payment_methods li label img {
  margin: 0 !important;
  position: absolute !important;
  right: 1rem;
  top: 0.6rem;
}
ul.wc_payment_methods li input[type=radio]:checked + label:before {
  border-color: #15878A;
  background-color: #15878A;
}
ul.wc_payment_methods li input[type=radio]:checked + label:after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  left: 1.3rem;
  border-radius: 50%;
  background-color: white;
  display: none;
}
ul.wc_payment_methods li .payment_box {
  margin: 0;
  padding: 1rem;
  font-style: italic;
  background-color: var(--secondary-color);
  border-radius: 0 !important;
  border-right: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
ul.wc_payment_methods li .payment_box:before {
  display: none;
}
ul.wc_payment_methods li .payment_box p {
  margin: 0;
}
ul.wc_payment_methods li .payment_box select, ul.wc_payment_methods li .payment_box input[type=date] {
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0.8rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  transition: 0.3s all ease;
}
ul.wc_payment_methods li .payment_box select:hover, ul.wc_payment_methods li .payment_box input[type=date]:hover {
  border: 1px solid #a1a9ad;
}
ul.wc_payment_methods li .payment_box select:focus, ul.wc_payment_methods li .payment_box input[type=date]:focus {
  border-color: green;
  outline: 0;
}
ul.wc_payment_methods li:last-child input[type=radio]:checked + label {
  border-bottom: 0;
  border-radius: 0;
}
ul.wc_payment_methods li:last-child .payment_box {
  border-radius: 0 0 0.5rem 0.5rem !important;
}

.woocommerce-terms-and-conditions {
  margin: 0 0 1.3rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
  background-color: var(--secondary-color);
}

.woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
}

.woocommerce-form__label-for-checkbox {
  padding: 0 0 0 1.5rem;
  position: relative;
}
.woocommerce-form__label-for-checkbox input {
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.validate-required {
  margin-bottom: 1.4rem;
}

/* Woocommerce - Account / Thank You Page */
.woocommerce-MyAccount-navigation {
  z-index: 999;
}
@media screen and (max-width: 991.98px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: scroll;
    background-color: white;
    transform: translateX(-100%);
    transition: 0.3s all ease;
  }
}
.woocommerce-MyAccount-navigation.open {
  transform: translateY(0);
}
.woocommerce-MyAccount-navigation .account-header {
  top: 0;
  padding: 1.2rem;
}
.woocommerce-MyAccount-navigation .account-header button {
  right: 1rem;
  font-size: 1.5rem;
  color: var(--primary-text-color);
  border: 0;
  background-color: transparent;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--border-color);
}
@media screen and (min-width: 992px) {
  .woocommerce-MyAccount-navigation ul li {
    border-bottom: 0;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 1.1rem 0.2rem 1.1rem 3.5rem;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--text-color-dark);
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 0.85rem 0.2rem 0.85rem 3.5rem;
    font-size: 1.1rem;
    border-left: 3px solid var(--border-color);
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #15878A;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.25rem;
  position: absolute;
  left: 1.2rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
  border-color: #15878A;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f466";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e053";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f2b9";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f044";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}

.woocommerce-MyAccount-orders li {
  margin-bottom: 1.5rem;
}

.woocommerce-orders-table__row a {
  color: var(--text-color-dark);
  text-decoration: none;
}

.woocommerce-OrderUpdates li:not(:last-child) {
  margin: 0 0 1rem 0;
}
.woocommerce-OrderUpdates li .woocommerce-OrderUpdate-meta {
  font-size: 0.8rem;
}
.woocommerce-OrderUpdates li .woocommerce-OrderUpdate-inner {
  padding: 0.9rem 1rem;
  border: 1px solid var(--border-color);
  border-left: 2px solid #15878A;
  background-color: white;
}

.woocommerce-order-details, .woocommerce-customer-details, .woocommerce-columns {
  margin: 0 !important;
  padding: 0;
}

.order_details figure {
  width: 4.5rem;
  height: 4.5rem;
  aspect-ratio: 1/1;
}
.order_details img {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.order_details .product-quantity {
  width: 1.5rem;
  height: 1.5rem;
  top: -0.45rem;
  right: -0.45rem;
  font-size: 0.82rem;
  background-color: gray;
}
.order_details .wc-item-meta {
  margin: 0;
}
.order_details .wc-item-meta p {
  margin: 0;
}

.order-again a:before {
  content: "\f01e";
  margin: 0 0.7rem 0 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

mark {
  font-weight: 700;
  background-color: unset;
}

.woocommerce-thankyou-order-details {
  margin: 0 0 2.5rem 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
@media screen and (min-width: 992px) {
  .woocommerce-thankyou-order-details {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-thankyou-order-details li {
  padding: 1.1rem 1rem 1.1rem 3.9rem;
  position: relative;
  border-radius: 40px;
  border: 1px solid var(--border-color);
  background-color: white;
}
.woocommerce-thankyou-order-details li:before {
  width: 2rem;
  top: 0.8rem;
  left: 1rem;
  display: flex;
  justify-content: center;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.5;
}
.woocommerce-thankyou-order-details li.order:before {
  content: "#";
}
.woocommerce-thankyou-order-details li.date:before {
  content: "\f133";
}
.woocommerce-thankyou-order-details li.email:before {
  content: "\f0e0";
}
.woocommerce-thankyou-order-details li.total:before {
  content: "\f543";
}
.woocommerce-thankyou-order-details li.method:before {
  content: "\f53c";
}

/* Forms */
label {
  margin: 0 0 0.5rem 0;
  display: block;
  font-family: "Onest", sans-serif;
  font-size: 18px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text, select {
  width: 100%;
  padding: 20px;
  background-color: white;
  color: #313131;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: unset;
  border-radius: 5px;
}
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, .input-text::placeholder, select::placeholder {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  color: lightgray;
}

.form-check-input:checked {
  background-color: #15878A;
  border-color: #15878A;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 22px) calc(1.3rem + 0px), calc(100% - 17px) calc(1.3rem + 0px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.85rem;
  background-repeat: no-repeat;
}

input[type=submit] {
  color: var(--primary-button-text-color);
  border-color: var(--primary-button-color);
  background-color: var(--primary-button-color);
}
input[type=submit]:hover {
  color: var(--primary-button-text-color-hover);
  border-color: var(--primary-button-color-hover);
  background-color: var(--primary-button-color-hover);
}

/* 404 */
.searchform div {
  display: flex;
}
.searchform div input[type=text] {
  margin-right: 0.5rem;
}

/* Ninja Forms */
.nf-form-title {
  margin: 0 0 0.5rem 0;
  display: block;
  font-family: "Onest", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.nf-form-fields-required {
  margin: 0 0 1rem 0;
}

.nf-form-content {
  padding: 0 !important;
}
.nf-form-content .nf-cell {
  padding: 0 !important;
}
@media screen and (min-width: 601px) {
  .nf-form-content .nf-cell {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
}
.nf-form-content input[type=submit] {
  height: unset !important;
  padding: 0.75rem 1.6rem;
  font-size: 25px;
  font-weight: 700;
  color: var(--primary-button-text-color) !important;
  background-color: var(--primary-button-color) !important;
}
.nf-form-content input[type=submit]:hover {
  color: var(--primary-button-text-color-hover) !important;
  background-color: var(--primary-button-color-hover) !important;
}

#nf-form-2-cont .nf-form-title {
  display: none;
}
#nf-form-2-cont #nf-field-19 {
  float: right;
}
#nf-form-2-cont input[type=text], #nf-form-2-cont input[type=number], #nf-form-2-cont input[type=email], #nf-form-2-cont input[type=tel], #nf-form-2-cont input[type=url], #nf-form-2-cont input[type=password], #nf-form-2-cont input[type=search], #nf-form-2-cont textarea, #nf-form-2-cont .input-text, #nf-form-2-cont select {
  border: 1px solid;
  padding: 15px;
}

/* Contact */
.tabel-openingstijden.table > :not(caption) > * > * {
  padding: 0.3rem 0;
}
.tabel-openingstijden th {
  font-weight: 400;
}

/* Footer */
.newsletter, footer {
  color: white;
  background-color: #053E3A;
  position: relative;
  z-index: 2;
}

.newsletter {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 576px) {
  .newsletter {
    padding: 4.8rem 0;
  }
}

@keyframes borderAnimation {
  0% {
    border-bottom-color: transparent;
  }
  50% {
    border-bottom-color: transparent;
  }
  100% {
    border-bottom-color: white;
  }
}
footer {
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  footer {
    padding: 60px 0;
  }
}
footer .footer-cta {
  width: 100%;
  padding: 6px;
  border-radius: 50px;
  background-color: white;
}
@media screen and (max-width: 576px) {
  footer .footer-cta {
    padding: 12px;
    border-radius: 15px;
  }
}
footer .footer-cta a:hover .btn {
  --myColor1: #C31B15;
  --myColor2: #E52520;
}
footer .footer-cta .footer-cta-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
footer .footer-cta .footer-cta-text {
  font-size: 17px;
}
footer .footer-cta .footer-cta-text .footer-cta-title {
  color: #05655E;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Onest", sans-serif;
}
footer .footer-cta .btn {
  position: relative;
  right: 10px;
}
@media screen and (max-width: 576px) {
  footer .footer-cta .btn {
    left: 90px;
  }
}
footer .footer-contact i {
  position: relative;
  top: 5px;
}
footer .footer-link-border {
  border-bottom: 1px solid white;
}
footer .footer-link-border:hover {
  animation: borderAnimation 0.3s forwards !important;
}
footer .socials-link:hover {
  transform: scale(1.1);
}
footer a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
footer a:hover {
  color: inherit;
  text-decoration: none;
}
footer a small {
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
}
footer a small:hover {
  border-bottom-color: white;
}

.footerbar {
  padding: 15px 0;
  background-color: white;
  position: relative;
  z-index: 9;
}
.footerbar .footerbar-logo {
  height: 40px;
}
.footerbar a {
  color: #313131;
  text-decoration: none;
  font-weight: normal;
}
.footerbar a:hover {
  color: inherit;
  text-decoration: none;
}
.footerbar a small {
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
}
.footerbar a small:hover {
  border-bottom-color: #313131;
}

/* When site-banner is fixed at bottom, reserve space so footerbar is not covered */
body.has-banner .footerbar {
  padding-bottom: calc(15px + 4rem);
}
@media screen and (min-width: 576px) {
  body.has-banner .footerbar {
    padding-bottom: calc(15px + 4.5rem);
  }
}
@media screen and (min-width: 992px) {
  body.has-banner .footerbar {
    padding-bottom: calc(15px + 5rem);
  }
}

.payment-logos {
  display: flex;
  justify-content: center;
}
.payment-logos img {
  max-width: 100%;
  height: 1.7rem;
}

.socials li:not(:last-child) {
  margin-right: 0.2rem;
}
.socials li a {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  color: var(--footer-color);
  text-decoration: none;
  background-color: var(--footer-text-color);
}
.socials li a:hover {
  color: var(--footer-text-color);
  background-color: var(--footer-color);
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (max-width: 1199.98px) {
  .header-with-illustration p, .header-with-illustration ul, .header-with-illustration ol {
    font-size: 18px;
    line-height: 1.35;
  }
  .header-with-illustration p:has(+ ul) {
    margin-bottom: 0.25rem;
  }
  .header-with-illustration h1 {
    font-size: 27px !important;
  }
}
.header-with-illustration .header-with-illustration-img {
  width: 100%;
  max-height: 450px;
}

.header-scroll-effect {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-scroll-effect {
    position: absolute !important;
  }
}

.services-blocks .service .service-img {
  width: 160px;
}
.services-blocks .service .service-post {
  color: #313131;
  text-decoration: none;
  background-color: white;
  border-radius: 5px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
  font-weight: normal;
  transition: 0.3s all ease;
}
@media screen and (max-width: 576px) {
  .services-blocks .service .service-post {
    padding: 12px 16px;
  }
}
.services-blocks .service .service-post:hover {
  color: #15878A;
  text-decoration: none;
  margin-left: 30px;
}
@media screen and (max-width: 576px) {
  .services-blocks .service .service-post:hover {
    margin-left: 10px;
  }
}
.services-blocks .service .service-post.service-post-red {
  color: #E52520;
}
.services-blocks .service .service-post.service-post-red:hover {
  color: #15878A;
}

.slider-services .owl-services .slide {
  background: transparent linear-gradient(to right, #05655E 0%, #15878A 100%);
  width: 100%;
  border-radius: 40px;
  padding: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}
.slider-services .owl-services .slide .links-logos {
  background-color: white;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .slider-services .owl-services .slide .links-logos {
    padding: 16px;
  }
}
.slider-services .owl-services .slide .links-logos .row {
  justify-content: center;
}
.slider-services .owl-services .slide .links-logos img {
  width: 190px;
  max-width: 100%;
}
.slider-services.slider-services-archive .owl-services .slide .links-logos {
  min-width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.slider-services.slider-services-archive .owl-services .slide .links-logos .row {
  justify-content: center;
}
.slider-services.slider-services-archive .owl-services .slide .links-logos img {
  width: unset;
  height: 95px;
  margin: auto;
}
.slider-services .owl-services-next-btn {
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50px;
  width: 45px;
  height: 45px;
  border: unset;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: 0.3s all ease;
}
@media screen and (max-width: 576px) {
  .slider-services .owl-services-next-btn {
    right: 20px;
  }
}
.slider-services .owl-services-next-btn i {
  color: #E52520;
  font-size: 20px;
  position: relative;
  left: 0;
  transition: 0.3s all ease;
}
.slider-services .owl-services-next-btn:hover i {
  left: 5px;
}

.pakket-header {
  margin: 0 !important;
  padding: 10rem 0 9rem 0;
}
.pakket-header a {
  color: white;
  font-weight: 400;
}

/* Merkpagina (brand page) template */
.merk-pagina-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.merk-pagina-logos .merk-pagina-logo {
  max-height: 5rem;
  width: auto;
  object-fit: contain;
}

.merk-pagina-garantie-opties-titel {
  text-align: center;
  width: 100%;
  display: block;
}

.merk-pagina-garantie-card {
  text-align: center;
}
.merk-pagina-garantie-card .merk-pagina-garantie-titel {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
.merk-pagina-garantie-card .merk-pagina-garantie-prijs {
  font-size: 1.25rem;
  font-weight: 400;
  color: #05655E;
}
.merk-pagina-garantie-card .merk-pagina-garantie-code,
.merk-pagina-garantie-card .merk-pagina-garantie-beschrijving {
  color: #000;
}

.merk-pagina-product-links .btn {
  padding: 0.75rem 1rem;
}

.pakketten {
  margin-top: -10rem;
}

.pakket {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1rem;
  color: #05655E;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  background-color: white;
}
.pakket h2, .pakket .h2 {
  font-size: 1.5rem;
}
.pakket h4, .pakket .h4 {
  font-size: 1.3rem;
}
.pakket p, .pakket ul, .pakket ol {
  font-size: 1rem;
}
.pakket ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style-type: none;
}
.pakket ul li {
  padding: 0 0 0 1.8rem;
  position: relative;
}
.pakket ul li:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
}
.pakket .pakket-content {
  padding: 2.2rem 2rem 0.8rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pakket .pakket-content .logo {
  width: 100%;
  max-width: 5.8rem;
}
.pakket .pakket-content .price {
  display: block;
  font-size: 2.8rem;
  line-height: 1.2;
}
.pakket .pakket-content .apps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.2rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .pakket .pakket-content .apps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.pakket .pakket-content .apps .app-icon {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.25;
  border: 0;
  background-color: unset;
  text-decoration: underline;
}
.pakket .pakket-content .apps .app-icon img {
  width: 100%;
  max-width: 4rem;
  aspect-ratio: 1/1;
  padding: 0.8rem;
  object-fit: contain;
  object-position: center;
}
.pakket .pakket-footer {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #ECF5F2;
}

.cta .cta-block {
  padding: 45px;
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  height: 100%;
  background-color: white;
}
@media screen and (max-width: 576px) {
  .cta .cta-block {
    padding: 22px;
  }
}
.cta .cta-block .cta-block-phone {
  width: 40px;
  height: 40px;
  background-color: #05655E;
  border-radius: 50%;
}
.cta .cta-block .cta-block-phone i {
  color: white;
  font-size: 14px;
}
.cta .cta-block .cta-block-phonenumber {
  font-size: 25px;
  font-weight: normal;
  color: #313131;
  text-decoration: none;
  transition: 0.3s all ease;
}
.cta .cta-block .cta-block-phonenumber:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 18px;
  margin-left: 0.5rem;
  opacity: 0;
  transition: 0.3s all ease;
}
.cta .cta-block .cta-block-phonenumber:hover {
  text-decoration: none;
}
.cta .cta-block .cta-block-phonenumber:hover:after {
  opacity: 1;
}
.cta .cta-block.cta-block-second {
  background-color: #05655E;
  color: white;
}
.cta .cta-block.cta-block-second .cta-block-stepnumber {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  font-size: 25px;
  font-family: "Onest", sans-serif;
  color: #05655E;
  flex-shrink: 0;
}
.cta .cta-block.cta-block-second .cta-block-step {
  font-size: 18px;
  font-weight: bold;
  color: white;
  font-family: "Onest", sans-serif;
}

.cta-block-sm {
  background: transparent linear-gradient(to right, #05655E 0%, #15878A 100%);
  border-radius: 40px;
  padding: 45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}

.algemene-voorwaarden-document {
  background-color: #ECF5F2;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.algemene-voorwaarden-document-logo-wrap {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.algemene-voorwaarden-document-logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.algemene-voorwaarden-document-content {
  min-width: 0;
}
.algemene-voorwaarden-document-content .btn-link {
  color: #05655E;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.algemene-voorwaarden-document-content .btn-link:hover {
  color: #15878A;
}

@media screen and (max-width: 767px) {
  .algemene-voorwaarden-document {
    padding: 20px;
    border-radius: 18px;
  }
  .algemene-voorwaarden-document-logo-wrap {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.archive-services .row > [class*=col-] {
  flex-shrink: 0;
}
.archive-services .service-post {
  color: #313131;
  text-decoration: none;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
  font-weight: normal;
  transition: 0.3s all ease;
}
@media screen and (max-width: 576px) {
  .archive-services .service-post {
    padding: 12px;
  }
}
.archive-services .service-post.service-post-disabled {
  border: 1px solid #DFE2E1;
  color: #909090;
  background-color: #f7f7f7;
  pointer-events: none;
  cursor: default;
}
.archive-services .service-post.service-post-disabled:hover {
  color: #909090;
}
.archive-services .service-post:hover {
  color: #15878A;
  text-decoration: none;
  margin-left: 30px;
}
@media screen and (max-width: 576px) {
  .archive-services .service-post:hover {
    margin-left: 10px;
  }
}

.textblock-with-image .textblock-with-image-textblock {
  background-color: #ECF5F2;
  padding: 50px 50px 75px 50px;
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .textblock-with-image .textblock-with-image-textblock {
    padding: 30px;
  }
}
.textblock-with-image .textblock-with-image-textblock .btn {
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 576px) {
  .textblock-with-image .textblock-with-image-textblock .btn {
    position: unset;
  }
}
.textblock-with-image .textblock-with-image-img {
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  height: 100%;
  min-height: 550px;
  object-fit: cover;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  .textblock-with-image .textblock-with-image-img {
    object-fit: contain;
  }
}
@media screen and (max-width: 990px) {
  .textblock-with-image .textblock-with-image-img {
    min-height: unset;
  }
}
.textblock-with-image.text-image-blocks:after {
  content: "";
  background-color: #05655E;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 400px);
}

.advantages {
  background-color: #15878A;
  color: white;
}
.advantages .advantages-icon {
  background-color: white;
  border-radius: 50%;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
}
.advantages .advantages-icon i {
  font-size: 25px;
  color: #05655E;
}

.packages {
  position: relative;
}
.packages h3 {
  position: relative;
  z-index: 1;
}
.packages .packages-bg {
  border-radius: 40px;
  background-color: #15878A;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 200px);
}
.packages .package {
  color: #15878A;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 40px;
  padding: 22px 30px;
  height: 100%;
}
.packages .package.package-fifth-color {
  color: #05655E;
}
.packages .package.package-best-choice {
  border: 3px solid #05655E;
}
.packages .package .package-header {
  min-height: 55px;
}
.packages .package .package-logo {
  height: 70px;
  max-width: 100%;
}
.packages .package .package-hr {
  opacity: 1;
  border-top: 1px solid #ECF5F2;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
}
.packages .package .package-grey {
  color: #bababa;
}
.packages .package .package-i {
  font-size: 18px;
  flex-shrink: 0;
}

/* PC-Safe packages: one white card, two products in one row, green plus between */
@media (max-width: 991px) {
  .pc-safe-header .row + .row .packages-wrapper.pc-safe-packages-card {
    margin-top: 0.5rem;
  }
}
@media (max-width: 575px) {
  .pc-safe-header .row + .row .packages-wrapper.pc-safe-packages-card {
    margin-top: 1rem;
  }
}

.packages-wrapper.pc-safe-packages-card {
  background-color: white;
  border-radius: 40px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .packages-wrapper.pc-safe-packages-card {
    padding: 1.25rem;
    border-radius: 20px;
  }
}
@media (max-width: 400px) {
  .packages-wrapper.pc-safe-packages-card {
    padding: 1rem;
  }
}
.packages-wrapper.pc-safe-packages-card .package {
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .packages-wrapper.pc-safe-packages-card .package {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 400px) {
  .packages-wrapper.pc-safe-packages-card .package {
    padding: 0.75rem 1rem;
  }
}

.packages-wrapper .packages-plus-badge {
  display: flex;
  position: absolute;
  left: 50%;
  top: 5.5rem;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #05655E;
  color: white;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.packages-wrapper .packages-plus-badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 1em;
}
@media (min-width: 992px) {
  .packages-wrapper .packages-plus-badge span {
    margin-top: -14px;
  }
}
@media (max-width: 991px) {
  .packages-wrapper .packages-plus-badge {
    top: 5rem;
    width: 120px;
    height: 120px;
    font-size: 10rem;
  }
}
@media (max-width: 767px) {
  .packages-wrapper .packages-plus-badge {
    top: 4.5rem;
    width: 100px;
    height: 100px;
    font-size: 8rem;
  }
}
.packages-wrapper {
  /* Mobile plus: same look as badge (green circle, white +) */
}
.packages-wrapper .packages-plus-inline {
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #05655E;
  color: white;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.packages-wrapper .packages-plus-inline span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 1em;
  margin-top: -6px;
}
@media (min-width: 576px) {
  .packages-wrapper .packages-plus-inline {
    display: none;
  }
}
@media (max-width: 575px) {
  .packages-wrapper .packages-col-first {
    margin-bottom: 0 !important;
  }
}
.packages-wrapper {
  /* Mobile layout: two columns (row with packages-col) */
}
@media (min-width: 576px) {
  .packages-wrapper .packages-mobile {
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) {
  .packages-wrapper .packages-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.packages-wrapper {
  /* Large screens only: row-based grid so prices align */
}
.packages-wrapper .packages-grid--lg {
  display: none;
}
@media (min-width: 992px) {
  .packages-wrapper .packages-grid--lg {
    display: grid;
  }
}
.packages-wrapper .packages-grid {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr auto;
  gap: 0;
  align-items: stretch;
}
.packages-wrapper .packages-grid .package-block {
  background-color: white;
  color: #15878A;
  padding: 1rem 1.25rem;
  margin: 0;
  min-height: 0;
}
.packages-wrapper .packages-grid .package-block.package-fifth-color {
  color: #05655E;
}
.packages-wrapper .packages-grid .package-block .package-logo {
  height: 70px;
  max-width: 100%;
}
.packages-wrapper .packages-grid .package-block .package-hr {
  opacity: 1;
  border-top: 1px solid #ECF5F2;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
}
.packages-wrapper .packages-grid .package-block .package-grey {
  color: #bababa;
}
.packages-wrapper .packages-grid .package-block .package-i {
  font-size: 18px;
  flex-shrink: 0;
}
.packages-wrapper .packages-grid .package-block-3 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 400px) {
  .packages-wrapper .packages-plus-inline {
    width: 100px;
    height: 100px;
    font-size: 8rem;
  }
}
.pc-safe-header {
  color: white;
  padding-top: 200px;
  margin-top: 0 !important;
  z-index: 1;
}
.pc-safe-header:after {
  content: "";
  background-color: #05655E;
  width: 100%;
  height: 65%;
  min-height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Brochure + total price row: spacing and layout on small screens */
@media (max-width: 991px) {
  .pc-safe-brochure-totale-row {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .pc-safe-brochure-totale-row {
    margin-bottom: 2rem;
  }
}
.pc-safe-brochure-totale-row {
  /* Circle column: min-height on small screens when circle is in flow so layout doesn't collapse */
}
@media (max-width: 991px) {
  .pc-safe-brochure-totale-row .col-md-6:last-child {
    min-height: 120px;
    justify-content: center !important;
  }
}
@media (max-width: 400px) {
  .pc-safe-brochure-totale-row .col-md-6:last-child {
    min-height: 80px;
  }
}

.pc-safe-totale-prijs-circle {
  z-index: 99;
  right: -100px;
  bottom: -100px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
  color: #05655E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  rotate: -10deg;
  /* Large screen: overlapping position (set in template/layout) */
}
@media (min-width: 992px) {
  .pc-safe-totale-prijs-circle {
    width: 220px;
    height: 220px;
    padding: 2rem;
    bottom: -73px;
    right: -131px;
  }
}
.pc-safe-totale-prijs-circle {
  /* Small screens: in-flow, centered, smaller size */
}
@media (max-width: 991px) {
  .pc-safe-totale-prijs-circle {
    bottom: -96px !important;
    right: -25px !important;
    width: 160px;
    height: 160px;
    padding: 1.25rem;
    rotate: -6deg;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .pc-safe-totale-prijs-circle {
    bottom: -116px !important;
    right: 13px !important;
    width: 140px;
    height: 140px;
    padding: 1rem;
    rotate: -5deg;
  }
}
@media (max-width: 400px) {
  .pc-safe-totale-prijs-circle {
    bottom: -111px !important;
    right: 25px !important;
    height: 140px;
    width: 140px;
    padding: 0.75rem;
  }
}
.pc-safe-totale-prijs-circle .pc-safe-totale-prijs-value {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .pc-safe-totale-prijs-circle .pc-safe-totale-prijs-value {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  .pc-safe-totale-prijs-circle .pc-safe-totale-prijs-value {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .pc-safe-totale-prijs-circle .pc-safe-totale-prijs-value {
    font-size: 1.25rem;
  }
}
.pc-safe-totale-prijs-circle .pc-safe-totale-prijs-text {
  font-size: 1rem;
  margin-top: 0.25rem;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .pc-safe-totale-prijs-circle .pc-safe-totale-prijs-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 400px) {
  .pc-safe-totale-prijs-circle .pc-safe-totale-prijs-text {
    font-size: 0.8rem;
    margin-top: 0.15rem;
  }
}
.pc-safe-totale-prijs-circle .pc-safe-totale-prijs-klein-onderaan {
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25;
  text-align: center;
  opacity: 0.9;
}
@media (max-width: 575px) {
  .pc-safe-totale-prijs-circle .pc-safe-totale-prijs-klein-onderaan {
    font-size: 0.7rem;
    padding-top: 0.35rem;
  }
}
@media (max-width: 400px) {
  .pc-safe-totale-prijs-circle .pc-safe-totale-prijs-klein-onderaan {
    font-size: 0.65rem;
  }
}

.package-options .package-options-accordion .accordion-item {
  border: none;
  margin-bottom: 8px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.package-options .package-options-accordion .accordion-button {
  color: white;
  background-color: #05655E;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 40px 12px 20px;
  box-shadow: none;
}
.package-options .package-options-accordion .accordion-button:not(.collapsed) {
  color: white;
  background-color: #05655E;
}
.package-options .package-options-accordion .accordion-button:hover {
  color: white;
  background-color: #053E3A;
}
.package-options .package-options-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.package-options .package-options-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}
.package-options .package-options-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.package-options .package-options-accordion .accordion-body {
  background-color: #ECF5F2;
  padding: 35px;
}
.package-options .package-options-accordion .accordion-body ul {
  padding-left: 22px;
}
.package-options .package-options-accordion .accordion-body ul li::marker {
  color: #05655E;
}

.pc-safe-cta .pc-safe-cta-icon {
  width: 230px;
  position: absolute;
  left: 10%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .pc-safe-cta .pc-safe-cta-icon {
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  .pc-safe-cta .pc-safe-cta-icon {
    width: 190px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.contact-modal .modal-dialog {
  max-width: 90%;
  width: 875px;
  margin: auto;
}
.contact-modal .modal-dialog .modal-content {
  border-radius: 40px;
  padding: 60px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .contact-modal .modal-dialog .modal-content {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .contact-modal .modal-dialog .modal-content {
    padding: 40px 20px 20px 20px;
    border-radius: 20px;
  }
}
.contact-modal .modal-dialog .modal-content .contact-modal-title {
  width: calc(100% - 50px);
}
.contact-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .contact-modal .modal-dialog .modal-content .btn-close {
    right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .contact-modal .modal-dialog .modal-content .btn-close {
    right: 20px;
    top: 30px;
    width: 0.5em;
    height: 0.5em;
  }
}
.contact-modal .modal-dialog .modal-content .btn-contact-modal {
  background-color: #05655E;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-family: "Onest", sans-serif;
  font-size: 30px;
  padding: 25px 45px;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-modal .modal-dialog .modal-content .btn-contact-modal {
    padding: 20px 35px;
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .contact-modal .modal-dialog .modal-content .btn-contact-modal {
    padding: 15px 25px;
    border-radius: 20px;
  }
}
.contact-modal .modal-dialog .modal-content .btn-contact-modal:hover {
  background-color: #053E3A;
}

.page-template-template-contact-wel-klant, .page-template-template-contact-geen-klant, .page-template-template-terugbelverzoek, .page-template-template-contact {
  background-color: #05655E;
}

.contact-header {
  color: white;
  background-color: #05655E;
}
.contact-header .contact-header-customer-yes-icon {
  width: 300px;
  position: absolute;
  top: -60px;
}
@media screen and (max-width: 991px) {
  .contact-header .contact-header-customer-yes-icon {
    width: 250px;
    top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .contact-header .contact-header-customer-yes-icon {
    opacity: 0.75;
  }
}
.contact-header .contact-header-customer-no-icon {
  width: 300px;
  position: absolute;
  top: -60px;
  left: 30%;
}
@media screen and (max-width: 991px) {
  .contact-header .contact-header-customer-no-icon {
    width: 250px;
    top: -35px;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .contact-header .contact-header-customer-no-icon {
    opacity: 0.75;
  }
}
.contact-header .contact-header-button-block {
  border: 1px solid white;
  border-radius: 40px;
  padding: 40px;
  background-color: #05655E;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .contact-header .contact-header-button-block {
    padding: 25px;
  }
}
.contact-header .contact-header-button-block .btn-contact-header-button-block {
  border: 1px solid white;
  border-radius: 5px;
  background-color: #05655E;
  color: white;
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  padding: 15px;
  transition: 0.3s all ease;
}
.contact-header .contact-header-button-block .btn-contact-header-button-block i {
  font-size: 25px;
}
.contact-header .contact-header-button-block .btn-contact-header-button-block:hover {
  background-color: #053E3A;
  text-decoration: none;
  color: white;
}
.contact-header .contact-header-button-block .btn-contact-header-button-block.btn-light-contact-header-button-block {
  background-color: #ECF5F2;
  color: #05655E;
}
.contact-header .contact-header-button-block .btn-contact-header-button-block.btn-light-contact-header-button-block:hover {
  background-color: #053E3A;
  text-decoration: none;
  color: white;
}

.contact-support {
  background-color: #ECF5F2;
}
.contact-support .contact-support-block {
  background-color: white;
  border-radius: 40px;
  padding: 45px 40px;
  height: 100%;
}
.contact-support .contact-support-block.contact-support-block-dark {
  background-color: #05655E;
  color: white;
}
.contact-support .contact-support-block.contact-support-block-dark a {
  color: white;
}
.contact-support .contact-support-block .contact-support-block-text p {
  font-size: 18px;
}
.contact-support .contact-support-block .contact-support-block-link {
  color: #313131;
  text-decoration: none;
  font-weight: normal;
  transition: 0.3s all ease;
}
.contact-support .contact-support-block .contact-support-block-link:hover {
  color: #05655E;
  text-decoration: none;
}
.contact-support .contact-support-block .contact-support-block-link:hover i {
  transform: rotate(360deg);
}
.contact-support .contact-support-block .contact-support-block-link .contact-support-block-link-a a {
  color: #313131;
  text-decoration: none;
  font-weight: normal;
  transition: 0.3s all ease;
}
.contact-support .contact-support-block .contact-support-block-link .contact-support-block-link-a a:hover {
  color: #05655E;
  text-decoration: none;
}
.contact-support .contact-support-block .contact-support-block-link .contact-support-block-link-a a:hover i {
  transform: rotate(360deg);
}
.contact-support .contact-support-block .contact-support-block-icon {
  background-color: #05655E;
  color: white;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
}
.contact-support .contact-support-block .contact-support-block-icon i {
  transition: 0.3s all ease;
}
.contact-support .contact-support-block .contact-support-block-dark-icon-text .contact-support-block-icon {
  background-color: white;
  color: #05655E;
}
.contact-support .contact-support-block .contact-support-block-dark-icon-text a {
  color: white !important;
  text-decoration: none;
  font-weight: normal;
  transition: 0.3s all ease;
}
.contact-support .contact-support-block .contact-support-block-dark-icon-text a:hover {
  color: white !important;
  text-decoration: underline !important;
}
.contact-support .contact-support-block .contact-support-block-dark-icon-text a:hover i {
  transform: rotate(360deg);
}

.contact-reviews-customer-yes {
  background-color: #15878A;
  color: white;
}
.contact-reviews-customer-yes .contact-reviews-slider .ti-next:after, .contact-reviews-customer-yes .contact-reviews-slider .ti-next:before, .contact-reviews-customer-yes .contact-reviews-slider .ti-prev:after, .contact-reviews-customer-yes .contact-reviews-slider .ti-prev:before {
  background: white !important;
}
.contact-reviews-customer-yes .contact-reviews-slider .ti-profile-img {
  display: none !important;
}
.contact-reviews-customer-yes .contact-reviews-slider .ti-review-header:after {
  content: none !important;
}
.contact-reviews-customer-yes .contact-reviews-slider .ti-widget[data-layout-id="36"][data-set-id=light-minimal][data-pid=e3ec92c278ed9094ce264ecfd0f] .ti-reviews-container-wrapper {
  padding-top: 0 !important;
}
.contact-reviews-customer-yes .contact-reviews-slider .ti-widget[data-layout-id="36"][data-set-id=light-minimal] .ti-reviews-container .ti-controls {
  top: 50%;
}

.contact-reviews-customer-no .contact-reviews-slider .ti-next:after, .contact-reviews-customer-no .contact-reviews-slider .ti-next:before, .contact-reviews-customer-no .contact-reviews-slider .ti-prev:after, .contact-reviews-customer-no .contact-reviews-slider .ti-prev:before {
  background: black !important;
}
.contact-reviews-customer-no .contact-reviews-slider .ti-profile-img {
  display: none !important;
}
.contact-reviews-customer-no .contact-reviews-slider .ti-review-header:after {
  content: none !important;
}
.contact-reviews-customer-no .contact-reviews-slider .ti-widget[data-layout-id="36"][data-set-id=light-minimal][data-pid=e3ec92c278ed9094ce264ecfd0f] .ti-reviews-container-wrapper, .contact-reviews-customer-no .contact-reviews-slider .ti-widget[data-layout-id="36"][data-set-id=light-minimal][data-pid=cb8c9f2270c795563e96bf744e0] .ti-reviews-container-wrapper {
  padding-top: 0 !important;
}
.contact-reviews-customer-no .contact-reviews-slider .ti-widget[data-layout-id="36"][data-set-id=light-minimal] .ti-reviews-container .ti-controls {
  top: 50%;
}

.contact-remaining-info .contact-remaining-info-icon {
  width: 45px;
  height: 45px;
  color: white;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 18px;
  background-color: #E52520;
}

.maps {
  width: 100%;
  height: 23rem;
  border-radius: 40px;
}
@media screen and (min-width: 992px) {
  .maps {
    height: 100%;
  }
}

.winkeltour {
  width: 100%;
  height: 34rem;
}

.callback-request-header {
  color: white;
  background-color: #05655E;
}
.callback-request-header .callback-request-header-icon {
  width: 300px;
  position: absolute;
  top: -60px;
  right: 100px;
}
@media screen and (max-width: 991px) {
  .callback-request-header .callback-request-header-icon {
    width: 250px;
    top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .callback-request-header .callback-request-header-icon {
    opacity: 0.75;
  }
}

.callback-request {
  background-color: #ECF5F2;
}
.callback-request .callback-request-form .nf-form-fields-required {
  display: none;
}
.callback-request .callback-request-form .btn {
  padding: 12px 25px !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-family: "Onest", sans-serif !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-align: center !important;
  border-radius: 50px !important;
  border: 0 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137) !important;
  transition: 0.3s all ease !important;
}
.callback-request .callback-request-form .btn:hover {
  text-decoration: none !important;
}
.callback-request .callback-request-form .btn.btn-primary, .callback-request .callback-request-form .btn.button {
  color: white !important;
  background-size: 100% 200% !important;
  background-position-y: 0 !important;
  background-image: linear-gradient(to bottom, #E52520 0%, #C31B15 50%, #E52520 100%) !important;
  transition: background-position-y 0.3s !important;
}
.callback-request .callback-request-form .btn.btn-primary:hover, .callback-request .callback-request-form .btn.btn-primary:focus-visible, .callback-request .callback-request-form .btn.button:hover, .callback-request .callback-request-form .btn.button:focus-visible {
  background-position-y: 100% !important;
}

.filter-tag {
  text-decoration: none;
  display: block;
  padding: 0.6rem 0.8rem 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid var(--border-color);
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  position: relative;
  transition: 0.3s all ease;
}
.filter-tag small {
  display: block;
  font-size: 0.8rem;
  opacity: 0.8;
}
.filter-tag:after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-8px);
  color: var(--border-color);
  transition: 0.3s all ease;
}
.filter-tag:hover {
  color: #05655E;
  border-color: #05655E;
}
.filter-tag:hover:after {
  color: #05655E;
}

.remove-filters {
  font-size: 1rem;
  font-weight: 400;
}

/* Price Filter Styles */
.price-filter-always-visible {
  margin-bottom: 1.5rem;
}
.price-filter-always-visible .filter-header {
  padding: 0.75rem 0;
}
.price-filter-always-visible .filter-content {
  padding: 0;
}

.price-filter-container {
  padding: 0;
}

.price-slider-container {
  position: relative;
}

.price-slider-wrapper {
  position: relative;
  height: 6px;
  background: #e9ecef;
  border-radius: 3px;
}

.price-slider-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #e9ecef;
  border-radius: 3px;
}

.price-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background: #05655E;
  border-radius: 3px;
  pointer-events: none;
}

.price-slider {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.price-slider-min {
  z-index: 1;
  pointer-events: auto;
}
.price-slider-max {
  z-index: 2;
  pointer-events: none;
}
.price-slider-max::-webkit-slider-thumb {
  pointer-events: auto;
}
.price-slider-max::-moz-range-thumb {
  pointer-events: auto;
}
.price-slider::-webkit-slider-track {
  background: transparent;
  height: 6px;
  border-radius: 3px;
}
.price-slider::-moz-range-track {
  background: transparent;
  height: 6px;
  border-radius: 3px;
  border: none;
}
.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #05655E;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.price-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.price-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #05655E;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.price-slider::-moz-range-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.price-display {
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
}

.price-filter-actions {
  display: flex;
  gap: 0.5rem;
}
.price-filter-actions .btn {
  flex: 1;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  transition: 0.3s all ease;
}

#logo-partners .partner, #image-sponsors .partner {
  transition: 0.3s all ease;
  margin-bottom: 2rem;
}
#logo-partners .partner a, #image-sponsors .partner a {
  text-decoration: none;
}
#logo-partners .partner a img, #image-sponsors .partner a img {
  max-height: 125px;
  aspect-ratio: 4/3;
  object-fit: contain;
  margin-bottom: 12px;
}
#logo-partners .partner a p, #image-sponsors .partner a p {
  text-decoration: none !important;
  font-size: 0.75rem;
  color: #313131;
  display: block;
}
#logo-partners .partner:hover, #logo-partners .sponsor:hover, #image-sponsors .partner:hover, #image-sponsors .sponsor:hover {
  scale: 0.98;
}
#logo-partners .sponsor, #image-sponsors .sponsor {
  transition: 0.3s all ease;
  margin-bottom: 2rem;
}
#logo-partners .sponsor a, #image-sponsors .sponsor a {
  text-decoration: none;
}
#logo-partners .sponsor a img, #image-sponsors .sponsor a img {
  aspect-ratio: 4/3;
  object-fit: contain;
  margin-bottom: 12px;
}
#logo-partners .sponsor a p, #image-sponsors .sponsor a p {
  text-decoration: none !important;
  font-size: 0.75rem;
  color: #313131;
  display: block;
}

.nf-form-fields-required {
  display: none;
}

.accordion-stock-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-stock-button:not(.collapsed) {
  background-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.modal-body .nf-field-element input[type=text], .modal-body .nf-field-element input[type=number], .modal-body .nf-field-element input[type=email], .modal-body .nf-field-element input[type=tel], .modal-body .nf-field-element input[type=url], .modal-body .nf-field-element input[type=password], .modal-body .nf-field-element input[type=search], .modal-body .nf-field-element textarea, .modal-body .nf-field-element .input-text, .modal-body .nf-field-element select {
  border: 1px solid #000;
  padding: 8px 10px;
}
.modal-body .label-above .nf-field-label {
  margin-bottom: 5px;
}
.modal-body #ninja_forms_required_items, .modal-body .nf-field-container {
  margin-bottom: 10px;
}
.modal-body .nf-fu-progress {
  margin-bottom: 10px;
}
.modal-body h3, .modal-body .h3 {
  font-size: 2rem;
}
.modal-body .nf-form-content input[type=submit] {
  font-size: 18px;
}

/*# sourceMappingURL=style.css.map */
