@charset "UTF-8";
/*
Theme Name: Almotion - Lineaire geleidingen
Theme URI: https://lineairegeleidingen.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Almotion webshop thema gemaakt door Pixel Creation.
Version: 1.0
Text Domain: almotion
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
/* Typography */
/* Border Radius */
/* Colors */
/* Other */
@font-face {
  font-family: "Montserrat";
  src: url("webfonts/Montserrat-SemiBold.woff2") format("woff2"), url("webfonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("webfonts/Montserrat-Bold.woff2") format("woff2"), url("webfonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("webfonts/Montserrat-Regular.woff2") format("woff2"), url("webfonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("webfonts/Montserrat-Medium.woff2") format("woff2"), url("webfonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 1199.98px) {
  html {
    font-size: 0.95rem;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #313131;
  background-color: white;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 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: 0.375rem !important;
}

.rounded-small {
  border-radius: 0.2rem;
}

.border, .border-top, .border-bottom {
  border-color: gainsboro !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;
  }
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* 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: "Montserrat", sans-serif;
  font-weight: 700;
  color: #223468;
}

h1, .h1 {
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 1.7rem;
  }
}
h1 span, .h1 span {
  font-size: 1.4rem;
}

h2, .h2 {
  font-size: 1.4rem;
}
h2 span, .h2 span {
  font-size: 1.5rem;
}

h3, .h3 {
  margin: 0 0 0.8rem 0;
  font-size: 1.4rem;
}

h4, .h4 {
  font-size: 1.1rem;
}

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

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

p, ul, ol {
  margin-bottom: 0.9rem;
  line-height: 1.75;
}
@media screen and (min-width: 576px) {
  p, ul, ol {
    margin-bottom: 1.35rem;
  }
}

a {
  color: #223468;
  text-decoration: underline;
  transition: 0.2s all ease;
}
a:hover {
  color: #223468;
  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: 0.8rem;
}

.font-size-large {
  font-size: 1.125rem;
}

.font-size-larger {
  font-size: 1.25rem;
}

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

.checklist li {
  padding-left: 1.4rem;
  position: relative;
}
.checklist li:before {
  content: "";
  left: 0;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: #ea560d;
}

.intro {
  font-size: large;
}

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

.text-blue {
  color: #223468 !important;
}

.text-light {
  color: #5c5c5c !important;
}

/* BG colors */
.bg-gray {
  background-color: #f5f7fa;
}

.bg-orange {
  background-color: #ea560d;
}

.bg-blue {
  background-color: #223468;
}

.bg-light-blue {
  background-color: #4c5e94;
}

.bg-yellow {
  background-color: #ffc430;
}

.bg-green {
  background-color: #02b901;
}

/* Other colors */
.review-stars {
  color: #ffc430;
}

/* Buttons */
.btn, .button, input[type=submit], .added_to_cart {
  padding: 0.9rem 2.2rem;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  border: 1px solid;
  transition: 0.2s all ease;
}
.btn:hover, .button:hover, input[type=submit]:hover, .added_to_cart:hover {
  text-decoration: none;
}
.btn.btn-skew, .button.btn-skew, input[type=submit].btn-skew, .added_to_cart.btn-skew {
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0.8rem 0, 0% 79%, 0% 100%, 100% 100%, 100% 0%);
}
.btn.btn-skew i, .button.btn-skew i, input[type=submit].btn-skew i, .added_to_cart.btn-skew i {
  padding-right: 0.9rem;
  font-size: 1.1rem;
}
.btn.btn-primary, .btn.button, .button.btn-primary, .button.button, input[type=submit].btn-primary, input[type=submit].button, .added_to_cart.btn-primary, .added_to_cart.button {
  color: white;
  border-color: #ea560d;
  background-color: #ea560d;
}
.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, .added_to_cart.btn-primary:hover, .added_to_cart.btn-primary:focus-visible, .added_to_cart.button:hover, .added_to_cart.button:focus-visible {
  color: white;
  border-color: #c94708;
  background-color: #c94708;
}
.btn.btn-primary.btn-border-right, .btn.button.btn-border-right, .button.btn-primary.btn-border-right, .button.button.btn-border-right, input[type=submit].btn-primary.btn-border-right, input[type=submit].button.btn-border-right, .added_to_cart.btn-primary.btn-border-right, .added_to_cart.button.btn-border-right {
  border-right: 6px solid #223468;
}
.btn.btn-primary.btn-border-right:hover, .btn.button.btn-border-right:hover, .button.btn-primary.btn-border-right:hover, .button.button.btn-border-right:hover, input[type=submit].btn-primary.btn-border-right:hover, input[type=submit].button.btn-border-right:hover, .added_to_cart.btn-primary.btn-border-right:hover, .added_to_cart.button.btn-border-right:hover {
  border-right: 6px solid #ffc430;
}
.btn.btn-secondary, .button.btn-secondary, input[type=submit].btn-secondary, .added_to_cart.btn-secondary {
  color: white;
  border-color: #223468;
  background-color: #223468;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus-visible, .button.btn-secondary:hover, .button.btn-secondary:focus-visible, input[type=submit].btn-secondary:hover, input[type=submit].btn-secondary:focus-visible, .added_to_cart.btn-secondary:hover, .added_to_cart.btn-secondary:focus-visible {
  color: white;
  border-color: #223468;
  background-color: #102154;
}
.btn.btn-secondary.btn-border-right, .button.btn-secondary.btn-border-right, input[type=submit].btn-secondary.btn-border-right, .added_to_cart.btn-secondary.btn-border-right {
  border-right: 6px solid #ea560d;
}
.btn.btn-secondary.btn-border-right:hover, .button.btn-secondary.btn-border-right:hover, input[type=submit].btn-secondary.btn-border-right:hover, .added_to_cart.btn-secondary.btn-border-right:hover {
  border-right: 6px solid #ffc430;
}
.btn.btn-yellow, .button.btn-yellow, input[type=submit].btn-yellow, .added_to_cart.btn-yellow {
  color: #313131;
  border-color: #ffc430;
  background-color: #ffc430;
}
.btn.btn-yellow:hover, .button.btn-yellow:hover, input[type=submit].btn-yellow:hover, .added_to_cart.btn-yellow:hover {
  border-color: #fcb61d;
  background-color: #fcb61d;
}
.btn.btn-outline-primary, .button.btn-outline-primary, input[type=submit].btn-outline-primary, .added_to_cart.btn-outline-primary {
  color: #ea560d;
  border-color: #ea560d;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus-visible, .button.btn-outline-primary:hover, .button.btn-outline-primary:focus-visible, input[type=submit].btn-outline-primary:hover, input[type=submit].btn-outline-primary:focus-visible, .added_to_cart.btn-outline-primary:hover, .added_to_cart.btn-outline-primary:focus-visible {
  color: white;
  border-color: #c94708;
  background-color: #c94708;
}
.btn.btn-link, .button.btn-link, input[type=submit].btn-link, .added_to_cart.btn-link {
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: underline;
  color: #ea560d;
  border: 0;
}
.btn.btn-link:hover, .button.btn-link:hover, input[type=submit].btn-link:hover, .added_to_cart.btn-link:hover {
  text-decoration: none;
}
.btn.loading:after, .button.loading:after, input[type=submit].loading:after, .added_to_cart.loading:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  margin: 0 0 0 1rem;
  animation: rotate 1s linear infinite;
  z-index: 1;
}
.btn.added, .button.added, input[type=submit].added, .added_to_cart.added {
  display: none;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.block.bg-blue .btn.btn-secondary, .block.bg-orange .btn.btn-secondary {
  color: #223468;
  border-color: white;
  background-color: white;
}
.block.bg-blue .btn.btn-secondary:hover, .block.bg-blue .btn.btn-secondary:focus-visible, .block.bg-orange .btn.btn-secondary:hover, .block.bg-orange .btn.btn-secondary:focus-visible {
  color: #223468;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.95);
}
.block.bg-blue .btn.btn-secondary.btn-border-right, .block.bg-orange .btn.btn-secondary.btn-border-right {
  border-right: 6px solid #ea560d;
}
.block.bg-blue .btn.btn-secondary.btn-border-right:hover, .block.bg-orange .btn.btn-secondary.btn-border-right:hover {
  border-right: 6px solid #ffc430;
}

.block.bg-orange .btn.btn-secondary.btn-border-right {
  border-right: 6px solid #223468;
}
.block.bg-orange .btn.btn-secondary.btn-border-right:hover {
  border-right: 6px solid #102154;
}

.added_to_cart {
  width: 100%;
}

.btn-light {
  padding: 0.6rem 1.1rem;
  border: 1px solid gainsboro;
  border-radius: 0.3rem;
  background-color: white;
}
.btn-light:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #f5f7fa;
}

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

.dropdown-menu {
  z-index: 150;
}

.custom-dropdown .dropdown-menu {
  width: 14rem;
  border-color: gainsboro;
}
.custom-dropdown .dropdown-menu .dropdown-item {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.custom-dropdown .dropdown-menu .dropdown-item:hover, .custom-dropdown .dropdown-menu .dropdown-item:active, .custom-dropdown .dropdown-menu .dropdown-item.active {
  color: #313131;
  background-color: #f5f7fa;
}
.custom-dropdown .dropdown-menu .dropdown-item.active {
  color: #313131;
  font-weight: 500;
  background-color: white;
}

/* Topbar */
.topbar {
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  border-bottom: 1px solid #3e4d64;
  background-color: #223468;
  overflow-x: clip;
}
.topbar i {
  margin-right: 0.4rem;
  font-size: 0.8rem;
}
.topbar .phone {
  padding: 0.55rem 0.3rem 0.55rem 1rem;
  position: relative;
  color: white !important;
  border-left: 1px solid #3e4d64;
}
.topbar .phone i {
  margin-right: 0.8rem;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Navigation */
.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: sticky;
  top: 0;
  z-index: 150;
  overflow-x: clip;
  background-color: #223468;
}
@media screen and (min-width: 576px) {
  .navbar {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    border-bottom: 6px solid #ffc430;
    background: linear-gradient(90deg, #223468 0%, #223468 50%, white 50%, white 100%);
  }
}
.navbar .container {
  display: block;
}
.navbar .container:after {
  content: "";
  width: 9rem;
  height: 100%;
  position: absolute;
  top: -0.5rem;
  left: -5rem;
  background: linear-gradient(90deg, #223468 0%, rgba(2, 48, 71, 0) 100%);
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .navbar .container:after {
    top: -0.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .container:after {
    top: 0;
  }
}
.navbar .navbar-brand img {
  width: 9.5rem;
}
@media screen and (min-width: 576px) {
  .navbar .navbar-brand img {
    width: 11rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand img {
    width: 14.5rem;
  }
}
.navbar .label {
  width: 13.5rem;
  margin-top: -0.4rem;
}
.navbar .label .label-text {
  margin-top: 0.5rem;
  margin-left: -0.4rem;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #222;
  transform: rotate(340deg);
  text-decoration: none;
}
.navbar .label .label-text:hover {
  text-decoration: none;
}
.navbar .label .label-text span {
  display: block;
}
.navbar .label .label-text span.dark-small {
  font-weight: 700;
}
.navbar .label .label-text span.dark-big {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}
.navbar .label .label-text span.white-medium {
  font-size: 1.7rem;
  font-weight: 600;
  color: white;
}
.navbar .label .label-text span.white-small {
  font-size: 1rem;
  font-weight: 600;
  color: white;
}
.navbar .navbar-top {
  margin-bottom: 6px;
}
.navbar .navbar-top .navbar-top-left {
  width: 100%;
  padding: 1rem 0;
}
.navbar .navbar-top .navbar-top-left:before {
  content: "";
  width: calc(100% + .2rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1rem) 100%, 0 100%);
  background-color: #223468;
  z-index: -1;
}
.navbar .navbar-top .navbar-top-left ul li {
  margin-right: 1.5rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media screen and (min-width: 1400px) {
  .navbar .navbar-top .navbar-top-left ul li {
    margin-right: 2rem;
    font-size: 0.8rem;
  }
}
.navbar .navbar-top .navbar-top-left ul li i {
  margin-right: 0.7rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 1400px) {
  .navbar .navbar-top .navbar-top-left ul li i {
    margin-right: 0.8rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-top .navbar-top-left .line {
    width: calc(100% - 15px);
    height: 6px;
    position: absolute;
    bottom: -6px;
    left: 1px;
    background-color: #ffc430;
    transform: skewX(-22deg);
  }
}
.navbar .navbar-top .navbar-top-right .phone {
  padding: 1rem 1rem 1rem 1.5rem;
  position: relative;
  color: white;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-top .navbar-top-right .phone {
    padding: 0.3rem 2rem;
  }
}
.navbar .navbar-top .navbar-top-right .phone:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0.6rem 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #ea560d;
  z-index: -1;
}
.navbar .navbar-top .navbar-top-right .phone:after {
  content: "";
  display: block;
  position: absolute;
  width: 999rem;
  top: 0;
  right: -998.8rem;
  bottom: 0;
  background-color: #ea560d;
}
.navbar .navbar-top .navbar-top-right .phone i {
  margin-right: 0.7rem;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-top .navbar-top-right .line {
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
    left: -1px;
    background-color: #ffc430;
    transform: skewX(-17deg);
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-top .navbar-top-right .line:after {
    content: "";
    display: block;
    position: absolute;
    width: 999rem;
    top: 0;
    right: -999rem;
    bottom: 0;
    background-color: #ffc430;
  }
}
.navbar .cart, .navbar .account, .navbar .navbar-toggler {
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  border-radius: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .navbar .cart, .navbar .account, .navbar .navbar-toggler {
    color: #223468;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .cart:hover, .navbar .account:hover, .navbar .navbar-toggler:hover {
    background-color: #f5f7fa;
  }
}
.navbar .cart {
  border: 0;
  background-color: unset;
}
.navbar .cart .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 1.35rem;
  height: 1.35rem;
  top: -0.15rem;
  right: -0.15rem;
  font-size: 0.7rem;
  background-color: #ea560d;
  color: #fff;
  font-weight: bold;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .navbar .cart .cart-count {
    background-color: #223468;
  }
}
.navbar .navbar-toggler {
  margin: 0 0 0 0.3rem;
  padding: 0.2rem 0 0 0;
  font-size: 1.35rem;
  border: 0;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-toggler {
    margin: 0 0 0 0.9rem;
  }
}
.navbar .navbar-toggler:hover {
  background-color: transparent;
}
.navbar .navbar-toggler:focus {
  box-shadow: unset;
}
.navbar .navbar-nav {
  background-color: white;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: scroll;
    background-color: white;
    transform: translateX(calc(-100% - 2rem));
    transition: 0.3s all ease;
    z-index: 2;
  }
}
.navbar .navbar-nav .mobile-menu-header {
  height: 4rem;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: white;
  background-color: #223468;
}
.navbar .navbar-nav .mobile-menu-header .go-back-button {
  color: white;
  border-radius: 0.2rem;
  font-weight: 700;
}
.navbar .navbar-nav .mobile-menu-header .go-back-button i {
  font-size: 0.9rem;
}
.navbar .navbar-nav .mobile-menu-header .close-menu-button {
  font-size: 1.4rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1.3rem 1.4rem 1.3rem 1rem;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: #313131;
  border-bottom: 1px solid gainsboro;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.7rem 1rem;
    border-bottom: 0;
    border-radius: 0.3rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: black;
  background-color: #f5f7fa;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "";
  margin: 0 0 0 0.25rem;
  float: right;
  vertical-align: unset;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  transform: translateY(0.1rem);
  border: 0;
  transition: 0.2s all ease;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    content: "";
    float: unset;
    font-weight: 400;
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    overflow: scroll;
    border: 0;
    transform: translateX(-100%);
    transition: 0.2s all ease;
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item .dropdown-menu.show {
    transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 1.7rem 5rem 1.7rem 1rem;
    border: 2px solid #f5f7fa;
    box-shadow: 0 0 0.95rem rgba(0, 0, 0, 0.15);
    animation-name: slideIn;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu:before {
  content: url(images/dropdown-arrow.svg);
  width: 35px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 1.7rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner.two-column {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner.two-column {
    grid-template-columns: 1fr 1fr;
    gap: 1.3rem 2.8rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .menu-subitems li a {
  padding: 1.3rem 1.4rem 1.3rem 1rem;
  position: relative;
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 1px solid gainsboro;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .menu-subitems li a {
    padding: 0.4rem 0.8rem 0.4rem 2rem;
    font-weight: 400;
    border-radius: 0.3rem;
    border-bottom: 0;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .menu-subitems li a span {
  display: block;
  transition: 0.2s all ease;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .menu-subitems li a:hover {
  color: black;
  background-color: #f5f7fa;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .menu-subitems li a:before {
    content: url(images/dot.svg);
    width: 0.6rem;
    height: 100%;
    position: absolute;
    left: 0.7rem;
    transition: 0.2s all ease;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner a {
  color: #313131;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .submenu-title {
    margin: 0 0 0.2rem 0;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .submenu-title a {
  display: block;
  padding: 1.3rem 1.4rem 1.3rem 1rem;
  color: #223468;
  border-bottom: 1px solid gainsboro;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .submenu-title a {
    padding: 0.4rem 0.6rem 0.4rem 0.6rem;
    border-radius: 0.3rem;
    border-bottom: 0;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .submenu-title a:hover {
  background-color: #f5f7fa;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-collapse {
    margin-bottom: -2.4rem;
    padding: 1rem 1.5rem;
    position: relative;
    background-color: white;
    box-shadow: -0.85rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-collapse:before {
    content: "";
    width: 0.8rem;
    height: 100%;
    top: 0;
    left: -0.76rem;
    position: absolute;
    background-color: white;
    clip-path: polygon(100% 0, 0 2.7rem, 0% 100%, 100% 100%, 100% 0%);
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-collapse:after {
    content: "";
    display: block;
    position: absolute;
    width: 999rem;
    top: 0;
    right: -999rem;
    bottom: 0;
    z-index: -1;
    background-color: white;
    box-shadow: -0.85rem 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-collapse .shadow-overlay {
    width: 50%;
    height: 10px;
    top: -5px;
    right: 0;
    position: absolute;
    background-color: white;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-collapse .shadow-overlay:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 999rem;
    top: -5px;
    right: -999rem;
    background-color: white;
  }
}
.navbar .navbar-collapse.show:after {
  content: "";
  position: absolute;
  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);
}

@media all and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
.navigation-form {
  width: 100%;
  padding-bottom: 0.9rem;
}
.navigation-form .input-group {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .navigation-form .input-group {
    margin: 0;
  }
}
.navigation-form .input-group input[type=text] {
  height: 2.8rem;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  border: 0;
}
.navigation-form .input-group input[type=text]::placeholder {
  color: #5c5c5c;
}
.navigation-form .input-group input[type=text]:focus {
  box-shadow: unset;
}
.navigation-form .input-group button {
  padding: 0 1.1rem 0 1rem;
  color: white;
  border: 0;
  background-color: #ea560d;
}

/* Fixed Contact Options */
.fixed-contact-options {
  width: 100%;
  bottom: 0;
  z-index: 9;
}
@media screen and (min-width: 576px) {
  .fixed-contact-options {
    width: 3rem;
    top: 50%;
    right: 0;
    bottom: unset;
    transform: translateY(-50%);
  }
}
.fixed-contact-options a {
  width: 33.333%;
  height: 3rem;
  color: white;
  background-color: #c94708;
  transition: 0.5s all ease;
}
.fixed-contact-options a.fixed-option-1 {
  animation-delay: 20s;
}
.fixed-contact-options a.fixed-option-2 {
  animation-delay: 22.5s;
}
.fixed-contact-options a.fixed-option-3 {
  animation-delay: 25s;
}
@media screen and (min-width: 576px) {
  .fixed-contact-options a {
    width: 14rem;
    transform: translateX(0);
    animation-name: show-contact-options;
    animation-duration: 2.5s;
  }
}
@keyframes show-contact-options {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-11rem);
  }
  100% {
    transform: translateX(0);
  }
}
.fixed-contact-options a .icon {
  width: 100%;
  height: 3rem;
  font-size: 1.2rem;
  background-color: #ea560d;
}
@media screen and (min-width: 576px) {
  .fixed-contact-options a .icon {
    width: 3rem;
    margin: 0 1rem 0 0;
  }
}
@media screen and (min-width: 576px) {
  .fixed-contact-options a:hover {
    transform: translateX(-11rem);
  }
}
.fixed-contact-options a:not(:last-child) {
  border-right: 1px solid #f3793d;
}
@media screen and (min-width: 576px) {
  .fixed-contact-options a:not(:last-child) {
    margin-bottom: 0.8rem;
    border-right: 0;
  }
}

/* Searchbar */
.searchbar-wrapper {
  padding: 4.5rem 0 0 0;
}
.searchbar-wrapper img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -2rem;
  opacity: 14%;
  z-index: -1;
}
.searchbar-wrapper .searchbar .autoComplete_wrapper {
  display: block;
  z-index: 100;
  position: relative;
}
.searchbar-wrapper .searchbar .autoComplete_wrapper.loading input {
  padding: 1.4rem 1.5rem 1.4rem 3.2rem !important;
}
.searchbar-wrapper .searchbar .autoComplete_wrapper.loading .loading-icon {
  display: inline-block;
}
.searchbar-wrapper .searchbar input {
  padding: 1.4rem 1.5rem !important;
  font-size: 0.95rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.18) !important;
  border-radius: 1rem !important;
  border: 3px solid #f5f7fa !important;
  background: white !important;
  height: unset;
}
.searchbar-wrapper .searchbar input::placeholder {
  color: #5c5c5c;
  opacity: 1;
}
.searchbar-wrapper .searchbar .loading-icon {
  display: none;
  font-size: 1.25rem;
  position: absolute;
  left: 1.4rem;
  top: calc(50% - 10px);
  z-index: 101;
}
.searchbar-wrapper .searchbar button {
  right: 2.1rem;
  z-index: 101;
}
.searchbar-wrapper .searchbar mark {
  padding: 0;
}

/* Cart Overlay */
.cart-sidebar {
  width: 100%;
  max-width: 28rem;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
  background-color: white;
  transform: translateX(calc(100%));
  transition: 0.3s all ease;
  z-index: 9999;
}
.cart-sidebar.open {
  transform: translateX(0);
}
.cart-sidebar .spinner-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: none;
  font-size: 1.6rem;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.8);
}
.cart-sidebar .cart-sidebar-wrapper {
  overflow-y: auto;
}
.cart-sidebar .cart-sidebar-header {
  padding: 1rem 1.2rem;
  z-index: 6;
  border-bottom: 1px solid gainsboro;
}
.cart-sidebar .cart-sidebar-header button {
  color: #313131;
  border: 0;
  background-color: transparent;
  transition: 0.2s 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 gainsboro;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item figure {
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.85rem;
}
.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-number {
  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-item .quantity {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .quantity input {
  width: 2.8rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 0;
  box-shadow: unset;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .quantity input:hover {
  border-color: #b8b8b8;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .quantity input::-webkit-outer-spin-button,
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .quantity input[type=number] {
  -moz-appearance: textfield;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .quantity button {
  width: 2.5rem;
  height: 2.5rem;
  color: #223468;
  border: 1px solid gainsboro;
  background-color: white;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .quantity button:hover {
  border-color: #b8b8b8;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .quantity button.quantity-plus {
  border-left: 0;
  border-radius: 0 0.3rem 0.3rem 0;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .quantity button.quantity-minus {
  border-right: 0;
  border-radius: 0.3rem 0 0 0.3rem;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .remove-from-cart {
  color: gray;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-item .remove-from-cart:hover {
  text-decoration: underline;
}
.cart-sidebar .cart-sidebar-content .cart-sidebar-content-extra {
  padding: 1.2rem;
}
.cart-sidebar .cart-sidebar-footer {
  padding: 1.2rem;
  border-top: 1px solid gainsboro;
}

.cart-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  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: 1400px) {
  .container-lg {
    max-width: 1536px;
  }
}

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

.container-right {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
}
@media screen and (min-width: 576px) {
  .container-right {
    max-width: calc(50% + 270px);
  }
}
@media screen and (min-width: 768px) {
  .container-right {
    max-width: calc(50% + 360px);
  }
}
@media screen and (min-width: 992px) {
  .container-right {
    max-width: calc(50% + 480px);
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container-right {
    max-width: calc(50% + 570px);
  }
}
@media screen and (min-width: 1400px) {
  .container-right {
    max-width: calc(50% + 700px);
  }
}

/* Sections */
section {
  padding: 3rem 0;
}
@media screen and (min-width: 576px) {
  section {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 4rem 0;
  }
}
section.section-sm {
  padding: 2rem 0;
}
section.section-sm-top {
  padding-top: 2rem;
}

/* Blocks */
.block {
  padding: 1rem;
}
@media screen and (min-width: 576px) {
  .block {
    padding: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .block.block-xs {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 576px) {
  .block.block-sm {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .block.block-lg {
    padding: 2.5rem;
  }
}
.block.bg-blue p a, .block.bg-blue ul a, .block.bg-blue ol a {
  color: white;
  text-decoration: underline;
}

/* Breadcrumbs */
.breadcrumb-wrapper {
  height: 1.8rem;
  margin: 1rem 0 0 1.7rem;
}

.breadcrumb {
  top: 0;
  align-items: center;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb span {
  white-space: nowrap;
}
.breadcrumb a {
  color: #223468;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .fa-home {
  margin-right: 0.1rem;
  font-size: 0.85rem;
  transform: translateY(-0.05rem);
}
.breadcrumb .fa-angle-right {
  margin: 0 0.4rem;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 576px) {
  .breadcrumb .fa-angle-right {
    margin: 0 0.6rem;
  }
}

/* Hero */
.hero {
  padding: 1rem 0 0 0;
}
@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 {
  aspect-ratio: 16/11;
}
.subpage-hero img {
  clip-path: polygon(1.2rem 0, 0 5rem, 0% 100%, 100% 100%, 100% 0%);
}

/* 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;
  }
}

/* Merken */
.merken .logo {
  aspect-ratio: 1/1;
  padding: 2.2rem;
}
.merken .logo:hover {
  opacity: 0.6;
}

/* FAQ */
.toggle-list.toggle-list-bordered li {
  border: 1px solid gainsboro;
}
.toggle-list .toggle-list-item {
  border-bottom: 1px solid gainsboro;
  border-radius: 0.2rem;
  background-color: white;
}
.toggle-list .toggle-list-item button {
  padding: 1.2rem 2.8rem 1.2rem 0;
  display: flex !important;
  align-items: center;
  color: #313131;
  border: 0;
  background-color: unset;
  transition: 0.2s all ease;
}
.toggle-list .toggle-list-item button:after {
  content: "";
  position: absolute;
  right: 1.1rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: #ea560d;
  transition: 0.2s all ease;
}
.toggle-list .toggle-list-item button.collapsed:after {
  transform: rotate(180deg);
}
.toggle-list .toggle-list-item .toggle-list-text {
  padding: 0 2.5rem 0 0;
  margin: 0 0 1.1rem 0;
}

/* Blog */
.blog-hero {
  aspect-ratio: 16/9;
}

.blog {
  display: block;
  height: 100%;
  color: #313131;
  text-decoration: none;
  border: 1px solid gainsboro;
  background-color: white;
}
.blog .blog-photo {
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 1.2rem;
}
@media screen and (min-width: 576px) {
  .blog .blog-content {
    padding: 1.5rem;
  }
}
.blog:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 0 0.95rem rgba(0, 0, 0, 0.1);
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* Category block */
.category-block {
  padding: 1rem;
  position: relative;
  box-shadow: 0 0 0.95rem rgba(0, 0, 0, 0.1);
  background-color: gainsboro !important;
  clip-path: polygon(1.2rem 0, 0 5rem, 0% 100%, 100% 100%, 100% 0%);
}
.category-block:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  clip-path: polygon(1.2rem 0, 0 5rem, 0% 100%, 100% 100%, 100% 0%);
  background-color: white;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .category-block {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .category-block {
    padding: 2rem;
  }
}
.category-block .logo {
  width: 6rem;
  height: 1.9rem;
  margin-bottom: 0.8rem;
  object-position: left;
}
.category-block figure {
  height: 8rem;
  margin: 0 auto 1rem auto;
  aspect-ratio: 4/3;
  padding: 0 0.8rem;
}
@media screen and (min-width: 992px) {
  .category-block figure {
    height: auto;
    margin: 0 0 1rem 0;
  }
}
.category-block p {
  margin: 0 0 1.4rem 0;
  color: #5c5c5c;
}
/* OWL carousel */
.owl-carousel .owl-stage {
  display: flex;
}

.category-slider-wrapper {
  padding-bottom: 1rem;
  background: linear-gradient(0deg, #f5f7fa 0%, #f5f7fa 50%, white 50%, white 100%);
}
@media screen and (min-width: 992px) {
  .category-slider-wrapper {
    padding-bottom: 0;
  }
}

.category-slider .owl-stage, .product-slider .owl-stage {
  padding: 1rem 0 1rem 0.9rem;
}

.category-slider-nav, .product-slider-nav {
  padding: 1rem 0 2rem 0;
}
.category-slider-nav button, .product-slider-nav button {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 0.6rem;
  color: white;
  border: 0;
  background-color: #223468;
  transition: 0.2s all ease;
}
.category-slider-nav button:hover, .product-slider-nav button:hover {
  background-color: #ea560d;
}

.logo-slider .owl-stage {
  padding: 1rem 0.7rem 1rem 0.7rem;
}
.logo-slider .owl-nav button {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 2rem !important;
  color: #223468 !important;
}
.logo-slider .owl-nav button.owl-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .logo-slider .owl-nav button.owl-prev {
    left: -3rem;
  }
}
.logo-slider .owl-nav button.owl-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .logo-slider .owl-nav button.owl-next {
    right: -3rem;
  }
}
.logo-slider .logo {
  aspect-ratio: 1/1;
  padding: 1.5rem 1.2rem;
  box-shadow: 0 0.1rem 0.35rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 576px) {
  .logo-slider .logo {
    padding: 3rem 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .logo-slider .logo {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .logo-slider .logo {
    padding: 3rem 1.8rem;
  }
}
.logo-slider .logo img {
  transition: 0.2s all ease;
}
.logo-slider .logo:hover img {
  opacity: 0.6;
}

/* Image text block */
.image-text-block:before {
  content: "";
  width: 100%;
  height: calc(100% - 5rem);
  bottom: 0;
  right: 0;
  position: absolute;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: white;
}
@media screen and (min-width: 992px) {
  .image-text-block:before {
    width: calc(100% - 1.2rem);
    height: 100%;
  }
}
.image-text-block .block {
  padding: 4rem 1.5rem 2.5rem 1.5rem;
  clip-path: polygon(1.2rem 0, 0 5rem, 0% 100%, 100% 100%, 100% 0%);
}
@media screen and (min-width: 576px) {
  .image-text-block .block {
    padding: 4.5rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .image-text-block figure {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

/* Video Modal */
#video-modal .close {
  width: 3rem;
  height: 3rem;
  background-color: #ea560d;
  transition: 0.2s all ease;
}
#video-modal .close:hover {
  background-color: #c94708;
}

/* Woocommerce */
/* Woocommerce - Alerts */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  margin-bottom: 2.617924em;
  background-color: #ea560d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  padding: 1em 2em 1em 3.5em;
  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: #fff;
}

.woocommerce-message a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
  color: #fff;
  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: "";
  display: inline-block;
  position: absolute;
  top: 1.05em;
  left: 1.5em;
  color: #fff;
}

.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !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: #fff;
  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: "";
}

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

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

.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 {
  background-color: #c4492d;
}

/* Woocommerce - Filter bar */
.filter-bar .lijst-weergave {
  padding: 0.8rem;
  color: #313131;
  border-radius: 0.3rem;
  border: 1px solid gainsboro;
  background-color: transparent;
}
.filter-bar .lijst-weergave:hover {
  background-color: #f5f7fa;
}

/* Woocommerce - Archive Description */
.intro.intro-collapsed .term-description p:not(:first-child) {
  display: none;
}

.intro.intro-collapsed .term-description p {
  margin-bottom: 0.2rem;
}

.intro .term-description p {
  margin-right: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.intro.intro-expand .term-description p {
  margin-right: 0;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}

.intro .toggle-text {
  padding: 0;
  color: #3cae5b;
  float: right;
  margin-top: -37px;
  border: 0;
  background-color: unset;
}

.intro-expand .toggle-text {
  float: unset;
  margin-top: unset;
}

/* Woocommerce - Categories list */
.product-category.active > a {
  font-weight: bold !important;
}

.product-categories {
  line-height: 1.7rem;
}
.product-categories li a {
  color: #313131;
  text-decoration: none;
}
.product-categories li a:hover {
  text-decoration: underline;
}
.product-categories li .children, .product-categories li .grandchildren {
  display: none;
  margin: 0.3rem 0 0.4rem 0;
  padding-left: 0.7rem;
  border-left: 2px solid gainsboro;
}
.product-categories li .children a, .product-categories li .grandchildren a {
  font-weight: 400;
}
.product-categories li.current-parent-cat .children {
  display: block;
}
.product-categories li.current-child-cat .grandchildren, .product-categories li.active-grandchild .grandchildren {
  display: block;
}
.product-categories li.active-child {
  display: block;
}
.product-categories li.active-child .children {
  display: block;
}
.product-categories li .children:has(li.active-grandchild) {
  display: block !important;
}

/* Woocommerce - Filters */
#filter-show {
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .filters {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: scroll;
    transform: translateY(calc(100%));
    transition: 0.3s all ease;
    z-index: 10;
    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: white;
    border: 0;
    background-color: transparent;
  }
}
.filter-block {
  padding: 1.4rem;
  border-bottom: 1px solid gainsboro;
  position: relative;
  /* Collapse */
}
@media screen and (min-width: 992px) {
  .filter-block {
    margin: 0 0 1.4rem 0;
    padding: 0;
    border-bottom: 0;
  }
}
.filter-block .icon-information {
  position: absolute;
  top: 1px;
  right: 2rem;
}
.filter-block h4, .filter-block .h4 {
  font-size: 1.1rem;
}
.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.3rem;
  }
}
.filter-block .btn-toggle {
  padding: 0 0 0.45rem 0;
  border: 0;
  background-color: unset;
  transition: 0.2s all ease;
}
.filter-block .btn-toggle i {
  margin-right: 0.2rem;
  color: #223468;
}
.filter-block .btn-toggle .fa-chevron-down {
  transform: scaleY(-1);
  transition: 0.2s all ease;
}
.filter-block .btn-toggle.collapsed i.fa-chevron-down {
  transform: scaleY(1);
}
.filter-block .btn-toggle:hover {
  opacity: 0.7;
}
.filter-block .btn-toggle:focus {
  outline: 0;
}
.filter-block .collapse-content {
  margin: 0.5rem 0 0 0;
}
.filter-block .checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 1.6rem;
  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: white;
}
.filter-block .checkbox-wrapper input:hover:checked ~ .checkmark {
  background-color: whitesmoke;
}
.filter-block .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.filter-block .checkbox-wrapper:hover input ~ .checkmark {
  background-color: #f5f7fa;
}
.filter-block .checkbox-wrapper .checkmark {
  position: absolute;
  left: 0;
  height: 0.9rem;
  width: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8d8d8d;
  border-radius: 0.1rem;
}
.filter-block .checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.95rem;
  font-weight: 700;
  color: #219ebc;
  display: none;
}
.filter-block .count-number {
  color: #adadad;
}

/* Woocommerce - Product block */
.product-block .product-block-left, .product-block .product-block-right {
  width: 1.4rem;
  margin: 3rem 0;
  border-bottom: 5px solid #ffc430;
  background-color: #f5f7fa;
}
.product-block .product-block-content {
  padding: 1rem;
  border: 1px solid gainsboro;
  transition: 0.2s all ease;
}
@media screen and (min-width: 576px) {
  .product-block .product-block-content {
    padding: 1rem;
  }
}
.product-block .product-block-content:hover {
  box-shadow: 0 0 0.95rem rgba(0, 0, 0, 0.1);
}
.product-block .product-block-content figure {
  aspect-ratio: 1/1;
  max-height: 7rem;
  margin: 1.2rem auto 1.2rem;
}
@media screen and (min-width: 576px) {
  .product-block .product-block-content figure {
    max-height: 11rem;
    margin: 1.2rem auto 2rem;
  }
}
.product-block .product-block-content figure img {
  width: 100%;
  height: 100%;
}
.product-block .product-block-content .product-info a {
  color: #223468;
  text-decoration: none;
}
.product-block .product-block-content .product-info a:hover {
  color: inherit;
  text-decoration: underline;
}
.product-block .product-block-content .product-info .logo {
  width: 6rem;
  height: 1.5rem;
  margin-bottom: 0.8rem;
  object-position: left;
}
.product-block .product-block-content .product-info .product-title {
  margin: 0 0 0.8rem 0;
}
.product-block .product-block-content .product-info ul {
  line-height: 1.4;
}
.product-block .product-block-content .product-info .dropdown button {
  padding: 0.42rem 0.8rem;
  font-size: 1rem;
}
.product-block .product-block-content .product-info .dropdown .dropdown-menu .dropdown-item {
  font-size: 0.95rem;
}
.product-block .product-block-content .product-info .dropdown .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
}
.product-block .product-price {
  margin: 0 0 1.3rem 0;
}
.product-block .product-price .price {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}
.product-block .product-price .price del {
  font-size: 0.95rem;
  font-weight: 400;
}
.product-block .star-rating {
  margin: 0 0 0.2rem 0;
}
.product-block .btn-shop {
  width: 100%;
}

/* List view */
.product-list-head {
  padding: 0 0.5rem 0.5rem 0.5rem;
  border-bottom: 2px solid gainsboro;
}

.product-block-list {
  padding: 1rem 0.5rem 1rem 0.5rem;
  border-bottom: 1px solid gainsboro;
}
.product-block-list .product-title {
  display: block;
  text-decoration: none;
  line-height: 1.2;
}
.product-block-list .product-title:hover {
  text-decoration: underline;
}
.product-block-list .price del {
  margin-right: 0;
}
.product-block-list .btn-shop {
  max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .product-block-list .btn-shop .btn-shop-text i {
    padding-right: 0;
  }
}
.product-block-list .btn-shop .btn-shop-text span {
  display: none;
}
@media screen and (min-width: 992px) {
  .product-block-list .btn-shop .btn-shop-text span {
    display: block;
  }
}

.product-list-row:nth-child(odd) .product-block-list {
  background-color: #f5f7fa;
}

/* 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.4rem;
  height: 2.4rem;
  margin: 0 0.15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #313131;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.2s 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 gainsboro;
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  color: #313131;
  background-color: #f5f7fa;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: white;
  text-decoration: none;
  background: #ea560d;
}
.pagination .nav-links .page-numbers.current {
  color: white;
  border: 1px solid #ea560d;
  background-color: #ea560d;
}

/* Woocommerce - Product single */
.sticky-add-to-cart {
  height: 0;
  top: 0;
  position: sticky;
  z-index: 2;
  transform: translateY(-7rem);
  transition: 0.2s 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 gainsboro;
  }
}
.sticky-add-to-cart img {
  width: 4rem;
  height: 4rem;
  padding: 0.4rem;
  flex-shrink: 0;
  object-fit: contain;
  background-color: #f5f7fa;
}

/* Gallery */
.product-slider-wrapper {
  position: relative;
}
.product-slider-wrapper .logo {
  width: 6rem;
  height: 6rem;
  object-position: top left;
}
@media screen and (min-width: 768px) {
  .product-slider-wrapper .logo {
    width: 7rem;
    height: 7rem;
  }
}
.product-slider-wrapper .onsale {
  right: 0;
  left: unset;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  border-radius: 0 1rem 0 0;
}
.product-slider-wrapper .onsale:before {
  margin: 0 0.6rem 0 0;
  font-size: 1.25rem;
}
.product-slider-wrapper .product-image-slider img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.product-slider-wrapper .product-thumbnail-slider {
  margin-top: 0.9rem;
  padding: 0 1rem;
}
@media screen and (min-width: 576px) {
  .product-slider-wrapper .product-thumbnail-slider {
    padding: 0;
  }
}
.product-slider-wrapper .product-thumbnail-slider img {
  aspect-ratio: 1/1;
  padding: 0.5rem;
  object-fit: contain;
  border-radius: 0.375rem;
  cursor: pointer;
  border: 1px solid gainsboro;
  transition: 0.2s all ease;
}
.product-slider-wrapper .product-thumbnail-slider img:hover, .product-slider-wrapper .product-thumbnail-slider img.current {
  opacity: 0.8;
}
.product-slider-wrapper .product-thumbnail-slider img.current {
  border-color: #223468;
}
.product-slider-wrapper .product-thumbnail-slider .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 0.85rem !important;
  color: white !important;
  border-radius: 50%;
  background-color: #223468 !important;
  transition: 0.2s all ease;
}
.product-slider-wrapper .product-thumbnail-slider .owl-nav button:hover {
  background-color: #4c5e94 !important;
}
.product-slider-wrapper .product-thumbnail-slider .owl-nav button.owl-prev {
  left: -0.2rem;
}
@media screen and (min-width: 576px) {
  .product-slider-wrapper .product-thumbnail-slider .owl-nav button.owl-prev {
    left: -1.25rem;
  }
}
.product-slider-wrapper .product-thumbnail-slider .owl-nav button.owl-next {
  right: -0.2rem;
}
@media screen and (min-width: 576px) {
  .product-slider-wrapper .product-thumbnail-slider .owl-nav button.owl-next {
    right: -1.25rem;
  }
}
.product-slider-wrapper .product-thumbnail-slider .owl-nav button.disabled {
  display: none;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  background-color: white !important;
}

/* Price */
.price {
  color: #223468;
}
.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 {
  display: block;
  text-decoration: none;
}

/* Sale label */
.onsale {
  padding: 0.5rem 0.8rem;
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
  z-index: 3;
  background-color: #ffc430;
}
.onsale:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.95rem;
  font-weight: 300;
  margin: 0 0.5rem 0 0;
}
/* Rating */
.woocommerce-product-rating {
  display: flex;
}
.woocommerce-product-rating .woocommerce-review-link {
  margin-left: 0.5rem;
  text-decoration: none;
  color: #313131;
}

/* Summary */
@media screen and (min-width: 992px) {
  .summary {
    padding: 1.8rem;
    border: 1px solid gainsboro;
  }
}
.summary .logo {
  width: 7rem;
  height: 7rem;
  top: 2.2rem;
  right: 2.2rem;
  object-position: top left;
}
.summary .product_title {
  display: none;
}
@media screen and (min-width: 992px) {
  .summary .product_title {
    display: block;
  }
}
.summary .woocommerce-product-rating {
  display: none;
}
@media screen and (min-width: 992px) {
  .summary .woocommerce-product-rating {
    display: flex;
  }
}
.summary .product-price-wrapper {
  margin: 1rem 0 1rem 0;
}
.summary .price {
  display: flex;
  font-size: 1.7rem;
  align-items: baseline;
}
.summary .price del {
  font-weight: 400;
}
.summary .price small {
  font-size: 1rem;
  margin-left: 0.4rem;
}
.summary .price#lineair-price {
  display: block;
}
.summary .woocommerce-variation-price {
  margin: 0 0 1rem 0;
}
.summary .woocommerce-variation-price .price {
  font-size: 1.25rem;
}
.summary p {
  margin: 0 0 1.8rem 0;
}
.summary form.cart .quantity input {
  width: 3.8rem;
  height: 100%;
  margin-right: 0.8rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  border: 1px solid gainsboro;
}
.summary form.cart button {
  width: 100%;
}
.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: "Montserrat", sans-serif;
}
.summary .variations th select, .summary .variations td select {
  margin: 0 0 0.3rem 0;
}
.summary .stock {
  display: none;
}
.summary .single_add_to_cart_button {
  border: 0;
  border-right: 6px solid #ea560d;
  background-color: #223468;
}
@media screen and (min-width: 992px) {
  .summary .single_add_to_cart_button {
    font-size: 1.25rem;
  }
}
.summary .single_add_to_cart_button:hover {
  border-color: #ffc430;
  background-color: #223468;
}
.summary .single_add_to_cart_button:before {
  content: "";
  margin: 0 0.7rem 0 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.summary .usp-list li {
  padding-left: 1.8rem;
}
.summary .usp-list li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.summary .usp-list li i {
  top: 0.22rem;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 1rem;
  color: #02b901;
}

/* Table */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: unset;
  background-color: #f5f7fa;
}

.table-striped > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* 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: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 400;
  text-indent: 0;
  color: #2c8059;
}
.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: 0.8rem;
  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 gainsboro;
}

.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: "";
  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: #ffc430;
}

.star-rating::before, .star-rating span::before {
  content: "";
  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: "";
  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: #ffc430;
  opacity: 1;
}

p.stars.selected a:not(.active)::before {
  color: #ffc430;
  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;
}

/* Cross Sell */
.tab-buttons button {
  padding: 1rem;
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .tab-buttons button {
    padding: 1rem 1.2rem 1.2rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .tab-buttons button {
    padding: 1rem 1.5rem 1.2rem 1.5rem;
    font-size: 1.125rem;
  }
}
.tab-buttons button.active {
  background-color: white;
}

@media screen and (min-width: 992px) {
  .cross-sell-item-head {
    padding-left: 6rem;
  }
}

.cross-sell-item {
  padding: 1rem 0;
}
.cross-sell-item:not(:last-child) {
  border-bottom: 1px dotted gainsboro;
}
.cross-sell-item img {
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
  padding: 0.5rem;
  display: none;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .cross-sell-item img {
    display: block;
  }
}
.cross-sell-item .quantity input {
  width: 3rem !important;
}
.cross-sell-item .quantity button {
  width: 1.5rem;
  height: 1.5rem;
  color: #223468;
  border: 1px solid gainsboro;
  background-color: white;
}
.cross-sell-item .quantity button.quantity-minus {
  margin-right: 0.7rem;
}
.cross-sell-item .quantity button.quantity-plus {
  margin-left: 0.7rem;
}
.cross-sell-item .price del {
  margin-right: 0;
}
.cross-sell-item .btn-shop {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cross-sell-item .btn-shop {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .cross-sell-item .btn-shop .btn-shop-text i {
    padding-right: 0;
  }
}

/* Downloads */
.downloads .file {
  padding: 1.5rem 2.2rem;
  border: 2px solid #f5f7fa;
}
.downloads .file .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.downloads .file:hover .file-type {
  transform: translateX(-1.5rem);
}
.downloads .file:hover i.fa-down-to-line {
  transform: translateX(-50%) translateY(-30%);
  opacity: 1;
}
.downloads .file:hover i.fa-play {
  color: #223468;
}
.downloads .file i.fa-circle {
  color: #ccc;
  font-size: 4.8rem;
}
.downloads .file i.fa-play {
  font-size: 1.7rem;
  color: #536f7d;
  transition: 0.2s all ease;
}
.downloads .file i.fa-file {
  color: #ccc;
  font-size: 5rem;
}
.downloads .file i.fa-down-to-line {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  position: absolute;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.2s all ease;
}
.downloads .file .file-type {
  bottom: 0.8rem;
  left: -0.5rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.2rem;
  background-color: #ea560d;
  transition: 0.2s all ease;
}
.downloads .file .file-type.pdf {
  background-color: crimson;
}
.downloads .file .file-type.step {
  background-color: darkcyan;
}
.downloads .file .file-type.doc {
  background-color: midnightblue;
}
.downloads .file .file-type.jpg {
  background-color: orchid;
}
.downloads .file .file-type.png {
  background-color: seagreen;
}

/* Check-out steps */
.steps-item {
  padding: 1.9rem 0.5rem 0;
  display: inline-block;
  flex: 1 1 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .steps-item {
    padding: 2.8rem 0.5rem 0;
  }
}
.steps-item span {
  color: #b8c2cc;
  font-size: 0.7rem;
}
@media screen and (min-width: 576px) {
  .steps-item span {
    font-size: 0.95rem;
  }
}
.steps-item span:before {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 6 Pro";
  color: white;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #dae1e7;
  background: white;
}
@media screen and (min-width: 576px) {
  .steps-item span:before {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.steps-item:not(:first-child):before {
  background: #ea560d;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 18px;
  width: 100%;
}
.steps-item.is-active span {
  color: #313131;
  font-weight: bold;
}
.steps-item.is-active span:before {
  color: #ea560d;
  background: #ea560d;
  border: 2px solid #ea560d;
  box-shadow: inset 0 0 0 4px #fff;
}
.steps-item.is-active ~ .steps-item:before {
  background-color: #dae1e7;
}
.steps-item.is-done span:before {
  border-color: #ea560d;
  background: #ea560d;
  font-weight: 400;
}

/* Woocommerce - Winkelwagen */
.woocommerce-cart-form.processing .cart-table:after {
  content: "";
  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 gainsboro;
}
.cart-item img {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  background-color: #f5f7fa;
}
.cart-item a {
  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: #ea560d;
}
.cart-item .remove:hover {
  text-decoration: underline;
}
.cart-item .woocommerce-Price-amount {
  font-weight: 700;
}

.tax_label {
  display: none;
}

.coupon-link:after {
  content: "";
  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%;
  border-right: 6px solid #223468;
}

.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.tax-total {
  text-transform: uppercase;
}
.shop_table tr th, .shop_table tr td {
  padding: 1.15rem 0;
  font-weight: 400;
  border-top: 1px solid gainsboro;
}
.shop_table tr th {
  width: 50%;
  font-weight: 700;
}
.shop_table tr.order-total td strong {
  font-size: 1.125rem;
}

.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: #ea560d;
}

/* Woocommerce - Check-out */
.woocommerce-form-login-toggle .alert {
  padding: 0;
  color: #313131;
  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: calc(50% - .5rem);
    display: inline-block;
  }
}

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

.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;
}
.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;
}

.woocommerce-checkout-payment .button {
  border-right: 6px solid #223468;
}
.woocommerce-checkout-payment .button:hover {
  border-right: 6px solid #223468;
}

.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 gainsboro;
}
@media screen and (min-width: 992px) {
  .order-table-total tr th {
    width: 50%;
  }
}
.order-table-total tr.tax-total th {
  text-transform: uppercase;
}
.order-table-total tr.order-total td strong {
  font-size: 1.125rem;
}

.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.375rem 0.375rem 0 0;
}
ul.wc_payment_methods li:last-child label {
  border-radius: 0 0 0.375rem 0.375rem;
}
ul.wc_payment_methods li label {
  width: 100%;
  margin: 0;
  padding: 1rem 1rem 1rem 2.7rem;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid gainsboro;
  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: 1rem;
  height: 1rem;
  background: white;
  border-radius: 50%;
  border: 1px solid gainsboro;
}
ul.wc_payment_methods li label img {
  margin: 0 !important;
  position: absolute !important;
  right: 1rem;
  top: 1.3rem;
}
ul.wc_payment_methods li input[type=radio]:checked + label:before {
  border-color: #ea560d;
  background-color: #ea560d;
}
ul.wc_payment_methods li input[type=radio]:checked + label:after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  left: 1.27rem;
  border-radius: 50%;
  background-color: white;
}
ul.wc_payment_methods li .payment_box {
  margin: 0;
  padding: 1rem;
  font-style: italic;
  background-color: #f5f7fa;
  border-radius: 0 !important;
  border-right: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}
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 gainsboro;
  border-radius: 0.5rem;
  transition: 0.2s 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.375rem 0.375rem !important;
}

.woocommerce-terms-and-conditions {
  margin: 0 0 1.3rem 0;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px solid gainsboro;
  background-color: #f5f7fa;
}

.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: 4;
}
@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: white;
  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 gainsboro;
}
@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;
  color: #313131;
  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: 0.95rem;
    border-left: 3px solid gainsboro;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #ea560d;
  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: #ea560d;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "";
}

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

.woocommerce-orders-table__row a {
  color: #313131;
  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 gainsboro;
  border-left: 2px solid #ea560d;
  background-color: white;
}

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

.table tr td {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.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: "";
  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: 0.375rem;
  border: 1px solid gainsboro;
  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: "";
}
.woocommerce-thankyou-order-details li.email:before {
  content: "";
}
.woocommerce-thankyou-order-details li.total:before {
  content: "";
}
.woocommerce-thankyou-order-details li.method:before {
  content: "";
}

/* Forms */
label {
  margin: 0 0 0.5rem 0;
  display: block;
}

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: 0.75rem;
  background-color: white;
  color: #313131;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  border: 1px solid gainsboro;
  border-radius: 0.375rem;
}

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

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% - 20px) calc(1.3rem + 2px), calc(100% - 15px) calc(1.3rem + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.95rem;
  background-repeat: no-repeat;
}

input[type=submit] {
  color: white;
  border-color: #ea560d;
  background-color: #ea560d;
}
input[type=submit]:hover {
  color: #c94708;
  border-color: #c94708;
  background-color: #c94708;
}

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

/* Ninja Forms */
.nf-form-title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.nf-form-title h3 {
  margin: 0 0 0.2rem 0;
  font-size: 1.6rem;
}

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

.nf-form-content {
  padding: 0 !important;
}
.nf-form-content h4 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.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 .nf-field-label label {
  font-weight: 600 !important;
}
.nf-form-content .listradio-wrap ul {
  height: 3rem;
  display: flex;
  align-items: center;
}
.nf-form-content .listradio-wrap ul li {
  margin-bottom: 0 !important;
}
.nf-form-content .listradio-wrap ul li:not(:last-child) {
  margin-right: 1rem !important;
}
.nf-form-content .listradio-wrap ul li label {
  margin-bottom: 0 !important;
}
.nf-form-content input[type=submit] {
  height: unset !important;
  padding: 0.75rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 0;
  color: white !important;
  background-color: #ea560d !important;
}
.nf-form-content input[type=submit]:hover {
  color: white !important;
  background-color: #c94708 !important;
}

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

/* Popup */
.pop-up {
  width: 25rem;
  max-width: 100%;
  bottom: 4rem;
  left: 1rem;
  padding: 1.4rem 2.5rem 1.4rem 1.4rem;
  position: fixed;
  display: none;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 576px) {
  .pop-up {
    bottom: 1.5rem;
    left: 1.5rem;
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.pop-up .close-pop-up {
  padding: 1rem;
  top: 0;
  right: 0;
  position: absolute;
  line-height: 0;
  border: 0;
  background-color: unset;
  transition: 0.2s all ease;
}
.pop-up .close-pop-up:hover {
  opacity: 0.6;
}
.pop-up .h3 {
  font-size: 1.35rem;
  color: inherit !important;
}
.pop-up p {
  margin: 0 0 1.2rem 0;
}

/* Footer */
.newsletter {
  overflow-x: clip;
  background-color: #ea560d;
}
@media screen and (min-width: 992px) {
  .newsletter {
    background-color: transparent;
  }
}
.newsletter .newsletter-block {
  width: 100%;
  padding: 1.5rem 0 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .newsletter .newsletter-block {
    width: calc(100% - 2.5rem);
    margin-bottom: -3.2rem;
    padding: 1.5rem 1rem 1.5rem 0;
    background-color: #ea560d;
  }
}
.newsletter .newsletter-block h3 {
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .newsletter .newsletter-block h3 {
    font-size: 1.3rem;
  }
}
.newsletter .newsletter-block form {
  border-radius: 2rem;
}
.newsletter .newsletter-block form input {
  margin: 0 !important;
  padding-left: 1.5rem;
  box-shadow: unset;
  border-radius: 0;
}
.newsletter .newsletter-block form button {
  border-color: #223468;
  background-color: #223468;
}
@media screen and (min-width: 992px) {
  .newsletter .newsletter-block:before {
    content: "";
    display: block;
    position: absolute;
    width: 999rem;
    top: 0;
    left: -999rem;
    bottom: 0;
    background-color: #ea560d;
  }
}
@media screen and (min-width: 992px) {
  .newsletter .newsletter-block:after {
    content: "";
    width: 0.8rem;
    height: 100%;
    top: 0;
    right: -0.8rem;
    position: absolute;
    background-color: #ea560d;
    clip-path: polygon(0 100%, 0 0, 100% 3.1rem, 100% 100%);
  }
}

footer {
  padding: 0;
  background-color: #223468;
}
@media screen and (min-width: 992px) {
  footer {
    padding: 6.5rem 0 4.5rem 0;
  }
}
footer h4 {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  footer h4 {
    font-size: 1.25rem;
  }
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 991.98px) {
  footer .menu-column {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-menu {
  border-top: 1px solid #3e4d64;
}
@media screen and (min-width: 992px) {
  footer .footer-menu {
    border-top: 0;
  }
}
footer .footer-menu .menu-title {
  margin: 0;
  padding: 1.6rem 12px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  footer .footer-menu .menu-title {
    margin: 0 0 1rem 0;
    padding: 0;
    cursor: default;
  }
}
footer .footer-menu .menu-title:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 14 14'%3E%3Cpath fill='%23fff' d='M14 8H8v6H6V8H0V6h6V0h2v6h6v2z'/%3E%3C/svg%3E");
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: 1.1rem;
}
@media screen and (min-width: 992px) {
  footer .footer-menu .menu-title:after {
    content: unset;
  }
}
footer .footer-menu.collapsed {
  padding-bottom: 1.6rem;
}
footer .footer-menu.collapsed .menu-title:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 14 14'%3E%3Cpath fill='%23fff' d='M14 8H0V6h14v2z'/%3E%3C/svg%3E");
}
@media screen and (min-width: 992px) {
  footer .footer-menu.collapsed .menu-title:after {
    content: unset;
  }
}
footer .footer-menu.collapsed .menu-list {
  display: block;
}
footer .footer-menu .menu-list {
  padding: 0 12px;
  display: none;
}
footer .footer-menu .menu-list li:not(:last-child) {
  margin-bottom: 0.9rem;
}
@media screen and (min-width: 992px) {
  footer .footer-menu .menu-list li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-menu .menu-list {
    padding: 0;
    display: block;
  }
}
footer .footer-menu .menu-list.menu-list-bottom {
  margin-bottom: 55px;
}
footer .contact-info li:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer .contact-info li.has-icon {
  position: relative;
  padding-left: 2.1rem;
}
footer .contact-info li.has-icon i {
  top: 0.18rem;
  left: 0;
  position: absolute;
  font-size: 1.1rem;
}

.footerbar {
  padding: 1.8rem 0 5rem 0;
}
@media screen and (min-width: 576px) {
  .footerbar {
    padding: 1.8rem 0;
  }
}
.footerbar a {
  color: #313131;
  text-decoration: none;
}
.footerbar a:hover {
  text-decoration: underline;
}

.payment-logos img {
  max-width: 100%;
  height: 1.6rem;
}

.socials {
  margin-top: 2rem;
}
.socials li:not(:last-child) {
  margin-right: 0.3rem;
}
.socials li a {
  width: 2.4rem;
  height: 2.4rem;
  color: white;
  text-decoration: none;
  border: 1px solid white;
}
.socials li a:hover {
  color: white;
  background-color: #ea560d;
}

/* 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;
}

.concept-letters .concept-letter {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: bold;
  text-decoration: none;
}
.concept-letters .concept-letter.concept-letter-empty {
  opacity: 0.4;
}
.concept-letters .concept-letter.concept-letter-empty:hover {
  text-decoration: none;
}
.concept-letters .concept-letter:hover {
  text-decoration: underline;
}

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

.wpc-product-form table {
  width: 100%;
}

.awspc-field-row td {
  padding: 0.5rem 0;
}

.awspc-output-product {
  margin-bottom: 1rem;
}

.awspc-text-after-field {
  font-size: 0.8rem;
  margin-top: 5px;
  margin-bottom: 0;
}

dl.awspc-variation {
  font-size: 0.8rem;
}
dl.awspc-variation p {
  margin-bottom: 0;
}
dl.awspc-variation .awspc-variation-value {
  font-weight: 300;
}
dl.awspc-variation dd {
  margin-bottom: 0;
}

.form-check input[type=hidden] ~ label {
  position: relative;
  left: -1.5rem;
}

#search-results {
  position: relative;
}
#search-results #pre-load {
  filter: blur(3.5px);
}
#search-results .overlay-search-results {
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  z-index: 100;
}

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