/*
Theme Name: Sinergio
Author: Sinergio
Author URI: https://www.sinergio.be/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "UTF-8";
/* ======================================
        VARIABELE
====================================== */
/* ======================================
        INCLUDES FUNCTIES
====================================== */
/* ======================================
        ALGEMEEN
====================================== */
.woofc-item-price {
  display: none !important;
}
.xoo-cp-btns {
  display: flex;
  gap: 10px;
}
.xoo-cp-btns .xcp-btn {
  margin-right: 0 !important;
  text-transform: normal !important;
  font-weight: bold;
  font-family: "Raleway", sans-serif !important;
  width: 100% !important;
  text-decoration: none !important;
}
.cart_totals a.keep-shopping {
  display: none !important;
}
.added_to_cart {
  text-decoration: none !important;
  background: #f0f0f0;
  border-radius: 8px;
  color: #0b4051 !important;
  margin-left: 5px;
  padding: 5px 10px;
  display: flex !important;
  align-items: center !important;
  font-family: "Raleway", sans-serif;
}
button.single_add_to_cart_button::after {
  display: none !important;
}
input.forminator-input, textarea.forminator-textarea {
  background: #2a4e4217 !important;
  border-radius: 5px !important;
  border: 1px solid #0A4051 !important;
}
span.select2-selection {
  background: #2a4e4217 !important;
  border-radius: 5px !important;
  border: 1px solid #0A4051 !important;
  height: 42.8px !important;
}
.forminator-select-dropdown {
  background: #2a4e42 !important;
  border-radius: 5px !important;
  border: 1px solid #0A4051 !important;
}
.forminator-label {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #0A4051 !important;
}
.forminator-button-submit {
  background: #D8FC43 !important;
  color: #0A4051 !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
  font-weight: bold !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.forminator-button-submit:hover {
  background: #C2DF4D !important;
}
.forminator-error-message {
  padding: 0 !important;
  font-size: 14px !important;
}
.forminator-select-dropdown {
  background: #CCD2D4 !important;
  border: 1px solid #0A4051 !important;
}
#ui-datepicker-div {
  background: #CCD2D4 !important;
}
.woocommerce-tabs ul.wc-tabs li.reviews_tab {
  display: none !important;
}
/* To hide the content area as well if it remains */
#tab-reviews {
  display: none !important;
}
/* ======================================
        EXTRA
====================================== */
.grecaptcha-badge {
  display: none !important;
}
.not_logged_in_overview {
  filter: blur(4px);
}
.registreer .u-column1 {
  display: none;
}
.registreer .u-column2 {
  width: 100% !important;
  float: left !important;
}
#billing_profesional {
  position: relative !important;
}
#billing_klantnummer_field {
  opacity: 0.5;
  pointer-events: none;
}
#billing_klantnummer_field .optional {
  display: none !important;
}
/* ======================================
        IMPORTS
====================================== */
/* ======================================
        HEADER
====================================== */
/* ======================================
        LOGO
====================================== */
/* ======================================
        NAVIGATIE
====================================== */
/* ======================================
        HOME
====================================== */
.header--home {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.header--home .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.header--home .bg-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
  object-position: center;
}
@keyframes imageFadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header--home .bg-image2 {
  opacity: 0;
  animation: imageFadeIn 4s ease-out forwards;
  animation-delay: 1s;
}
.header--home__text h1 {
  position: relative;
  z-index: 3;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 5px;
  margin-top: -150px;
}
.header--home__text p {
  position: relative;
  z-index: 3;
  color: white;
  max-width: 500px;
  margin: 0 auto;
}
.header--home::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.header--home__text a {
  color: white;
  border: 2px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header--home__text a:hover {
  background: white;
  color: black;
}
.scroll-icon {
  position: absolute;
  z-index: 3;
  width: 150px;
  height: auto;
  margin: 0 auto;
  left: 50%;
  bottom: 0;
  margin-left: -75px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.scroll-icon:hover {
  opacity: 0.5;
}
.home-intro {
  padding: 100px 0;
  display: flex !important;
  align-items: center !important;
}
.home-intro .knop a {
  background: white !important;
  color: #0087b3 !important;
}
.home-intro .knop a:hover {
  color: #0087b3 !important;
  opacity: 0.7;
}
.home-intro .knop a span {
  color: #0087b3 !important;
}
.home-intro__text h2 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
}
.home-intro__text p {
  color: white;
}
.home-intro__text a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
.home-intro__text ul {
  color: white;
}
.home-intro__image {
  position: relative;
  overflow: hidden !important;
  /* ::after,
        ::before {
            content: '';
            position: absolute;
            width: 200px;
            height: 200px;
            background: $blue;
            transform: rotate(45deg);
        }
    
        ::after {
            top: -100px;
            left: -100px;
        }
    
        ::before {
            bottom: -100px;
            right: -100px;
        } */
}
.home-intro__image img {
  height: 380px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 10px;
}
.dropdown {
  max-width: 750px;
  margin: 0 auto;
}
.dropdown h3 {
  text-transform: uppercase;
  background: #3AA2C4;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 15px;
  color: white;
  z-index: 5;
  font-weight: bold;
  position: relative;
  padding: 15px 40px 15px 15px;
  margin-bottom: 0 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown h3.dropdown-open::after {
  transform: rotate(0deg);
}
.dropdown h3::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  right: 15px;
  transform: rotate(-45deg);
  background-image: url("https://venstar.be/wp-content/uploads/2021/02/cross.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown .textwidget {
  opacity: 0;
  top: -20px;
  color: white;
  height: 0;
  position: relative;
  background: #006788;
  padding: 15px;
  pointer-events: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropdown .textwidget ul {
  line-height: 26px;
}
.dropdown .textwidget.dropdown-text-open {
  pointer-events: inherit;
  height: auto;
  opacity: 1;
  top: 0;
}
.home-klantenkring {
  padding: 200px 0 100px;
  background: #F2F2F2;
  position: relative;
  display: flex !important;
  align-items: center !important;
}
.home-klantenkring::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 100px;
  opacity: 0.15;
  transform: rotate(180deg);
  filter: grayscale(1);
  background-image: url("https://venstar.be/wp-content/uploads/2021/02/wavesOpacity.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: repeat;
}
.home-klantenkring__text--left {
  position: relative;
}
.home-klantenkring__text--left h2 {
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 25px;
  max-width: 500px;
  line-height: 33px;
}
.home-klantenkring__text--left p {
  max-width: 550px;
}
.home-klantenkring__text--left::before {
  content: "";
  position: absolute;
  top: -60px;
  width: 50px;
  height: 50px;
  background-image: url("https://venstar.be/wp-content/uploads/2021/02/quote.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-klantenkring__text--right p {
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 1px;
  margin: 0;
}
.home-klantenkring__text--right h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0087B3;
  letter-spacing: 1.5px;
  font-size: 30px;
}
.home-wat-te-bieden-title h3 {
  font-weight: bold;
  color: #0087B3;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 30px;
}
.home-tebieden__title h2 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #0087B3;
  letter-spacing: 2px;
}
.home-tebieden__image img {
  height: 250px !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}
.home-tebieden__image a {
  width: 100%;
}
.home-tebieden__text h3 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.home-tebieden__text p {
  position: relative;
  z-index: 2;
  color: white;
}
.home-tebieden__text a {
  color: white;
  font-weight: bold;
}
.home-tebieden__text {
  position: relative;
  top: -50px;
  background: #0087B3;
  max-width: 85%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.home-tebieden__text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 20px;
  background: rgba(0, 135, 179, 0.3);
}
.home-tebieden__contact-block .sow-image-container {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@keyframes tebieden {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  30% {
    transform: scale(1.5);
    opacity: 1;
  }
  50% {
    transform: scale(1.7);
    opacity: 0;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.home-tebieden__contact-block .sow-image-container::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #D8D8D8;
  pointer-events: none;
  transform: scale(1);
  animation: tebieden 3s linear infinite;
}
.home-tebieden__contact-block .sow-image-container::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #D8D8D8;
  pointer-events: none;
  transform: scale(1);
  animation: tebieden 3s linear infinite;
  animation-delay: 0.5s;
}
.featured--timeline {
  position: relative;
  display: flex !important;
  align-items: center !important;
  margin: 50px 0;
  padding: 100px 0;
}
.featured--timeline.hide {
  display: none !important;
}
.featured--timeline__text h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  margin-top: 0;
}
.featured--timeline__text p {
  max-width: 400px;
  margin: 0 auto;
}
.featured--timeline__contact {
  background: #F2F2F2;
  border-radius: 5px;
  padding: 15px;
  max-width: 400px;
  margin: 20px auto 0;
  text-align: center;
}
.featured--timeline__contact p {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  opacity: 0.5;
}
.featured--timeline__contact a {
  width: 100%;
}
.featured--timeline__posts {
  height: 450px;
}
.featured--timeline__posts .slick-prev, .featured--timeline__posts .slick-next {
  display: none !important;
}
.featured--timeline__posts .next-icon {
  position: absolute;
  right: 30px;
  top: 195px;
  z-index: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.featured--timeline__posts .custom-slider {
  position: absolute;
  left: 50%;
  right: -100px;
  height: 450px;
  overflow: hidden;
}
.featured--timeline__posts .slick-track {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.featured--timeline__posts .slick-track .slick-active:not(.slick-current) {
  opacity: 0.5;
  pointer-events: none;
}
.featured--timeline__posts .slick-track .post {
  position: relative;
  background: #F2F2F2;
  padding: 30px;
  width: 100%;
  height: 450px !important;
  border-radius: 15px;
  margin: 0 25px 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.featured--timeline__posts .slick-track .post__image {
  width: 100% !important;
  height: 150px !important;
  overflow: hidden !important;
}
.featured--timeline__posts .slick-track .post__image img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.featured--timeline__posts .slick-track .post__content h2 {
  text-transform: uppercase;
  color: #0087B3;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
}
.featured--timeline__posts .slick-track .post__content p {
  opacity: 0.7;
  font-size: 14px;
}
.featured--timeline__posts .slick-track .post__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.featured--timeline__posts .slick-track .post__more strong {
  opacity: 0.5;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.featured--timeline__posts .slick-track .post__more strong img {
  width: 13px;
  height: 13px;
  margin-right: 7px;
}
.home-contact-cta {
  margin: 200px 0 0;
}
.home-contact-cta h2 {
  color: #0087B3;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.home-contact-cta .widget_sow-button {
  margin-top: 20px;
  text-align: center !important;
}
.home-contact-cta .widget_sow-button .knop {
  display: inline-block;
}
.shop-overview {
  margin-top: 50px;
}
.shop-items {
  float: left;
  width: calc(100% - 320px);
}
.shop-filters {
  float: left;
  width: 100%;
  margin-right: 20px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.shop-filters .bapf_head h3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0 !important;
  color: #0A4051;
}
.shop-filters .bapf_body select {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  border-radius: 0;
  padding: 15px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.shop-filters .bapf_body button {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  background: black;
  padding: 15px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Work Sans";
  border: none;
}
.shop-filters .bapf_body button:hover {
  background: black;
}
.shop-filters.category-selected .berocket_single_filter_widget:first-child {
  display: none !important;
}
.shop-filters .berocket_single_filter_widget:first-child ul {
  padding-left: 0 !important;
}
.shop-filters .berocket_single_filter_widget:first-child ul li.checked label {
  color: #0087b3;
}
.shop-filters .berocket_single_filter_widget:first-child ul li.checked label::before {
  background-color: #0087b3;
}
.shop-filters .berocket_single_filter_widget:first-child ul label {
  font-weight: normal;
  text-transform: normal;
  position: relative;
  display: flex !important;
  align-items: center !important;
  padding-left: 18px;
  color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.shop-filters .berocket_single_filter_widget:first-child ul label:hover {
  opacity: 0.5;
}
.shop-filters .berocket_single_filter_widget:first-child ul label::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #333;
  left: 0;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.shop-filters .berocket_single_filter_widget:first-child ul input {
  display: none !important;
}
.shop-filters .berocket_single_filter_widget:not(:first-child) ul {
  padding-left: 0 !important;
}
.shop-filters .berocket_single_filter_widget:not(:first-child) ul li.checked label {
  color: #0087b3;
}
.shop-filters .berocket_single_filter_widget:not(:first-child) ul li.checked label::before {
  background-color: #0087b3;
}
.shop-filters .berocket_single_filter_widget:not(:first-child) ul label {
  font-weight: normal;
  text-transform: normal;
  position: relative;
  display: flex !important;
  align-items: center !important;
  padding-left: 18px;
  color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.shop-filters .berocket_single_filter_widget:not(:first-child) ul label:hover {
  opacity: 0.5;
}
.shop-filters .berocket_single_filter_widget:not(:first-child) ul label::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  border-radius: 2px;
}
.shop-filters .berocket_single_filter_widget:not(:first-child) ul input {
  display: none !important;
}
.shop-filters a.back-to-categories {
  color: #333;
  opacity: 0.5;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.shop-filters a.back-to-categories:hover {
  opacity: 1;
}
.shop-filters .category-name {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0 !important;
}
/* ---------- Basis / lettertype ---------- */
.woocommerce-order, .woocommerce-order * {
  box-sizing: border-box;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  color: #0A4051;
}
/* Root kleur variabele voor hergebruik */
:root {
  --primary-color: #0A4051;
  --primary-tint: rgba(10,64,81,0.06);
  --accent: rgba(10,64,81,0.12);
}
/* ---------- Bedankmelding ---------- */
.woocommerce-notice.woocommerce-thankyou-order-received {
  display: none !important;
}
/* ---------- Order overview (bovenaan) ---------- */
.woocommerce-order-overview.woocommerce-thankyou-order-details {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}
.woocommerce-order-overview li {
  background: #fff;
  border: 1px solid #e9f1f3;
  padding: 12px 14px;
  border-radius: 8px;
  min-width: 220px;
  flex: 1 1 220px;
  box-shadow: 0 1px 0 rgba(10, 64, 81, 0.02);
  padding: 10px 20px !important;
}
.woocommerce-order-overview .woocommerce-order-overview__payment-method {
  padding-left: 0 !important;
}
.woocommerce-order-overview li strong {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  color: var(--primary-color);
}
/* Labels (kleine tekst boven sterke waarden) */
.woocommerce-order-overview__order, .woocommerce-order-overview__date, .woocommerce-order-overview__email, .woocommerce-order-overview__total, .woocommerce-order-overview__payment-method {
  font-size: 14px;
  color: rgba(10, 64, 81, 0.8);
}
/* ---------- Order details sectie (tabel) ---------- */
.woocommerce-order-details__title {
  font-size: 16px;
  margin: 8px 0 12px 0;
  font-weight: 700;
  color: var(--primary-color);
}
/* Tabel */
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(10, 64, 81, 0.03);
}
.woocommerce-table--order-details thead th {
  text-align: left;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 14px;
  background: rgba(10, 64, 81, 0.03);
  color: var(--primary-color);
  border-bottom: 1px solid #e9f1f3;
}
.woocommerce-table--order-details tbody td, .woocommerce-table--order-details tfoot td, .woocommerce-table--order-details tbody th, .woocommerce-table--order-details tfoot th {
  padding: 12px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #f3f6f7;
  font-size: 14px;
  color: rgba(10, 64, 81, 0.95);
}
.woocommerce-table--order-details tbody tr:last-child td {
  border-bottom: none;
}
/* Productnaam link */
.woocommerce-table__product-name a {
  color: var(--primary-color);
  text-decoration: none;
}
.woocommerce-table__product-name a:hover {
  text-decoration: underline;
}
/* Totals in tfoot */
.woocommerce-table--order-details tfoot th {
  font-weight: 600;
  color: rgba(10, 64, 81, 0.9);
}
.woocommerce-table--order-details tfoot td {
  font-weight: 700;
  color: var(--primary-color);
}
/* Kleine tekst (inclusief BTW) */
.woocommerce-table--order-details small, .woocommerce-table--order-details .includes_tax {
  font-size: 14px;
  color: rgba(10, 64, 81, 0.6);
}
/* Notitie */
.woocommerce-table--order-details tfoot tr th:contains("Notitie"), .woocommerce-table--order-details tfoot tr th:last-child {
  /* fallback, may not work in all browsers */
  font-weight: 600;
}
/* ---------- Custom fields tabel ---------- */
.woocommerce-table--custom-fields {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  margin-bottom: 18px;
}
.woocommerce-table--custom-fields th {
  text-align: left;
  padding: 10px 12px;
  min-width: 240px;
  color: rgba(10, 64, 81, 0.8);
  font-weight: 600;
  background: transparent;
}
.woocommerce-table--custom-fields td {
  padding: 10px 12px;
  color: rgba(10, 64, 81, 0.95);
}
/* ---------- Factuuradres sectie ---------- */
.woocommerce-customer-details {
  margin-top: 20px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e9f1f3;
  border-radius: 8px;
}
.woocommerce-column__title {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--primary-color);
  font-weight: 700;
}
.woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.5;
  color: rgba(10, 64, 81, 0.95);
}
/* Email & telefoon */
.woocommerce-customer-details--email, .woocommerce-customer-details--phone {
  margin-top: 8px;
  font-weight: 600;
  color: rgba(10, 64, 81, 0.9);
}
/* ---------- Links / buttons (consistent kleur) ---------- */
.woocommerce-order a.button, .woocommerce a.button, .woocommerce-order .button {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  border: none;
  box-shadow: none;
}
.woocommerce-order a.button:hover, .woocommerce a.button:hover {
  opacity: 0.95;
}
/* ---------- Mobiel: stapel overzicht ---------- */
@media (max-width: 780px) {
  .woocommerce-order-overview {
    display: grid;
    grid-template-columns: 1fr;
  }
  .woocommerce-order-overview li {
    min-width: auto;
  }
  .woocommerce-table--order-details thead {
    display: none;
    /* compacte weergave op mobiel */
  }
  .woocommerce-table--order-details tbody tr, .woocommerce-table--order-details tfoot tr {
    display: block;
    border-bottom: 1px solid #eef4f5;
    color: #0A4051 !important;
  }
  .woocommerce-table--order-details tbody td, .woocommerce-table--order-details tfoot td {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    color: #0A4051 !important;
  }
  .woocommerce-table__product-name .product-quantity {
    display: inline-block;
    margin-left: 8px;
    color: rgba(10, 64, 81, 0.7);
  }
}
.order-again a {
  background: #D8FC43 !important;
  color: #0A4051 !important;
  font-weight: 800 !important;
  margin-top: 10px !important;
}
.woocommerce-order-received .woocommerce-table {
  box-shadow: none !important;
  border: 1px solid #eeeeee !important;
  padding: 20px !important;
  color: #0A4051 !important;
}
.woocommerce-order-received .woocommerce-table tr, .woocommerce-order-received .woocommerce-table th, .woocommerce-order-received .woocommerce-table td {
  color: #0A4051 !important;
}
.woocommerce-customer-details address {
  border: none !important;
  padding: 0 !important;
}
/* ======================================
        TIMELINE
====================================== */
.timeline-loop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 200px;
  position: relative;
}
.timeline-loop::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 5px;
  top: -50px;
  bottom: 150px;
  left: calc(50% + 2.5px);
}
.timeline-loop .post {
  position: relative;
  background: #F2F2F2;
  padding: 30px;
  width: 100%;
  max-width: calc(50% - 100px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.timeline-loop .post::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  top: 50px;
  transform: rotate(45deg);
  background: #F2F2F2;
}
.timeline-loop .post::after {
  content: "";
  position: absolute;
  top: 50px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0087B3;
  border: 7px solid white;
}
.timeline-loop .post:nth-child(odd)::before {
  right: -17.5px;
}
.timeline-loop .post:nth-child(even)::before {
  left: -17.5px;
}
.timeline-loop .post:nth-child(odd)::after {
  left: calc(100% + 85px);
}
.timeline-loop .post:nth-child(even)::after {
  right: calc(100% + 75px);
}
.timeline-loop .post:nth-child(even) {
  margin-top: 200px;
}
.timeline-loop .post:hover .post__image img {
  transform: scale(1.1);
}
.timeline-loop .post__image {
  width: 100% !important;
  height: 200px !important;
  overflow: hidden !important;
}
.timeline-loop .post__image img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.timeline-loop .post__content h2 {
  text-transform: uppercase;
  color: #0087B3;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
}
.timeline-loop .post__content p {
  opacity: 0.7;
  max-width: 80%;
}
.timeline-loop .post__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.timeline-loop .post__more strong {
  opacity: 0.5;
  display: flex;
  align-items: center;
}
.timeline-loop .post__more strong img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}
.single-post__content {
  max-width: 700px;
  margin: 150px auto 0;
}
.single-post__content img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
  object-position: center;
  margin: 20px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* image scale */
}
.single-post__cta {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.single-post__cta h3 {
  margin-bottom: 20px;
}
.rij1_uitnodiging {
  margin: 100px auto;
}
.rij1_uitnodiging img {
  border-radius: 15px;
}
.rij1_uitnodiging_mobile {
  display: none !important;
}
.rij1_inschrijving {
  margin: 100px 0 0;
  display: flex !important;
  align-items: center !important;
}
.rij1_inschrijving .textwidget {
  max-width: 500px;
  margin: 0 auto;
}
.rij1_inschrijving .textwidget em {
  font-style: normal;
}
.rij1_inschrijving img {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(214, 135, 45, 0.3);
}
body.has-parameters .rij1_inschrijving form p:nth-child(2), body.has-parameters .rij1_inschrijving form p:nth-child(3) {
  display: none !important;
}
.rij1_inschrijving button {
  color: white;
  font-weight: bold;
  background: #0087B3;
  border-radius: 5px;
  padding: 15px 25px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  display: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.rij1_inschrijving button:hover {
  background: #01698b;
}
.rij1_inschrijving form.submitting button[type="submit"] {
  padding-left: 50px;
}
.rij1_inschrijving button[type="submit"]::before {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #fbfbfc;
  top: 17px;
  left: 15px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.rij1_inschrijving form.submitting button[type="submit"]::before {
  opacity: 1;
}
.wpcf7-response-output {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
input[name="your-personen"] {
  border: 2px solid #0087B3;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 5px;
}
.rij1_inschrijving input[type=text], .rij1_inschrijving input[type=email], .rij1_inschrijving input[type=number] {
  border: 2px solid #0087b3;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 5px;
  width: 100%;
}
.rij1_inschrijving label {
  width: 100%;
  max-width: 300px;
}
/* ======================================
        INFORMATION
====================================== */
.information-title {
  max-width: 700px;
  margin: 200px auto 0;
}
.information-title__text h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 28px;
  margin: 0;
  color: #0087B3;
}
.information-title__text p {
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: 0.3;
  font-weight: bold;
  letter-spacing: 2px;
}
.information-keuze {
  margin: 50px 0;
}
.information-keuze .panel-grid-cell {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.information-keuze .panel-grid-cell .so-panel {
  width: 100%;
}
.information-keuze .panel-grid-cell .so-panel:nth-child(2) {
  position: absolute;
}
.information__text {
  background: #0087B3;
  width: 100%;
  border-radius: 20px;
  opacity: 0.5;
  transform: scale(0.9);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.information__text:hover {
  opacity: 1;
  transform: scale(1);
}
.information__text h2 {
  color: white;
  margin: 0;
}
.information__text a {
  color: white;
  display: block;
  padding: 100px 0;
}
/* ======================================
        REFERENCES
====================================== */
.references {
  margin: 100px auto 0;
  display: flex !important;
  align-items: center !important;
}
.references img {
  max-width: 250px !important;
  height: 140px !important;
  object-fit: contain;
  width: 100%;
}
/* ======================================
        CONTACT
====================================== */
.contact--header::before {
  filter: grayscale(1) brightness(3) !important;
}
.contact {
  margin: 0 auto;
  padding: 150px 0 100px;
  position: relative;
}
.contact__gallery img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
}
.contact__details .textwidget h3 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact__details .textwidget div {
  display: flex !important;
  align-items: center !important;
  color: white;
  margin-bottom: 20px;
}
.contact__details .textwidget div:last-child {
  margin-bottom: 0;
}
.contact__details .textwidget div img {
  margin-right: 20px;
  width: 25px !important;
  height: auto;
  filter: invert(1);
}
.contact__details .textwidget div p, .contact__details .textwidget div address {
  margin: 0;
}
.contact__details .textwidget div a {
  color: white;
}
.contact__form .textwidget {
  max-width: 450px;
  margin: 0 auto;
}
.contact__form .textwidget h2 {
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 450px;
  margin-top: 0;
}
.contact__form .textwidget p {
  color: white;
  max-width: 350px;
}
.contact__form form {
  margin-top: 50px;
}
.contact__form form p {
  max-width: 100% !important;
}
.contact__form input, .contact__form textarea {
  width: 100%;
  margin-bottom: 20px;
  background: none;
  border: none;
  border-bottom: 2px solid white;
  color: white;
  padding: 5px 0;
  resize: none;
}
.contact__form input::placeholder, .contact__form textarea::placeholder {
  color: white;
  opacity: 0.5;
  text-transform: uppercase;
}
.contact__form textarea {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 5px;
}
.contact__form input[type="submit"] {
  border-radius: 5px;
  background: transparent;
  border: 2px solid white !important;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: white;
  padding: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact__form input[type="submit"]:hover {
  background: white;
  color: #0087B3;
}
.contact__form span.ajax-loader {
  display: none !important;
}
.contact__form span.wpcf7-not-valid-tip {
  color: #a72020 !important;
  position: absolute;
  right: 0;
  width: 150px;
  top: -6px;
}
.contact__form div.wpcf7-response-output {
  border: none !important;
  color: white !important;
  padding: 10px !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.3) !important;
  border-left: 3px solid white !important;
}
.contact__form form.invalid div.wpcf7-response-output {
  border-left: 3px solid red !important;
  background: rgba(255, 0, 0, 0.3) !important;
}
.maps {
  position: relative;
  margin-bottom: 400px;
}
.maps iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
}
.contact__form form {
  margin-top: 50px;
}
.contact__form form p {
  max-width: 100% !important;
}
.contact__form form input, .contact__form form textarea {
  width: 100% !important;
  margin-bottom: 20px !important;
  background: none !important;
  border: none !important;
  border-bottom: 2px solid white !important;
  color: white !important;
  padding: 5px 0 !important;
  resize: none !important;
}
.contact__form form input::placeholder, .contact__form form textarea::placeholder {
  color: white !important;
  opacity: 0.5 !important;
  text-transform: uppercase !important;
}
.contact__form form textarea {
  background: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
  padding: 15px !important;
  margin-bottom: 0 !important;
  border-radius: 5px !important;
}
.contact__form form span.select2-selection {
  border-radius: 5px;
  padding: 5px 0px !important;
  border: none !important;
}
.contact__form form button.forminator-button-submit {
  border-radius: 5px !important;
  background: white !important;
  border: 2px solid white !important !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
  letter-spacing: 1px !important;
  color: #0087B3 !important;
  padding: 15px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact__form form button.forminator-button-submit:hover {
  opacity: 0.7;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
/* ======================================
        SMARTPHONE (MAX 768px)
====================================== */
/* ======================================
        TABLET (MAX 991px)
====================================== */
/* ======================================
        COMPUTER SCHERM (MIN 991px)
====================================== */
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
@media screen and (min-width: 1400px) {
  .container {
    width: 1370px !important;
  }
}
/*  MID SCREEN  */
@media screen and (max-width: 1400px) {
  li.menu-item a {
    padding: 10px 2px !important;
  }
}
/*  SMALL SCREEN  */
@media screen and (max-width: 1200px) {
  .home-tebieden {
    display: flex;
    flex-direction: column;
  }
  .home-tebieden .panel-grid-cell {
    width: 100% !important;
  }
  .home-tebieden__image a {
    width: 100% !important;
  }
}
/*  TABLET  */
@media screen and (max-width: 991px) {
  #sgpb-popup-dialog-main-div {
    max-width: 600px !important;
    border: none !important;
    background: #447C99 !important;
    padding: 30px !important;
    box-shadow: none !important;
  }
  #sgpb-popup-dialog-main-div .panel-grid-cell {
    width: 100% !important;
  }
  #sgpb-popup-dialog-main-div img {
    max-width: 300px;
  }
  .sgpb-main-html-content-wrapper .panel-no-style {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  /* ======================================
        SHOP
====================================== */
  #shop-menu {
    padding: 10px;
    display: none;
  }
  #menu-shop-menu {
    width: 100%;
  }
  .category-name {
    display: none !important;
  }
  #shop-menu ul li a {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 5px;
  }
  #shop-menu li.menu-item a::after {
    transform: rotate(-90deg);
    margin-left: 8px !important;
  }
  #shop-menu ul {
    text-align: left;
  }
  #shop-menu .has-sub ul {
    display: none !important;
  }
  .shop-filters.category-selected .berocket_single_filter_widget:first-child {
    display: block !important;
  }
  .single-product-container {
    flex-direction: column;
  }
  .single-product-container .woocommerce-product-gallery {
    margin-bottom: 30px;
    width: 100%;
  }
  .single-product-container .summary {
    margin-left: 0;
    width: 100%;
  }
  ul.products:not(.products--home) {
    margin: 100px 0;
  }
  ul.products:not(.products--home) li {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    min-width: 250px;
  }
  .shop-filters {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    background: none !important;
  }
  .shop-items {
    float: none;
    width: 100%;
  }
  .vacatures {
    display: block;
    margin: 70px 0;
  }
  .vacatures > .vacature {
    max-width: 100%;
    flex: none;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .vacatures > .vacature .knop {
    float: none;
    display: inline-block;
  }
}
/*  SMARTPHONE  */
@media screen and (max-width: 768px) {
  .popup-nav {
    display: none !important;
  }
  nav #cssmenu {
    display: block;
  }
  #sgpb-popup-dialog-main-div {
    max-width: 100% !important;
    width: 100% !important;
    border: none !important;
    background: #447C99 !important;
    padding: 30px !important;
    box-shadow: none !important;
  }
  .sgpb-popup-dialog-main-div-theme-wrapper-1 {
    max-width: calc(100% - 100px);
  }
  #sgpb-popup-dialog-main-div h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  #sgpb-popup-dialog-main-div .panel-grid-cell {
    width: 100% !important;
  }
  #sgpb-popup-dialog-main-div img {
    max-width: 200px;
  }
  .sgpb-main-html-content-wrapper .panel-no-style {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  #shop-menu {
    padding: 10px;
    display: none;
  }
  #menu-shop-menu {
    width: 100%;
  }
  #shop-menu ul li a {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 5px;
  }
  #shop-menu li.menu-item a::after {
    transform: rotate(-90deg);
    margin-left: 8px !important;
  }
  #shop-menu ul {
    text-align: left;
  }
  #shop-menu .has-sub ul {
    display: none !important;
  }
  /* ======================================
        HOME
====================================== */
  .logo img {
    width: 150px;
  }
  /* ======================================
        HOME
====================================== */
  .header--home__text h1 {
    margin-top: 0;
    font-size: 25px;
    text-align: left !important;
  }
  .header--home__text p {
    text-align: left !important;
    width: 100%;
    margin: initial;
  }
  .home-intro {
    padding: 50px 0;
  }
  .dropdown h3 {
    font-size: 14px;
  }
  .home-intro__image img {
    height: 250px !important;
  }
  .home-intro__image ::after, .home-intro__image ::before {
    width: 170px;
    height: 170px;
  }
  .home-klantenkring {
    padding: 150px 0 50px;
  }
  .home-klantenkring__text--right p {
    font-size: 13px;
  }
  .home-klantenkring__text--right h3 {
    font-size: 27px;
  }
  .home-tebieden__text {
    max-width: 90%;
  }
  .home-tebieden .panel-grid-cell {
    margin-bottom: 0 !important;
  }
  .featured--timeline__contact {
    max-width: 100%;
  }
  .featured--timeline__posts .custom-slider {
    position: initial;
    height: auto !important;
    left: 0;
    right: 0;
  }
  .featured--timeline__posts .slick-track .post {
    margin-right: 0;
    height: auto !important;
  }
  .featured--timeline__posts .slick-track .post__more {
    flex-direction: column;
    align-items: flex-start;
  }
  .featured--timeline__posts .slick-track .post__more strong {
    margin-bottom: 10px;
  }
  .featured--timeline__posts .next-icon {
    display: none !important;
  }
  .home-contact-cta {
    margin-top: 50px;
  }
  .home-contact-cta h2 {
    font-size: 25px;
  }
  /* ======================================
        TIMELINE
====================================== */
  .header--half__text h1 {
    text-align: left !important;
  }
  .header--half__text p {
    text-align: left !important;
  }
  .timeline-loop {
    flex-direction: column;
    align-items: flex-end;
  }
  .timeline-loop::after {
    left: 15px;
  }
  .timeline-loop .post {
    max-width: calc(100% - 70px);
    margin-top: 50px !important;
  }
  .timeline-loop .post:first-child {
    margin-top: 0 !important;
  }
  .timeline-loop .post::after {
    left: inherit !important;
    right: calc(100% + 32px) !important;
  }
  .timeline-loop .post__content p {
    max-width: 100%;
  }
  .timeline-loop .post::before {
    left: -17.5px !important;
  }
  .timeline-loop .post__more {
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline-loop .post__more strong {
    margin-bottom: 10px;
  }
  /* ======================================
        INFORMATION
====================================== */
  .information-title__text h2 {
    font-size: 25px;
  }
  /* ======================================
        REFERENCES
====================================== */
  .references {
    margin-top: 100px;
  }
  /* ======================================
        CONTACT
====================================== */
  .contact {
    padding-top: 200px;
  }
  .contact__gallery .panel-grid-cell:last-child {
    display: none;
  }
  .contact__form .textwidget {
    max-width: 100% !important;
  }
  /* ======================================
        FOOTER
====================================== */
  footer {
    margin-top: 100px;
  }
  footer .container {
    padding: 0 20px !important;
  }
  footer #menu-menu-1 {
    display: none;
  }
  footer .sinergio .container {
    display: flex;
    flex-direction: column;
  }
  .pipe-footer {
    display: none;
  }
  footer .sinergio p.links, footer .sinergio p.rechts {
    float: left;
    text-align: center;
  }
  footer .sinergio p.links a, footer .sinergio p.links p, footer .sinergio p.rechts a, footer .sinergio p.rechts p {
    margin-bottom: 10px;
  }
  footer .sinergio p.rechts {
    margin-top: 10px;
  }
  footer .sinergio p.links .footer-logo {
    display: block;
  }
  /* ======================================
        SHOP
====================================== */
  ul.products:not(.products--home) {
    margin-top: 0;
  }
  ul.products:not(.products--home) li {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 20px 0;
  }
  .page-numbers {
    display: flex;
    flex-flow: row wrap;
  }
  .page-numbers li {
    margin-bottom: 5px;
  }
  form.cart {
    flex-direction: column;
  }
  form.cart input[type="number"] {
    border-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  form.cart button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  form.cart input[type="number"], form.cart button {
    width: 100%;
  }
  /* ======================================
        SHOP
====================================== */
  .rij1_uitnodiging {
    display: none !important;
  }
  .rij1_uitnodiging_mobile {
    margin: 100px auto;
    display: block !important;
  }
  .rij1_uitnodiging_mobile img {
    border-radius: 15px;
    margin-bottom: 10px;
  }
}
/*  EXTRA  */
@media screen and (max-width: 1250px) {
  .featured--timeline__posts .slick-track .post__more {
    flex-direction: column;
    align-items: flex-start;
  }
  .featured--timeline__posts .slick-track .post__more strong {
    margin-bottom: 10px;
  }
  .timeline-loop .post__more {
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline-loop .post__more strong {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .featured--timeline__posts .custom-slider {
    right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-MyAccount-navigation > ul {
    flex-direction: column;
    gap: 10px !important;
  }
}
/* ======================================
        NUTTIGE FUNCTIES
=========================================
@include transition; -> Transitie functie ophalen
@include transition_easyload; -> Transitie easyload functie ophalen
@include displayflex; -> Display Flex
---------------------------------------*/
