/*
Theme Name: Atelier Creso
Theme URI: https://ateliercreso.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Dit thema is op maat gemaakt door Pixel Creation
Version: 1.0
Text Domain: ateliercreso
*/
/* Typography */
/* Border Radius */
/* Colors */
/* Other */
/* BASE */
@import url("https://use.typekit.net/lrl4ofr.css");
@media screen and (max-width: 767.98px) {
  html {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 0.95rem;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "calibri", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-color);
  background-color: white;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  -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: 15px !important;
}

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

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

.line-height-unset {
  line-height: unset;
}

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

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

h1, .h1 {
  font-size: 38px;
  line-height: 48px;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 52px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 42px;
}
@media screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

h3, .h3 {
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 576px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (min-width: 576px) {
  h4, .h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

h5, .h5 {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 576px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 34px;
  }
}

h6, .h6 {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 576px) {
  h6, .h6 {
    font-size: 18px;
    line-height: 25px;
  }
}

p, ul, ol {
  margin-bottom: 0.9rem;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 576px) {
  p, ul, ol {
    margin-bottom: 1.3rem;
  }
}

a {
  color: var(--link-color);
  text-decoration: underline;
  transition: 0.3s all ease;
}
a:hover {
  color: var(--link-color);
  text-decoration: none;
}

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

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

.font-size-small {
  font-size: 14px;
}

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

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

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

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

/* Text colors */
.text-color {
  color: var(--text-color) !important;
}

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

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

.black-color {
  color: black;
}

/* BG colors */
.bg-primary {
  color: var(--primary-text-color);
  background-color: var(--primary-color) !important;
}
.bg-primary h5, .bg-primary ul, .bg-primary li, .bg-primary a {
  color: white !important;
}

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

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

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

/* Buttons */
.btn, .button, input[type=submit], .wp-element-button {
  padding: 12px 22px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: none;
  transition: 0.3s all ease;
}
.btn:hover, .button:hover, input[type=submit]:hover, .wp-element-button:hover {
  text-decoration: none;
}
.btn:disabled, .button:disabled, input[type=submit]:disabled, .wp-element-button:disabled {
  background-color: #5d5d5d;
  color: var(--text-color-light);
}
.btn.btn-primary, .btn.button, .button.btn-primary, .button.button, input[type=submit].btn-primary, input[type=submit].button, .wp-element-button.btn-primary, .wp-element-button.button {
  color: var(--primary-button-text-color);
  border: none;
  border-radius: 7px;
  background-color: var(--primary-button-color);
}
.btn.btn-primary:after, .btn.button:after, .button.btn-primary:after, .button.button:after, input[type=submit].btn-primary:after, input[type=submit].button:after, .wp-element-button.btn-primary:after, .wp-element-button.button:after {
  content: "";
  background-image: url("images/iconen-01-purple.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: 0;
  top: 2px;
  transition: 0.3s all ease;
}
.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, .wp-element-button.btn-primary:hover, .wp-element-button.btn-primary:focus-visible, .wp-element-button.button:hover, .wp-element-button.button:focus-visible {
  color: var(--primary-button-text-color-hover);
  border: none;
  background: var(--primary-button-color-hover);
}
.btn.btn-primary:hover:after, .btn.btn-primary:focus-visible:after, .btn.button:hover:after, .btn.button:focus-visible:after, .button.btn-primary:hover:after, .button.btn-primary:focus-visible:after, .button.button:hover:after, .button.button:focus-visible:after, input[type=submit].btn-primary:hover:after, input[type=submit].btn-primary:focus-visible:after, input[type=submit].button:hover:after, input[type=submit].button:focus-visible:after, .wp-element-button.btn-primary:hover:after, .wp-element-button.btn-primary:focus-visible:after, .wp-element-button.button:hover:after, .wp-element-button.button:focus-visible:after {
  left: 5px;
}
.btn.btn-outline-primary, .button.btn-outline-primary, input[type=submit].btn-outline-primary, .wp-element-button.btn-outline-primary {
  color: var(--primary-button-color);
  border-color: var(--primary-button-color);
}
.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, .wp-element-button.btn-outline-primary:hover, .wp-element-button.btn-outline-primary:focus-visible {
  color: var(--primary-button-text-color-hover);
  border-color: var(--primary-button-color-hover);
  background-color: var(--primary-button-color-hover);
}
.btn.btn-secondary, .button.btn-secondary, input[type=submit].btn-secondary, .wp-element-button.btn-secondary {
  color: var(--secondary-button-text-color);
  background-color: var(--secondary-button-color);
}
.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, .wp-element-button.btn-secondary:hover, .wp-element-button.btn-secondary:focus-visible {
  color: var(--secondary-button-text-color-hover);
  background-color: var(--secondary-button-color-hover);
}
.btn.btn-secondary.btn-secondary-white, .button.btn-secondary.btn-secondary-white, input[type=submit].btn-secondary.btn-secondary-white, .wp-element-button.btn-secondary.btn-secondary-white {
  background-color: white;
}
.btn.btn-outline-secondary, .button.btn-outline-secondary, input[type=submit].btn-outline-secondary, .wp-element-button.btn-outline-secondary {
  color: var(--secondary-button-color);
  border-color: var(--secondary-button-color);
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus-visible, .button.btn-outline-secondary:hover, .button.btn-outline-secondary:focus-visible, input[type=submit].btn-outline-secondary:hover, input[type=submit].btn-outline-secondary:focus-visible, .wp-element-button.btn-outline-secondary:hover, .wp-element-button.btn-outline-secondary:focus-visible {
  color: var(--secondary-button-text-color-hover);
  border-color: var(--secondary-button-color-hover);
  background-color: var(--secondary-button-color-hover);
}
.btn.btn-link, .button.btn-link, input[type=submit].btn-link, .wp-element-button.btn-link {
  text-decoration: underline;
  color: var(--link-color);
  font-weight: bold;
  font-size: 16px;
  padding: 0;
}
.btn.btn-link:hover, .button.btn-link:hover, input[type=submit].btn-link:hover, .wp-element-button.btn-link:hover {
  text-decoration: none;
}
.btn.btn-link.btn-link-alt, .button.btn-link.btn-link-alt, input[type=submit].btn-link.btn-link-alt, .wp-element-button.btn-link.btn-link-alt {
  color: var(--accent-color);
  text-decoration: unset;
}
.btn.btn-link.btn-link-alt:after, .button.btn-link.btn-link-alt:after, input[type=submit].btn-link.btn-link-alt:after, .wp-element-button.btn-link.btn-link-alt:after {
  content: "";
  background-image: url("images/iconen-01-purple.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  left: 0;
  top: 2px;
  transition: 0.3s all ease;
}
.btn.btn-link.btn-link-alt:hover:after, .button.btn-link.btn-link-alt:hover:after, input[type=submit].btn-link.btn-link-alt:hover:after, .wp-element-button.btn-link.btn-link-alt:hover:after {
  left: 5px;
}

.wp-element-button {
  color: var(--primary-button-text-color);
  border: none;
  border-radius: 7px;
  background-color: var(--primary-button-color);
}
.wp-element-button:after {
  content: "";
  background-image: url("images/iconen-01-purple.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: 0;
  top: 2px;
  transition: 0.3s all ease;
}
.wp-element-button:hover, .wp-element-button:focus-visible {
  color: var(--primary-button-text-color-hover);
  border: none;
  background: var(--primary-button-color-hover);
}
.wp-element-button:hover:after, .wp-element-button:focus-visible:after {
  left: 5px;
}

/* Topbar */
.topbar-container {
  position: fixed;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.topbar {
  background-color: transparent;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .topbar {
    justify-content: center;
  }
}
.topbar .cart, .topbar .account, .topbar .navbar-toggler, .topbar .search-btn {
  width: 20px;
  height: 46px;
  color: black;
  border: unset;
  position: relative;
  top: 12px;
  transition: 0.3s all ease;
}
.topbar .cart:hover i, .topbar .account:hover i, .topbar .navbar-toggler:hover i, .topbar .search-btn:hover i {
  color: var(--secondary-color);
}
.topbar .cart i, .topbar .account i, .topbar .search-btn i {
  font-size: 22px;
  transition: 0.3s all ease;
}
.topbar .search {
  height: 100%;
  padding: 0.5rem 1.1rem;
  color: var(--primary-color);
  background-color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .topbar .search {
    padding: 0.5rem 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .topbar .search {
    padding: 0.8rem 1.6rem 0.8rem 3.3rem;
    font-size: 24px;
  }
}
.topbar .search i {
  top: 1.3rem;
  left: 1.6rem;
  color: var(--primary-color);
  transition: 0.3s all ease;
}
@media screen and (min-width: 1200px) {
  .topbar .search i {
    position: absolute;
  }
}
.topbar .search:hover {
  color: white;
  background-color: var(--primary-color);
}
.topbar .search:hover i {
  color: white;
}
.topbar .searchbar {
  width: 35rem;
  top: 66px;
  right: -10px;
  padding: 1.375rem;
  border: 0;
  border-radius: 0;
  animation-name: slideIn;
  animation-duration: 0.25s;
  animation-fill-mode: both;
}
@media screen and (max-width: 1199px) {
  .topbar .searchbar {
    right: -5px;
  }
}
.topbar .searchbar:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -1rem;
  right: 1rem;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid white;
  filter: drop-shadow(0 -0.2rem 0.15rem rgba(0, 0, 0, 0.03));
}
@media screen and (min-width: 1200px) {
  .topbar .searchbar:after {
    right: 1.375rem;
  }
}
.topbar .searchbar input {
  padding-left: 1rem;
  border-radius: 0;
}
.topbar .searchbar input::placeholder {
  color: gray;
  opacity: 1;
}
.topbar .searchbar .search-close {
  margin-left: 1.375rem;
  transition: 0.3s all ease;
}
.topbar .searchbar .search-close:hover {
  color: gray;
}
@keyframes slideIn {
  0% {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(0.5rem);
    opacity: 0;
  }
}

.cart {
  background-color: unset;
}
.cart .cart-count {
  width: 18px;
  height: 18px;
  top: 0;
  right: -0.5rem;
  font-size: 0.75rem;
}

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

/* Navigation */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  background-color: transparent;
  z-index: 999;
  transition: 0.3s all ease;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: unset;
    align-items: baseline;
    padding-top: 5px;
  }
}
.navbar.scrolled {
  background-color: white;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-strip {
    width: 50px;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--primary-color);
    z-index: -1;
  }
}
.navbar .navbar-brand img {
  width: 120px;
  margin-bottom: 5px;
}
.navbar .navbar-toggler {
  margin: 0 0 0 0.5rem;
  padding: 0;
  font-size: 1.45rem;
  border: 0;
  color: var(--text-color);
}
.navbar .navbar-toggler img {
  width: 30px;
}
.navbar .navbar-toggler:hover {
  background-color: transparent;
  transform: scale(1);
}
.navbar .navbar-toggler:focus {
  box-shadow: unset;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav {
    margin-left: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav {
    align-items: center;
    flex-direction: row;
    position: relative;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    width: calc(100% - 4rem);
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    overflow: auto;
    background-color: white;
    border-bottom: 2px solid var(--primary-color);
    transform: translateX(calc(200% - 4rem));
    transition: 0.3s all ease;
    z-index: 2;
  }
}
.navbar .navbar-nav .mobile-menu-header {
  padding: 0.8rem 1rem;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  background-color: white;
}
.navbar .navbar-nav .mobile-menu-header button {
  font-size: 1.5rem;
  border: 0;
  background-color: white;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1.1rem 1.85rem 1.1rem 1rem;
  align-items: center;
  font-size: 20px;
  color: var(--text-color);
  font-weight: bold;
  transition: 0.3s all ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none;
  color: var(--link-color);
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--link-color);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "\f107";
  margin: 0 0 0 0.5rem;
  float: right;
  vertical-align: unset;
  font-family: "Font Awesome 6 Pro";
  border: 0;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    float: unset;
  }
}
.navbar .navbar-nav .nav-item .nav-link.show:after {
  transform: scaleY(-1);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin-bottom: 1.4rem;
  margin-left: 1rem;
  padding: 0;
  border: 0;
  border-left: 2px solid var(--border-color);
  border-radius: 0;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    min-width: 14rem;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.6rem 0;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.08);
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 0.7rem 3rem 0.7rem 1rem;
  font-size: 1.1rem;
  color: var(--text-color);
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 0.7rem 3rem 0.7rem 1.2rem;
    font-size: 20px;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  text-decoration: none;
  background-color: var(--accent-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:active, .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  font-weight: 700;
  color: var(--text-color);
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-collapse {
    position: relative;
  }
}
.navbar .navbar-collapse.show:after {
  content: "";
  position: absolute;
  left: 0;
  top: -5rem;
  width: 100%;
  height: calc(100vh + 5rem);
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  animation: navbg-fadein 0.5s ease forwards;
}
@keyframes navbg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar .navbar-collapse.show .navbar-nav {
  transform: translateX(0);
}
.navbar .btn-nav {
  position: relative;
  background-color: var(--link-color) !important;
}

.searchbar-mobile {
  display: none;
  padding: 1.5rem 0;
  z-index: 9;
  background-color: white;
}
.searchbar-mobile .searchbar input {
  border-radius: 0;
}
.searchbar-mobile .searchbar input::placeholder {
  color: gray;
  opacity: 1;
}

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

.cart-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  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: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 1000px;
  }
}

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

/* Sections */
section {
  padding: 60px 0;
}
@media screen and (min-width: 576px) {
  section {
    padding: 75px 0;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 100px 0;
  }
}
section.section-sm {
  padding: 50px 0;
}
@media screen and (min-width: 576px) {
  section.section-sm {
    padding: 75px 0;
  }
}
section.section-sm-top {
  padding-top: 2rem;
}
section.overlay.overlay-primary:before {
  background-color: var(--primary-color);
}
section.overlay.overlay-secondary:before {
  background-color: var(--secondary-color);
}
section.overlay.overlay-accent:before {
  background-color: var(--accent-color);
}
section.overlay:before {
  content: "";
  width: 100%;
  height: 5rem;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

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

/* Breadcrumbs */
.breadcrumb {
  margin: 0;
  padding: 1rem 0;
  top: 0;
  align-items: center;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb span {
  white-space: nowrap;
  color: var(--text-color);
}
.breadcrumb a {
  color: var(--primary-color);
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb i {
  margin: 0 0.4rem;
  font-size: 14px;
  color: var(--primary-color);
}
@media screen and (min-width: 576px) {
  .breadcrumb i {
    margin: 0 0.6rem;
  }
}
.breadcrumb .breadcrumb-item {
  padding-left: 0.5rem;
  display: inline-flex;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--link-color);
}
.breadcrumb .breadcrumb-item + :before {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-size: 12px;
  position: relative;
  top: 1px;
  color: black;
}
.breadcrumb.breadcrumb-white a {
  color: #ffffff;
}
.breadcrumb.breadcrumb-white i {
  color: #ffffff;
}
.breadcrumb.breadcrumb-white .breadcrumb-item.active {
  color: #ffffff;
}
.breadcrumb.breadcrumb-white .breadcrumb-item + :before {
  color: #ffffff;
}

.bg-primary .breadcrumb a {
  color: var(--primary-text-color);
}
.bg-primary .breadcrumb i {
  color: var(--primary-text-color);
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary p {
  color: white;
}

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

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

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

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

/* FAQ */
.toggle-list.toggle-list-bordered li {
  border: 1px solid var(--border-color);
}
.toggle-list .toggle-list-item {
  border: 1px solid white;
  border-radius: 7px;
  background-color: white;
}
.toggle-list .toggle-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.toggle-list .toggle-list-item button {
  padding: 1rem 2.8rem 1rem 1rem;
  display: flex !important;
  align-items: center;
  color: var(--text-color);
  border: 0;
  background-color: unset;
  transition: 0.3s all ease;
}
.toggle-list .toggle-list-item button:after {
  content: "\f106";
  position: absolute;
  right: 1.1rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: var(--primary-color);
  transition: 0.3s 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 1rem;
  margin: 0 0 1.1rem 0;
}

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

.blog {
  display: block;
  color: var(--text-color);
  text-decoration: none;
  border-radius: 15px;
}
.blog .blog-photo {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.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;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: white;
}
@media screen and (min-width: 576px) {
  .blog .blog-content {
    padding: 1.7rem;
  }
}
.blog:hover {
  color: var(--text-color);
  text-decoration: none;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* Teachers grid */
.teacher-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  color: white;
  text-decoration: none;
  background-color: #1f1f1f;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  isolation: isolate;
}
.teacher-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(15, 23, 42, 0.7) 100%);
  transition: opacity 0.35s ease;
  z-index: 1;
  pointer-events: none;
}
.teacher-card__media {
  position: absolute;
  inset: 0;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.92);
  transform: scale(1);
  transition: filter 0.35s ease, transform 0.35s ease;
}
.teacher-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 55%);
  opacity: 0.6;
  transition: opacity 0.35s ease;
}
.teacher-card__info {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
}
.teacher-card__name {
  font-size: 1.15rem;
  line-height: 1.25;
  color: inherit;
}
.teacher-card__role {
  font-size: 0.87rem;
  opacity: 0.85;
}
.teacher-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
}
.teacher-card:hover::before {
  opacity: 0;
}
.teacher-card:hover .teacher-card__media {
  filter: brightness(1.1);
  transform: scale(1.05);
}
.teacher-card:hover .teacher-card__media::after {
  opacity: 0;
}
@media screen and (max-width: 575.98px) {
  .teacher-card {
    aspect-ratio: 4/5;
  }
}

.teacher-hero {
  position: relative;
  background: var(--accent-color, #f6f6f6);
  color: var(--text-color);
}
.teacher-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(15, 23, 42, 0.12), transparent 55%);
  pointer-events: none;
}
.teacher-hero--with-image {
  color: white;
}
.teacher-hero--with-image .teacher-hero__contact {
  background-color: rgba(255, 255, 255, 0.14);
  color: inherit;
}
.teacher-hero--with-image .teacher-hero__contact:hover {
  background-color: rgba(255, 255, 255, 0.22);
}
.teacher-hero--plain .teacher-hero__contact {
  background-color: rgba(15, 23, 42, 0.08);
  color: inherit;
}
.teacher-hero--plain .teacher-hero__contact:hover {
  background-color: rgba(15, 23, 42, 0.12);
}
.teacher-hero__inner {
  position: relative;
  z-index: 1;
}
.teacher-hero__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 1rem);
}
.teacher-hero__content {
  flex: 1 1 375px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.teacher-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.teacher-hero__title {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.05;
  margin: 0;
}
.teacher-hero__role {
  font-size: 1.05rem;
  opacity: 0.85;
}
.teacher-hero__intro {
  font-size: 1.05rem;
  max-width: 540px;
}
.teacher-hero__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.teacher-hero__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.teacher-hero__contact i {
  font-size: 0.95rem;
}
.teacher-hero__contact:hover {
  transform: translateY(-2px);
}
.teacher-hero__visual {
  flex: 1 1 220px;
  display: flex;
  justify-content: flex-end;
}
.teacher-hero__photo {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 3/4;
  border-radius: clamp(1.2rem, 3vw, 1.8rem);
  overflow: hidden;
  isolation: isolate;
}
.teacher-hero__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.45) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.teacher-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 575.98px) {
  .teacher-hero {
    padding-top: 3.5rem;
  }
  .teacher-hero__grid {
    gap: 2rem;
  }
  .teacher-hero__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991.98px) {
  .teacher-hero__visual {
    justify-content: flex-start;
  }
  .teacher-hero__photo {
    margin: 0 auto;
  }
}

.teacher-profile {
  padding: clamp(3.5rem, 8vw, 5rem) 0;
}
.teacher-profile__content {
  font-size: 1.05rem;
}
.teacher-profile__content > *:first-child {
  margin-top: 0;
}
.teacher-profile__highlight {
  position: sticky;
  top: 7rem;
  padding: 2.5rem;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.15));
  color: var(--text-color);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.teacher-profile__highlight h2 {
  margin: 0;
}
.teacher-profile__cta {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.95rem;
}
.teacher-profile__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.85rem;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.85);
  color: var(--text-color);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.teacher-profile__cta-link i {
  color: var(--primary-color);
}
.teacher-profile__cta-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}
@media screen and (max-width: 991.98px) {
  .teacher-profile__highlight {
    position: static;
  }
}

.teacher-related {
  padding: clamp(3.5rem, 7vw, 5rem) 0;
}
.teacher-related__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

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

.product-slider {
  margin: 2rem 0 2.4rem 0;
}
.product-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 1.3rem);
}
.product-slider .owl-nav button {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  border-radius: 50%;
  background-color: white !important;
  transition: 0.3s all ease;
}
.product-slider .owl-nav button:hover {
  opacity: 0.9;
}
.product-slider .owl-nav button.owl-prev {
  left: 0.8rem;
}
.product-slider .owl-nav button.owl-next {
  right: 0.8rem;
}

/* Woocommerce */
/* Woocommerce - Alerts */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  margin-bottom: 2.617924em;
  background-color: var(--secondary-color);
  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 a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
  display: none;
}
.woocommerce-message a.showlogin, .woocommerce-info a.showlogin, .woocommerce-error a.showlogin, .woocommerce-noreviews a.showlogin, p.no-comments a.showlogin {
  display: inline-block;
}

.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: "\f06a";
  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;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding: 0 0 0 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: 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: "\f058";
}

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

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

.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 - Categories list */
.product-categories {
  line-height: 1.7rem;
}
.product-categories li a {
  color: var(--text-color-light);
  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: 1px solid black;
}
.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 */
@media screen and (max-width: 991.98px) {
  .filters {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow-x: auto;
    overflow-y: scroll;
    transform: translateY(100%);
    transition: 0.3s all ease;
    z-index: 4;
    background-color: white;
    padding-top: 95px;
  }
  .filters.open {
    transform: translateY(0);
    padding: 275px 15px 50px 15px;
  }
  .filters .filter-header {
    top: 180px;
    padding: 1.2rem;
    z-index: 1;
    width: calc(100% - 30px);
  }
  .filters .filter-header button {
    right: 1rem;
    font-size: 1.5rem;
    color: var(--primary-text-color);
    border: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .filters {
    padding-top: 135px;
  }
}
.filter-block {
  padding: 20px;
  background-color: var(--link-color);
  color: var(--text-color-light);
  border-radius: 15px;
}
.filter-block h6 {
  color: var(--text-color-light);
}
.filter-block li {
  font-size: 16px;
  line-height: 22px;
}
.filter-block li:not(:last-child) {
  margin-bottom: 8px;
}
.filter-block .current-parent-cat {
  font-weight: bold;
}
.filter-block {
  /* Collapse */
}
.filter-block .btn-toggle {
  padding: 0;
  padding-bottom: 5px;
  border: 0;
  border-bottom: 1px solid white;
  background-color: unset;
  transition: 0.3s all ease;
}
.filter-block .btn-toggle i {
  color: var(--text-color-light);
  transform: scaleY(-1);
  transition: 0.3s all ease;
}
.filter-block .btn-toggle.collapsed i {
  transform: scaleY(1);
}
.filter-block .btn-toggle:hover {
  opacity: 0.7;
}
.filter-block .btn-toggle:focus {
  outline: 0;
}
.filter-block .collapse-content {
  margin: 10px 0 0 0;
}
.filter-block .checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-block .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-block .checkbox-wrapper input:checked ~ .checkmark {
  background-color: var(--primary-color);
}
.filter-block .checkbox-wrapper input:hover:checked ~ .checkmark {
  background-color: var(--primary-color);
}
.filter-block .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.filter-block .checkbox-wrapper:hover input ~ .checkmark {
  background-color: var(--secondary-color);
}
.filter-block .checkbox-wrapper .checkmark {
  position: absolute;
  left: 0;
  top: 5px;
  height: 0.9rem;
  width: 0.9rem;
  color: var(--primary-text-color);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.1rem;
  transition: 0.3s all ease;
}

/* Woocommerce - Product block */
.product-block {
  transition: 0.3s all ease;
}
.product-block .add_to_cart_button {
  height: auto;
  padding: 0.7rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-button-text-color);
  font-size: 24px;
  text-decoration: none;
  border-radius: 0.2rem;
  border-color: var(--primary-button-color);
  background-color: var(--primary-button-color);
}
.product-block .add_to_cart_button:hover {
  color: var(--primary-button-text-color-hover);
  text-decoration: none;
  background-color: var(--primary-button-color-hover);
}
.product-block .add_to_cart_button.loading:after {
  content: "\f3f4";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  margin: 0 0 0 1rem;
  animation: rotate 1s linear infinite;
}
.product-block .add_to_cart_button.added {
  display: none;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-block a {
  color: var(--text-color-dark);
  text-decoration: none;
}
.product-block a:hover {
  color: inherit;
  text-decoration: underline;
}
.product-block .product-info {
  flex: 1;
}
@media screen and (min-width: 576px) {
  .product-block .product-info {
    margin-right: 20px;
  }
}
.product-block .product-title {
  margin: 0 0 0.2rem 0;
}
.product-block .star-rating {
  margin: 0 0 0.2rem 0;
}
@media screen and (max-width: 575.98px) {
  .product-block.product-block-list figure {
    height: 6.5rem;
    margin: 0 1.5rem 0 0;
  }
}
.product-block.product-block-small figure {
  height: 7rem;
  margin: 0 1.5rem 0 0;
}
.product-block.product-block-small .onsale {
  left: 0;
  right: unset;
}
.product-block:hover {
  scale: 0.985;
}

/* 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: var(--text-color);
  text-decoration: none;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: white;
}
.pagination .nav-links .page-numbers.dots {
  width: auto;
  margin: 0 0.2rem;
  align-items: end;
  background-color: unset;
}
.pagination .nav-links .page-numbers.dots:hover {
  color: inherit;
  background-color: unset;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  border: 1px solid var(--border-color);
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  color: var(--text-color);
  background-color: var(--secondary-color);
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: var(--text-color-light);
  text-decoration: none;
  background: var(--primary-color);
}
.pagination .nav-links .page-numbers.current {
  color: var(--text-color-light);
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}

/* Woocommerce - Product single */
.related-cursussen .card {
  transition: 0.3s all ease;
  border-radius: 1rem;
}
.related-cursussen .card img {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.related-cursussen .card:hover {
  scale: 0.985;
}

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

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

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

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

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

.flex-control-thumbs {
  padding: 0;
  list-style-type: none;
  cursor: pointer;
}
.flex-control-thumbs li {
  width: calc(20% - 0.8rem);
  margin-top: 0.8rem;
  float: left;
  background-color: var(--secondary-color);
}
.flex-control-thumbs li:not(:nth-child(5n)) {
  margin-right: 1rem;
}
.flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s all ease;
}
.flex-control-thumbs li img:hover, .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

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

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

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

/* Summary */
.summary .product_title {
  display: none;
}
@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 .price {
  margin: 1.4rem 0 1rem 0;
  font-size: 1.5rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .summary .price {
    margin: 0.8rem 0 1rem 0;
  }
}
.summary .woocommerce-variation-price {
  margin: 0 0 1rem 0;
}
.summary .woocommerce-variation-price .price {
  font-size: 28px;
}
.summary p {
  margin: 0 0 1.8rem 0;
}
.summary form.cart {
  display: flex;
}
.summary form.cart .quantity input {
  width: 3.8rem;
  height: 100%;
  margin-right: 0.8rem;
  padding: 0.5rem;
  border-radius: 15px;
  border: 1px solid var(--border-color);
}
.summary form.cart button:before {
  display: none;
}
.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: "calibri", sans-serif;
}
.summary .variations th select, .summary .variations td select {
  margin: 0 0 0.3rem 0;
}
.summary .stock {
  padding: 0.5rem 1.3rem;
  display: inline-block;
  border-radius: 3rem;
  background-color: var(--secondary-color);
}
.summary .stock:before {
  margin-right: 0.55rem;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.summary .stock.in-stock {
  color: var(--primary-color);
}
.summary .stock.in-stock:before {
  content: "\f118";
}
.summary .stock.out-of-stock:before {
  content: "\e376";
}
.summary .single_add_to_cart_button:before {
  content: "\f07a";
  margin: 0 0.7rem 0 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.summary .usp-list {
  margin: 1.8rem 0 0 0;
}
.summary .usp-list li {
  padding-left: 2.3rem;
}
.summary .usp-list li:not(:last-child) {
  margin-bottom: 0.6rem;
}
.summary .usp-list li i {
  width: 1.7rem;
  top: 0.12rem;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 28px;
  color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tax_label {
  display: none;
}

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

.cart-collaterals {
  background-color: white;
}
.cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-collaterals .cart_totals .checkout-button {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) {
  .form-row-first, .form-row-last {
    width: calc(50% - 0.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;
}

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

.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: 15px 15px 0 0;
}
ul.wc_payment_methods li:last-child label {
  border-radius: 0 0 15px 15px;
}
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 var(--border-color);
  cursor: pointer;
}
ul.wc_payment_methods li label:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-size: 1.1rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  background: white;
  border-radius: 50%;
  border: 1px solid var(--border-color);
}
ul.wc_payment_methods li label img {
  margin: 0 !important;
  position: absolute !important;
  right: 1rem;
  top: 1.3rem;
}
ul.wc_payment_methods li input[type=radio]:checked + label:before {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
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: var(--secondary-color);
  border-radius: 0 !important;
  border-right: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
ul.wc_payment_methods li .payment_box:before {
  display: none;
}
ul.wc_payment_methods li .payment_box p {
  margin: 0;
}
ul.wc_payment_methods li .payment_box select, ul.wc_payment_methods li .payment_box input[type=date] {
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0.8rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  transition: 0.3s all ease;
}
ul.wc_payment_methods li .payment_box select:hover, ul.wc_payment_methods li .payment_box input[type=date]:hover {
  border: 1px solid #a1a9ad;
}
ul.wc_payment_methods li .payment_box select:focus, ul.wc_payment_methods li .payment_box input[type=date]:focus {
  border-color: green;
  outline: 0;
}
ul.wc_payment_methods li:last-child input[type=radio]:checked + label {
  border-bottom: 0;
  border-radius: 0;
}
ul.wc_payment_methods li:last-child .payment_box {
  border-radius: 0 0 15px 15px !important;
}

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

.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;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  padding: 30px;
}
@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;
  margin-top: 120px;
}
.woocommerce-MyAccount-navigation .account-header button {
  right: 1rem;
  font-size: 1.5rem;
  color: var(--primary-text-color);
  border: 0;
  background-color: transparent;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--border-color);
}
@media screen and (min-width: 992px) {
  .woocommerce-MyAccount-navigation ul li {
    border-bottom: 0;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 10px 0 10px 35px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.1rem;
  color: var(--text-color-dark);
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 0 10px 35px;
    font-size: 20px;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--link-color);
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  font-weight: bold;
  color: var(--secondary-color);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f0d1";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f33d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f3c5";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f65c";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--certificates a:before {
  content: "\f5f3";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}

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

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

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

.woocommerce-MyAccount-navigation-link--certificates {
  display: none;
}

.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: "\f01e";
  margin: 0 0.7rem 0 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

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

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

/* Forms */
label {
  margin: 0 0 0.5rem 0;
  display: block;
  font-weight: 600 !important;
}

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.8rem;
  background-color: #ffffff;
  color: var(--text-color);
  border: 1px solid #E8E8E8;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 7px;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=url]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, textarea::placeholder, .input-text::placeholder, select::placeholder {
  color: #E8E8E8;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

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 2.2rem;
  background-repeat: no-repeat;
}

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

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

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

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

.nf-form-content {
  padding: 0 !important;
}
.nf-form-content .nf-cell {
  padding: 0 !important;
}
@media screen and (min-width: 601px) {
  .nf-form-content .nf-cell {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
}
.nf-form-content input[type=submit] {
  padding: 12px 22px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: none;
  transition: 0.3s all ease;
  color: var(--primary-button-text-color);
  border: none;
  border-radius: 7px;
  background-color: var(--primary-button-color);
}
.nf-form-content input[type=submit]:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding-left: 10px;
  position: relative;
  left: 0;
  transition: 0.3s all ease;
}
.nf-form-content input[type=submit]:hover, .nf-form-content input[type=submit]:focus-visible {
  color: var(--primary-button-text-color-hover);
  border: none;
  background: var(--primary-button-color-hover);
}
.nf-form-content input[type=submit]:hover:after, .nf-form-content input[type=submit]:focus-visible:after {
  left: 5px;
}
.nf-form-content input[type=submit]:hover {
  text-decoration: none;
}

/* Contact */
.contact-info-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.3s all ease;
}
.contact-info-list a i {
  width: 1.65rem;
}
.contact-info-list a:hover {
  color: var(--link-color);
}

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

/* Footer */
.newsletter, .footer, .footerbar {
  color: var(--footer-text-color);
  background-color: var(--footer-color);
}

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

.footer footer .navbar-brand-footer img {
  width: 175px;
  max-width: 100%;
}
.footer footer .nf-form-title {
  display: none;
}
.footer footer input[type=submit] {
  background-color: var(--secondary-button-color);
}
.footer footer i {
  color: var(--footer-text-color);
}
.footer footer a {
  color: var(--footer-text-color);
  text-decoration: none;
}
.footer footer a:hover {
  color: inherit;
  text-decoration: underline;
}

.footerbar {
  padding: 20px 0;
  font-weight: normal !important;
  font-size: 12px;
}
.footerbar .navbar-brand-footer img {
  width: 90px;
}
.footerbar a {
  color: var(--text-color-light);
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}
.footerbar a:hover {
  text-decoration: underline;
}

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

.socials li:not(:last-child) {
  margin-right: 10px;
}
.socials li a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: 0.3s all ease;
}
.socials li a:hover {
  transform: scale(1.05);
  text-decoration: none;
}

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

.home-banner {
  position: relative;
  padding: clamp(64px, 9vw, 150px) 0 clamp(60px, 8vw, 110px);
  background: #f7f6f2;
  overflow: hidden;
}
.home-banner::before, .home-banner::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  animation: floatPulse 12s ease-in-out infinite alternate;
}
.home-banner::before {
  top: -30%;
  right: -10%;
  width: 38vw;
  max-width: 430px;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at 30% 30%, #3A506B, #009CDD);
  filter: blur(8px);
  animation-delay: 0s;
}
.home-banner::after {
  bottom: -45%;
  right: 20%;
  width: 42vw;
  max-width: 520px;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at 70% 30%, #8CAE8A, #f6f6f6);
  filter: blur(10px);
  animation-delay: 6s;
}
@keyframes floatPulse {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.95;
  }
  50% {
    transform: translate(2%, -5%) scale(1.02);
    opacity: 1;
  }
  100% {
    transform: translate(-2%, 5%) scale(1);
    opacity: 0.9;
  }
}
.home-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 7vw, 80px);
  flex-wrap: wrap;
}
.home-banner__content {
  flex: 1 1 360px;
  max-width: 540px;
}
.home-banner__title {
  font-family: "calibri", sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin-bottom: clamp(18px, 3vw, 30px);
}
.home-banner__text {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
  color: #3f3f3f;
  margin-bottom: clamp(30px, 5vw, 40px);
}
.home-banner__form {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 420px;
  padding: 10px 12px 10px 24px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.home-banner__form input {
  flex: 1 1 auto;
  border: 0;
  font-size: 17px;
  line-height: 1;
  color: #1a1a1a;
  background: transparent;
  padding: 0;
}
.home-banner__form input:focus {
  outline: none;
}
.home-banner__form input::placeholder {
  color: #9a9a9a;
}
.home-banner__form button {
  flex: 0 0 auto;
  border: 2px solid #1a1a1a;
  background: #f1f247;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-radius: 999px;
  padding: 12px 28px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  transition: 0.3s all ease;
  cursor: pointer;
}
.home-banner__form button:hover, .home-banner__form button:focus {
  background: #1a1a1a;
  color: #f1f247;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}
.home-banner__media {
  position: relative;
  flex: 1 1 420px;
  display: flex;
  justify-content: center;
  padding-right: clamp(0px, 4vw, 32px);
}
.home-banner__media-frame {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 24px 46px rgba(13, 16, 23, 0.18);
}
.home-banner__media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner__media-frame::after {
  content: "";
  position: absolute;
  inset: -18% -32%;
  border: 2px solid rgba(241, 242, 71, 0.5);
  border-radius: 50%;
  z-index: -1;
  transform: rotate(8deg);
}
@media screen and (max-width: 991px) {
  .home-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-banner__content {
    max-width: 100%;
  }
  .home-banner__media {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-banner {
    padding: 60px 0 80px;
  }
  .home-banner__inner {
    align-items: center;
    text-align: center;
  }
  .home-banner__content {
    text-align: center;
  }
  .home-banner__form {
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 12px 10px 18px;
  }
  .home-banner__media::before {
    inset: 10% -10% -25% 10%;
  }
  .home-banner__media-frame::after {
    inset: -25% -40%;
  }
}

.transform-rotate-text {
  transform: rotate(0deg);
}

.link-color {
  color: var(--link-color);
}

.white-color {
  color: #ffffff;
}

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

.home-tabs .nav-tabs {
  width: fit-content;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-link-active-bg: transparant;
  border-bottom: 0;
}
.home-tabs .nav-tabs .nav-link {
  color: #3F4939;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  margin-right: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
}
.home-tabs .nav-tabs .nav-link.active {
  border-bottom-color: var(--link-color);
  color: var(--link-color);
}
.home-tabs .nav-tabs .nav-link:hover.active {
  text-decoration: none;
}
.home-tabs .nav-tabs .nav-link:hover {
  border-bottom-color: var(--link-color);
  color: var(--link-color);
}
@media screen and (max-width: 767px) {
  .home-tabs .nav-tabs .nav-link {
    margin-bottom: 15px;
  }
}
.home-tabs .tab-content .home-tabs-img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  border-radius: 15px;
  transform: rotate(-3deg);
}
.home-tabs .tab-content .sublinks {
  padding: 30px;
  border-radius: 15px;
  border: 1px solid var(--secondary-color);
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-65%, -50%);
  max-width: 290px;
}
.home-tabs .tab-content .sublinks img {
  width: 15px;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}
.home-tabs .tab-content .sublinks a {
  text-decoration: none;
  color: var(--text-color);
}
.home-tabs .tab-content .sublinks a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .home-tabs .tab-content .sublinks {
    padding: 20px 30px;
    width: max-content;
    max-width: 80%;
    margin: auto;
    margin-top: -75px;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
}
.home-tabs .tab-content .home-tabs-next-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--link-color);
  color: white;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  transition: 0.3s all ease;
}
.home-tabs .tab-content .home-tabs-next-btn img {
  width: 20px;
  position: relative;
  left: 0;
  filter: brightness(0) invert(1);
  transition: 0.3s all ease;
}
.home-tabs .tab-content .home-tabs-next-btn:hover img {
  left: 5px;
}

.home-tabs-decoline {
  width: 100%;
}

.border-radius-30px {
  border-radius: 30px;
}

.home-info-images-info-section {
  position: relative;
}
.home-info-images-info-section:before {
  content: "";
  background-color: var(--primary-color);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-info-images-info-section .home-info-images-info {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 40px 50px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-bottom: -200px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1019607843);
  transform: rotate(-2deg);
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .home-info-images-info-section .home-info-images-info {
    width: 90%;
    margin-bottom: -65px;
  }
}
.home-info-images-info-section .home-info-images .home-info-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
}
.home-info-images-info-section .home-info-images .home-info-images-col:nth-child(1) .home-info-image, .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(3) .home-info-image, .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(5) .home-info-image {
  transform: rotate(2deg);
}
.home-info-images-info-section .home-info-images .home-info-images-col:nth-child(2) .home-info-image, .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(4) .home-info-image, .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(6) .home-info-image {
  transform: rotate(-2deg);
}
.home-info-images-info-section .home-info-images .home-info-images-col:nth-child(2) .home-info-image {
  height: 320px;
}
.home-info-images-info-section .home-info-images .home-info-images-col:nth-child(4) .home-info-image, .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(6) .home-info-image {
  position: relative;
  top: -90px;
  transform: scale(0.8) rotate(-2deg);
}
.home-info-images-info-section .home-info-images .home-info-images-col:nth-child(5) .home-info-image {
  width: 120%;
  position: relative;
  left: -10%;
  height: 180px;
}
@media screen and (max-width: 991px) {
  .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(5) .home-info-image, .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(6) .home-info-image {
    display: none;
  }
  .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(3) .home-info-image {
    position: relative;
    top: -90px;
    transform: scale(0.8);
  }
  .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(4) .home-info-image {
    top: -35px;
  }
}
@media screen and (max-width: 576px) {
  .home-info-images-info-section .home-info-images .home-info-image {
    height: 200px;
  }
  .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(2) .home-info-image {
    height: 250px;
  }
  .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(3) .home-info-image {
    top: -75px;
  }
  .home-info-images-info-section .home-info-images .home-info-images-col:nth-child(4) .home-info-image {
    top: -25px;
  }
}

.home-educations .education-link {
  color: inherit;
  text-decoration: none;
}
.home-educations .education-link:hover {
  text-decoration: none;
}
.home-educations .education-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.3s all ease, box-shadow 0.3s all ease;
}
.home-educations .education-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 52px rgba(15, 23, 42, 0.14);
}
.home-educations .education-card__media {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .home-educations .education-card__media {
    height: 180px;
  }
}
.home-educations .education-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s all ease;
}
.home-educations .education-card__media .badge {
  background-color: var(--accent-color);
  color: var(--text-color-light);
  font-size: 18px;
  position: absolute;
  top: 1.2rem;
  left: 1rem;
}
.home-educations .education-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.home-educations .education-card__chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background-color: rgba(99, 102, 241, 0.12);
  color: #4338ca;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 999px;
}
.home-educations .education-card__title {
  margin: 0;
  color: var(--text-color) !important;
  font-size: 20px;
  line-height: 1.3;
}
.home-educations .education-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(15, 23, 42, 0.7);
  font-size: 15px;
  line-height: 1.5;
}
.home-educations .education-card__meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.home-educations .education-card__meta i {
  font-size: 16px;
  color: rgba(99, 102, 241, 0.8);
}
.home-educations .education-card__meta--secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(15, 23, 42, 0.7);
  font-size: 15px;
}
.home-educations .education-card__meta--secondary i {
  font-size: 16px;
  color: rgba(45, 212, 191, 0.9);
}
@media screen and (max-width: 575.98px) {
  .home-educations .education-card {
    border-radius: 20px;
  }
  .home-educations .education-card__body {
    padding: 20px;
    gap: 12px;
  }
}

.negative-margin-top {
  margin-top: -50px;
  position: relative;
}

.usps-section .usps-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.usps-section .usps-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s all ease, box-shadow 0.3s all ease;
}
.usps-section .usps-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}
.usps-section .usps-card-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background-color: var(--link-color);
  color: var(--text-color-light);
  font-size: 26px;
}
.usps-section .usps-card-icon i, .usps-section .usps-card-icon svg {
  font-size: inherit;
  max-width: 100%;
  max-height: 100%;
}
.usps-section .usps-card-icon svg {
  display: block;
}
.usps-section .usps-card-body h6 {
  margin-bottom: 6px;
}
.usps-section .usps-card-body p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 575.98px) {
  .usps-section .usps-grid {
    gap: 16px;
  }
  .usps-section .usps-card {
    padding: 24px;
  }
}

.home-image-text {
  width: 100%;
  height: 340px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .home-image-text {
    height: 250px;
  }
}
.home-image-text .home-image-text-title {
  color: white;
  text-shadow: 0 4px 5px #000000;
}

.text-big-small-img-block .big-img {
  width: calc(100% - 80px) !important;
  height: 300px;
  max-width: 500px;
  object-fit: cover;
  border-radius: 15px;
  transform: rotate(-3deg);
}
@media screen and (max-width: 991px) {
  .text-big-small-img-block .big-img {
    width: 100% !important;
  }
}
.text-big-small-img-block .small-img {
  width: 185px;
  height: 160px;
  object-fit: cover;
  border-radius: 15px;
  position: relative;
  margin-top: -100px;
  z-index: 4;
  transform: rotate(3deg);
}
@media screen and (max-width: 991px) {
  .text-big-small-img-block .small-img {
    margin-top: -50px;
    left: 50%;
    transform: rotate(3deg) translateX(-50%);
  }
}

.big-img-title-block .big-img {
  width: 100%;
  height: 435px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .big-img-title-block .big-img {
    height: 325px;
  }
}
.big-img-title-block .big-img .text {
  width: 90%;
  max-width: 515px;
  position: absolute;
  bottom: 80px;
  left: 100px;
}
@media screen and (max-width: 767px) {
  .big-img-title-block .big-img .text {
    left: 15px;
    max-width: 90%;
  }
}
.big-img-title-block .big-img .text h2 {
  text-shadow: 0 3px 10px #000000;
}

.owl-bestuur .owl-stage-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-subpages .owl-item:nth-child(odd), .owl-bestuur .owl-item:nth-child(odd) {
  padding-top: 25px;
}
.owl-subpages .owl-item:nth-child(odd) .item:after, .owl-bestuur .owl-item:nth-child(odd) .item:after {
  bottom: 0;
}
.owl-subpages.xs .item, .owl-bestuur.xs .item {
  position: relative;
}
.owl-subpages.xs .item .subpages-img-wrapper, .owl-bestuur.xs .item .subpages-img-wrapper {
  height: 275px;
}
.owl-subpages.xs .item:after, .owl-bestuur.xs .item:after {
  bottom: 0;
}
.owl-subpages .item:after, .owl-bestuur .item:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 125px;
  display: block;
  position: absolute;
  bottom: 25px;
  border-radius: 15px;
}
.owl-subpages .subpages-img-wrapper, .owl-bestuur .subpages-img-wrapper {
  height: 330px;
  border-radius: 15px;
  overflow: hidden;
}
.owl-subpages .subpages-img, .owl-bestuur .subpages-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}
.owl-subpages .subpages-text, .owl-bestuur .subpages-text {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 9;
  width: calc(100% - 20px);
}
.owl-subpages .subpages-text h5, .owl-bestuur .subpages-text h5 {
  line-height: 20px;
}
.owl-subpages .subpages-link, .owl-bestuur .subpages-link {
  color: inherit;
  text-decoration: none;
}
.owl-subpages .subpages-link:hover, .owl-bestuur .subpages-link:hover {
  text-decoration: none;
}
.owl-subpages .subpages-link:hover .subpages-img-wrapper img, .owl-bestuur .subpages-link:hover .subpages-img-wrapper img {
  transform: scale(1.05);
}

.img-top {
  object-position: top center !important;
}

.img-bottom {
  object-position: bottom center !important;
}

.bg-img-top {
  background-position: top center !important;
}

.bg-img-bottom {
  background-position: bottom center !important;
}

.bg-img-center {
  background-position: center center !important;
}

.page-banner {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 100%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.page-banner .page-header {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.page-banner .page-header .page-header-text {
  background-color: white;
  padding: 45px 40px 45px 70px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1019607843);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transform: rotate(-2deg);
  position: relative;
  left: -30px;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .page-banner .page-header .page-header-text {
    background-color: transparent;
    color: white;
    box-shadow: unset;
    padding: 50px 30px;
  }
}

.product-archive-filter-heading-icon {
  font-size: 22px;
}

.product-block {
  text-decoration: none !important;
}
.product-block .product-archive-link {
  text-decoration: none !important;
  color: black;
  border: #eeeeee solid 2px;
  border-radius: 15px;
}
.product-block .product-archive-link:hover {
  text-decoration: none;
}
.product-block .product-archive-link .product-archive-img-wrapper {
  width: 100%;
  height: 250px;
  position: relative;
  padding: 0.5rem;
  overflow: visible;
}
.product-block .product-archive-link .product-archive-img-wrapper img {
  border-radius: 7.5px;
}
.product-block .product-archive-link .product-archive-img-wrapper .product-categories {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-block .product-archive-link .product-archive-img-wrapper .product-categories .badge {
  background-color: var(--accent-color);
  border-radius: 30px;
  padding: 10px;
  font-size: 12px;
  width: min-content;
  margin-bottom: 0;
  pointer-events: none;
}
.product-block .product-archive-link .product-archive-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}
.product-block .product-archive-link .product-archive-content {
  cursor: pointer;
  background-color: #ffffff;
  padding: 18px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.product-block .product-archive-link .product-archive-content .title-wrapper {
  min-height: 4rem;
}
.product-block .product-archive-link .product-archive-content .title-wrapper h5 {
  text-decoration: none !important;
  line-height: 1.15;
}
.product-block .product-archive-link .product-archive-content .teacher-images {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  margin-left: 25px;
}
.product-block .product-archive-link .product-archive-content .teacher-images a, .product-block .product-archive-link .product-archive-content .teacher-images .teacher-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: transform 0.3s ease, z-index 0.3s ease;
}
.product-block .product-archive-link .product-archive-content .teacher-images a:first-child, .product-block .product-archive-link .product-archive-content .teacher-images .teacher-wrapper:first-child {
  margin-left: 0;
}
.product-block .product-archive-link .product-archive-content .teacher-images a img, .product-block .product-archive-link .product-archive-content .teacher-images .teacher-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.35s ease;
  border: 2px solid #fff;
  margin-left: -25px;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__label {
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.6);
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatars {
  display: flex;
  align-items: center;
  position: relative;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatar {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  background-color: #f5f5f5;
  box-shadow: 0 6px 18px rgba(23, 28, 33, 0.12);
  margin-left: -18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, margin 0.25s ease, z-index 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatar:first-child {
  margin-left: 0;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatar:hover {
  text-decoration: none;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatar:focus-visible {
  outline: 2px solid var(--link-color, #1d5dd8);
  outline-offset: 2px;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatars.is-expanded .product-archive-teachers__avatar {
  margin-left: -14px;
  transform: translateX(-6px);
  z-index: 1;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatars.is-expanded .product-archive-teachers__avatar.is-before {
  transform: translateX(-18px);
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatars.is-expanded .product-archive-teachers__avatar.is-after {
  transform: translateX(24px);
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatars.is-expanded .product-archive-teachers__avatar.is-active {
  margin-left: 0;
  transform: translateX(0) scale(1.05);
  z-index: 3;
  box-shadow: 0 12px 28px rgba(23, 28, 33, 0.18);
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__avatar:hover, .product-block .product-archive-link .product-archive-content .product-archive-teachers__avatar:focus {
  z-index: 2;
}
.product-block .product-archive-link .product-archive-content .product-archive-teachers__initial {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.product-block .product-archive-link .product-archive-content .product-archive-sort-company-img {
  width: 125px;
  height: 60px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 20px;
}
.product-block .product-archive-link .product-archive-content a {
  text-decoration: none !important;
}
.product-block .product-archive-link .product-archive-content .highlight {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 0 !important;
}
.product-block .product-archive-link .product-archive-content .highlight .small {
  font-size: 24px;
}

.woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.archive .woocommerce-Price-currencySymbol {
  margin-right: 0;
}

.owl-single-product img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 576px) {
  .owl-single-product img {
    height: 350px;
  }
}

.single-product-img-gallery-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--link-color);
  color: white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: none;
  transition: 0.3s all ease;
}
.single-product-img-gallery-btn img {
  width: 20px;
  position: relative;
  left: 0;
  filter: brightness(0) invert(1);
  transition: 0.3s all ease;
}
.single-product-img-gallery-btn:hover img {
  left: 5px;
}

.single-product-usps .single-product-usps-icon {
  background-color: var(--link-color);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.single-product-usps .single-product-usps-icon i {
  font-size: 18px;
}
.single-product-usps p {
  font-weight: 800;
}

.single-product-tabs .single-product-tabs-buttons .nav-link {
  color: var(--text-color);
  background-color: var(--primary-color);
  border: unset;
  text-align: left;
  border-bottom: 1px solid black;
  min-width: 350px;
  font-weight: 600;
  padding: 15px 30px 15px 20px;
  transition: 0.3s all ease;
}
.single-product-tabs .single-product-tabs-buttons .nav-link.active {
  color: var(--secondary-color);
}
.single-product-tabs .single-product-tabs-buttons .nav-link:hover {
  color: var(--secondary-color);
}
.single-product-tabs .single-product-tabs-buttons .nav-link:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  position: absolute;
  right: 15px;
}
.single-product-tabs .single-product-tabs-buttons .nav-link:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.single-product-tabs .single-product-tabs-buttons .nav-link:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: unset;
}
.single-product-tabs .tab-content {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 45px;
  width: 100%;
}
.single-product-tabs .tab-content ul {
  padding-left: 18px;
}
.single-product-tabs .tab-content ul li::marker {
  color: var(--link-color);
}
.single-product-tabs .toggle-list-item {
  border: 1px solid white !important;
}
.single-product-tabs .single-product-tabs-teacher {
  display: inline-grid;
  width: 175px;
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.single-product-tabs .single-product-tabs-teacher .single-product-tabs-teacher-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
}
.single-product-tabs .single-product-tabs-teacher .single-product-tabs-teacher-email-linkedin {
  position: absolute;
  top: 150px;
  right: -15px;
}
.single-product-tabs .single-product-tabs-teacher .single-product-tabs-teacher-email-linkedin .single-product-tabs-teacher-email {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.single-product-tabs .single-product-tabs-teacher .single-product-tabs-teacher-email-linkedin .single-product-tabs-teacher-email:hover {
  transform: scale(1.05);
}
.single-product-tabs .single-product-tabs-teacher .single-product-tabs-teacher-email-linkedin .single-product-tabs-teacher-linkedin {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.single-product-tabs .single-product-tabs-teacher .single-product-tabs-teacher-email-linkedin .single-product-tabs-teacher-linkedin:hover {
  transform: scale(1.05);
}

.single-product-description {
  color: var(--text-color);
  background-color: white;
  border-radius: 15px;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-product-description {
    padding: 25px;
  }
}
.single-product-description ul {
  padding-left: 18px;
}
.single-product-description ul li::marker {
  color: var(--link-color);
}
.single-product-description .nf-form-title {
  display: none;
}

.single-product-cta {
  background-color: var(--primary-color);
  padding: 40px;
  border-radius: 15px;
  color: white;
}
@media screen and (max-width: 991px) {
  .single-product-cta {
    margin: 0 auto;
  }
}

.downloads-block {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 35px;
  text-align: center;
}
.downloads-block .downloads-block-img {
  width: 260px;
  height: 220px;
  object-fit: contain;
}

.video-block {
  color: #ffffff;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 550px;
}
.video-block .play-button {
  flex-grow: 0;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--secondary-color);
  border-radius: 50%;
  transition: 0.3s all ease;
}
.video-block .play-button:hover {
  background-color: var(--secondary-button-color-hover);
}
.video-block .play-button i {
  font-size: 26px;
}
.video-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoModal .modal-dialog, .modal-video .modal-dialog {
  max-width: unset;
  width: 90%;
}
#videoModal .modal-dialog .modal-body, .modal-video .modal-dialog .modal-body {
  padding: 0;
}

.education-dates {
  border: 1px solid var(--secondary-color);
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 400px) {
  .education-dates {
    padding: 10px;
  }
}
.education-dates .form-check {
  padding-left: 0;
}
.education-dates .form-check .btn-education-dates {
  width: 100%;
  background-color: var(--secondary-color);
  border: 0;
  border-radius: 15px;
  text-align: left;
  color: var(--text-color);
  text-transform: unset;
  padding: 20px 30px 20px 50px;
  position: relative;
  transition: 0.3s all ease;
}
.education-dates .form-check .btn-education-dates.btn-education-dates-disabled {
  background-color: rgb(86.5, 86.5, 86.5);
  color: #dcdcdc !important;
}
@media screen and (max-width: 400px) {
  .education-dates .form-check .btn-education-dates {
    padding: 20px 15px 20px 50px;
  }
}
.education-dates .form-check .btn-education-dates:hover input ~ .checkradio {
  background-color: var(--secondary-color);
  border: 1px solid white;
}
.education-dates .form-check .btn-education-dates .education-dates-radio {
  position: absolute;
  left: 25px;
  top: 25px;
  opacity: 0;
  height: 0;
  width: 0;
}
.education-dates .form-check .btn-education-dates .education-dates-radio:checked ~ .checkradio {
  background-color: var(--primary-color);
}
.education-dates .form-check .btn-education-dates .education-dates-radio:hover:checked ~ .checkradio {
  background-color: #d271ff;
}
.education-dates .form-check .btn-education-dates .education-dates-radio:checked ~ .checkradio:after {
  display: block;
}
.education-dates .form-check .btn-education-dates .checkradio {
  background-color: #ffffff;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 18px;
  top: 25px;
  transition: 0.3s all ease;
}
.education-dates .form-check .btn-education-dates p {
  margin-bottom: 0;
}
.education-dates .variation-stock {
  text-align: center;
  padding-top: 10px;
}

.single-product .woocommerce-product-details__short-description p {
  margin-bottom: 0.5rem;
}
.single-product .woocommerce-product-details__short-description .single-product-description-attributes .gap-2 {
  border-bottom: 1px solid var(--secondary-color);
  padding: 1rem 0;
}
.single-product .woocommerce-product-details__short-description .single-product-description-attributes a {
  text-decoration: none;
  color: inherit;
}
.single-product .woocommerce-product-details__short-description .single-product-description-attributes a:hover {
  text-decoration: underline;
}
.single-product .woocommerce-product-details__short-description .single-product-description-attributes i {
  font-size: 15px;
  color: var(--link-color);
}

.education-dates-wrapper {
  height: 360px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.education-dates-wrapper #more-dates {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 5;
  cursor: pointer;
  font-weight: 600;
  color: var(--text-color);
}
.education-dates-wrapper #more-dates:hover {
  text-decoration: underline;
}
.education-dates-wrapper #more-dates:after {
  content: "";
  background-image: url("images/iconen-01-purple.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(0);
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: 0;
  top: 2px;
  transition: 0.3s all ease;
}
.education-dates-wrapper:after {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 4;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.education-dates-wrapper.education-dates-wrapper-show {
  height: auto !important;
}
.education-dates-wrapper.education-dates-wrapper-show #more-dates {
  display: none;
}
.education-dates-wrapper.education-dates-wrapper-show:after {
  display: none;
}

.account-orders-table {
  border-radius: 10px;
}
.account-orders-table .table {
  margin-bottom: 0;
}
.account-orders-table .table thead th {
  padding: 15px 25px;
  font-weight: 600;
  border-right: 1px solid #ffffff;
}
.account-orders-table .table thead th:last-of-type {
  border-right: unset;
}
.account-orders-table .table tbody tr {
  background-color: var(--accent-color);
  border-color: #ffffff;
}
.account-orders-table .table tbody tr td {
  padding: 15px 25px;
}

.account-orders-single-header-img {
  width: 100%;
  min-height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  position: relative;
}
.account-orders-single-header-img .account-orders-single-header-img-text {
  color: #ffffff;
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.account-orders-single-videos .owl-videos .item {
  width: 100%;
  height: 550px;
}
.account-orders-single-videos .owl-videos .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.account-orders-single-videos .thumbnail img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 15px;
  opacity: 0.5;
  border: 2px solid transparent;
  transition: 0.3s all ease;
}
.account-orders-single-videos .thumbnail img.active {
  opacity: 1;
  border-color: var(--secondary-color);
}

@media screen and (max-width: 445px) {
  .about-team-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
.about-team-row .about-team {
  display: inline-grid;
  width: 175px;
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  flex-shrink: 0;
}
.about-team-row .about-team .about-team-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
}
.about-team-row .about-team .about-team-email-linkedin {
  position: absolute;
  top: 150px;
  right: -15px;
}
.about-team-row .about-team .about-team-email-linkedin .about-team-email {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.about-team-row .about-team .about-team-email-linkedin .about-team-email:hover {
  transform: scale(1.05);
}
.about-team-row .about-team .about-team-email-linkedin .about-team-linkedin {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.about-team-row .about-team .about-team-email-linkedin .about-team-linkedin:hover {
  transform: scale(1.05);
}

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

.owl-video-images .owl-item {
  margin: auto;
}
.owl-video-images .owl-item img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  border-radius: 15px;
}
.owl-video-images .owl-item:nth-child(odd) img {
  height: 300px;
}

.video-images-next-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  z-index: 4;
  transition: 0.3s all ease;
}
.video-images-next-btn img {
  width: 20px;
  filter: brightness(0) invert(1);
}
.video-images-next-btn:hover {
  background-color: var(--link-color) !important;
}

.owl-collaborations-one .owl-item:not(.active) + .owl-item.active {
  opacity: 1;
}
.owl-collaborations-one .owl-item {
  opacity: 0.15;
  transition: 0.3s all ease;
}
.owl-collaborations-one .about-collaborations-img {
  height: 125px;
  max-width: 225px;
  object-fit: contain;
  margin: auto;
}

.collaborations-next-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  z-index: 4;
  transition: 0.3s all ease;
}
.collaborations-next-btn i {
  font-size: 22px;
}
.collaborations-next-btn:hover {
  background-color: #394427 !important;
}

.collaborations-text {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .collaborations-text {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .collaborations-text {
    width: 100%;
  }
}

.h-fit-content {
  height: fit-content;
}

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

.owl-big-images-img .owl-item {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .owl-big-images-img .owl-item {
    text-align: center;
  }
}
.owl-big-images-img .owl-item .big-img {
  display: unset !important;
}

.big-images-next-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  z-index: 4;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  .big-images-next-btn {
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .big-images-next-btn {
    right: -20px;
  }
}
@media screen and (max-width: 576px) {
  .big-images-next-btn {
    right: 15px;
  }
}
.big-images-next-btn i {
  font-size: 22px;
}
.big-images-next-btn:hover {
  background-color: #394427 !important;
}

.big-images-next-btn-2 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  z-index: 4;
  transition: 0.3s all ease;
}
.big-images-next-btn-2 i {
  font-size: 16px;
}
.big-images-next-btn-2:hover {
  background-color: #394427 !important;
}

.big-images-prev-btn-2 {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  z-index: 4;
  transition: 0.3s all ease;
}
.big-images-prev-btn-2 i {
  font-size: 16px;
}
.big-images-prev-btn-2:hover {
  background-color: #394427 !important;
}

.review-slider .review-slider-btn {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .review-slider .review-slider-btn {
    position: unset;
  }
}
.review-slider .review-slider-btn:hover {
  color: #ffffff;
  text-decoration: underline;
}
.review-slider .ti-name {
  text-align: center;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
}
.review-slider .ti-stars {
  margin: 5px 0 10px 0 !important;
}

.review-slider-leaf {
  width: 400px;
  position: absolute;
  left: -50px;
  bottom: 75px;
  transform: rotate(5deg);
}

.review-grid .ti-name {
  text-align: center;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
}
.review-grid .ti-stars {
  margin: 5px 0 10px 0 !important;
}

.instagram-block {
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .instagram-block {
    display: block;
    text-align: center;
    padding: 35px;
  }
}
@media screen and (max-width: 545px) {
  .instagram-block {
    padding: 0 0 25px 0;
  }
}
.instagram-block .review-badge {
  position: relative;
}
.instagram-block .review-badge .review-badge-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  color: #ffffff;
}
.instagram-block .review-badge .ti-widget-container, .instagram-block .review-badge .ti-widget[data-layout-id="55"][data-set-id=soft][data-pid="00f19c820b6f048cbe561f9022f"] .ti-widget-container {
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .instagram-block .review-badge .ti-widget-container, .instagram-block .review-badge .ti-widget[data-layout-id="55"][data-set-id=soft][data-pid="00f19c820b6f048cbe561f9022f"] .ti-widget-container {
    text-align: center !important;
  }
}
.instagram-block .review-badge .ti-large-logo {
  display: none !important;
}
.instagram-block .review-badge .ti-stars {
  margin: auto;
  padding-bottom: 15px;
}
.instagram-block .review-badge .ti-widget[data-layout-id="55"][data-set-id=soft][data-pid="00f19c820b6f048cbe561f9022f"] .ti-header {
  padding: 80px 50px !important;
  min-width: 350px;
}
@media screen and (max-width: 1199px) {
  .instagram-block .review-badge .ti-widget[data-layout-id="55"][data-set-id=soft][data-pid="00f19c820b6f048cbe561f9022f"] .ti-header {
    min-width: 300px;
  }
}
@media screen and (max-width: 545px) {
  .instagram-block .review-badge .ti-widget[data-layout-id="55"][data-set-id=soft][data-pid="00f19c820b6f048cbe561f9022f"] .ti-header {
    min-width: unset;
    width: 100%;
  }
}
.instagram-block .review-badge .ti-text {
  text-align: center;
}
.instagram-block .review-badge .review-badge-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  text-decoration: unset;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 600;
}
.instagram-block .review-badge .review-badge-btn:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}
.instagram-block .instagram-block-image {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 15px;
  margin: 0 8px;
}
@media screen and (max-width: 1199px) {
  .instagram-block .instagram-block-image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .instagram-block .instagram-block-image {
    width: 140px;
    height: 140px;
    margin: 35px 8px;
  }
}
@media screen and (max-width: 767px) {
  .instagram-block .instagram-block-image {
    width: 125px;
    height: 125px;
  }
}
@media screen and (max-width: 545px) {
  .instagram-block .instagram-block-image {
    display: block;
    margin: 20px auto;
  }
}

.review-button .ti-icon, .review-button .ti-text {
  display: none !important;
}

.cart-link {
  text-decoration: none;
}
.cart-link:hover {
  text-decoration: none;
}

.quantity {
  max-width: 70px;
  min-width: 70px;
}

.account-orders-single-modules .nav {
  display: unset;
}
.account-orders-single-modules .nav .nav-link {
  color: var(--primary-color);
}
.account-orders-single-modules .nav .nav-link:hover {
  text-decoration: underline;
}
.account-orders-single-modules .nav .nav-link.active {
  color: #ffffff;
  background-color: var(--primary-color);
}
.account-orders-single-modules .nav .nav-link.active:hover {
  text-decoration: none;
}

.review-button-topbar .ti-widget-container, .review-button-topbar .ti-widget[data-layout-id="11"][data-set-id=light-minimal][data-pid=b4e02eb20f4e407e0c262b64086] .ti-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}
.review-button-topbar .ti-widget[data-layout-id="11"][data-set-id=light-minimal] .ti-header .ti-star, .review-button-topbar .ti-widget[data-layout-id="11"][data-set-id=light-minimal] .ti-popup-header .ti-star {
  width: 15px;
  height: 17px;
}
.review-button-topbar .ti-icon {
  display: unset !important;
}
.review-button-topbar .ti-widget[data-layout-id="11"][data-set-id=light-minimal] .ti-icon, .review-button-topbar .ti-widget[data-layout-id="11"][data-set-id=light-minimal] .ti-icon:after {
  width: 20px;
  height: 20px;
}

#newsletterModal label {
  font-weight: bold;
}
#newsletterModal .gdpr_description {
  display: none;
}

.teacher-profile .teacher-card-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.teacher-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.teacher-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}

.teacher-card__media {
  position: relative;
  aspect-ratio: 4/5;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  isolation: isolate;
}
.teacher-card__media img,
.teacher-card__media .teacher-card__media--placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 0.4s ease, filter 0.4s ease;
}
.teacher-card__media .teacher-card__media--placeholder {
  background: linear-gradient(140deg, rgba(24, 37, 55, 0.8), rgba(148, 163, 184, 0.6));
}
.teacher-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(15, 23, 42, 0.25) 40%, rgba(15, 23, 42, 0.75) 100%);
  mix-blend-mode: multiply;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.teacher-card__name {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  width: 100%;
  color: #fff;
  text-shadow: 0 4px 20px rgba(15, 23, 42, 0.45);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.1;
}

.teacher-card:hover .teacher-card__media::after {
  opacity: 0;
}
.teacher-card:hover .teacher-card__media img,
.teacher-card:hover .teacher-card__media .teacher-card__media--placeholder {
  transform: scale(1.04);
  filter: brightness(1.05);
}

.teacher-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
}

.teacher-card__role {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 0.95rem;
}

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

.teacher-card__cta {
  align-self: flex-start;
}

.advise-block #fbuilder fieldset {
  padding: 0;
  border: 0;
}
.advise-block #fbuilder legend {
  padding: 0;
  border: 0;
  font-weight: 600;
}
.advise-block #fbuilder .fields .r {
  color: #e80000;
  padding-left: 2px;
}
.advise-block #fbuilder .dfield {
  margin-bottom: 15px;
}
.advise-block #fbuilder .dfield .field {
  padding: 0.8rem;
}
.advise-block #fbuilder .uh_phone {
  width: 100%;
}
.advise-block #fbuilder .uh_phone input {
  text-align: left;
  font-size: initial;
}
.advise-block #fbuilder .uh_phone div {
  display: none;
}
.advise-block #fbuilder .dfield.fslots {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .advise-block #fbuilder .dfield.fslots {
    display: unset;
  }
}
.advise-block #fbuilder .sbfieldCalendar {
  width: auto;
  display: inline-flex;
  flex: 1;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  padding: 8px 20px 8px 8px;
}
@media screen and (max-width: 420px) {
  .advise-block #fbuilder .sbfieldCalendar {
    overflow-x: scroll;
    display: block;
  }
}
.advise-block #fbuilder .ui-datepicker {
  max-width: unset;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  font: "calibri", sans-serif;
}
.advise-block #fbuilder .ui-datepicker .ui-datepicker-header {
  background: none;
  text-shadow: unset;
}
.advise-block #fbuilder .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.advise-block #fbuilder .ui-datepicker .ui-datepicker-month {
  text-transform: capitalize;
}
.advise-block #fbuilder .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: var(--primary-color);
}
.advise-block #fbuilder .ui-datepicker .ui-datepicker-prev, .advise-block #fbuilder .ui-datepicker .ui-datepicker-next {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  background: none;
  margin: 10px;
}
.advise-block #fbuilder .ui-datepicker .ui-datepicker-prev {
  transform: rotate(-135deg);
}
.advise-block #fbuilder .ui-datepicker .ui-datepicker-next {
  transform: rotate(45deg);
}
.advise-block #fbuilder .ui-datepicker .ui-datepicker-calendar * {
  border: 0;
}
.advise-block #fbuilder .ui-datepicker thead {
  background: none;
  font-size: 16px;
}
.advise-block #fbuilder .ui-datepicker thead th {
  padding-bottom: 15px;
  color: var(--primary-color);
}
.advise-block #fbuilder .ui-datepicker .ui-state-default {
  background: none;
  box-shadow: none;
}
.advise-block #fbuilder .slotsCalendar {
  width: auto;
  display: inline-flex;
  flex: 1;
}
.advise-block #fbuilder .usedSlots {
  width: 100%;
  margin-top: 20px;
}
.advise-block #fbuilder .slots {
  border: 0;
  padding: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin-top: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .advise-block #fbuilder .slots {
    padding-left: 0;
  }
}
.advise-block #fbuilder .slots div {
  border-color: black;
}
.advise-block #fbuilder .slots div a {
  background: white;
  padding: 10px;
  text-decoration: none;
}
.advise-block #fbuilder .slots span {
  margin-bottom: 5px;
}
.advise-block #fbuilder .slots .currentSelection a {
  background: var(--primary-color);
  color: #ffffff;
}
.advise-block #fbuilder .sb_item_time {
  font-weight: 600;
}
.advise-block #fbuilder .captcha {
  font-weight: 600;
}
.advise-block #fbuilder .captcha img {
  margin-bottom: 25px;
}
.advise-block #fbuilder div.cpefb_error {
  background: white;
  border-color: #e80000;
  opacity: 1;
}
.advise-block #fbuilder .pbPrevious, .advise-block #fbuilder .pbNext {
  padding: 0.75rem 1.5rem !important;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  border: 1px solid;
  color: var(--secondary-button-color) !important;
  border-color: var(--secondary-button-color);
  background-color: white !important;
  transition: 0.3s all ease;
}
.advise-block #fbuilder .pbPrevious:hover, .advise-block #fbuilder .pbNext:hover {
  text-decoration: none;
}
.advise-block #fbuilder .pbPrevious:hover, .advise-block #fbuilder .pbPrevious:focus-visible, .advise-block #fbuilder .pbNext:hover, .advise-block #fbuilder .pbNext:focus-visible {
  color: var(--secondary-button-text-color-hover) !important;
  border-color: var(--secondary-button-color-hover);
  background-color: var(--secondary-button-color-hover) !important;
}
.advise-block #fbuilder .pbSubmit {
  padding: 0.75rem 1.5rem;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  border: 1px solid;
  color: var(--secondary-button-text-color) !important;
  border-color: var(--secondary-button-color);
  background-color: var(--secondary-button-color) !important;
  transition: 0.3s all ease;
}
.advise-block #fbuilder .pbSubmit:hover {
  text-decoration: none;
}
.advise-block #fbuilder .pbSubmit:hover, .advise-block #fbuilder .pbSubmit:focus-visible {
  color: var(--secondary-button-color-hover) !important;
  border-color: var(--secondary-button-color-hover);
}

.text-decoration-none {
  text-decoration: none;
}

.offset-width {
  padding-top: 5rem;
}
@media screen and (max-width: 1200px) {
  .offset-width {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .offset-width {
    width: 100%;
  }
}
.offset-width.no-offset {
  padding-top: 0;
}

.woocommerce-additional-fields {
  display: none;
}

abbr {
  text-decoration: none !important;
}

.cart-subtotal .woocommerce-Price-amount, .order-total .woocommerce-Price-amount {
  display: table;
  margin-left: auto;
}

.woocommerce-checkout-review-order-table .product-name {
  padding-right: 15px;
}

.woocommerce-order-received {
  background-color: #F7F7F7;
}
.woocommerce-order-received .offset-width .section-sm-top h1 {
  display: none;
}

.product-order .product-order-header {
  background-color: var(--accent-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 20px;
  width: 100%;
  color: white;
}
.product-order .product-order-inner {
  background-color: white;
  padding: 1.5rem;
  height: calc(100% - 58px);
}
.product-order .product-order-inner .product-order-header-block {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
}
.product-order .product-order-inner .product-order-header-block .product-order-thumbnail {
  width: 100%;
  max-width: 225px;
  height: 165px;
  object-fit: cover;
  border-radius: 10px;
}
.product-order .product-order-inner .product-order-header-block .product-order-attribute i {
  color: var(--link-color);
}
.product-order .product-order-inner .product-order-header-block .product-order-hr {
  color: #EFEFEF;
  opacity: 1;
}

.form-card {
  padding: 2rem;
  color: black;
  background-color: #F7F7F7;
  border-radius: 1rem;
}

ol {
  padding: 1.2rem !important;
}

a {
  text-decoration: none !important;
}

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