
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2026-08-10 10:19:28 UTC */

@import url("https://use.typekit.net/sjq5wht.css");
@import url("bootstrap.min.css");
.bg-white {
  background-color: #fff; }
  .bg-grey {
    background-color: #fafafa; }

img.aligncenter {
  margin: 0 auto;
  display: block; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

a {
  color: #22204a;
  font-weight: 700; }
  a:hover {
    color: #313131;
    text-decoration: none; }

h3 {
  font-weight: 900;
  font-size: 18px; }

img.cover {
  object-fit: cover;
  width: 100%; }

.button-norm {
  display: inline-block;
  background: #ffe200;
  border-radius: 0px;
  color: #fff !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #74f135;
  padding: 10px 15px 10px 15px;
  transition: all 0.3s ease; }
  .button-norm:hover {
    background: #dbc200;
    border-bottom: 2px solid #74f135;
    text-decoration: none; }

.wha-modal-wrap {
  height: 100vh;
  max-width: 100%; }

.opened .wha-modal-dialog {
  position: relative;
  max-width: 100%;
  top: 0; }

.wha-btn-close {
  right: 20px;
  top: 15px;
  color: #000;
  font-size: 33px; }

.btn {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 110px; }
  .btn-primary {
    background: #ffe200 !important;
    border: unset !important;
    color: #fff; }
  .btn-outline-primary {
    background: #fff !important;
    border-color: #ffe200 !important;
    color: #ffe200 !important; }
    .btn-outline-primary:hover {
      background: #ffe200 !important;
      border-color: #ffe200 !important;
      color: #fff !important; }

header .sticky-menu {
  z-index: 100;
  background-color: #eae8e5;
  top: 0;
  padding: 20px 0px;
  border-radius: 0px 0px 100px 0px;
  margin-bottom: 24px; }
  header .sticky-menu .logo a {
    position: relative;
    display: inline-block;
    padding: 8px 20px 8px 10px;
    z-index: 1; }
    header .sticky-menu .logo a:before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: #fff;
      border-radius: 10px;
      transform: skewX(350deg);
      transform-origin: left center;
      z-index: -1; }
    header .sticky-menu .logo img {
      width: 190px;
      transition: all 0.2s linear;
      margin-top: 0px;
      display: block; }
    header .sticky-menu .logo.sticky img {
      width: 135px; }
  header .sticky-menu .login, header .sticky-menu .service, header .sticky-menu .sign-out {
    text-align: center; }
    header .sticky-menu .login a, header .sticky-menu .service a, header .sticky-menu .sign-out a {
      font-weight: 300;
      text-decoration: none; }
    header .sticky-menu .login a .fal, header .sticky-menu .service a .fal, header .sticky-menu .sign-out a .fal {
      font-size: 26px;
      display: block;
      margin-bottom: -3px; }
    header .sticky-menu .login a span, header .sticky-menu .service a span, header .sticky-menu .sign-out a span {
      display: inline-block;
      font-size: 14px; }
  header .sticky-menu .sign-out .fal {
    margin-left: 7px; }
    header .sticky-menu .sign-out a {
      color: #a1a1a1; }
    header .sticky-menu .sign-out a:hover {
      color: #ffe200; }
  header .sticky-menu .cart {
    text-align: right; }
    header .sticky-menu .cart i {
      color: #ffe200;
      font-size: 16px; }
    header .sticky-menu .cart .cart-icon {
      background-color: #6b7662;
      border-radius: 10px;
      display: inline-block;
      padding: 7px 12px 7px 10px;
      margin-top: 12px; }
    @media only screen and (max-width: 992px) {
      header .sticky-menu .cart .cart-icon {
        margin-top: unset;
        margin-right: 0px; } }
    @media only screen and (min-width: 576px) and (max-width: 991px) {
      header .sticky-menu .cart .cart-icon {
        margin-right: 60px; } }
    @media only screen and (max-width: 650px) {
      header .sticky-menu .cart .cart-icon {
        margin-right: 60px; } }
    header .sticky-menu .cart span {
      min-width: 22px;
      height: 22px;
      border-radius: 100%;
      background-color: #ffe200;
      font-size: 0.6875rem;
      line-height: 24px;
      color: #313131;
      text-align: center;
      display: inline-block;
      font-weight: 600;
      transition: all 0.2s linear;
      font-size: 12px; }
    header .sticky-menu .cart .shopping-url {
      display: inline-block;
      position: relative; }
    header .sticky-menu .cart .shopping-url .name {
      font-size: 14px;
      font-weight: 300;
      text-decoration: none;
      margin-left: 10px;
      position: absolute;
      top: -12px; }
    header .sticky-menu .cart .shopping-link {
      font-weight: 300;
      font-size: 14px;
      line-height: 19px; }
    header .sticky-menu .cart:hover span {
      background-color: #181818;
      color: #ffe200; }
    header .sticky-menu .cart:hover a {
      text-decoration: none !important; }
  header .sticky-menu .header-menu {
    display: inline-block;
    padding: 13px 0px 11px;
    height: 57px;
    transition: all 0.2s linear; }
  header .sticky-menu .top-header {
    padding-left: 0px !important;
    margin-top: -5px;
    margin-bottom: 15px; }
    header .sticky-menu .top-header .search {
      margin-top: 12px;
      transition: all 0.2s linear; }
    header .sticky-menu .top-header .search .input-group {
      display: block;
      color: #000 !important;
      float: right; }
      header .sticky-menu .top-header .search .input-group .form-control, header .sticky-menu .top-header .search .input-group .input-group-btn {
        z-index: 1000;
        display: block !important;
        float: right;
        position: relative;
        top: 0px; }
        header .sticky-menu .top-header .search .input-group .form-control button, header .sticky-menu .top-header .search .input-group .input-group-btn button {
          position: absolute;
          right: 5px;
          border: 0px;
          z-index: 10 !important;
          padding: 0px !important; }
          header .sticky-menu .top-header .search .input-group .form-control button .fad, header .sticky-menu .top-header .search .input-group .input-group-btn button .fad {
            font-size: 18px; }
      header .sticky-menu .top-header .search .input-group input {
        width: 220px !important;
        border: 0px !important;
        background: #fff;
        border-bottom: 4px solid #e7e7e7 !important;
        padding: 2px 15px;
        letter-spacing: 0.2px;
        box-shadow: none;
        position: relative;
        z-index: 5;
        font-weight: 700;
        font-size: 15px;
        color: #000 !important;
        left: 30x;
        transition: all 0.3s ease; }
        header .sticky-menu .top-header .search .input-group input:focus {
          border-bottom: 4px solid #0492d4 !important; }
        header .sticky-menu .top-header .search .input-group input::-webkit-input-placeholder {
          font-weight: 300;
          font-size: 15px;
          color: #7a7a7a !important; }
        header .sticky-menu .top-header .search .input-group input:-moz-placeholder {
          font-weight: 300;
          font-size: 15px;
          color: #7a7a7a !important; }
        header .sticky-menu .top-header .search .input-group input::-moz-placeholder {
          font-weight: 300;
          font-size: 15px;
          color: #7a7a7a !important; }
        header .sticky-menu .top-header .search .input-group input:-ms-input-placeholder {
          font-weight: 300;
          font-size: 15px;
          color: #7a7a7a !important; }
      header .sticky-menu .top-header .search .input-group button {
        background: url('../../images/icon-search.png');
        background-repeat: no-repeat;
        background-size: 33px 33px;
        height: 33px;
        width: 33px;
        position: absolute;
        right: 15px;
        border: 0px;
        z-index: 10 !important; }
    header .sticky-menu .top-header.sticky {
      margin-top: 12px;
      margin-bottom: 2px;
      border-bottom: 2px; }
    header .sticky-menu .top-header.sticky .search {
      margin-top: 0px; }

a:focus, input:focus, select:focus, textarea:focus, button:focus {
  -webkit-focus-ring-color: none; }

input.middle:focus {
  outline-width: 0;
  -webkit-appearance: none;
  -webkit-focus-ring-color: none; }

.centerDropdown {
  margin-left: -35px !important;
  margin-top: 0px !important; }
  .centerDropdown .dropdown-divider {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px; }
  .centerDropdown .dropdown-item {
    position: relative;
    padding-left: 45px; }
  .centerDropdown .dropdown-item .fal {
    float: left;
    font-size: 18px !important;
    margin-top: 5px;
    margin-left: -30px;
    color: #ffe200;
    position: absolute; }

body.woocommerce-checkout {
  padding-top: 0px !important; }
  body.woocommerce-checkout h1 {
    margin-top: 10px !important; }
  body.woocommerce-checkout .text-checkout-safe-connection {
    color: #1d877a;
    float: right;
    margin-top: 10px;
    font-weight: 700; }
  body.woocommerce-checkout .sticky-menu {
    position: unset;
    background: #eae8e5; }
    body.woocommerce-checkout .sticky-menu .logo {
      margin-top: 20px;
      padding-bottom: 20px; }
    body.woocommerce-checkout .sticky-menu .logo img {
      width: 154px; }
    body.woocommerce-checkout .sticky-menu .logo.sticky img {
      width: 180px; }
    body.woocommerce-checkout .sticky-menu .login, body.woocommerce-checkout .sticky-menu .cart {
      display: none; }
  body.sticky-store-notice {
    padding-top: 278px; }
  body.sticky-store-notice .sticky-menu {
    top: 58px; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'museo-sans', sans-serif !important;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: #22204a;
  position: relative;
  background-color: #fff; }
  body.category .intro {
    margin-bottom: 15px; }
    body.category .intro h1 {
      font-weight: 900;
      font-size: 22px; }

h1 {
  font-weight: 900;
  font-size: 32px;
  color: #313131; }
  @media only screen and (max-width: 992px) {
  h1 {
    font-size: 26px; } }

h2 {
  font-size: 22px;
  font-weight: 900; }
  @media only screen and (max-width: 992px) {
  h2 {
    font-size: 18px; } }

.img-cover {
  object-fit: cover;
  width: 100%; }

.card {
  border-radius: 5px !important; }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7); }
  .overlay .closebtn {
    position: absolute;
    top: 50px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    z-index: 10000; }
  .overlay .closebtn:hover {
    color: #0492d4; }
  .overlay .search {
    position: absolute;
    z-index: 1001;
    margin: 0 auto;
    width: 100%;
    margin-top: 40px; }
  .overlay .search .input-group {
    display: contents;
    color: #000 !important;
    float: right;
    position: relative;
    padding: 0px !important; }
    .overlay .search .input-group .form-control, .overlay .search .input-group .input-group-btn {
      z-index: 1000;
      display: block !important;
      float: right;
      position: relative;
      top: -14px; }
    .overlay .search .input-group .form-control button, .overlay .search .input-group .input-group-btn button {
      position: absolute;
      right: 15px;
      border: 0px;
      z-index: 10 !important;
      padding: 0px !important; }
      .overlay .search .input-group .form-control button .fad, .overlay .search .input-group .input-group-btn button .fad {
        font-size: 24px; }
    .overlay .search .input-group input {
      width: 50% !important;
      border: 0px !important;
      background: #fff;
      border-bottom: 4px solid #e7e7e7 !important;
      padding: 15px 15px;
      letter-spacing: 0.2px;
      box-shadow: none;
      position: relative;
      z-index: 5;
      font-weight: 700;
      font-size: 22px;
      color: #000 !important;
      left: 30x;
      transition: all 0.3s ease; }
    .overlay .search .input-group input:focus {
      border-bottom: 4px solid #0492d4 !important; }
    .overlay .search .input-group input::-webkit-input-placeholder {
      font-weight: 300;
      font-size: 22px;
      color: #000 !important; }
    .overlay .search .input-group input:-moz-placeholder {
      font-weight: 300;
      font-size: 22px;
      color: #000 !important; }
    .overlay .search .input-group input::-moz-placeholder {
      font-weight: 300;
      font-size: 22px;
      color: #000 !important; }
    .overlay .search .input-group input:-ms-input-placeholder {
      font-weight: 300;
      font-size: 22px;
      color: #000 !important; }

.wp-caption.aligncenter {
  margin: 0 auto;
  text-align: center; }
  .wp-caption.aligncenter .wp-caption-text {
    text-align: left;
    font-style: italic; }

.content-blokken {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #f3efef; }
  .content-blokken img {
    margin-bottom: 20px; }

.swiper-slide {
  width: 250px;
  /* of een vaste breedte die je wilt, komt overeen met je design */ }

.block-img_text {
  margin-top: 30px;
  padding-top: 40px;
  margin-bottom: 60px; }
  .block-img_text .lees-meer-container {
    max-height: 410px;
    /* Standaard hoogte */
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s ease-in-out, opacity 0.4s ease-in-out; }
  .block-img_text .lees-meer-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    /* Fade effect aan de onderkant */
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 100%);
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
    border-bottom: 1px solid #e7e7e7; }
  .block-img_text .lees-meer-container.open {
    max-height: 10000px;
    /* Opengeklapte hoogte */
    opacity: 1; }
  .block-img_text .lees-meer-container.open::after {
    opacity: 0;
    /* Fade effect verwijderen */ }
  .block-img_text .lees-meer-btn {
    display: inline-block;
    color: #22204a;
    padding: 16px 16px 0px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    margin: 0 auto;
    display: block;
    background: unset;
    font-weight: 600; }
  .block-img_text .lees-meer-btn svg {
    margin-left: 12px; }
  .block-img_text .lees-meer-btn.hidden {
    opacity: 0;
    visibility: hidden; }
  .block-img_text .img {
    padding: 50px; }
  .block-img_text .text strong {
    font-weight: 700; }
  .block-img_text .text h1 {
    color: #22204a; }
    .block-img_text .text h1 em {
      font-style: normal;
      color: #ffe200; }
  .block-img_text .text h2 {
    color: #ffe200;
    margin-bottom: 10px; }
  .block-img_text .text .more-button {
    margin: 0 auto;
    display: table;
    padding-right: 50px;
    background-image: url(../../images/link-arrow.png);
    background-position: right center;
    background-repeat: no-repeat; }

.usp-yellow-con {
  margin-bottom: 5px;
  transition: all 0.2s linear; }
  call-to-action-footer .usp-yellow-con.sticky {
    display: none !important; }
  .usp-yellow-con .usp-yellow {
    font-size: 14px;
    padding-left: 0px !important; }
  .usp-yellow-con .usp-yellow .text {
    padding-left: 0px !important; }
    .usp-yellow-con .usp-yellow .text .yellow {
      font-weight: 700;
      background: #ffe200;
      color: #313131;
      height: 32px;
      display: inline-block;
      padding: 2px 10px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
    .usp-yellow-con .usp-yellow .text .regular {
      display: block; }
  .usp-yellow-con .usp-yellow .icon {
    padding-right: 0px !important; }
    .usp-yellow-con .usp-yellow .icon i {
      color: #5a5a5a;
      font-size: 30px;
      margin-top: 15px; }
    .usp-yellow-con .usp-yellow .icon i.fa-shipping-fast {
      font-size: 27px; }

.usp-flex {
  background: #f3efef;
  margin-top: 40px;
  margin-bottom: 80px; }
  .usp-flex h3 {
    font-size: 34px;
    font-weight: 900;
    padding: 25px 0px 0px 20px; }
  .usp-flex h4 {
    padding-left: 20px; }
  .usp-flex a {
    color: #035880;
    font-weight: 900;
    font-size: 16px; }
  .usp-flex strong {
    font-weight: 900;
    font-size: 16px; }
  .usp-flex .tel {
    padding-top: 10px; }
  .usp-flex .tel, .usp-flex .mail {
    line-height: 20px;
    margin-top: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .usp-flex .tel .fad, .usp-flex .mail .fad {
    position: absolute;
    font-size: 24px;
    float: left; }
  .usp-flex .tel p, .usp-flex .mail p {
    margin-left: 30px;
    font-size: 14px; }
  .usp-flex .mail {
    padding-bottom: 10px; }
  .usp-flex .mail p {
    margin-left: 40px; }
  .usp-flex .dealers {
    position: relative;
    padding-top: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px; }
  .usp-flex .dealers .button-norm {
    margin-top: 15px; }

.usp-container-bg {
  background-color: #6b7662; }

.usp-container {
  padding: 6px 0px;
  color: #fff; }
  .usp-container .usp-con .usp {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px !important; }
    .usp-container .usp-con .usp li {
      display: inline;
      font-weight: 400;
      margin-right: 28px;
      padding: 5px 0px 5px 10px;
      font-size: 14px; }
    .usp-container .usp-con .usp li:before {
      content: "\f00c";
      font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
      font-weight: 900;
      color: #f8e34c;
      font-size: 14px;
      margin-right: 8px; }
    .usp-container .usp-con .usp li:nth-child(4) {
      margin-right: 0px !important; }
  .usp-container .menu-topmenu-container ul {
    display: flex;
    gap: 28px;
    list-style: none;
    padding: 0;
    float: right;
    margin-bottom: unset; }
    .usp-container .menu-topmenu-container ul li {
      display: inline;
      color: #fff; }
    .usp-container .menu-topmenu-container ul li a {
      font-size: 14px;
      font-weight: 400;
      color: #fff; }
    .usp-container .menu-topmenu-container ul li.klantenservice:before {
      content: "\f590";
      font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
      font-weight: 400;
      color: #fff;
      font-size: 15px;
      margin-right: 10px; }
    .usp-container .menu-topmenu-container ul li.mijn-account:before {
      content: "\f007";
      font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
      font-weight: 400;
      color: #fff;
      font-size: 15px;
      margin-right: 10px; }

.header-usp {
  margin-bottom: 0px; }
  .header-usp .usp-container {
    border-top: 0px;
    margin-top: 0px; }
  .header-usp .usp-container .usp-con .usp {
    margin-top: 5px; }

@media only screen and (max-width: 767px) {
  .category-slider-block {
    margin: 30px 0 !important; } }

.category-slider-block {
  margin: 70px 0 30px;
  overflow-x: clip; }
  @media (max-width: 991.98px) {
    .category-slider-block .category-slider-container {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%; } }
  .category-slider-block .category-slider-shell {
    position: relative;
    overflow: hidden; }
  @media (min-width: 992px) {
    .category-slider-block .category-slider-shell {
      padding: 0 24px; } }
  .category-slider-block .category-slider-swiper {
    overflow: hidden; }
  .category-slider-block .category-slider-swiper .swiper-slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-shrink: 0; }
  .category-slider-block .category-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #22204a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease; }
  .category-slider-block .category-slider-nav i {
    font-size: 16px;
    line-height: 1; }
  .category-slider-block .category-slider-nav:hover {
    background: #6b7662;
    color: #fff; }
  .category-slider-block .category-slider-nav.swiper-button-disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none; }
  .category-slider-block .category-slider-prev {
    left: 4px; }
  @media (min-width: 992px) {
    .category-slider-block .category-slider-prev {
      left: 0; } }
  .category-slider-block .category-slider-next {
    right: 4px; }
  @media (min-width: 992px) {
    .category-slider-block .category-slider-next {
      right: 0; } }
  .category-slider-block .category-slide-item {
    display: block;
    text-align: center;
    text-decoration: none; }
  .category-slider-block .category-slide-item .category-slide-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    margin: 0 auto 10px;
    line-height: 0;
    overflow: hidden; }
    @media (max-width: 767.98px) {
    .category-slider-block .category-slide-item .category-slide-media {
      height: 120px; } }
  .category-slider-block .category-slide-item .category-slide-img, .category-slider-block .category-slide-item .category-slide-video {
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
    flex-shrink: 0; }
  .category-slider-block .category-slide-item .category-slide-video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
    background: transparent; }
  .category-slider-block .category-slide-item.has-video .category-slide-img {
    opacity: 0; }
  .category-slider-block .category-slide-item .category-slide-title {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #22204a; }
  @media (hover: hover) and (pointer: fine) {
  .category-slider-block .category-slider-swiper:has(.swiper-slide:hover) {
    overflow: visible; }
  .category-slider-block .category-slider-swiper .swiper-slide:hover {
    z-index: 20;
    overflow: visible; }
  .category-slider-block .category-slide-item:hover .category-slide-media {
    overflow: visible; } }

body.home .header-usp {
  margin-bottom: 30px; }
  body.search h1 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 900; }
  body.search h2 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0px;
    margin-top: 30px; }
  body.search .search-item .col {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    padding-left: 0px !important; }
    body.search .search-item .col .button-norm {
      padding: 5px 15px 5px 15px;
      margin-top: 10px; }
  body.page h1 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 900; }
  body.page .call-to-action-sidebar {
    background: #f3efef;
    padding: 20px 30px;
    margin-top: 30px; }
    body.page .call-to-action-sidebar h3 {
      font-size: 23px;
      font-weight: 900; }
    body.page .call-to-action-sidebar h4 {
      font-size: 17px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 10px; }
    body.page .call-to-action-sidebar p {
      margin-bottom: 0px; }
    body.page .call-to-action-sidebar p em {
      margin-top: -5px;
      display: block;
      margin-bottom: 5px; }
    body.page .call-to-action-sidebar a {
      color: #035880;
      font-weight: 900;
      font-size: 18px; }
    body.page .call-to-action-sidebar strong {
      font-weight: 900;
      font-size: 18px; }
    body.page .call-to-action-sidebar .tel, body.page .call-to-action-sidebar .mail {
      line-height: 20px;
      margin-top: 0px;
      padding-left: 15px !important;
      padding-right: 15px !important; }
    body.page .call-to-action-sidebar .tel .fad, body.page .call-to-action-sidebar .mail .fad {
      position: absolute;
      font-size: 30px;
      float: left; }
    body.page .call-to-action-sidebar .tel p, body.page .call-to-action-sidebar .mail p {
      margin-left: 30px;
      font-size: 14px; }
    body.page .call-to-action-sidebar .mail p {
      margin-left: 40px; }

.frontpage-header, .extra-headerimg {
  background: #fafafa;
  margin-bottom: 80px; }
  .frontpage-header .header, .extra-headerimg .header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 25px; }
  .frontpage-header .header .header-content, .extra-headerimg .header .header-content {
    width: 40%;
    float: right;
    background: #fff;
    padding: 15px; }
    .frontpage-header .header .header-content .crumb, .extra-headerimg .header .header-content .crumb {
      font-weight: 500;
      color: #706f6f; }
    .frontpage-header .header .header-content h1, .extra-headerimg .header .header-content h1 {
      font-size: 21px;
      font-weight: 900;
      margin-top: 0px !important; }
    .frontpage-header .header .header-content h2, .extra-headerimg .header .header-content h2 {
      font-size: 16px;
      font-weight: 500;
      margin-top: 10px !important; }
    .frontpage-header .header .header-content .button-norm, .extra-headerimg .header .header-content .button-norm {
      margin-top: 30px;
      padding: 5px 15px; }
  .frontpage-header h3, .extra-headerimg h3 {
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    font-family: 'museo-sans', sans-serif !important;
    margin-bottom: 0px;
    padding: 1rem 0; }
  .frontpage-header .cats, .extra-headerimg .cats {
    padding: 15px 0px 25px 35px; }
  .frontpage-header .cats .cat, .extra-headerimg .cats .cat {
    text-align: center;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(25, 25, 25, 0.1);
    box-shadow: 0px 3px 3px 1px rgba(25, 25, 25, 0.1); }
    .frontpage-header .cats .cat img, .extra-headerimg .cats .cat img {
      height: 100px;
      background-color: #a7e2fd; }
    .frontpage-header .cats .cat a, .extra-headerimg .cats .cat a {
      font-weight: 900;
      padding: 8px 0px;
      display: block; }
    .frontpage-header .cats .cat:hover, .extra-headerimg .cats .cat:hover {
      -webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.1); }
    .frontpage-header .cats .cat:hover a, .extra-headerimg .cats .cat:hover a {
      text-decoration: none;
      color: #000 !important; }

.header-full-img {
  margin-top: 40px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 992px) {
  .header-full-img {
    margin-top: unset;
    margin-bottom: 60px; } }

.header-small-img .img-fluid {
  object-fit: cover; }
  .header-small-img .row.px-2 {
    padding: 0px 10px !important; }
  .header-small-img .img-4 {
    margin-bottom: 10px; }
  .header-small-img .img-3 {
    margin-bottom: 10px; }
  .header-small-img h2 {
    margin-bottom: 32px !important;
    font-weight: 500; }
  @media only screen and (max-width: 992px) {
    .header-small-img h2 {
      margin-bottom: 16px !important; } }
  @media only screen and (min-width: 992px) {
  .header-small-img .img-4 {
    margin-bottom: 60px; }
  .header-small-img .img-3 {
    margin-bottom: 80px; } }
  @media only screen and (max-width: 768px) {
  .header-small-img .img-3 img {
    width: 100% !important; } }

.extra-headerimg .header {
  margin-left: 1%;
  margin-right: 1%;
  max-width: 32%;
  flex: 0 0 32%;
  margin-top: 2%;
  height: 250px; }
  .extra-headerimg .header .header-content {
    width: 60%; }
    .extra-headerimg .header .header-content .crumb {
      line-height: 20px; }
    .extra-headerimg .header .header-content h1 {
      font-size: 18px; }
    .extra-headerimg .header .header-content .button-norm {
      margin-top: 0px; }
  .extra-headerimg .header:nth-child(3n+1) {
    margin-left: 0%; }
  .extra-headerimg .header:nth-child(3n+3) {
    margin-right: 0%; }

.sub-cat {
  margin-top: 30px;
  padding: 30px 0px 30px 0px;
  background-color: #f3efef; }
  .sub-cat .cat {
    text-align: center;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(25, 25, 25, 0.1);
    box-shadow: 0px 3px 3px 1px rgba(25, 25, 25, 0.1); }
  .sub-cat .cat img {
    height: 100px;
    background-color: #a7e2fd;
    object-fit: contain; }
  .sub-cat .cat a {
    font-weight: 900;
    padding: 8px 0px;
    display: block; }
  .sub-cat .cat:hover {
    -webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.1); }
    .sub-cat .cat:hover a {
      text-decoration: none;
      color: #000 !important; }

.product-short {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #e4e4e4;
  border-radius: 100px 0px 0px 0px;
  overflow-x: hidden; }
  @media only screen and (max-width: 992px) {
  .product-short {
    border-radius: unset; }
    .product-short img {
      width: auto !important;
      margin: 0 auto !important;
      height: 130px !important; }

    .product-short .extra-link {
      margin-top: 25px !important; } }
  .product-short h2.product-short-title {
    margin-bottom: 25px !important;
    margin-top: 30px !important; }
  .product-short .swiper-pag {
    float: right;
    margin-top: 18px; }
  .product-short .swiper-pag .swiper-button-next, .product-short .swiper-pag .swiper-button-prev {
    width: 48px;
    height: 48px;
    position: unset;
    margin-top: unset; }
    .product-short .swiper-pag .swiper-button-next:after, .product-short .swiper-pag .swiper-button-prev:after {
      content: unset; }
  .product-short .swiper-pag .swiper-button-prev {
    margin-right: 15px; }
  .product-short .extra-link {
    text-align: center;
    margin-top: 40px;
    display: block; }
  .product-short .extra-link a {
    text-decoration: underline; }
  .product-short ul {
    margin: unset !important; }
  .product-short ul li {
    margin-bottom: unset !important;
    box-shadow: unset !important;
    background: #fff; }

.caldera-grid .btn-default {
  background: #0492d4 !important;
  border: 0px !important;
  font-weight: 900 !important;
  border-bottom: 2px solid #505050 !important; }

.cmfaq-one-column .cmfaq-main {
  height: auto !important; }

body.single-dealer_overzicht .block-content {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px; }
  body.single-dealer_overzicht h1 {
    font-weight: 900;
    font-size: 32px;
    color: #0492d4; }
  body.single-dealer_overzicht h2 {
    font-weight: 700;
    font-size: 20px !important;
    color: #0492d4; }
  body.single-dealer_overzicht .logos {
    margin-top: 25px;
    margin-bottom: 55px; }
  body.single .single-content .wp-caption {
    width: 100% !important;
    height: auto; }
    body.single .single-content img {
      width: 100%;
      height: auto; }

.responsive-container {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em; }

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

.category-view img {
  height: 175px; }
  .category-view h2 {
    font-size: 24px;
    color: #313131;
    font-weight: 400;
    margin-bottom: 10px; }
  .category-view .tags .badge {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-right: 5px; }
    .category-view .tags .badge.bg-primary {
      background-color: #fafafa !important; }
    .category-view .tags .badge.bg-secondary {
      border: 1px solid #dadada !important;
      color: #035880;
      background-color: #fff !important; }
  .category-view .card-footer {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: unset !important;
    border-top: unset !important; }
  .category-view .button-cat {
    background: #313131;
    border-radius: 110px;
    color: #fff;
    font-weight: 700 !important;
    padding: 12px 20px;
    transition: all 0.3s ease; }
  .category-view .button-cat:hover {
    background: #4b4b4b;
    text-decoration: none; }

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0; }

.custom-pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  align-items: center; }

.pagination-item {
  display: inline-block; }
  .pagination-item.active .pagination-link {
    background-color: #313131;
    color: white;
    font-weight: 600; }
  .pagination-item.disabled .pagination-link {
    background-color: transparent;
    color: #6c757d;
    cursor: not-allowed;
    border: none; }
  .pagination-item.disabled .pagination-link:hover {
    background-color: transparent;
    color: #6c757d; }
  .pagination-item.nav-button .pagination-link {
    background-color: #f8f9fa;
    color: #313131;
    font-weight: 500;
    padding: 10px 16px; }
  .pagination-item.nav-button .pagination-link:hover {
    background-color: #e9ecef;
    color: #313131; }

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 8px 12px;
  background-color: #f8f9fa;
  color: #313131;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .pagination-link:hover {
    background-color: #e9ecef;
    color: #313131;
    text-decoration: none; }
  .pagination-link.current {
    background-color: #007bff;
    color: white;
    border: unset; }
  .pagination-link.current:hover {
    background-color: #ffe200;
    transform: none; }
  .pagination-link.dots {
    background-color: transparent;
    border: none;
    color: #6c757d;
    cursor: default;
    min-width: auto; }
  .pagination-link.dots:hover {
    background-color: transparent;
    color: #6c757d;
    transform: none;
    box-shadow: none; }

.pagination-info {
  text-align: center;
  margin-top: 1rem; }
  .pagination-info .pagination-count {
    color: #6c757d;
    font-style: italic;
    font-size: 0.9rem; }

@media (max-width: 576px) {
  .custom-pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px; }

  .pagination-link {
    min-width: 36px;
    height: 36px;
    padding: 6px 10px;
    font-size: 13px; }

  .pagination-item.nav-button .pagination-link {
    padding: 6px 12px;
    font-size: 12px; } }

.pagination {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
  .pagination .page-link {
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 12px 16px;
    margin: 0;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none; }
  .pagination .page-link:hover {
    background-color: #e4e5e6;
    color: #495057; }
  .pagination .page-item.active .page-link {
    background-color: #ffe200 !important;
    color: #fff;
    font-weight: 600; }
  .pagination .page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .pagination .page-item.disabled .page-link {
    background-color: transparent;
    border: none;
    color: #6c757d; }
  .pagination-lg .page-link {
    font-size: unset !important; }
  @media (max-width: 576px) {
  .pagination {
    flex-wrap: wrap;
    justify-content: center; }
    .pagination-lg .page-link {
      padding: 8px 12px;
      font-size: 0.9rem; }

    .pagination .page-item {
      margin: 2px; }
      .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
        border-radius: 6px; } }

.category-description {
  border-left: 4px solid var(--bs-primary); }

.gform_button {
  background: #ffe200;
  border-radius: 110px !important;
  color: #fff;
  font-weight: 600 !important;
  padding: 6px 20px 6px 20px !important;
  transition: all 0.3s ease;
  text-align: center;
  border: unset; }
  .gform_button:hover {
    background-color: #ffe833 !important;
    text-decoration: none; }

.category-filter {
  list-style-type: none;
  padding-left: 0; }
  .category-filter li a {
    font-weight: 400; }
    .category-filter li a.all {
      font-weight: 700; }
    .category-filter li a.active {
      font-weight: 700;
      color: #ffe200; }

.img-sidebar a {
  margin: 0 auto; }
  .img-sidebar a img {
    width: 100%; }
  .img-sidebar .icon {
    height: 100px !important;
    display: block;
    margin: 0 auto;
    width: auto !important; }

.author-bio {
  max-width: 540px;
  border-bottom: 1px solid #f0eeee; }
  .author-bio .author-avatar-wrapper {
    flex-shrink: 0; }
  .author-bio .author-avatar-wrapper .author-avatar {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
    margin-right: 16px; }
  .author-bio .author-info {
    flex: 1; }
  .author-bio .author-info .author-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px; }
    .author-bio .author-info .author-name .author-functie {
      font-size: 12px;
      font-weight: 400;
      color: #666;
      margin-left: 8px;
      position: relative; }
    .author-bio .author-info .author-name .author-functie::before {
      content: "| ";
      position: absolute;
      left: -7px;
      margin-top: 5px;
      font-size: 10px; }
  .author-bio .author-info .author-description {
    font-size: 13px;
    line-height: 1.6;
    color: #22204a; }

.woocommerce .woocommerce-Price-currencySymbol:before {
  content: " "; }
  .woocommerce span {
    /* color: $white;
     background-color: $primary;
     border-radius: 100%;
     font-weight: 900;
     font-size: 18px;
     line-height: 48px;
     padding: 5px 0px;
     right: 20px !important;
     top: 20px !important; */ }
  .woocommerce span.onsale {
    display: none; }
  .woocommerce ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap; }
    .woocommerce ul.products.columns-4 .product {
      width: calc(25% - 21px);
      /* 4 blokken per rij, min de marge (28px / 4 * 3) */
      margin-right: 28px;
      margin-bottom: 2.992em; }
      .woocommerce ul.products.columns-4 .product:nth-child(4n) {
        margin-right: 0;
        /* Verwijder de marge bij het laatste blok van elke rij */ }
    .woocommerce ul.products.columns-3 {
      display: flex;
      flex-wrap: wrap; }
    .woocommerce ul.products.columns-3 .product {
      width: calc(33.33% - 18.66px) !important;
      /* 3 blokken per rij, min de marge (28px / 3 * 2) */
      margin-right: 28px;
      margin-bottom: 2.992em; }
      .woocommerce ul.products.columns-3 .product:nth-child(3n) {
        margin-right: 0;
        /* Verwijder de marge bij het laatste blok van elke rij */ }
    .woocommerce ul.products.columns-2 {
      display: flex;
      flex-wrap: wrap; }
    .woocommerce ul.products.columns-2 .product {
      width: calc(50% - 14px) !important;
      /* 2 blokken per rij, min de marge (28px / 2 * 1) */
      margin-right: 28px;
      margin-bottom: 2.992em; }
      .woocommerce ul.products.columns-2 .product:nth-child(2n) {
        margin-right: 0;
        /* Verwijder de marge bij het laatste blok van elke rij */ }
    @media (max-width: 767.98px) {
      .woocommerce ul.products.columns-2 .product {
        width: calc(50% - 4px) !important;
        margin-right: 8px;
        margin-bottom: 16px; }

      .woocommerce ul.products.columns-2 .product:nth-child(2n) {
        margin-right: 0 !important; } }
    .woocommerce ul.products li.product {
      display: flex;
      flex-direction: column;
      padding: 20px;
      transition: all 0.3s ease;
      position: relative;
      background-color: #fff; }
      .woocommerce ul.products li.product .woocommerce-loop-product__title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-clamp: 2;
        line-height: 1.35;
        min-height: 2.7em;
        max-height: 2.7em;
        margin: 0;
        padding: 0;
        word-break: break-word;
        text-overflow: ellipsis;
        flex-shrink: 0; }
      .woocommerce ul.products li.product > a.woocommerce-loop-product__link, .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        margin-bottom: 0; }
        .woocommerce ul.products li.product > a.woocommerce-loop-product__link .product-usp-list, .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link .product-usp-list {
          flex: 0 0 auto; }
        .woocommerce ul.products li.product > a.woocommerce-loop-product__link > .price-sale-wrapper, .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link > .price-sale-wrapper, .woocommerce ul.products li.product > a.woocommerce-loop-product__link > .price.normal-price, .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link > .price.normal-price {
          margin-top: auto; }
      .woocommerce ul.products li.product .button {
        margin-top: 40px !important;
        width: 100%;
        flex-shrink: 0; }
      .woocommerce ul.products li.product a {
        transition: all 0.3s ease;
        display: block;
        margin-bottom: 15px; }
        .woocommerce ul.products li.product a.added_to_cart {
          text-align: center;
          font-weight: 500;
          color: #ffe200; }
        .woocommerce ul.products li.product a h2 {
          font-size: 17px !important; }
        .woocommerce ul.products li.product a .price {
          color: #313131 !important;
          margin-bottom: 0px; }
          .woocommerce ul.products li.product a .price.sale-price {
            font-weight: 900;
            font-size: 22px;
            background: #ffe200;
            color: #fff !important;
            height: 32px;
            display: inline-block;
            padding: 3px 10px 0px 10px;
            position: relative;
            margin-bottom: 0px;
            margin-top: 10px;
            margin-left: 0px;
            background: #ffe200;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px; }
            .woocommerce ul.products li.product a .price.sale-price span .excl-btw {
              font-size: 12px;
              font-weight: 400;
              color: rgba(34, 32, 74, 0.5); }
            .woocommerce ul.products li.product a .price.sale-price .incl-btw {
              font-size: 12px;
              font-weight: 400; }
              .woocommerce ul.products li.product a .price.sale-price .incl-btw span {
                font-size: 12px; }
          .woocommerce ul.products li.product a .price.sale-btw .incl-btw {
            opacity: 0.5;
            font-size: 12px;
            font-weight: 400; }
            .woocommerce ul.products li.product a .price.sale-btw .incl-btw span {
              font-size: 12px;
              text-decoration: none; }
          .woocommerce ul.products li.product a .price.normal-price {
            font-weight: 900;
            font-size: 17px;
            height: 32px;
            display: inline-block;
            position: relative;
            margin-bottom: 0px;
            margin-top: 10px;
            margin-left: 0px;
            color: #313131 !important; }
            .woocommerce ul.products li.product a .price.normal-price span {
              text-decoration: none;
              color: #313131 !important; }
            .woocommerce ul.products li.product a .price.normal-price span .excl-btw {
              font-size: 12px;
              font-weight: 400;
              color: rgba(34, 32, 74, 0.5); }
            .woocommerce ul.products li.product a .price.normal-price .incl-btw {
              font-size: 12px;
              font-weight: 400;
              opacity: 0.5;
              margin-top: 0px; }
            .woocommerce ul.products li.product a .price.normal-price .incl-btw span {
              font-size: 13px; }
            @media only screen and (max-width: 1200px) {
        .woocommerce ul.products li.product a .price.normal-price .incl-btw {
          line-height: 18px; } }
        .woocommerce ul.products li.product a .stock {
          font-size: 12px;
          font-weight: 600;
          color: #1d877a; }
          .woocommerce ul.products li.product a .stock:before {
            content: "";
            background-color: #1d877a;
            border-radius: 100%;
            width: 8px;
            height: 8px;
            display: inline-block;
            margin-right: 8px; }
          .woocommerce ul.products li.product a .stock.low {
            color: #f60; }
          .woocommerce ul.products li.product a .stock.out-of-stock {
            color: #e23a3a; }
            .woocommerce ul.products li.product a .stock.out-of-stock .fa-times {
              font-size: 13px;
              margin-right: 5px; }
        .woocommerce ul.products li.product a .product-attributes {
          font-size: 13px;
          font-weight: 400;
          line-height: 18px;
          color: #22204a; }
          .woocommerce ul.products li.product a .product-attributes strong {
            display: inline;
            color: #8e8e8e;
            font-weight: 400; }
        .woocommerce ul.products li.product a.add_to_cart_button {
          background: #ffe200;
          width: 100%;
          color: #313131;
          font-weight: 600 !important;
          padding: 12px 8px 12px 15px;
          transition: all 0.3s ease;
          border-radius: 110px;
          text-align: center; }
          @media screen and (min-width: 576px) {
      .woocommerce ul.products li.product a.add_to_cart_button:before {
        content: "\f07a";
        font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
        font-weight: 300;
        color: #313131;
        font-size: 15px;
        margin-right: 10px; } }
          .woocommerce ul.products li.product a.add_to_cart_button:hover {
            background: #ffeb4d; }
        .woocommerce ul.products li.product a.product_type_simple {
          width: 100%;
          color: #313131;
          font-weight: 500;
          padding: 12px 8px 12px 15px;
          transition: all 0.3s ease;
          border-radius: 110px;
          background: #ffe200;
          text-align: center;
          padding: 12px 8px 12px 8px;
          font-size: 14px; }
          .woocommerce ul.products li.product a.product_type_simple:before {
            font-size: 14px;
            margin-right: 7px; }
          @media screen and (max-width: 576px) {
      .woocommerce ul.products li.product a.product_type_simple {
        font-size: 13px; } }
      .woocommerce ul.products li.product.outofstock .product_type_simple {
        background: #fe6; }
  .woocommerce mark {
    background: none;
    font-weight: 700; }
  .woocommerce table.shop_table {
    border-radius: 0px;
    font-size: 14px; }
  .woocommerce table.shop_attributes th {
    width: auto !important;
    font-weight: 500; }
  .woocommerce table.my_account_orders {
    font-size: 14px; }
    .woocommerce table.my_account_orders .woocommerce-button {
      padding: 12px 15px 9px 15px; }
  .woocommerce .full-width-alt {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    margin-top: 80px; }
  .woocommerce .product .bg-white {
    background-color: #fff;
    width: 100%; }
  .woocommerce .product .woocommerce-product-gallery {
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    min-width: 0;
    margin-bottom: unset !important;
    position: relative;
    display: flex;
    flex-direction: column; }
    .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img, .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div img {
      width: 100%;
      height: 570px;
      object-fit: cover; }
    .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs {
      margin: 0 !important;
      margin-top: 12px;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      align-content: flex-start;
      list-style: none;
      padding: 14px 16px !important;
      gap: 10px;
      width: 100%;
      max-width: 100%;
      min-width: 0;
      box-sizing: border-box;
      flex: 0 0 auto;
      background-color: #fff;
      z-index: 3; }
    .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs > li {
      width: 76px !important;
      min-width: 76px;
      max-width: 76px;
      flex-shrink: 0;
      box-sizing: border-box;
      margin: 0 !important;
      padding: 6px;
      overflow: hidden;
      background-color: #fff !important; }
      .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs > li img {
        width: 60px !important;
        height: 60px !important;
        max-width: 100%;
        object-fit: cover;
        display: block;
        opacity: 1 !important;
        visibility: visible !important; }
    @media only screen and (max-width: 992px) {
    .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs {
      padding: 10px 12px !important; }
      .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs > li {
        width: 68px !important;
        min-width: 68px;
        max-width: 68px; } }
  .woocommerce .product .summary {
    width: 100% !important; }
    .woocommerce .product .summary.entry-summary {
      background-color: #e4e4e4;
      padding: 28px 32px 28px 28px;
      border-radius: 0px 0px 100px 0px;
      color: #22204a; }
    .woocommerce .product .summary.entry-summary .summary-card {
      background-color: #fff;
      border-radius: 16px;
      padding: 20px 22px;
      margin-bottom: 16px; }
      .woocommerce .product .summary.entry-summary .summary-card--info {
        border-radius: 0;
        background-color: transparent;
        padding: 0; }
        .woocommerce .product .summary.entry-summary .summary-card--info .product-usp-list {
          margin-bottom: 12px; }
          .woocommerce .product .summary.entry-summary .summary-card--info .product-usp-list .product-usp {
            color: #22204a; }
        .woocommerce .product .summary.entry-summary .summary-card--info p {
          color: #22204a;
          font-size: 14px;
          line-height: 1.6;
          margin-bottom: 0; }
    .woocommerce .product .summary.entry-summary h1 {
      font-size: 26px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 16px;
      color: #22204a; }
    .woocommerce .product .summary.entry-summary .price.normal-price {
      color: #22204a; }
      .woocommerce .product .summary.entry-summary .price.normal-price .incl-btw {
        line-height: 1.4; }
        .woocommerce .product .summary.entry-summary .price.normal-price .incl-btw:empty {
          display: none; }
    .woocommerce .product .summary.entry-summary .product-attributes {
      color: #313131;
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 8px;
      line-height: 28px; }
      .woocommerce .product .summary.entry-summary .product-attributes strong {
        color: rgba(49, 49, 49, 0.5); }
    .woocommerce .product .summary.entry-summary .price {
      margin-top: 0px; }
    .woocommerce .product .summary.entry-summary .cta-support {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 20px 0 28px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.3;
      color: #22204a;
      text-decoration: none; }
      .woocommerce .product .summary.entry-summary .cta-support:before {
        content: "\f590";
        font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
        font-weight: 400;
        color: #313131;
        font-size: 20px;
        line-height: 1; }
      .woocommerce .product .summary.entry-summary .cta-support:hover {
        color: #22204a;
        text-decoration: underline;
        text-underline-offset: 4px; }
    .woocommerce .product .summary.entry-summary .usp {
      list-style-type: none;
      padding-left: 0px;
      padding-top: 28px;
      border-top: 1px solid rgba(49, 49, 49, 0.2);
      font-size: 12px;
      font-weight: 400;
      line-height: 1.7;
      color: #22204a; }
      @media only screen and (max-width: 992px) {
      .woocommerce .product .summary.entry-summary .usp {
        padding-bottom: 22px; } }
      .woocommerce .product .summary.entry-summary .usp li:before {
        content: "\f00c";
        font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
        font-weight: 900;
        color: #1d877a;
        font-size: 12px;
        margin-right: 10px; }
    .woocommerce .product .summary.entry-summary .stock {
      margin-top: 8px;
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.4; }
    .woocommerce .product .summary.entry-summary .product-brand-eyebrow {
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 12px;
      font-weight: 700;
      color: rgba(34, 32, 74, 0.5);
      margin-bottom: 8px; }
    .woocommerce .product .summary.entry-summary .summary-price-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px; }
      .woocommerce .product .summary.entry-summary .summary-price-row .summary-price-col {
        flex: 1 1 auto; }
      .woocommerce .product .summary.entry-summary .summary-price-row .summary-stock-col {
        flex: 0 0 auto;
        text-align: right; }
      .woocommerce .product .summary.entry-summary .summary-price-row .summary-stock-col .stock {
        margin: 0;
        color: #1d877a; }
        .woocommerce .product .summary.entry-summary .summary-price-row .summary-stock-col .stock:before {
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          background-color: #1d877a;
          margin-right: 8px; }
    .woocommerce .product .summary.entry-summary .summary-payment {
      margin-top: 20px; }
      .woocommerce .product .summary.entry-summary .summary-payment .summary-payment-title {
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: rgba(34, 32, 74, 0.6);
        margin-bottom: 8px; }
      .woocommerce .product .summary.entry-summary .summary-payment .summary-payment-title i {
        margin-right: 6px; }
      .woocommerce .product .summary.entry-summary .summary-payment .summary-payment-icons {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px; }
      .woocommerce .product .summary.entry-summary .summary-payment .summary-payment-icons .summary-payment-icon {
        height: 24px;
        width: auto; }
    .woocommerce .product .summary.entry-summary.sticky-top {
      z-index: unset; }
    .woocommerce .product .summary.entry-summary form.cart {
      margin: 8px 0px 0px; }
      .woocommerce .product .summary.entry-summary form.cart div.quantity {
        margin: 0 4px 10px 0 !important; }
    .woocommerce .product .summary.entry-summary .price-rules-table-wrapper th {
      padding-left: 10px; }
      .woocommerce .product .summary.entry-summary .price-rules-table-wrapper td {
        padding-left: 10px; }
      .woocommerce .product .summary.entry-summary .price-rules-table-wrapper .woocommerce-Price-currencySymbol {
        margin-left: 4px;
        margin-right: 2px; }
    .woocommerce .product .summary p.stock.out-of-stock {
      color: #22204a !important;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 20px; }
  .woocommerce .product .lees-meer-container {
    max-height: 410px;
    /* Standaard hoogte */
    overflow: hidden;
    position: relative;
    transition: max-height 0.6s ease-in-out, opacity 0.4s ease-in-out; }
  .woocommerce .product .lees-meer-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    /* Fade effect aan de onderkant */
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 100%);
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
    border-bottom: 1px solid #e7e7e7; }
  .woocommerce .product .lees-meer-container.open {
    max-height: 10000px;
    /* Opengeklapte hoogte */
    opacity: 1; }
  .woocommerce .product .lees-meer-container.open::after {
    opacity: 0;
    /* Fade effect verwijderen */ }
  .woocommerce .product .lees-meer-btn {
    display: inline-block;
    color: #22204a;
    padding: 16px 16px 0px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    background: unset;
    font-weight: 600;
    width: 83.333333%; }
    @media only screen and (max-width: 992px) {
    .woocommerce .product .lees-meer-btn {
      width: 100%; } }
    .woocommerce .product .lees-meer-btn svg {
      margin-left: 12px; }
  .woocommerce .product .lees-meer-btn.hidden {
    opacity: 0;
    visibility: hidden; }
  .woocommerce .product .product-description {
    padding-left: 0px !important; }
    .woocommerce .product .product-description h2 {
      font-size: 18px !important;
      font-weight: 900 !important;
      margin-top: 60px;
      color: #313131; }
    .woocommerce .product .product-description h3 {
      font-size: 16px !important;
      font-weight: 900 !important;
      margin-top: 40px;
      color: #313131; }
    .woocommerce .product .product-description strong {
      font-weight: 700; }
    .woocommerce .product .product-description .downloads a {
      display: table;
      font-weight: 300; }
      .woocommerce .product .product-description .downloads a:hover {
        text-decoration: none; }
      .woocommerce .product .product-description .downloads a:hover .fa {
        color: #0492d4; }
      .woocommerce .product .product-description .downloads a .fa {
        color: #969696; }
  .woocommerce .product .additional-information {
    padding-left: 0px !important;
    margin-top: 50px;
    border-top: 1px solid #e0e0e0; }
    .woocommerce .product .additional-information h2 {
      font-size: 16px !important;
      font-weight: 900 !important;
      margin-top: 20px; }
  .woocommerce .product .price {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400; }
    .woocommerce .product .price.sale-price {
      font-weight: 900;
      font-size: 22px;
      background: #ffe200;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      color: #fff !important;
      height: 32px;
      display: inline-block;
      padding: 3px 10px 0px 10px;
      position: relative;
      margin-bottom: 0px;
      margin-top: 30px;
      margin-left: 0px; }
    .woocommerce .product .price.sale-price .excl-btw {
      font-size: 12px;
      text-decoration: none;
      font-weight: 400;
      color: rgba(34, 32, 74, 0.5); }
    .woocommerce .product .price.sale-price .incl-btw {
      font-size: 12px;
      font-weight: 400;
      opacity: 0.5; }
      .woocommerce .product .price.sale-price .incl-btw span {
        font-size: 13px; }
    .woocommerce .product .price.normal-price {
      font-weight: 900;
      font-size: 20px;
      height: 32px;
      display: inline-block;
      position: relative;
      margin-bottom: 0px;
      margin-top: 10px;
      margin-left: 0px;
      color: #313131; }
    .woocommerce .product .price.normal-price span {
      text-decoration: none;
      color: #313131;
      font-size: 12px;
      font-weight: 400; }
      .woocommerce .product .price.normal-price span .excl-btw {
        font-size: 12px;
        font-weight: 400;
        color: rgba(34, 32, 74, 0.5); }
    .woocommerce .product .price.normal-price .incl-btw {
      font-size: 12px;
      font-weight: 400;
      opacity: 0.5;
      line-height: 30px; }
    .woocommerce .product .price.sale-price-large {
      font-weight: 900;
      font-size: 24px;
      color: #e23a3a !important;
      margin-top: 12px;
      margin-bottom: 8px;
      line-height: 1.2;
      display: block; }
  .woocommerce .product .price-sale-wrapper {
    margin-top: 10px; }
    .woocommerce .product .price-sale-wrapper .price-sale-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 8px;
      flex-wrap: wrap; }
    .woocommerce .product .price-sale-wrapper .price-sale-header .discount-badge {
      background-color: #e23a3a;
      color: #fff;
      font-weight: 900;
      font-size: 11px;
      padding: 6px 8px;
      border-radius: 6px;
      white-space: nowrap;
      line-height: 1.2;
      display: inline-block; }
    .woocommerce .product .price-sale-wrapper .price-sale-header .price-uvp {
      display: flex;
      align-items: baseline;
      gap: 8px;
      font-size: 14px;
      color: #22204a; }
      .woocommerce .product .price-sale-wrapper .price-sale-header .price-uvp .uvp-label {
        font-weight: 400;
        color: #22204a; }
      .woocommerce .product .price-sale-wrapper .price-sale-header .price-uvp .uvp-price {
        text-decoration: line-through;
        font-weight: 400;
        color: #22204a; }
    .woocommerce .product .price-sale-wrapper .price-disclaimer {
      font-size: 12px;
      font-weight: 400;
      color: rgba(34, 32, 74, 0.6);
      margin-top: 4px; }
  .woocommerce .product .stock {
    font-size: 13px;
    font-weight: 600;
    color: #1d877a;
    margin-bottom: 20px;
    margin-top: 12px; }
    .woocommerce .product .stock.low {
      color: #f60; }
    .woocommerce .product .stock.out-of-stock {
      color: #e23a3a; }
    .woocommerce .product .stock.out-of-stock .fa-times {
      font-size: 13px;
      margin-right: 5px; }
  .woocommerce .product .product-attributes {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #22204a; }
    .woocommerce .product .product-attributes strong {
      display: inline;
      color: #8e8e8e;
      font-weight: 400; }
  .woocommerce .product span.onsale {
    float: right;
    position: absolute;
    margin-top: -30px;
    margin-left: 160px;
    text-decoration: none !important;
    text-transform: uppercase; }
  .woocommerce .product .quantity {
    margin-right: 12px !important; }
    .woocommerce .product .quantity.quantity-controls--product {
      display: inline-flex;
      align-items: stretch;
      gap: 0; }
    .woocommerce .product .quantity.quantity-controls--product .qty-btn-minus, .woocommerce .product .quantity.quantity-controls--product .qty-btn-plus {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 40px;
      padding: 0;
      border: 1px solid #e0e0e0;
      border-radius: 0;
      background: #fff;
      color: #313131;
      font-size: 18px;
      font-weight: 600;
      line-height: 1;
      cursor: pointer;
      transition: all 0.2s ease;
      flex-shrink: 0;
      box-sizing: border-box; }
      .woocommerce .product .quantity.quantity-controls--product .qty-btn-minus:hover, .woocommerce .product .quantity.quantity-controls--product .qty-btn-plus:hover {
        background: #fafafa; }
      .woocommerce .product .quantity.quantity-controls--product .qty-btn-minus:disabled, .woocommerce .product .quantity.quantity-controls--product .qty-btn-plus:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .woocommerce .product .quantity.quantity-controls--product .qty-btn-minus {
      position: relative;
      z-index: 2;
      border-radius: 4px 0 0 4px; }
    .woocommerce .product .quantity.quantity-controls--product .qty-btn-plus {
      position: relative;
      z-index: 2;
      border-radius: 0 4px 4px 0; }
    .woocommerce .product .quantity .qty {
      border: 1px solid #e0e0e0;
      height: 40px;
      box-sizing: border-box;
      padding: 0 8px;
      width: 64px;
      border-radius: 0;
      text-align: center;
      line-height: 38px;
      -webkit-appearance: none;
      -moz-appearance: textfield;
      position: relative;
      z-index: 1; }
    .woocommerce .product .quantity.quantity-controls--product .qty {
      border-left: 0;
      border-right: 0;
      margin-left: 0;
      margin-right: 0; }
  .woocommerce .product button.single_add_to_cart_button {
    background: #ffe200;
    border-radius: 110px !important;
    color: #313131;
    font-weight: 600 !important;
    padding: 12px 20px 12px 20px;
    transition: all 0.3s ease;
    text-align: center; }
    @media screen and (min-width: 576px) {
      .woocommerce .product button.single_add_to_cart_button:before {
        content: "\f07a";
        font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
        font-weight: 300;
        color: #313131;
        font-size: 15px;
        margin-right: 10px; } }
    .woocommerce .product button.single_add_to_cart_button:hover {
      background: #ffeb4d;
      color: #313131;
      border: unset; }
    .woocommerce .product button.single_product_type_simple {
      color: #000;
      font-weight: 500;
      border-bottom: 2px solid #0a5e85;
      padding: 12px 8px 12px 15px;
      transition: all 0.3s ease; }
  @media screen and (max-width: 992px) {
      .woocommerce .product .images .woocommerce-product-gallery__wrapper img, .woocommerce .product .images .woocommerce-product-gallery .flex-viewport img {
        height: 550px !important;
        object-fit: cover; } }
    @media screen and (max-width: 768px) {
    .woocommerce .product .images .woocommerce-product-gallery__wrapper img, .woocommerce .product .images .woocommerce-product-gallery .flex-viewport img {
      height: 450px !important;
      object-fit: cover; } }
    @media screen and (max-width: 576px) {
    .woocommerce .product .images .woocommerce-product-gallery__wrapper img, .woocommerce .product .images .woocommerce-product-gallery .flex-viewport img {
      height: 350px !important;
      object-fit: cover; } }
    .woocommerce .product .images .flex-control-thumbs:not(.swiper-wrapper):not(:where(.woocommerce-product-gallery *)) li {
      width: unset !important;
      margin-right: 0 !important; }
      @media only screen and (max-width: 992px) {
      .woocommerce .product .images .flex-control-thumbs:not(.swiper-wrapper):not(:where(.woocommerce-product-gallery *)) li {
        margin-right: 0 !important; } }
  .woocommerce .related-products {
    padding-left: 0px !important;
    padding-top: 30px !important; }
  .woocommerce .related-products h2 {
    font-size: 22px !important;
    font-weight: 900 !important;
    margin-bottom: 32px; }
  .woocommerce .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 22px;
    font-weight: 900; }
  .woocommerce .woocommerce-ordering select {
    border: 1px solid #e0e0e0;
    padding: 7px 7px;
    color: #22204a;
    font-weight: 400;
    font-size: 13px; }
  .woocommerce .woocommerce-result-count {
    font-weight: 700 !important; }
  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 40px; }
  .woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px;
    border: 0px; }
    .woocommerce nav.woocommerce-pagination ul li {
      display: inline-block;
      border: 0px; }
      .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        height: 44px;
        padding: 8px 12px;
        text-decoration: none;
        border-radius: 8px;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        border: 1px solid #dee2e6; }
      .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a.current {
        background: #313131;
        color: #fff;
        border: 0px; }
      .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li a:hover {
        background-color: #e9ecef;
        color: #29265d; }
      .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a.current {
        background-color: #29265d;
        color: #fff; }
  .woocommerce #customer_details .col {
    padding-left: 0px !important; }
  .woocommerce form .form-row {
    padding: 0px; }
    .woocommerce form .form-row #billing_address_2, .woocommerce form .form-row #shipping_address_2 {
      margin-left: 96% !important; }
  @media only screen and (max-width: 992px) {
  .woocommerce .cart-collaterals {
    margin-top: 60px; } }

body.woocommerce-page h1 {
  font-size: 22px;
  font-weight: 900;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  margin-bottom: 40px; }
  body.woocommerce-page h1.product_title {
    margin-bottom: 10px;
    border-bottom: 0px; }
  body.woocommerce-page h2, body.woocommerce-page h3 {
    font-size: 20px;
    font-weight: 900; }
  body.woocommerce-page .product .price.normal-price .incl-btw {
    line-height: 30px; }
  body.woocommerce-page .product.sale .sale-attr {
    line-height: 20px;
    margin-top: -5px; }
  @media (min-width: 768px) {
        body.woocommerce-page ul.products.columns-3 .product {
          width: calc(33.33% - 18.66px);
          margin-right: 28px; }
        body.woocommerce-page ul.products.columns-3 .product:nth-child(3n) {
          margin-right: 0; } }
  @media (max-width: 767.98px) {
        body.woocommerce-page ul.products.columns-3 .product {
          width: calc(50% - 4px) !important;
          margin-right: 8px;
          margin-bottom: 16px; }
        body.woocommerce-page ul.products.columns-3 .product:nth-child(3n) {
          margin-right: 8px !important; }
        body.woocommerce-page ul.products.columns-3 .product:nth-child(2n) {
          margin-right: 0 !important; } }
  body.woocommerce-page ul.products li.product {
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 12px;
    transition: border-color 0.2s ease; }
  body.woocommerce-page ul.products li.product:hover {
    border-color: #e0e0e0; }
  body.woocommerce-page ul.products li.product .button {
    margin-top: 20px !important; }
  body.woocommerce-page ul.products li.product .price.sale-price-large {
    font-weight: 900;
    font-size: 17px;
    height: 32px;
    color: #e23a3a !important;
    margin-top: 5px; }
  body.woocommerce-page .woocommerce a.button {
    background: #ffe200;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 110px; }
    body.woocommerce-page .woocommerce a.button:hover {
      background: #ffeb4d;
      color: #fff; }
    body.woocommerce-page .woocommerce a.button.wc-backward {
      background: #ebe9eb;
      color: #515151;
      font-size: 14px; }
    body.woocommerce-page .woocommerce a.button.wc-backward:hover {
      background: #d3ced3; }
  body.woocommerce-page .woocommerce button#place_order {
    background: #ffe200;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 110px;
    padding: 12px 20px 12px 20px; }
    body.woocommerce-page .woocommerce button#place_order:hover {
      background: #ffeb4d;
      color: #fff; }
  body.woocommerce-page .woocommerce button.button {
    border-radius: 110px; }
  body.woocommerce-page .woocommerce #customer_login .col-1 {
    padding-left: 0px !important; }
  body.woocommerce-page .woocommerce #customer_login .col-2 {
    padding-right: 0px !important; }
  body.woocommerce-page form span.woocommerce-input-wrapper {
    width: 50%; }
  body.woocommerce-page form span.select2-selection {
    width: 100%; }
  body.woocommerce-page form span textarea#order_comments {
    height: 150px; }
  body.woocommerce-page .mailchimp-newsletter {
    margin-top: 25px; }
  body.woocommerce-page .mailchimp-newsletter .woocommerce-form__input {
    margin-right: 0px; }
  body.woocommerce-page .mailchimp-newsletter label {
    width: auto;
    margin-left: 2px; }
  body.woocommerce-page .wc-block-components-form label div {
    background: unset !important;
    color: #313131 !important;
    border: unset;
    text-align: unset !important;
    font-weight: 400 !important;
    width: 100% !important;
    height: unset !important; }
    body.woocommerce-page .wc-block-components-form label div img {
      opacity: unset !important; }
  body.woocommerce-page .woocommerce-form__label-for-checkbox {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 700; }
  body.woocommerce-page .woocommerce-form__label-for-checkbox span {
    margin-left: 15px; }
  body.woocommerce-page .woocommerce-form__label-for-checkbox .woocommerce-form__input {
    margin-right: 0px; }
  body.woocommerce-page .create-account.woocommerce-validated {
    margin-top: 30px; }
  body.woocommerce-page #ship-to-different-address .woocommerce-form__label-for-checkbox {
    margin-top: 0px; }
  body.woocommerce-page .woocommerce-additional-fields {
    margin-top: 20px; }
  body.woocommerce-page .woocommerce-form-login {
    background: #f7f6f7;
    border: 0px; }
  body.woocommerce-page .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-weight: 300;
    font-size: 14px; }
  body.woocommerce-page .woocommerce-form-login .lost_password a {
    font-weight: 300;
    font-size: 15px;
    font-style: italic; }
  body.woocommerce-page .woocommerce-address-fields button, body.woocommerce-page form.edit-account button, body.woocommerce-page .woocommerce-ResetPassword button {
    background: #ffe200;
    border-radius: 110px;
    color: #fff;
    font-weight: 700 !important;
    padding: 12px 15px 12px 15px;
    transition: all 0.3s ease; }
  body.woocommerce-page .woocommerce-address-fields button:hover, body.woocommerce-page form.edit-account button:hover, body.woocommerce-page .woocommerce-ResetPassword button:hover {
    background: #ffeb4d;
    color: #fff; }
  body.woocommerce-page .woocommerce-address-fields .woocommerce-Input, body.woocommerce-page form.edit-account .woocommerce-Input, body.woocommerce-page .woocommerce-ResetPassword .woocommerce-Input {
    width: 50%; }
  body.woocommerce-page .woocommerce-address-fields em, body.woocommerce-page form.edit-account em, body.woocommerce-page .woocommerce-ResetPassword em {
    margin-bottom: 30px;
    padding-top: 5px;
    display: block; }
  body.woocommerce-page .woocommerce-address-fields fieldset, body.woocommerce-page form.edit-account fieldset, body.woocommerce-page .woocommerce-ResetPassword fieldset {
    margin-top: 30px; }
  body.woocommerce-page .woocommerce-address-fields fieldset legend, body.woocommerce-page form.edit-account fieldset legend, body.woocommerce-page .woocommerce-ResetPassword fieldset legend {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding-bottom: 10px; }
  body.woocommerce-page .woocommerce-address-fields fieldset .woocommerce-Input, body.woocommerce-page form.edit-account fieldset .woocommerce-Input, body.woocommerce-page .woocommerce-ResetPassword fieldset .woocommerce-Input {
    width: 100%; }
  body.woocommerce-page .woocommerce-button {
    background: #ffe200;
    border-radius: 110px;
    color: #fff;
    font-weight: 700 !important;
    border-bottom: 2px solid #222;
    padding: 12px 15px 12px 15px;
    transition: all 0.3s ease;
    border-radius: 3px; }
  body.woocommerce-page .woocommerce-button:hover {
    background: #ffeb4d;
    color: #fff; }
  body.woocommerce-account .col-1, body.woocommerce-order-received .col-1 {
    max-width: 50% !important; }
  body.woocommerce-account .col-2, body.woocommerce-order-received .col-2 {
    max-width: 50% !important; }
  body.woocommerce-account .col2-set, body.woocommerce-order-received .col2-set {
    width: 100% !important; }
  body.woocommerce-account .woocommerce-MyAccount-content .form-row, body.woocommerce-order-received .woocommerce-MyAccount-content .form-row {
    width: 100%; }
  body.woocommerce-account .woocommerce-MyAccount-content .form-row label, body.woocommerce-order-received .woocommerce-MyAccount-content .form-row label {
    width: 44%;
    margin-right: 4%; }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row, body.woocommerce-order-received .woocommerce-MyAccount-content .woocommerce-orders-table__row {
    margin-bottom: 20px; }
  body.woocommerce-account .woocommerce-MyAccount-content .show-password-input, body.woocommerce-order-received .woocommerce-MyAccount-content .show-password-input {
    display: none; }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset, body.woocommerce-order-received .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    margin-bottom: 30px; }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form__input-radio, body.woocommerce-order-received .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form__input-radio {
    margin-right: 2rem; }
  body.woocommerce-account .woocommerce-form-login, body.woocommerce-order-received .woocommerce-form-login, body.woocommerce-account .woocommerce-form-register, body.woocommerce-order-received .woocommerce-form-register {
    background: #fff;
    border: 1px solid #e0e0e0; }
  body.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme span, body.woocommerce-order-received .woocommerce-form-login .woocommerce-form-login__rememberme span, body.woocommerce-account .woocommerce-form-register .woocommerce-form-login__rememberme span, body.woocommerce-order-received .woocommerce-form-register .woocommerce-form-login__rememberme span {
    font-weight: 300;
    font-size: 14px; }
  body.woocommerce-account .woocommerce-form-login label, body.woocommerce-order-received .woocommerce-form-login label, body.woocommerce-account .woocommerce-form-register label, body.woocommerce-order-received .woocommerce-form-register label {
    width: 60%; }
  body.woocommerce-account .woocommerce-form-login .lost_password a, body.woocommerce-order-received .woocommerce-form-login .lost_password a, body.woocommerce-account .woocommerce-form-register .lost_password a, body.woocommerce-order-received .woocommerce-form-register .lost_password a {
    font-weight: 300;
    font-size: 15px;
    font-style: italic; }
  body.woocommerce-account .woocommerce-form-login input#username, body.woocommerce-order-received .woocommerce-form-login input#username, body.woocommerce-account .woocommerce-form-register input#username, body.woocommerce-order-received .woocommerce-form-register input#username {
    width: 40% !important;
    float: right; }
  body.woocommerce-account .woocommerce-form-login input#reg_email, body.woocommerce-order-received .woocommerce-form-login input#reg_email, body.woocommerce-account .woocommerce-form-register input#reg_email, body.woocommerce-order-received .woocommerce-form-register input#reg_email {
    width: 60% !important;
    float: right; }
  body.woocommerce-account .woocommerce-form-login span.password-input, body.woocommerce-order-received .woocommerce-form-login span.password-input, body.woocommerce-account .woocommerce-form-register span.password-input, body.woocommerce-order-received .woocommerce-form-register span.password-input {
    width: 40% !important; }
    body.woocommerce-account .woocommerce-form-login span.password-input#password, body.woocommerce-order-received .woocommerce-form-login span.password-input#password, body.woocommerce-account .woocommerce-form-register span.password-input#password, body.woocommerce-order-received .woocommerce-form-register span.password-input#password {
      float: right; }
  body.woocommerce-account .woocommerce-form-register label, body.woocommerce-order-received .woocommerce-form-register label {
    width: 40%; }
  body.woocommerce-account .woocommerce-MyAccount-navigation, body.woocommerce-order-received .woocommerce-MyAccount-navigation {
    width: 25%; }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul {
    padding-left: 0px; }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul li, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    cursor: pointer; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li:after, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li:after {
      font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
      font-weight: 900;
      color: #ffe200;
      font-size: 20px;
      margin-right: 15px;
      position: absolute;
      right: 0;
      top: 10px; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover:after, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li:hover:after {
      color: #ffe200; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:after, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:after {
      content: "\e00d"; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:after, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:after {
      content: "\f466"; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:after, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:after {
      content: "\f3c5"; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:after, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:after {
      content: "\f2bd"; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:after, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:after {
      content: "\f08b"; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #ffe200;
      font-weight: 900; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li.is-active:after {
      color: #ffe200; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li a {
      font-weight: 400;
      padding: 10px 0px;
      display: block; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li:first-child {
      padding-top: 0px; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child, body.woocommerce-order-received .woocommerce-MyAccount-navigation ul li:last-child {
      border-bottom: 0px; }
  body.woocommerce-account .woocommerce-Address, body.woocommerce-order-received .woocommerce-Address, body.woocommerce-account .woocommerce-column--billing-address, body.woocommerce-order-received .woocommerce-column--billing-address {
    padding-left: 0px; }
  body.woocommerce-account .woocommerce-Address .edit, body.woocommerce-order-received .woocommerce-Address .edit, body.woocommerce-account .woocommerce-column--billing-address .edit, body.woocommerce-order-received .woocommerce-column--billing-address .edit {
    font-weight: 300;
    color: #e23a3a;
    float: left !important;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e0e0e0; }
  body.woocommerce-account .woocommerce-column--shipping-address, body.woocommerce-order-received .woocommerce-column--shipping-address {
    padding-right: 0px; }

.woocommerce-cart h2 {
  margin-bottom: 16px !important; }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    border-radius: 110px;
    padding: 4px 6px 5px; }
  .woocommerce-cart #shipping_method li {
    margin-bottom: 8px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease; }
  .woocommerce-cart #shipping_method li:hover {
    border-color: #007cba;
    background: #f8f9fa; }
  .woocommerce-cart #shipping_method li:has(input:checked) {
    border-color: #04a386;
    background: rgba(4, 163, 134, 0.05);
    box-shadow: 0 2px 8px rgba(4, 163, 134, 0.1); }
  .woocommerce-cart #shipping_method li:has(input[id*="free_shipping"]) {
    border-color: #04a386;
    background: linear-gradient(135deg, rgba(4, 163, 134, 0.08) 0%, rgba(4, 163, 134, 0.03) 100%); }
  .woocommerce-cart #shipping_method li:has(input[id*="free_shipping"]) label {
    color: #04a386;
    font-weight: 600; }
    .woocommerce-cart #shipping_method li:has(input[id*="free_shipping"]) label:before {
      content: "🚚 ";
      margin-right: 8px; }
  .woocommerce-cart #shipping_method li:has(input[id*="free_shipping"]):has(input:checked) {
    background: linear-gradient(135deg, rgba(4, 163, 134, 0.15) 0%, rgba(4, 163, 134, 0.08) 100%);
    border-color: #04a386;
    box-shadow: 0 4px 12px rgba(4, 163, 134, 0.2); }
  .woocommerce-cart #shipping_method li input[type="radio"] {
    margin-right: 12px;
    accent-color: #04a386; }
  .woocommerce-cart #shipping_method li label {
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 500; }
  .woocommerce-cart #shipping_method:has(li:only-child input[id*="free_shipping"]) li {
    border: 2px solid #04a386;
    background: linear-gradient(135deg, rgba(4, 163, 134, 0.1) 0%, rgba(4, 163, 134, 0.05) 100%); }
  .woocommerce-cart #shipping_method:has(li:only-child input[id*="free_shipping"]) li:before {
    content: "✅ ";
    font-size: 16px;
    margin-right: 8px; }
  .woocommerce-cart #shipping_method:has(li:only-child input[id*="free_shipping"]) li label {
    color: #04a386;
    font-weight: 700;
    font-size: 15px; }
    .woocommerce-cart #shipping_method:has(li:only-child input[id*="free_shipping"]) li label:before {
      content: "Gefeliciteerd! ";
      color: #04a386;
      font-weight: 600; }
  .woocommerce-cart #shipping_method:has(li:only-child input[id*="free_shipping"]) li input[type="radio"] {
    display: none; }
  .woocommerce-cart .shop_table .shipping .amount:contains("Gratis") {
    color: #04a386;
    font-weight: 700; }
  .woocommerce-cart .woocommerce-shipping-calculator h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 8px; }

.woocommerce-checkout #shipping_method li {
  margin-bottom: 8px;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease; }
  .woocommerce-checkout #shipping_method li:hover {
    border-color: #007cba;
    background: #f8f9fa; }
  .woocommerce-checkout #shipping_method li:has(input:checked) {
    border-color: #04a386;
    background: rgba(4, 163, 134, 0.05);
    box-shadow: 0 2px 8px rgba(4, 163, 134, 0.1); }
  .woocommerce-checkout #shipping_method li:has(input[id*="free_shipping"]) {
    border-color: #04a386;
    background: linear-gradient(135deg, rgba(4, 163, 134, 0.08) 0%, rgba(4, 163, 134, 0.03) 100%); }
  .woocommerce-checkout #shipping_method li:has(input[id*="free_shipping"]) label {
    color: #04a386;
    font-weight: 600; }
    .woocommerce-checkout #shipping_method li:has(input[id*="free_shipping"]) label:before {
      content: "🚚 ";
      margin-right: 8px; }
  .woocommerce-checkout #shipping_method li:has(input[id*="free_shipping"]):has(input:checked) {
    background: linear-gradient(135deg, rgba(4, 163, 134, 0.15) 0%, rgba(4, 163, 134, 0.08) 100%);
    border-color: #04a386;
    box-shadow: 0 4px 12px rgba(4, 163, 134, 0.2); }
  .woocommerce-checkout #shipping_method li input[type="radio"] {
    margin-right: 12px;
    accent-color: #04a386; }
  .woocommerce-checkout #shipping_method li label {
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 500; }
  .woocommerce-checkout .free-shipping-badge {
    background-color: #04a386 !important;
    font-size: 0.75rem;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    white-space: nowrap; }

@media (max-width: 768px) {
  .woocommerce-checkout #shipping_method li {
    padding: 10px; }
    .woocommerce-checkout #shipping_method li label {
      font-size: 13px; }
    .woocommerce-checkout #shipping_method li:has(input[id*="free_shipping"]) label:before {
      content: "🚚";
      margin-right: 6px; }

  .woocommerce-cart #shipping_method li {
    padding: 10px; }
    .woocommerce-cart #shipping_method li label {
      font-size: 13px; }
    .woocommerce-cart #shipping_method li:has(input[id*="free_shipping"]) label:before {
      content: "🚚";
      margin-right: 6px; }
    .woocommerce-cart .cart_totals .shop_table {
      font-size: 14px; }
    .woocommerce-cart .cart_totals .shop_table .shipping td {
      font-size: 13px; } }

.woocommerce-store-notice {
  background-color: #0492d4 !important;
  color: #22204a !important;
  font-weight: 700; }
  .woocommerce-store-notice a {
    color: #22204a !important; }

.woocommerce-info {
  border-top-color: #22204a; }
  .woocommerce-info::before {
    color: #22204a; }
  .woocommerce-info a {
    color: #e23a3a; }

.woocommerce-message {
  border-top-color: #ffe200; }
  .woocommerce-message:before {
    color: #ffe200; }

.sidebar-horizont {
  padding-right: 50px; }
  .sidebar-horizont .chw-widget {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 10px; }
  .sidebar-horizont .chw-widget h2 {
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 5px; }
  .sidebar-horizont .chw-widget ul {
    list-style-type: none;
    padding-left: 0px; }
  .sidebar-horizont .chw-widget ul li {
    line-height: 22px; }
  .sidebar-horizont .chw-widget ul li a {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 0px; }
  .sidebar-horizont .chw-widget:last-child {
    border-bottom: 0px; }
  .sidebar-horizont ul.product-categories {
    margin-bottom: 0px; }
  .sidebar-horizont ul.product-categories li a {
    padding-bottom: 5px;
    display: inline-block; }
  .sidebar-horizont ul.product-categories li.current-cat {
    color: #e23a3a; }
    .sidebar-horizont ul.product-categories li.current-cat a {
      color: #e23a3a; }
  .sidebar-horizont ul.product-categories li.cat-parent {
    color: #22204a; }
    .sidebar-horizont ul.product-categories li.cat-parent a {
      display: inline-block;
      color: #22204a; }
    .sidebar-horizont ul.product-categories li.cat-parent .count {
      display: none; }
    .sidebar-horizont ul.product-categories li.cat-parent.current-cat a, .sidebar-horizont ul.product-categories li.cat-parent.current-cat-parent a {
      font-size: 16px;
      font-weight: 900; }
    .sidebar-horizont ul.product-categories li.cat-parent.current-cat ul li a, .sidebar-horizont ul.product-categories li.cat-parent.current-cat-parent ul li a {
      font-weight: 400;
      font-size: 14px; }
  .sidebar-horizont ul.product-categories li ul {
    list-style-type: none;
    padding-left: 0px; }
    .sidebar-horizont ul.product-categories li ul.children li {
      line-height: 22px; }
      .sidebar-horizont ul.product-categories li ul.children li a {
        font-weight: 400;
        font-size: 14px;
        padding-bottom: 0px; }
      .sidebar-horizont ul.product-categories li ul.children li .count {
        display: inline-block; }
  .sidebar-horizont #searchform input {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 0px 7px; }
  .sidebar-horizont #searchform #searchsubmit {
    width: auto;
    padding: 3px 15px;
    border: 0px;
    margin-top: 10px;
    background: #ebe9eb;
    color: #515151;
    font-weight: 700;
    font-size: 13px;
    border-radius: 3px; }
  .sidebar-horizont #searchform #searchsubmit:hover {
    background: #dfdcde; }

.stock {
  font-size: 13px;
  font-weight: 600;
  color: #1d877a !important; }
  .stock:before {
    content: "";
    background-color: #1d877a;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 8px; }
  .stock.low {
    color: #f60; }
  .stock.out-of-stock {
    color: #e23a3a; }
  .stock.out-of-stock:before {
    all: unset !important; }
  .stock.out-of-stock .fa-times {
    font-size: 13px;
    margin-right: 5px; }
/* action labels custom Direct ICT */
.price-action-label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: table;
  padding: 8px 12px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal; }
  .price-action-label.green {
    background-color: #ffe200;
    color: #fff; }
  .price-action-label.red {
    background-color: #e23a3a;
    color: #fff; }
  .price-action-label.yellow {
    background-color: #0492d4;
    color: #fff; }
  .price-action-label.orange {
    background-color: #f60;
    color: #fff; }
  .price-action-label p {
    margin-bottom: 0px; }

.price_slider {
  margin-bottom: 1em; }

.price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em; }

.price_slider_amount .button {
  font-size: 1.15em; }

.price_slider_amount .button {
  float: left; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background: #e7e7e7;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7));
  background: -webkit-linear-gradient(#fefefe, #e7e7e7);
  background: -moz-linear-gradient(center top, #fefefe 0%, #e7e7e7 100%);
  background: -moz-gradient(center top, #fefefe 0%, #e7e7e7 100%);
  outline: none;
  top: -0.3em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset; }

.ui-slider .ui-slider-handle:last-child {
  margin-left: -13px; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: none repeat scroll 0 0 #ffe200;
  box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em; }

.price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #1e1e1e;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
  background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
  background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
  background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%); }

.ui-slider-horizontal {
  height: 0.5em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.product-short .swiper-slide.product .quantity, .product-short .swiper-slide.product .quantity input {
  display: none !important; }
  .product-short .swiper-slide.product .cart .quantity label, .product-short .swiper-slide.product .cart .quantity .screen-reader-text {
    display: none !important; }
  .product-short .swiper-slide.product .cart .single_add_to_cart_button {
    width: 100%;
    margin-top: 40px; }

.cross-sells-section .cross-sells-swiper {
  overflow: hidden; }
  .cross-sells-section .cross-sells-swiper .swiper-slide.product {
    height: auto; }
  .cross-sells-section .product .quantity, .cross-sells-section .product .quantity input {
    display: none !important; }
  .cross-sells-section .product .cart .quantity label, .cross-sells-section .product .cart .quantity .screen-reader-text {
    display: none !important; }
  .cross-sells-section .product .cart .single_add_to_cart_button {
    width: 100%;
    margin-top: 40px; }
  .cross-sells-section .cross-sells-nav svg {
    transition: opacity 0.2s; }
  .cross-sells-section .cross-sells-nav svg:hover {
    opacity: 0.7; }
  .cross-sells-section ul.products {
    margin: 0;
    padding: 0; }

.product-usp-list {
  padding: 9px 0px 0px 0px !important;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 0; }
  .product-usp-list .product-usp {
    display: flex;
    color: #313131;
    font-weight: 400;
    margin-bottom: 3px; }
  .product-usp-list .product-usp:last-child {
    margin-bottom: 0; }
  .product-usp-list .product-usp:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
    font-weight: 900;
    color: #1d877a;
    font-size: 12px;
    margin-right: 10px; }

.wc-gzd-additional-info {
  display: none; }

.wc-block-checkout__sidebar .wc-block-components-order-summary-item__individual-prices, .wc-block-checkout__sidebar .wc-block-components-product-metadata {
  display: none !important; }

.wc-block-checkout__shipping-option--free {
  display: none !important; }

.delivery-time {
  font-size: 12px;
  font-weight: 400; }

.wp-block-woocommerce-checkout-order-summary-tax-block {
  display: none; }

@media (max-width: 767.98px) {
  .woocommerce ul.products[class*='columns-'], .woocommerce-page ul.products[class*='columns-'] {
    display: flex !important;
    flex-wrap: wrap; }
    .woocommerce ul.products[class*='columns-'] li.product, .woocommerce-page ul.products[class*='columns-'] li.product {
      width: calc(50% - 4px) !important;
      float: none !important;
      clear: none !important;
      margin: 0 8px 16px 0 !important; }
      .woocommerce ul.products[class*='columns-'] li.product:nth-child(2n), .woocommerce-page ul.products[class*='columns-'] li.product:nth-child(2n) {
        float: none !important;
        clear: none !important;
        margin-right: 0 !important; } }

body.woocommerce-page .wc-block-components-form label div {
  display: block; }

.wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-content {
  padding: unset; }
  .wp-block-woocommerce-checkout-payment-block .wc-block-components-payment-method-label {
    width: 100%; }

.dhlpwc-modal-content img {
  width: 125px !important; }

body.post-type-archive-product .chw-widget:has(.wp-block-woocommerce-product-categories) {
  display: none; }

body.tax-product_cat .wp-block-categories-list {
  display: none; }
/* ============================================================
 Archief / categorie-overzicht (overgenomen uit advice2025)
 ============================================================ */
.category-badges-slider {
  position: relative;
  margin-bottom: 32px; }
  .category-badges-slider__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none; }
  .category-badges-slider__track::-webkit-scrollbar {
    display: none; }
  .category-badges-slider__badge {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #d1d1cb;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #22204a;
    transition: border-color 0.2s ease, color 0.2s ease; }
  .category-badges-slider__badge:hover {
    border-color: #313131;
    color: #22204a;
    text-decoration: none; }
  .category-badges-slider__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    pointer-events: none;
    z-index: 8; }
  .category-badges-slider__fade--prev {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  .category-badges-slider__fade--next {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  .category-badges-slider__prev, .category-badges-slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 33px;
    height: 33px;
    padding: 0;
    border: 0;
    border-radius: 100%;
    background-color: #313131;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease; }
  .category-badges-slider__prev:hover, .category-badges-slider__next:hover {
    background-color: #505050; }
  .category-badges-slider__prev {
    left: 0; }
  .category-badges-slider__next {
    right: 0; }
  .category-badges-slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0; }
  .category-badges-slider__arrow--prev {
    transform: rotate(180deg); }

.archive-sorting-bar {
  margin-bottom: 16px; }
  .archive-sorting-bar__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
  .archive-sorting-bar__inner .woocommerce-result-count {
    margin: 0 !important;
    float: none !important;
    width: 100%;
    text-align: left;
    color: #22204a;
    font-weight: 700; }
  .archive-sorting-bar__inner .woocommerce-ordering {
    margin: 0 !important;
    float: none !important; }
  @media (min-width: 992px) {
  .archive-sorting-bar {
    margin-bottom: 24px; }
    .archive-sorting-bar .archive-sorting-bar__inner {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      column-gap: 24px;
      row-gap: 8px; }
      .archive-sorting-bar .archive-sorting-bar__inner .woocommerce-result-count {
        flex: 1 1 auto;
        width: auto; }
      .archive-sorting-bar .archive-sorting-bar__inner .woocommerce-ordering {
        flex: 0 0 auto; } }

.category-description {
  margin-top: 60px;
  margin-bottom: 80px; }
  .category-description__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #22204a; }
  .category-description__text {
    color: #22204a;
    font-size: 15px;
    line-height: 1.7; }
  .category-description__text p {
    margin-bottom: 1em; }

.wcsf-filter-container {
  border: none;
  border-radius: 16px; }

.wcsf-skeleton-products {
  gap: 0 !important; }

@media (min-width: 768px) {
  .wcsf-skeleton-card {
    width: calc(33.33% - 18.66px) !important;
    margin-right: 28px !important;
    margin-bottom: 44px !important; }

  .wcsf-skeleton-card:nth-child(3n) {
    margin-right: 0 !important; } }

@media (max-width: 767.98px) {
  .wcsf-skeleton-card {
    width: calc(50% - 4px) !important;
    margin-right: 8px !important;
    margin-bottom: 16px !important; }

  .wcsf-skeleton-card:nth-child(2n) {
    margin-right: 0 !important; } }

.sidebar-horizont {
  padding-left: 15px;
  padding-right: 0; }
  .sidebar-horizont .wcsf-filter-container {
    padding-left: 0;
    padding-right: 0; }
  .sidebar-horizont .wcsf-filter-elements, .sidebar-horizont .wcsf-product-count, .sidebar-horizont .wcsf-active-filters {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .sidebar-horizont .wcsf-filter-header {
    margin-top: 0 !important;
    padding-left: 0 !important; }
  .sidebar-horizont .wcsf-mobile-toggle, .sidebar-horizont .wcsf-mobile-fab {
    display: none !important; }

@media (min-width: 992px) {
  .archive-mobile-filter {
    display: none !important; } }

.sidebar-horizont .btn-primary, .archive-mobile-filter .btn-primary {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important; }
  .sidebar-horizont .btn-primary:hover, .archive-mobile-filter .btn-primary:hover, .sidebar-horizont .btn-primary:focus, .archive-mobile-filter .btn-primary:focus, .sidebar-horizont .btn-primary:active, .archive-mobile-filter .btn-primary:active {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #fff !important; }

.wp-block-woocommerce-checkout-order-summary-block, .wc-block-checkout__form {
  background-color: #fff; }

.wc-block-components-sidebar {
  margin-top: 0px !important; }

.wc-block-checkout__form {
  padding: 24px;
  border: 1px solid rgba(18, 18, 18, 0.11);
  border-radius: 5px; }

body.woocommerce-cart {
  overflow-x: hidden; }

.woocommerce-cart .container-fluid, .woocommerce-cart .cart-page-content {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  overflow-x: hidden; }
/* Free Shipping Progress Bar */
.free-shipping-progress .card {
  border: 1px solid #e0e0e0;
  border-radius: 5px !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%); }

.free-shipping-progress .progress {
  border-radius: 6px;
  background-color: #e9ecef; }

.free-shipping-progress .progress-bar {
  background: linear-gradient(90deg, #04a386 0%, #037a61 100%);
  border-radius: 6px;
  transition: width 0.6s ease; }
/* Cart Header */
body.woocommerce-page .cart-page-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 28px; }
  body.woocommerce-page .cart-page-header h1 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border-bottom: none;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1; }
  body.woocommerce-page .cart-page-header .cart-back-to-shop {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap; }
  body.woocommerce-page .cart-page-header .cart-back-to-shop:hover, body.woocommerce-page .cart-page-header .cart-back-to-shop:focus {
    color: #000;
    text-decoration: underline; }

.cart-page-layout {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100%; }
  .cart-page-layout > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%; }
  .cart-page-layout > .col-lg-8 {
    padding-right: 24px; }
  @media (max-width: 991.98px) {
  .cart-page-layout > .col-lg-8 {
    padding-right: 0;
    margin-bottom: 0; } }

.order-summary-sidebar {
  position: sticky;
  top: 24px; }
  @media (max-width: 991.98px) {
  .order-summary-sidebar {
    position: static;
    top: auto; } }

@media (max-width: 767.98px) {
  body.woocommerce-page .cart-page-header {
    flex-wrap: nowrap;
    gap: 12px;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    body.woocommerce-page .cart-page-header h1 {
      font-size: 1.35rem;
      line-height: 1; }
    body.woocommerce-page .cart-page-header .cart-back-to-shop {
      font-size: 0.875rem;
      line-height: 1; }

  .cross-sells-section {
    overflow: hidden;
    max-width: 100%;
    margin-top: 1.5rem !important;
    margin-bottom: 0.75rem !important; }
    .cross-sells-section .cross-sells-swiper {
      max-width: 100%;
      height: auto !important;
      min-height: 0; }

  .order-summary-sidebar {
    margin-top: 0.75rem !important; } }

.cart-header h1 {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 2rem; }
/* Product Cards */
.product-card .card {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: none;
  overflow: visible; }

.product-card .card:hover {
  box-shadow: none;
  transform: none; }

.product-card__grid {
  display: grid;
  gap: 12px 16px;
  grid-template-columns: 88px minmax(0, 1fr);
  grid-template-areas: "header header" "image qty" "price price";
  padding-right: 0; }

.product-card__header {
  grid-area: header;
  min-width: 0; }

.product-card__header-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 12px;
  margin-bottom: 4px; }

.product-card__header-row .product-title {
  --title-lh: 1.3;
  min-width: 0;
  margin: calc((1 - var(--title-lh)) / 2 * 1em) 0 0;
  padding: 0;
  line-height: var(--title-lh);
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic; }
  .product-card__header-row .product-title a {
    line-height: inherit; }

.product-card__remove {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
  text-decoration: none;
  color: #c0392b !important; }
  .product-card__remove i {
    display: block;
    font-size: 13px;
    line-height: 1; }
  .product-card__remove:hover, .product-card__remove:focus {
    color: #a93226 !important; }

.product-card__image {
  grid-area: image;
  align-self: start; }

.product-card__qty {
  grid-area: qty;
  align-self: end;
  min-width: 0; }

.product-card__price {
  grid-area: price;
  justify-self: end;
  align-self: end; }

.product-card__qty-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #666; }

.quantity-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.product-image img {
  width: 100%;
  max-width: 88px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #f0f0f0; }

.product-card__qty .qty-input {
  width: 52px !important;
  min-width: 52px;
  padding-left: 4px;
  padding-right: 4px; }
  .product-card__qty .quantity-controls .btn {
    width: 32px;
    height: 32px;
    padding: 0; }

@media (min-width: 768px) {
  .product-card__body {
    padding: 1.5rem !important; }

  .product-card__remove i {
    font-size: 14px; }

  .product-card__qty-label {
    font-size: 12px; }

  .product-card__grid {
    grid-template-columns: 150px minmax(0, 1fr) minmax(120px, 160px);
    grid-template-areas: "header header header" "image qty price";
    padding-right: 0;
    align-items: start; }

  .product-card__price {
    align-self: end;
    justify-self: end; }

  .product-card__qty {
    align-self: end; }

  .product-image img {
    max-width: 150px; }

  .product-card__qty .qty-input {
    width: 80px !important;
    min-width: 80px; }

  .product-card__qty .quantity-controls .btn {
    width: 36px;
    height: 36px; } }

.product-title {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4; }

.product-title a {
  color: #1a1a1a;
  text-decoration: none; }

.product-title a:hover {
  color: #007bff; }
/* Quantity Controls */
.quantity-controls .btn {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center; }

.quantity-controls .form-control {
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-weight: 500; }
/* Action Links */
.product-actions a {
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 500; }
/* Security Package Upsell */
.security-package-upsell .card {
  border-color: #ffc107;
  background-color: #fff8e1; }

.security-package-upsell .btn-outline-warning {
  border-color: #ffc107;
  color: #856404; }

.security-package-upsell .btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000; }
/* Price Styling */
.product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right; }

.product-price .current-price {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0; }

.product-price .unit-price {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.2;
  margin: 0; }
/* Cart Actions */
.cart-actions {
  background-color: #fff;
  padding: 24px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  margin-top: 2rem; }

.price-cart-sidebar {
  font-size: 0.875rem;
  font-weight: 600; }
/* Order Summary Sidebar */
.order-summary-sidebar .card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: none; }

.order-summary-sidebar .card-header, .wc-block-components-checkout-order-summary__title {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 5px 5px 0 0 !important;
  padding: 20px 24px; }

.wc-block-components-checkout-order-summary__title {
  margin-top: unset !important; }

.wc-block-components-checkout-order-summary__title-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin: unset !important; }

.order-summary-sidebar .card-body {
  padding: 24px; }
/* Cart Totals Table */
.cart_totals table {
  margin-bottom: 0; }
/* Custom Cart Summary Styling */
.cart-summary-item {
  font-size: 0.9rem;
  line-height: 1.4; }

.cart-summary-item span {
  color: #6c757d; }

.cart-summary-item .fw-bold {
  color: #1a1a1a !important; }

.cart-summary-product .product-name-summary small {
  color: #6c757d;
  font-size: 0.85rem;
  line-height: 1.3; }

.warranty-info {
  margin-top: 2px; }

.warranty-info small {
  font-size: 0.75rem;
  color: #04a386 !important; }

.free-shipping-badge {
  background-color: #04a386 !important;
  font-size: 0.75rem;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  white-space: nowrap; }
/* Gutenberg (Blocks) checkout totals item – maak gelijk aan winkelwagen */
.wc-block-components-totals-item strong {
  text-transform: none !important; }
  .wc-block-components-totals-item .wc-block-components-totals-item__value .free-shipping-badge {
    display: inline-block; }

.cart-total-section {
  border-top: 1px solid #e9ecef !important;
  padding-top: 16px !important; }

.cart-total-section h5, .cart-total-section h4 {
  color: #1a1a1a !important;
  font-weight: 700 !important; }

.cart-total-section h4 {
  font-size: 1.4rem !important; }

.coupon-notice {
  /* border-bottom: 1px solid #f1f1f1; */
  padding-bottom: 12px; }

.coupon-notice small {
  color: #6c757d;
  font-size: 0.8rem;
  line-height: 1.3; }
/* Checkout Button Styling */
.checkout-button, .wc-block-components-checkout-place-order-button, .wc-block-components-totals-coupon__button {
  background-color: #ff7b00 !important;
  border: 1px solid #ff7b00 !important;
  color: white !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 14px 24px !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important; }
  .checkout-button:hover, .wc-block-components-checkout-place-order-button:hover, .wc-block-components-totals-coupon__button:hover {
    background-color: #e56b00 !important;
    border-color: #e56b00 !important;
    color: white !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 123, 0, 0.3); }

.wc-block-components-totals-coupon__button {
  background-color: #e4e4e4 !important;
  border: 1px solid #e4e4e4 !important;
  color: #313131 !important;
  padding: 9px 24px !important; }
/* Typography adjustments */
.cart_totals .fs-6 {
  font-size: 1rem !important;
  color: #1a1a1a;
  font-weight: 600; }

.text-dark {
  color: #1a1a1a !important; }

.text-muted {
  color: #6c757d !important;
  line-height: 17px !important;
  display: block;
  margin-top: 10px; }
/* Checkout Button */
.wc-proceed-to-checkout .checkout-button {
  width: 100%;
  padding: 16px 24px;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #007bff;
  border-color: #007bff;
  border-radius: 8px;
  transition: all 0.3s ease; }

.wc-proceed-to-checkout .checkout-button:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3); }
/* Payment Methods */
.payment-methods .card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: none; }

.payment-icons img {
  width: 60px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #e0e0e0; }
/* Continue Shopping Button */
.continue-shopping {
  margin-top: 24px;
  margin-bottom: 16px; }

.continue-shopping .btn-outline-primary {
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.2s ease; }

.continue-shopping .btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.15); }
/* Trust Badges */
.trust-badges .card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: none; }

.trust-badges i {
  margin-bottom: 8px; }

.trust-badges h6 {
  font-size: 0.85rem;
  margin-bottom: 4px; }

.trust-badges small {
  font-size: 0.75rem;
  color: #666; }
/* Buttons */
.btn {
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease; }

.btn-primary {
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-1px); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff; }

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #5a6268; }
/* Form Controls */
.form-control {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 0.95rem; }

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1); }
/* Responsive Design */
@media (max-width: 768px) {
  .cart-header h1 {
    font-size: 1.5rem; }

  .product-card .card-body {
    padding: 16px; }

  .order-summary-sidebar {
    margin-top: 0.75rem; }

  .cart-actions {
    padding: 16px; }

  .cart-actions .row > div {
    margin-bottom: 1rem; }

  .cart-actions .text-end {
    text-align: left !important; } }
/* Empty Cart */
.fas.fa-shopping-cart {
  color: #ccc; }
/* Quantity input styling */
input[type="number"].qty, input[type="number"].qty-input {
  -moz-appearance: textfield;
  width: 80px !important; }

input[type="number"].qty::-webkit-outer-spin-button, input[type="number"].qty::-webkit-inner-spin-button, input[type="number"].qty-input::-webkit-outer-spin-button, input[type="number"].qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
/* Animation for hover effects */
.btn, .trust-badges i {
  transition: all 0.3s ease; }
/* Focus states for accessibility */
.btn:focus, .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2); }
/* Loading states */
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed; }
/* Custom success color override */
.text-success {
  color: #04a386 !important; }

.bg-success {
  background-color: #04a386 !important; }

.border-success {
  border-color: #04a386 !important; }
/* Loading overlay styling */
#cart-loading-overlay {
  z-index: 9999 !important; }

#cart-loading-overlay .loading-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  max-width: 300px; }

.payment-icon {
  width: 50px;
  height: auto;
  max-height: 40px;
  object-fit: contain; }

#cart-loading-overlay .fa-spinner {
  color: #04a386;
  margin-bottom: 15px; }
/* Disabled state for cart controls */
.qty-input:disabled, .qty-btn-plus:disabled, .qty-btn-minus:disabled {
  opacity: 0.6;
  cursor: not-allowed; }

.coupon-section .btn {
  padding: 5px 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.search {
  position: relative;
  z-index: 110;
  margin-top: 20px;
  transition: all 0.2s linear; }
  .search form .dgwt-wcas-search-input {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    transition: all 0.3s ease !important; }
  .search form .dgwt-wcas-search-input:focus {
    box-shadow: none !important; }
  .search .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    right: 15px !important;
    height: 16px !important;
    opacity: 1 !important; }
  .search .dgwt-wcas-no-submit .dgwt-wcas-search-input {
    padding-left: 35px !important;
    font-style: normal !important;
    border-radius: 10px !important;
    font-weight: 300 !important;
    font-size: 14px !important; }
  .search .dgwt-wcas-no-submit .dgwt-wcas-search-input::placeholder {
    font-style: normal !important;
    color: #444 !important;
    font-weight: 300 !important;
    font-size: 14px !important; }

.dgwt-wcas-search-wrapp {
  position: relative;
  z-index: 110; }

.dgwt-wcas-suggestions-wrapp {
  padding-top: 20px;
  margin-top: -25px;
  z-index: 200 !important;
  border-radius: 0 0 25px 25px;
  background: #fff !important;
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  font-family: 'museo-sans', sans-serif !important;
  overflow: hidden; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
    color: #22204a;
    text-decoration: none;
    transition: background-color 0.2s ease; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:hover, .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected {
    background-color: #fafafa; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline {
    pointer-events: none;
    cursor: default; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #22204a;
    padding: 12px 15px 6px; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-cat {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-cat .dgwt-wcas-st-breadcrumbs {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(34, 32, 74, 0.55);
    margin-top: 2px; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product {
    padding: 10px 15px; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-si img {
    border-radius: 6px;
    object-fit: cover; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-st-title {
    font-size: 15px;
    font-weight: 900;
    color: #22204a;
    line-height: 1.35; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-sku {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(34, 32, 74, 0.5);
    margin-top: 2px; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-sp {
    color: rgba(34, 32, 74, 0.6);
    font-size: 14px;
    font-weight: 400; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-sp .woocommerce-Price-amount {
    font-weight: 900;
    color: #313131; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-sp .woocommerce-price-suffix {
    font-size: 12px;
    font-weight: 400; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more {
    border-top: 1px solid #e0e0e0;
    padding: 12px 15px; }
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #22204a;
    letter-spacing: 0.02em; }

.dgwt-wcas-suggestion-nores {
  color: #22204a;
  font-size: 14px;
  padding: 15px 20px; }

.dgwt-wcas-st {
  width: 80% !important; }

.dgwt-wcas-details-wrapp {
  background: #fff;
  border-left: 1px solid #e0e0e0; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-product-title, .dgwt-wcas-details-wrapp .dgwt-wcas-details-hits {
    font-size: 12px !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #22204a;
    margin-bottom: 10px; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-product-title {
    font-size: 17px !important;
    text-transform: none;
    letter-spacing: normal; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-main-image {
    padding: 20px; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-space .dgwt-wcas-suggestion-product {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-space .dgwt-wcas-suggestion-product .dgwt-wcas-st-title {
    font-size: 15px;
    font-weight: 900;
    color: #22204a; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-space .dgwt-wcas-suggestion-product .dgwt-wcas-sp {
    color: rgba(34, 32, 74, 0.6);
    font-size: 14px; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-details-space .dgwt-wcas-suggestion-product .dgwt-wcas-sp .woocommerce-Price-amount {
    font-weight: 900;
    color: #313131; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-pd-price > del .woocommerce-Price-amount {
    font-weight: 500 !important;
    color: #ffe200 !important;
    text-decoration: line-through;
    font-size: 15px !important;
    height: 32px;
    display: inline-block;
    padding: 6px 6px 0px 6px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-pd-price > del .woocommerce-Price-amount span {
    text-decoration: none;
    color: #e23a3a !important; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-pd-price > ins {
    font-weight: 900;
    font-size: 22px;
    background: #ffe200;
    color: #fff !important;
    height: 32px;
    display: inline-block;
    padding: 6px 10px 0px 10px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 5px; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-pd-price > span.woocommerce-Price-amount {
    font-weight: 900;
    font-size: 17px;
    position: relative;
    color: #313131; }
  .dgwt-wcas-details-wrapp .dgwt-wcas-pd-price > span.woocommerce-Price-amount span {
    text-decoration: none;
    color: #313131 !important; }
  .dgwt-wcas-details-wrapp .add_to_cart_button {
    background: #ffe200 !important;
    border-radius: 110px !important;
    width: 100% !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 12px 15px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    border: none !important; }
  .dgwt-wcas-details-wrapp .add_to_cart_button:hover {
    background: #dbc200 !important; }
  .dgwt-wcas-details-wrapp .quantity input {
    border: 1px solid #e0e0e0;
    padding: 6px 7px;
    width: 100px !important; }

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 46px;
  border: 0px;
  z-index: 10 !important;
  position: relative !important; }
  @media only screen and (max-width: 992px) {
  .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 36px; } }

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 10px 15px 10px 20px !important; }
  @media only screen and (max-width: 992px) {
  .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    font-style: normal !important;
    border-radius: 10px !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    padding: 5px 15px 5px 20px !important; }
    .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
      font-style: normal !important;
      color: #444 !important;
      font-weight: 300 !important;
      font-size: 14px !important; } }

#map-social {
  height: 600px;
  width: 100%;
  margin-bottom: 25px; }

.search-lid, .icons {
  background: #f3efef;
  margin-top: 15px;
  padding: 5px 25px 25px 25px;
  position: absolute;
  width: 300px;
  z-index: 1;
  margin-left: 20px; }
  .search-lid input[type=checkbox], .icons input[type=checkbox] {
    display: none; }
  .search-lid h2, .icons h2 {
    margin-bottom: 15px !important;
    margin-top: 15px !important; }
  .search-lid h3, .icons h3 {
    font-size: 16px !important;
    margin-top: 30px;
    font-weight: 600; }
  .search-lid #bew-none, .icons #bew-none {
    color: #fff;
    margin-left: 25px;
    background: #c31212;
    padding: 3px 15px;
    margin-top: 2px; }
  .search-lid #address, .icons #address {
    padding: 3px 15px;
    width: 100%;
    border: 1px solid #d2cbcb; }
  .search-lid #trefwoord, .icons #trefwoord {
    margin-top: 10px;
    padding: 3px 15px;
    width: 100%;
    border: 1px solid #d2cbcb; }
  .search-lid #submit, .icons #submit {
    display: inline-block;
    background: #e7e5e5;
    margin-top: 10px;
    border-radius: 0px;
    color: #000 !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #aeaeae !important;
    border-right: 0px !important;
    border-left: 0px;
    border-top: 0px;
    padding: 2px 15px 2px 15px;
    transition: all 0.3s ease; }
  .search-lid #submit:hover, .icons #submit:hover {
    background: #e4dbdb;
    border-bottom: 2px solid #747474;
    text-decoration: none; }

.icons-2 {
  padding-top: 28px;
  padding-left: 0px !important;
  border-right: 1px solid #d2cbcb;
  margin-top: 20px; }

.icons-3 {
  padding-left: 70px; }

#info {
  margin-top: 240px;
  margin-left: 20px;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: auto;
  height: auto;
  padding: 20px 25px;
  line-height: 24px; }
  #info strong {
    font-weight: 900; }
  #info a {
    font-weight: 400;
    color: #e23a3a; }
  #info .button-norm {
    margin-top: 10px;
    background: #0492d4;
    border-bottom: 2px solid #505050; }

.content-dealers {
  margin-bottom: 20px; }

label div {
  width: 23px;
  height: 23px;
  display: inline-block;
  border: 1px solid #d2cbcb;
  background: #e6e5e5;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
  cursor: pointer; }

.dealer-overzicht-titel {
  margin-bottom: 15px; }

.dealer-block {
  border: 1px solid #e2e2e2;
  padding: 15px;
  margin-bottom: 15px;
  max-width: 30% !important;
  margin-right: 5%; }
  .dealer-block:nth-child(3n+0) {
    margin-right: 0%; }

label img {
  opacity: 0.6;
  transition: all 0.3s ease; }

label i {
  font-size: 16px;
  opacity: 0; }

label:hover div {
  background: #0492d4; }

input:checked + label i {
  opacity: 1;
  padding-top: 4px; }

input:checked + label img {
  opacity: 1;
  display: inline-block;
  margin-right: 5px;
  width: 26px; }

input:checked + label div {
  background: #0492d4;
  border: 0px; }

.acf-map {
  width: 100%;
  height: 400px;
  margin-top: 40px; }
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }
/* Category page FAQ-style styling */
.category-view {
  /* Back button styling */ }
  .category-view .advice-faq-pro-container {
    max-width: 100%;
    margin: 0 auto; }
  .category-view .faq-items {
    margin-bottom: 20px; }
  .category-view .faq-item {
    margin-bottom: 15px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s ease; }
  .category-view .faq-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
  .category-view .faq-item-title-link {
    display: block;
    padding: 15px 20px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    width: 100%;
    position: relative; }
  .category-view .faq-item-title-link:hover {
    background: #e9ecef;
    color: #007cba;
    text-decoration: none; }
  .category-view .faq-item-title-link::after {
    content: "→";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    transition: opacity 0.3s; }
  .category-view .faq-item-title-link:hover::after {
    opacity: 1; }
  .category-view .faq-no-results {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-style: italic; }
  .category-view .btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
    padding: 8px 16px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease; }
  .category-view .btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white; }
  .category-view .btn-outline-secondary i {
    font-size: 12px; }

footer .call-to-action-footer {
  background: #e4e4e4;
  padding: 40px;
  margin-top: 60px; }
  footer .call-to-action-footer h3 {
    font-size: 23px;
    font-weight: 900; }
  footer .call-to-action-footer h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px; }
  footer .call-to-action-footer h4 p {
    margin-bottom: 0px; }
  footer .call-to-action-footer a {
    color: #e1251b !important;
    font-weight: 700;
    font-size: 16px; }
  footer .call-to-action-footer em a {
    font-size: 14px;
    font-style: normal; }
  footer .call-to-action-footer strong {
    font-weight: 900;
    font-size: 16px; }
  footer .call-to-action-footer .tel, footer .call-to-action-footer .mail {
    line-height: 20px;
    margin-top: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  footer .call-to-action-footer .tel .fad, footer .call-to-action-footer .mail .fad {
    position: absolute;
    font-size: 30px;
    float: left; }
  footer .call-to-action-footer .tel p, footer .call-to-action-footer .mail p {
    margin-left: 30px;
    font-size: 14px; }
  footer .call-to-action-footer .mail p {
    margin-left: 40px; }
  footer .footer {
    margin-top: 80px; }
  footer .footer .usp-yellow-con {
    margin-bottom: 60px; }
  footer .footer .merken-logo-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; }
  footer .footer .merken-logo-swiper .swiper-slide img {
    max-width: 100%;
    /* Zorg ervoor dat de afbeelding niet buiten de slide valt */
    height: auto;
    /* Zorg ervoor dat de afbeelding zijn verhoudingen behoudt */ }
  @media only screen and (max-width: 992px) {
    footer .footer .usp-yellow-con {
      margin-bottom: 20px; }

    footer .footer .merken-logo-swiper img {
      height: 135px; } }
  footer .footer .footer-menus .footer-menu ul {
    list-style-type: none;
    padding-left: 0px !important; }
    footer .footer .footer-menus .footer-menu ul li a {
      text-decoration: none;
      font-size: 15px;
      font-weight: 400;
      color: #fff; }
    footer .footer .footer-menus .footer-menu ul li:first-child a {
      font-weight: 900;
      font-size: 16px; }
  footer .footer .footer-menus .footer-menu .info {
    padding-top: 50px;
    padding-bottom: 50px; }
    footer .footer .footer-menus .footer-menu .info .adresgegevens {
      color: #000;
      padding-top: 15px; }
    footer .footer .footer-menus .footer-menu .info .adresgegevens strong {
      color: #0492d4; }
    footer .footer .footer-menus .footer-menu .info .adresgegevens a {
      color: #000;
      transition: all 0.3s ease; }
      footer .footer .footer-menus .footer-menu .info .adresgegevens a:hover {
        color: #0492d4;
        text-decoration: none; }
  footer .footer .adresgegevens {
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
    color: #fff; }
  footer .footer .adresgegevens a {
    color: #fff;
    font-weight: 400; }
  footer .footer .adresgegevens h3 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 5px; }
  footer .footer .logos {
    text-align: center;
    margin: 0 auto;
    margin: 40px 0px; }
  footer .footer .logos img {
    margin-right: 50px; }
  @media only screen and (max-width: 576px) {
        footer .footer .logos img {
          margin-right: 15px;
          width: 45px;
          height: auto; } }
  footer .footer .logos img:last-child {
    margin-right: 0px; }
  footer .copyright {
    border-top: 1px solid #e8e8e8;
    padding-top: 0px;
    padding-bottom: 40px; }
  footer .copyright .copyright-text {
    color: #9d9d9d;
    font-size: 14px;
    padding-top: 15px;
    font-weight: 400; }
  footer .copyright .copyright-text a {
    font-weight: 400;
    color: #9d9d9d; }
  footer .checkout-footer {
    background: #e4e4e4;
    color: #fff;
    padding: 40px 0px;
    margin-top: 50px; }
  footer .checkout-footer ul {
    float: left !important;
    list-style-type: none;
    margin-bottom: 0px !important;
    padding-left: 0px !important; }
  footer .checkout-footer ul li {
    display: block;
    float: left;
    margin-right: 15px; }
  footer .checkout-footer ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 40;
    color: #313131; }
  footer .checkout-footer ul li:last-child {
    margin-right: 0px; }
  footer .checkout-footer .pay_logos {
    margin-top: 0px; }
  footer .checkout-footer .pay_logos img {
    margin-right: 20px; }

.footer-container {
  background-color: #313131;
  padding: 60px 0px; }
  @media only screen and (max-width: 992px) {
  .footer-container {
    padding-top: 20px; } }
  .footer-container.footer-container-top {
    background-color: #f3f3f3;
    padding-bottom: 60px; }
  .footer-container.footer-container-top .newsletter {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-top: 10px; }
  .footer-container.footer-container-top .newsletter .content_newsletter {
    font-size: 14px !important;
    line-height: 160%;
    margin-bottom: 1rem; }
  .footer-container.footer-container-top .newsletter #mc_embed_signup form {
    padding-left: 0px; }
  .footer-container.footer-container-top .newsletter .mc-field-group {
    width: 60% !important;
    position: relative; }
  .footer-container.footer-container-top .newsletter #mc_embed_signup input {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border: 0px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 4px 15px;
    float: left;
    position: absolute;
    width: 100%;
    border-radius: 0px 170px 170px 0px;
    height: 40px; }
  .footer-container.footer-container-top .newsletter #mc_embed_signup .button {
    background-color: #ffe200;
    border-radius: 0px;
    transition: 0.4s ease;
    width: auto;
    margin-top: 3px;
    font-size: 15px;
    color: #313131;
    font-weight: 600;
    border-radius: 110px;
    float: right;
    position: relative;
    display: inline-flex;
    padding: 3px 20px;
    justify-content: center;
    align-items: center;
    height: unset;
    line-height: unset;
    border: 0px !important; }
  .footer-container.footer-container-top .newsletter #mc_embed_signup .button:hover {
    background-color: #ffe833; }
  .footer-container h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 4px;
    color: #fff; }
  .footer-container .payment-methods h4 {
    margin-bottom: 17px; }
  .footer-container .payment-methods img {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    width: 60px;
    height: 24px; }
  .footer-container .social-media-footer {
    list-style-type: none;
    padding-left: 0px !important; }
  .footer-container .social-media-footer li {
    display: inline;
    margin-right: 10px; }
  .footer-container .social-media-footer li a i {
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
    transform: scale(1); }
  .footer-container .social-media-footer li a:hover {
    text-decoration: none !important; }
    .footer-container .social-media-footer li a:hover i {
      color: #ffe200;
      transform: scale(1.2) rotate(5deg); }

.direct-dropdown-menu ul {
  margin: 0px auto;
  position: relative;
  float: left;
  padding-left: 0px !important; }
  .direct-dropdown-menu ul li {
    display: inline;
    font-weight: 700;
    margin: 0;
    padding: 0;
    float: left;
    position: relative; }
  .direct-dropdown-menu ul li a {
    padding: 0px 20px;
    color: #313131;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s linear; }
  .direct-dropdown-menu ul li a:hover {
    color: #000; }
  .direct-dropdown-menu ul li.current-menu-parent a, .direct-dropdown-menu ul li.current-menu-ancestor a, .direct-dropdown-menu ul li.current-menu-item a {
    color: #313131 !important;
    font-weight: 700 !important;
    text-decoration: underline !important; }
  .direct-dropdown-menu ul li:first-child a {
    padding-left: 0px; }
  .direct-dropdown-menu ul li.konzept a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: -3px;
    background-image: url('../../images/2-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .direct-dropdown-menu ul li.wpml-ls-item a img {
    width: 13px;
    height: 10px; }
    .direct-dropdown-menu ul li.wpml-ls-item a span {
      font-size: 14px; }
  .direct-dropdown-menu ul li.wpml-ls-item ul li a span {
    color: #000; }
  .direct-dropdown-menu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 231px;
    background: #fafafa;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    top: 40px;
    left: 1px; }
  .direct-dropdown-menu ul li ul li {
    clear: both;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #d4d4d4;
    transition: all 0.2s linear; }
    .direct-dropdown-menu ul li ul li ul {
      top: 0;
      left: 231px; }
    .direct-dropdown-menu ul li ul li:hover {
      background: #e1e1e1; }
    .direct-dropdown-menu ul li ul li.menu-item-has-children:after {
      content: "\f054";
      font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
      font-weight: 900;
      right: 15px;
      top: 8px;
      font-size: 13px;
      position: absolute;
      color: #9f1717; }
    .direct-dropdown-menu ul li ul li.current_page_item, .direct-dropdown-menu ul li ul li.current_page_parent, .direct-dropdown-menu ul li ul li.current-menu-ancestor {
      background: #cb1e1e; }
    .direct-dropdown-menu ul li ul li a {
      padding: 5px 15px;
      font-weight: 400;
      font-size: 15px; }

ul#menu-hoofdmenu-1 li:hover > ul, ul#menu-hoofdmenu-engels-1 li:hover > ul, ul#menu-hoofdmenu-duits-1 li:hover > ul {
  visibility: visible;
  opacity: 1; }

ul#menu-hoofdmenu-1 ul li a, ul#menu-hoofdmenu-engels-1 ul li a, ul#menu-hoofdmenu-duits-1 ul li a {
  background: none;
  padding: 7px 15px;
  color: #22204a;
  text-decoration: none;
  display: block;
  border: 0 none;
  float: left;
  clear: both;
  width: 230px;
  text-align: left; }

body.mobile-active {
  position: fixed; }

.menuBtn {
  height: 30px;
  width: 30px;
  position: fixed;
  background: #6b7662;
  padding: 20px;
  border-radius: 10px;
  right: 20px;
  top: 15px;
  z-index: 101;
  border: unset; }
  .menuBtn > span {
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 72%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    transition: height 100ms; }
  .menuBtn > span:after, .menuBtn > span:before {
    content: '';
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    transition: all 200ms; }
  .menuBtn > span:after {
    top: -7px; }
  .menuBtn > span:before {
    bottom: -7px; }
  .menuBtn.act > span {
    height: 0; }
  .menuBtn.act > span:after, .menuBtn.act > span:before {
    background-color: #ffe200;
    top: 1px; }
  .menuBtn.act > span:after {
    transform: rotate(45deg); }
  .menuBtn.act > span:before {
    transform: rotate(-45deg); }
/* main menu block */
.mainMenu {
  background-color: #fafafa;
  position: fixed;
  left: 0;
  padding-top: 5px;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: table;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0); }
  .mainMenu.act {
    opacity: 1;
    transform: scale(1); }
  .mainMenu.act ul li {
    opacity: 1;
    transform: translateX(0); }
  .mainMenu ul {
    overflow-y: scroll;
    display: block;
    list-style-type: none;
    padding-left: 0px !important;
    margin-bottom: 0px !important; }
  .mainMenu ul.sub-act-done li {
    transition: all 170ms 160ms !important;
    opacity: 1; }
  .mainMenu ul.sub-act li {
    opacity: 0; }
  .mainMenu ul.sub-act li:nth-child(odd) {
    transform: translateX(30%); }
  .mainMenu ul.sub-act li:nth-child(even) {
    transform: translateX(-30%); }
  .mainMenu ul.sub-act li:last-child {
    transform: none; }
  .mainMenu li {
    padding: 14px 0;
    padding-left: 25px !important;
    transition: all 400ms 510ms;
    opacity: 0;
    border-bottom: 1px solid #d4d4d4; }
  .mainMenu li a {
    display: block;
    color: #22204a; }
  .mainMenu li a:hover {
    text-decoration: none !important; }
  .mainMenu li.menu-item-back-button {
    background-color: #e9e9e9;
    border-bottom: 0px; }
  .mainMenu li.menu-item-back-button a {
    color: #414141 !important;
    font-weight: 300;
    font-size: 15px; }
  .mainMenu li.menu-item-back-button a .fas {
    margin-right: 15px;
    font-weight: 300;
    font-size: 15px;
    color: #ffe200; }
  .mainMenu li.menu-item-has-children:after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
    font-weight: 900;
    right: 30px;
    top: 20px;
    position: absolute;
    color: #980; }
  .mainMenu li.menu-item-dropdown-parent {
    background-color: #fff;
    border-bottom: 0px; }
  .mainMenu li.menu-item-dropdown-parent a {
    color: #e23a3a !important;
    font-weight: 700;
    font-size: 16px; }
  .mainMenu li.menu-item-dropdown-parent a .fas {
    margin-right: 15px;
    font-weight: 300;
    font-size: 15px;
    color: #0492d4; }
  .mainMenu li:nth-child(odd) {
    transform: translateX(30%); }
  .mainMenu li:nth-child(even) {
    transform: translateX(-30%); }
  .mainMenu li:last-child {
    transform: none; }
  .mainMenu li ul li {
    padding: 4px 0px 0px; }
  .mainMenu li ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  .mainMenu .sub-menu {
    display: none; }
  .mainMenu a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700; }
  .mainMenu a.suBtn {
    color: #fff; }
  .mainMenu .social-media {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 150px;
    text-align: center !important;
    color: #fff; }
  .mainMenu .social-media a {
    font-size: 32px !important;
    margin-right: 5px; }

@media only screen and (max-width: 1200px) {
  .frontpage-header .header .header-content {
    width: 60%; }

  .usp-yellow-con .usp-yellow {
    font-size: 13px; }
    .usp-yellow-con .usp-yellow .regular {
      margin-top: -3px; }

  .woocommerce ul.products li.product a .stock.out-of-stock, .woocommerce ul.products li.product a .stock.low {
    line-height: 16px; }

  .usp-flex .dealers {
    padding-top: 15px; }
    .usp-flex h3 {
      font-size: 26px; }

  .centerDropdown {
    margin-left: -35px !important; } }

@media only screen and (max-width: 992px) {
  body {
    transition: all 0.1s ease; }
    body.home .header-usp {
      margin-bottom: 10px; }
    body.sticky-store-notice {
      padding-top: 160px; }

  .woocommerce-store-notice {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px !important;
    line-height: 20px !important; }

  header .sticky-menu .logo img {
    width: 135px; }
    header .sticky-menu .cart {
      margin-top: -3px; }

  .sidebar-horizont {
    display: none;
    padding-left: 18px;
    padding-right: 18px; }

  .open-sidebar {
    text-align: center;
    box-shadow: 0px 3px 3px 1px rgba(25, 25, 25, 0.1);
    padding: 2px 15px;
    margin-bottom: 40px;
    cursor: pointer;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 700; }
    .open-sidebar .fal {
      font: 12px;
      margin-left: 5px; }

  .close-sidebar {
    text-align: center;
    box-shadow: 0px 3px 3px 1px rgba(25, 25, 25, 0.1);
    padding: 2px 15px;
    margin-bottom: 20px;
    cursor: pointer;
    display: none;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    background: #ffe200;
    font-weight: 700;
    color: #fff; }
    .close-sidebar .fa-sort-up {
      margin-top: 10px;
      position: absolute;
      margin-left: 8px; }

  table.shop_table td.product-subtotal {
    margin-bottom: 20px; }

  .mainMenu {
    z-index: 1050; }
    .mainMenu.act {
      margin-top: 75px; }

  .menuBtn {
    transition: all 0.3s ease; }
    .menuBtn.scroll {
      top: 20px;
      z-index: 200; }

  header .sticky-menu {
    top: 58px;
    transition: all 0.3s ease;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 0px; }
    header .sticky-menu.scroll {
      top: 0px;
      z-index: 150; }
    header .sticky-menu .header {
      padding-top: 15px;
      padding-bottom: 15px; }
    header .sticky-menu .login a span, header .sticky-menu .service a span, header .sticky-menu .sign-out a span {
      font-size: 13px; }
    header .sticky-menu .cart {
      margin-top: -5px; }
      header .sticky-menu .cart .shopping-link {
        font-size: 13px; }
    header .sticky-menu .sign-out a {
      float: left; }

  .mobile-search {
    z-index: 110;
    top: 0px;
    width: 100%;
    background: #6b7662;
    padding-top: 10px;
    padding-bottom: 10px; }
    .mobile-search .search {
      margin-top: 0px; }
    .mobile-search .search .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
      left: 8px;
      top: -4px; }
      .mobile-search .search .dgwt-wcas-no-submit .dgwt-wcas-search-input {
        padding-left: 50px !important; }

  .frontpage-header .header {
    height: 500px;
    background-position: center; }
    .frontpage-header .header .header-content {
      width: 40%; }
    .frontpage-header .cats {
      padding: 15px 0px 25px 0px; }

  .usp-container .usp-con .usp li {
    margin-right: 10px;
    font-size: 13px; }
    .usp-container .usp-con .usp li:before {
      margin-right: 4px;
      font-size: 14px; }

  .usp-flex .dealers {
    padding-top: 0px; }
    .usp-flex .dealers:before {
      display: none; }
    .usp-flex .dealers .button-norm {
      margin-bottom: 15px;
      margin-left: 15px; }

  .block-img_text .img {
    padding: 0px; }
    .block-img_text .img .cover {
      width: auto;
      display: block;
      margin: 0 auto; }

  footer .footer .call-to-action-footer {
    padding: 40px 20px; }
    footer .footer .call-to-action-footer .tel .fad {
      left: 15px; }
    footer .footer .call-to-action-footer .tel p {
      margin-left: 45px; }
    footer .footer .footer-menus .footer-menu ul li a {
      font-size: 13px; }
      footer .footer .footer-menus .footer-menu ul li:first-child a {
        font-size: 14px; }
    footer .footer .adresgegevens {
      font-size: 14px; }
    footer .footer .adresgegevens h3 {
      font-size: 14px; }
    footer .copyright .copyright-text {
      font-size: 13px; }

  .centerDropdown {
    margin-left: -50px !important;
    margin-top: 0px !important; }

  body.woocommerce-account .header-usp {
    display: none; }
    body.woocommerce-checkout .sticky-menu .logo {
      margin-top: 0px;
      padding-bottom: 10px; }
    body.woocommerce-checkout .mobile-search, body.woocommerce-checkout .menuBtn {
      display: none; }
    body.woocommerce-checkout .checkout-footer ul li a {
      font-size: 13px; }
    body.woocommerce-checkout .pay_logos .pay_logo img {
      width: 50px; }
    body.woocommerce-account .col-1, body.woocommerce-account .col-2 {
      max-width: 100% !important;
      padding-left: 0px;
      padding-right: 0px; }
    body.woocommerce-account .woocommerce-MyAccount-navigation {
      float: left !important;
      width: 25%; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      font-size: 13px; }
    body.woocommerce-account .woocommerce-MyAccount-content {
      width: 70%;
      margin-left: 3%;
      float: left; }
    body.woocommerce-account .woocommerce-MyAccount-content fieldset .woocommerce-form-row label {
      width: 44%;
      margin-right: 4%; }
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row {
      margin-bottom: 20px; }

  .woocommerce .screen-reader-text {
    display: none; }
    .woocommerce ul.products li.product {
      padding: 20px 15px; }
      .woocommerce ul.products li.product a {
        font-size: 15px; }
      .woocommerce ul.products li.product a.add_to_cart_button:after {
        display: none; }
      .woocommerce ul.products li.product a.added_to_cart {
        line-height: 18px; }
      .woocommerce ul.products li.product a .price.sale-price {
        font-size: 18px !important; }
    .woocommerce .product .images {
      width: 88% !important; }
    .woocommerce .product button.single_add_to_cart_button {
      margin-top: 15px; }

  footer .checkout-footer ul {
    float: unset; }
    footer .checkout-footer .pay_logo {
      margin: 0 auto; }

  .dealer-block {
    max-width: 48% !important;
    margin-right: 4%; }
    .dealer-block:nth-child(2n+0) {
      margin-right: 0%; }
    .dealer-block:nth-child(odd) {
      margin-right: 4%; }
    .dealer-block:nth-child(odd):nth-child(2) {
      margin-right: 0%; } }

@media only screen and (max-width: 768px) {
  .farmula-aandachtspunten-grid {
    grid-template-columns: repeat(1, 1fr) !important; }

  .centerDropdown {
    margin-left: -15px !important;
    margin-top: 0px !important; }

  .open-sidebar {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }

  .close-sidebar {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }

  .woocommerce-info {
    line-height: 18px; }

  .usp-container .usp-con .usp {
    margin-bottom: 0px; }

  .frontpage-header .header {
    height: 380px;
    margin-bottom: 20px;
    background-position: center; }
    .frontpage-header .header .header-content {
      width: 100%;
      background: rgba(255, 255, 255, 0.85); }
    .frontpage-header .cats {
      padding: 15px 15px 15px 15px; }
    .frontpage-header .cats h3 {
      font-size: 18px; }

  .usp-flex h3 {
    padding: 15px 10px 0px 0px;
    margin-bottom: 5px;
    font-size: 22px; }
    .usp-flex h4 {
      padding-left: 0px;
      font-size: 18px; }
    .usp-flex .tel, .usp-flex .mail {
      margin-top: 5px;
      padding-left: 15px !important; }
    .usp-flex .dealers {
      padding-top: 10px; }
    .usp-flex .dealers .button-norm {
      display: block;
      margin-top: 5px; }

  .product-short h2.product-short-title {
    margin-bottom: 15px !important; }

  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 20px; }
    .woocommerce ul.products li.product {
      padding: 20px 10px; }
      .woocommerce ul.products li.product a h2 {
        font-size: 15px !important; }
    .woocommerce .product .product-description, .woocommerce .product .additional-information {
      padding-left: 15px !important;
      z-index: 10;
      /*&.sticky {
       margin-top: 65px;
       }*/ }
    .woocommerce .product .images {
      width: 95% !important; }
    .woocommerce .product button.single_add_to_cart_button {
      margin-top: 0px; }
    .woocommerce .product .related-products {
      padding-left: 15px !important; }
      .woocommerce .product .related-products ul.products {
        display: flex !important;
        flex-wrap: wrap; }
      .woocommerce .product .related-products ul.products li.product {
        width: calc(50% - 4px) !important;
        float: none !important;
        clear: none !important;
        margin: 0 8px 16px 0 !important; }
      .woocommerce .product .related-products ul.products li.product:nth-child(2n) {
        margin-right: 0 !important;
        float: none !important;
        clear: none !important; }
    .woocommerce .product .summary {
      background-color: #fff;
      transition: all 0.9s ease; }
      .woocommerce .product .summary.entry-summary {
        padding: 20px 20px 5px 20px;
        transition: all 0.9s ease; }
      .woocommerce .product .summary.entry-summary.sticky-top {
        z-index: 50;
        top: 57px; }
      .woocommerce .product .summary.entry-summary.summary-sticky {
        box-shadow: none;
        /*padding-top: 10px;
         .product_title,
         .product-attributes,
         .price,
         .stock {
         display: none;
         }*/ }
      .woocommerce .product .summary.entry-summary.summary-sticky form .quantity {
        display: none; }
        .woocommerce .product .summary.entry-summary.summary-sticky form .button {
          width: 100%; }
        .woocommerce .product .summary.entry-summary.summary-sticky form.cart {
          margin-bottom: 5px !important;
          top: 78px; }
          .woocommerce .product .summary.entry-summary.summary-sticky form.cart.sticky {
            background: #fff;
            z-index: 250;
            width: 100%;
            left: 0;
            right: 0;
            padding-left: 15px;
            padding-right: 15px;
            position: fixed;
            padding-bottom: 5px; }
    .woocommerce .product form.cart {
      margin-bottom: 15px !important; }

  .woocommerce-product-gallery {
    margin-top: -20px !important;
    padding-left: 15px; }
    .woocommerce-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
      margin-left: -15px;
      width: calc(100% + 15px);
      max-width: calc(100% + 15px); }

  footer .footer .footer-menus {
    padding-top: 20px; }
    footer .footer .footer-menus .footer-menu ul {
      margin-bottom: 40px; }
    footer .footer .footer-menus .footer-menu ul li {
      overflow: hidden;
      max-height: 0; }
      footer .footer .footer-menus .footer-menu ul li.show {
        max-height: initial; }
      footer .footer .footer-menus .footer-menu ul li:first-child {
        overflow: visible;
        margin-bottom: 10px; }
        footer .footer .footer-menus .footer-menu ul li:first-child a {
          font-size: 18px !important;
          border-bottom: 1px solid #e8e8e8;
          display: block;
          position: relative; }
        footer .footer .footer-menus .footer-menu ul li:first-child:after {
          content: "\f078";
          font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 6 Free", sans-serif;
          font-weight: 900;
          margin-left: 5px;
          top: 4px;
          font-size: 13px;
          position: absolute;
          right: 15px;
          color: #fff; }
    footer .footer .footer-menus .pay_logos {
      margin: 30px 0px; }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
    margin-top: -30px; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      font-size: 15px; }
    body.woocommerce-account .woocommerce-MyAccount-content {
      margin-left: 0%;
      width: 100%; }

  #map-social {
    height: 400px; }

  .search-lid {
    position: relative;
    width: 100%;
    margin-left: 0px; }

  #info {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    border-left: 1px dotted #000; }

  .dealer-block {
    max-width: 94% !important;
    margin-right: 3%;
    margin-left: 3%; }
    .dealer-block:nth-child(2n+0) {
      margin-right: 0%; } }
  @media only screen and (max-width: 768px) and (max-width: 992px) {
        .woocommerce .product .images {
          width: 100% !important; } }
  @media only screen and (max-width: 768px) and (max-width: 992px) {
    .woocommerce-product-gallery {
      margin-top: unset !important; } }

@media (max-width: 576px) {
  body.woocommerce-checkout .woocommerce #customer_details .col, body.woocommerce-edit-address .woocommerce #customer_details .col {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    body.woocommerce-checkout .woocommerce #order_review, body.woocommerce-edit-address .woocommerce #order_review {
      margin-top: 15px; }
    body.woocommerce-checkout form label, body.woocommerce-edit-address form label {
      width: 100%;
      /*line-height: inherit;*/
      margin-bottom: 0px; }
    body.woocommerce-checkout form .woocommerce-input-wrapper, body.woocommerce-edit-address form .woocommerce-input-wrapper {
      width: 100% !important; }
    body.woocommerce-page .woocommerce-form-login label, body.woocommerce-page .woocommerce-form-register label {
      width: 100%;
      line-height: inherit;
      margin-bottom: 0px; }
    body.woocommerce-page .woocommerce-form-login input#username, body.woocommerce-page .woocommerce-form-register input#username, body.woocommerce-page .woocommerce-form-login input#reg_email, body.woocommerce-page .woocommerce-form-register input#reg_email {
      width: 100% !important; }
    body.woocommerce-page .woocommerce-form-login span.password-input, body.woocommerce-page .woocommerce-form-register span.password-input {
      width: 100% !important; }

  .centerDropdown {
    margin-left: -85px !important;
    margin-top: 10px !important; }

  body.woocommerce-account .centerDropdown {
    margin-left: -65px !important; }

  .frontpage-header .header {
    height: 320px; }

  header .sticky-menu .login {
    margin-top: -6px; }
    header .sticky-menu .cart {
      margin-top: -2px; }

  .usp-yellow-con .usp-yellow {
    margin-bottom: 10px; }
    .usp-yellow-con .usp-yellow .icon {
      text-align: center;
      padding-right: 15px !important; }
    .usp-yellow-con .usp-yellow .icon i {
      margin-top: 0px;
      margin-left: 5px; }
    .usp-yellow-con .usp-yellow .text {
      text-align: center;
      padding-left: 15px !important; }
    .usp-yellow-con .usp-yellow .text .yellow {
      position: relative; }
      footer .call-to-action-footer .mail .fad {
        left: 15px;
        font-size: 22px; }
    footer .call-to-action-footer .mail p {
      margin-left: 45px;
      margin-top: -5px; }
    footer .copyright .copyright-text {
      line-height: 18px;
      font-size: 11px; }

  .frontpage-header .header {
    background-size: contain;
    height: 251px; }

  .extra-headerimg {
    background: #fff; }
    .extra-headerimg .header {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
      flex: none;
      margin-top: 0;
      height: 250px;
      background-size: contain;
      margin-top: 6%; }
    .extra-headerimg .header .header-content {
      width: 60%; }
    .extra-headerimg .header .header-content .crumb {
      line-height: 20px; }
    .extra-headerimg .header .header-content h1 {
      font-size: 18px; }
    .extra-headerimg .header .header-content .button-norm {
      margin-top: 0px; }
    .extra-headerimg .header:nth-child(3n+1) {
      margin-left: 0; }
    .extra-headerimg .header:nth-child(3n+3) {
      margin-right: 0; } }

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  pointer-events: none;
  background: transparent; }
  .popup-overlay.show {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: auto; }
  @media (min-width: 768px) {
    .popup-overlay.show {
      background: transparent;
      pointer-events: none; } }

.farmula-popup .popup-container, .popup-overlay .popup-container {
  position: fixed !important;
  background: white;
  border-radius: 8px;
  z-index: 10001;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  pointer-events: auto !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) scale(0.8);
  width: 90vw;
  max-width: 500px; }
  @media (min-width: 768px) {
  .farmula-popup .popup-container, .popup-overlay .popup-container {
    top: auto !important;
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    transform: translateX(100%);
    width: 500px;
    max-width: calc(100vw - 40px); } }

.farmula-popup.show .popup-container, .popup-overlay.show .popup-container {
  transform: translate(-50%, -50%) scale(1) !important; }
  @media (min-width: 768px) {
  .farmula-popup.show .popup-container, .popup-overlay.show .popup-container {
    transform: translateX(0) !important; } }

.farmula-popup.animate-in .popup-container {
  transform: translate(-50%, -50%) scale(1) !important; }
  @media (min-width: 768px) {
    .farmula-popup.animate-in .popup-container {
      transform: translateX(0) !important; } }

body .farmula-popup .popup-container {
  position: fixed !important;
  margin: 0 !important;
  pointer-events: auto !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important; }
  @media (min-width: 768px) {
  body .farmula-popup .popup-container {
    top: auto !important;
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important; } }

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease;
  z-index: 10002; }
  .popup-close:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #333; }
  .popup-close:before {
    content: "×";
    font-weight: bold; }

.popup-content {
  padding: 0px;
  text-align: left; }

.popup-image {
  width: 100%;
  max-width: 100%;
  height: 200px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 12px;
  object-fit: cover;
  display: block; }

.popup-title {
  font-size: 18px;
  font-weight: 900;
  color: #313131;
  margin-bottom: 8px;
  line-height: 1.2;
  padding: 10px 20px 0; }
  @media (max-width: 576px) {
  .popup-title {
    font-size: 16px; } }

.popup-text {
  font-size: 14px;
  line-height: 1.4;
  color: #22204a;
  margin-bottom: 15px;
  padding: 10px 20px; }
  .popup-text p {
    margin-bottom: 8px; }
  .popup-text p:last-child {
    margin-bottom: 0; }
  .popup-text strong {
    color: #ffe200;
    font-weight: 700; }
  @media (max-width: 576px) {
  .popup-text {
    font-size: 13px; } }

.popup-button {
  display: inline-block;
  background: #ffe200;
  color: white !important;
  padding: 5px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid #ffe200;
  margin: 0px 20px 20px 20px; }
  .popup-button:hover {
    background: #ccb500;
    border-color: #ccb500;
    text-decoration: none;
    color: white !important; }
  @media (max-width: 576px) {
  .popup-button {
    padding: 8px 16px;
    font-size: 13px; } }

.popup-discount-badge {
  position: absolute;
  top: -8px;
  left: 15px;
  background: #ff8b5a;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 900;
  font-size: 12px;
  box-shadow: 0 3px 10px rgba(255, 139, 90, 0.4); }
  .popup-discount-badge .discount-text {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0; }
  .popup-discount-badge .discount-label {
    display: block;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -2px; }
  @media (max-width: 576px) {
  .popup-discount-badge {
    top: -6px;
    left: 10px;
    padding: 4px 8px; }
    .popup-discount-badge .discount-text {
      font-size: 12px; }

    .popup-discount-badge .discount-label {
      font-size: 7px; } }

.farmula-popup .popup-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  position: relative;
  overflow: visible; }
  .farmula-popup .popup-content {
    position: relative; }
  .farmula-popup .popup-content:after {
    content: "";
    display: table;
    clear: both; }

@keyframes slideInRight {
  0% {
    transform: translateX(100%); }

  100% {
    transform: translateX(0); } }

.popup-overlay.animate-in .popup-container {
  animation: slideInRight 0.3s ease-out; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: 0.5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent; }

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; }

  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }
/* Set buttons */
.cc-revoke.cc-bottom {
  display: none; }

.cookiebutton {
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }
  .cookiebutton:hover {
    cursor: pointer; }
/*# sourceMappingURL= */