/* import grid and reset */
@import "grid.css";

/* import setup css with variables */
@import "setup.css";

section.footer-white.section-divider {
    background: var(--black);
}
section.footer-white.section-divider p{
    color: #ACACAC;
}
.footer-column.footer-menu h6 {
    color: var(--yellow);
}
.footer-column.footer-menu a:hover {
    color: var(--yellow);
}
.footer-column.footer-menu a: {
    color: #ACACAC;
}

p.icon-text.payment-text {
    gap: 10px;
    color: #ACACAC;
}
ul#menu-primary, ul#menu-primary-dutch {
    text-align: right;
}
.top-menu-holder {
    background: var(--black);
}
.logo img {
    margin-top: 15px;
    margin-bottom: -80px;
}
.top-menu li a {
    color: #acacac;
    transition: all 0.2s;
    display: inline;
}
.top-menu li a:hover {
    color: var(--yellow);
}
.top-menu {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.login-icon img, .cart-icon img {
    display: block;
}
.bottom-header li {
    display: inline;
    margin-left: 22px;
}
.bottom-menu-header {
    padding: 25px 0;
    text-align: right;
}
.bottom-header a {
    font-weight: 900;
    font-size: 14px;
    color: var(--black);
}
.bottom-header a {
    font-weight: 900;
    font-size: 14px;
    color: var(--black);
    transition: all 0.2s;
    text-transform: uppercase;
}
.bottom-header a:hover {
    font-weight: 900;
    font-size: 14px;
    color: var(--yellow);
}
.bottom-menu-header {
    padding: 20px 0;
    text-align: right;
    margin-top: 12px;
}
.footer-button-search-holder {
    text-align: right;
}
.footer-column.first-footer-column p {
    max-width: 30ch;
}
section.home-hero {
    max-height: 600px;
    /* overflow: hidden; */
    position: relative;
    height: 600px;
}
img.home-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
section.home-hero:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 68.77%, rgba(0, 0, 0, 0.60) 100%),        linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
section.home-hero .container {
    z-index: 2;
}
ul.usps {
    text-align: center;
    color: #fff;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.home-hero-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    text-align: center;
}
.home-hero-text h1 span:last-child {
    background: #fff;
    padding: 10px 30px;
    font-size: 21px;
    font-weight: 500;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
section.yellow-hero-bar {
    width: 100%;
    height: 70px;
    background: var(--yellow);
    margin-bottom: 60px;
}
.product-category-image {
    position: relative;
    height: 100%;
}
.product-category-image h3 {
    position: absolute;
    bottom: 0;
    left: -1px;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
    padding: 16px 16px 8px 16px;
    color: var(--black);
    margin: 0;
    /* clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%); */
}
.product-category-image h3:after {
    content: '';
    width: 50px;
    left: calc(100% - 1px);
    position: absolute;
    right: 0px;
    background: #fff;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
}
.product-category-image img {
    display: block;
}
section.home-product-categories, .home-over-ons, section.home-reviews {
    margin: 100px 0;
}
.home-over-ons-text, .hir-text {
    max-width: 56ch;
    margin: auto;
}
svg.text-100 {
    display: flex;
    margin-bottom: 20px;
}
.home-over-ons-image, .hir-image {
    position: relative;
}
.small-hero-title h1 {
    font-style: italic;
}
section.blog-loop.margin-large {
    margin: 40px 0 100px;
}

.hir-image:before{
    content: url(https://dt1-europe.binnenkort-online.be/wp-content/themes/dt1-europe/img/img-left-top.svg);
    position: absolute;
    top: -10px;
    left: -10px;
    transition: all 0.2s;
}
/* .hir-image:hover:before {
    left: 0;
    top: 0;
} */
.hir-image:after {
    content: url(https://dt1-europe.binnenkort-online.be/wp-content/themes/dt1-europe/img/img-right-bottom.svg);
    position: absolute;
    bottom: -10px;
    right: -10px;
    transition: all 0.2s;
}
/* .hir-image:hover:after {
    right: 0;
    bottom: 0;
} */
.home-over-ons-image:before {
    content: url(https://dt1-europe.binnenkort-online.be/wp-content/themes/dt1-europe/img/img-left-bottom.svg);
    position: absolute;
    left: -10px;
    bottom: -10px;
    transition: all 0.2s;
}
/* .home-over-ons-image:hover:before{
    left: 0px;
    bottom: 0px;
} */
.home-over-ons-image:after {
    content: url(https://dt1-europe.binnenkort-online.be/wp-content/themes/dt1-europe/img/img-right-top.svg);
    position: absolute;
    top: -10px;
    right: -10px;
    transition: all 0.2s;
}
/* .home-over-ons-image:hover:after{
    right: 0px;
    top: 0px;
} */
.global-usps.hero-usps {
    background: #EFEFEF;
    padding: 1px 16px 5px;
}
.global-usps.hero-usps li .text {
    color: #6e6e6e;
}
.home-hero-text {
    text-align: right;
    margin-top: 160px;
}
svg.hero-badge-text {
    margin-top: 10px;
}
.home-over-ons-text h2 {
    margin-top: 0;
}
section.home-image-right {
    padding: 100px 16px;
    background: var(--black);
    margin: 100px 0;
}
.hir-image img {
    width: 100%;
}
.hir-text h2 {
    color: #fff;
    line-height: 120%;
    font-size: 32px;
    font-style: italic;
}
.hir-text p {
    color: #ababab;
}
.reviews-home-head h2, .reviews-home-head p {
    margin: 0;
}
.light-text-builder p {
    color: #ababab;
}
.dark-text-builder p {
    color: var(--black);
}
section.home-over-ons.home-image-right h2 {
    color: #fff;
    font-style: italic;
    font-size: 32px;
    line-height: 120%;
}
.review-item {
    padding: 30px;
    background: #efefef;
    position: relative;
}
.review-item h4 {
    font-style: italic;
}

.review-author h4 {
    margin-top: 40px;
}
.review-image img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.review-author-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.review-author-name p, .review-author-name h6 {
    margin: 0;
}
.review-rating {
    display: inline-block;
    background: var(--black);
    padding: 7px 22px 2px 10px;
    clip-path: polygon(0 1%, 100% 0%, 85% 100%, 0% 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.reviews-home-head {
    margin-bottom: 50px !important;
}
.review-arrows {
    text-align: right;
}

.review-arrow.slick-arrow, .review-arrow.slick-arrow path, .review-arrow.slick-arrow rect {
    cursor: pointer;
    transition: all .2s;
}

section.home-blog {
    margin: 100px 0 0;
    padding: 100px 16px;
    background: #efefef;
}
.featured-post-title h3 {
    margin: 0;
    color: #fff;
    font-style: italic;
    max-width: 30ch;
}
.featured-post-title span {
    color: #fff;
}
.featured-post-content {
    position: relative;
}
.featured-post-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: all 0.2s;
    z-index: 10;
}
.review-arrow.slick-arrow:hover rect {
    fill: var(--black);
}
.review-arrow.slick-arrow:hover path {
    fill: var(--yellow);
}
.footer-payment-icons {
    padding: 16px 0;
}
.home-blog-btn-holder {
    text-align: right;
}
.featured-post-content a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.featured-post-content a::before,
.featured-post-content a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* Initial gradient */
.featured-post-content a::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 62.18%, #000 100%);
  opacity: 1;
}

/* Hover gradient */
.featured-post-content a::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 1.18%, #000 100%);
  opacity: 0;
}

.featured-post-content a:hover::after {
  opacity: .4;
}

.home-latest-posts a {
    line-height: 140%;
    font-size: 25px;
}
.home-latest-posts a {
    line-height: 140%;
    font-size: 25px;
    color: var(--black);
    font-style: italic;
    max-width: 39ch;
    display: block;
    margin: 0 auto;
}
.latest-post-item p {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    transition: all 0.2s;
}
.latest-post-item h3 {
    margin: 0;
    line-height: 127%;
    font-size: 25px;
    transition: all 0.2s;
}
.latest-post-item {
    padding: 28px 0;
    border-bottom: 1px solid #dbdbdb;
    transition: all 0.2s;
}
.latest-post-item:first-child {
    border-top: 1px solid #dbdbdb;
}
.latest-post-item:hover h3 {
    color: var(--red);
}
.latest-post-item:hover h3, .latest-post-item:hover p {
    margin-left: 10px;
}
[id^="product-"].product {
    /* Your styles here */
    margin-top:50px;
}
.single-woo-container{
    clear:both;
    display: table;
}
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 12px;
}
.woocommerce ul.products li.product .button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: var(--black);
}
.woocommerce ul.products li.product span.price {
    font-size: 17px !important;
    color: var(--red) !important;
    font-weight: 500 !important;
    margin-bottom: 0;
}
.woocommerce ul.products.columns-4 li {
    margin: 0 !important;
    padding: 20px !important;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    
    width: 100% !important;
}
/* Remove top border for the first row */
/* .product:nth-child(-n+4) {
  border-top: none !important;
} */

/* Remove left border for the first product in each row */
.product:nth-child(4n+1) {
  border-left: none !important;
}
.woocommerce ul.products.columns-4 li a{
    margin: 0 !important;
}
.woocommerce-page h1.default-title {
    margin-bottom: 60px;
}
.woocommerce section.default-page-template {
    margin-bottom: 60px;
}
ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    border-collapse: collapse;
}
form.woocommerce-ordering select {
    padding: 10px;
    border: 1px solid #d6d6d6;
}
h1.default-title {
    font-style: italic;
}
section.related.products li {
    border-top: unset !important;
    border-bottom: unset !important;
}
/* production css (mobile first) */
@media screen and (min-width: 768px){ /* 768px */

}
@media screen and (min-width: 960px){
    .woocommerce ul.products.columns-4 li {
        width: 50% !important;
    }
    ul.products.columns-4 li:not(:last-child) {
    border-right: 0;
    }
    .column.mobile-menu-icon-column {
    display: none;
}
}

@media screen and (min-width: 1024px){ /* 1024px */
    .woocommerce ul.products.columns-4 li {
        width: 25% !important;
    }
}

@media screen and (min-width: 1440px){ /* 1440px */

}

@media screen and (min-width: 1920px){ /* 1920px */

}

/* /production css (mobile first) */
@media screen and (max-width: 767px){

}

/* import responsive style */
@import "responsive.css";


/* hero image left transparent */

/* /hero image left transparent */

/* hero full width center */
.hero-content-holder {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
section.hero-full-width .container-big {
    padding: 3rem 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.hero-full-width .container-big{
  position: relative;
}
section.hero-full-width .container-big:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 52.83%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.hero-content-holder .btn {
    margin-right: 6px;
    margin-left: 6px;
}
@media screen and (min-width: 768px){ /* 768px */
  section.hero-full-width .column {
      height: 25em;
  }

}

@media screen and (min-width: 1024px){ /* 1024px */
  section.hero-full-width .column {
    height: 37.5em;
  }
}

@media screen and (min-width: 1440px){ /* 1440px */

}

@media screen and (min-width: 1920px){ /* 1920px */

}
/* /hero full width center */

/* img right full width */
.img-right-img-holder {
    text-align: right;
}
.img-right-content-holder {
    padding: 0 1rem;
}
.img-right-img-holder img {
    width: 100%;
}
@media screen and (min-width: 768px){ /* 768px */

}

@media screen and (min-width: 960px){
  .img-right-content-holder {
      padding: 0 1rem 0 0;
  }
}

@media screen and (min-width: 1024px){ /* 1024px */
  .img-right-content-holder {
      padding: 0 5rem 0 0;
  }
}

@media screen and (min-width: 1440px){ /* 1440px */
  .img-right-content-holder {
      padding: 0 8.5rem 0 0;
  }
}

@media screen and (min-width: 1920px){ /* 1920px */

}
/* /img right full width */

/* img left full width */
.img-left-img-holder {
    text-align: right;
}
.img-left-content-holder {
    padding: 0 1rem;
}
.img-left-img-holder img {
    width: 100%;
}
@media screen and (min-width: 768px){ /* 768px */

}

@media screen and (min-width: 960px){
  .img-left-content-holder {
      padding: 0 0 0 1rem;
  }
}

@media screen and (min-width: 1024px){ /* 1024px */
  .img-left-content-holder {
      padding: 0 0 0 5rem;
  }
}

@media screen and (min-width: 1440px){ /* 1440px */
  .img-left-content-holder {
      padding: 0 0 0 8.5rem;
  }
}

@media screen and (min-width: 1920px){ /* 1920px */

}
/* /img left full width */

/* header */
nav.navbar.is-transparent {
    max-width: 1920px;
    margin: auto;
}
a.btn.primary-button.header-button {
    margin: 0;
}
section.header-section .navbar-item {
    font-weight: bold;
    color: var(--dark);
    font-size: 1.125rem;
    background: transparent;
}
/* section.header-section, section.mobile-menu-holder .navbar {
    padding: 0 .5em;
} */
a.navbar-item:hover {
    color: var(--primary-600);
}
.navbar-brand {
    align-items: center;
    justify-content: space-between;
}
.mobile-menu-icon.is-hidden-desktop {
    margin-bottom: -5px;
}
.navbar-item img {
    max-height: unset;
}
.navbar-brand .navbar-item {
    padding-left: 0;
    padding-right: 0;
}

section.mobile-menu-holder {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: transparent;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}
.mobile-menu-overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.mobile-menu-content-holder {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--yellow);
    height: 100%;
    width: 75%;
    padding: 24px;
    left: -100% ;
    transition: all 0.3s;
}
svg.close-mobile-menu {
    margin-bottom: 24px;
}
.mobile-menu-main a {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.mobile-menu-primary .menu-primary-container {
    display: block;
}
.mobile-menu-primary a {
    display: block;
    color: var(--black);
    margin: 0;
}
.mobile-menu-primary li {
    display: block !important;
    margin: 0;
    height: auto;
    margin-left: 0 !important;
    margin-bottom: 12px;
}
.mobile-menu-primary {
    margin-top: 20px;
}
@media screen and (min-width: 768px){ /* 768px */
  /* section.header-section, section.mobile-menu-holder .navbar {
      padding: 0 .75em;
  } */
}
@media screen and (min-width: 960px){

}

@media screen and (min-width: 1024px){ /* 1024px */
  /* section.header-section, section.mobile-menu-holder .navbar {
      padding: 0 2em;
  } */
}

@media screen and (min-width: 1440px){ /* 1440px */

}

@media screen and (min-width: 1920px){ /* 1920px */

}

/* /header */

/* footer */
.footer-column.first-footer-column p a {
    margin: 0;
    margin-bottom: 12px;
}
.footer-column.footer-menu li {
    margin-bottom: 10px;
}
.footer-column.footer-menu a {
    color: var(--dark);
}

.social-icons {
    display: flex;
    gap: 28px;
    align-items: center;
}
.social-icons a {
    margin-top: 10px;
}
section.bottom-footer {
    background: var(--neutral-100);
}
section.bottom-footer {
    background: var(--neutral-100);
    padding-top: 10px;
    padding-bottom: 10px;
}
section.footer-white.section-divider .container, section.bottom-footer .container {
    padding: 0 1em;
}
@media screen and (min-width: 768px){ /* 768px */
  section.bottom-footer .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  section.footer-white.section-divider .container, section.bottom-footer .container {
    padding: 0 1.5em;
}
}
@media screen and (min-width: 960px){

}

@media screen and (min-width: 1024px){ /* 1024px */
  section.footer-white.section-divider .container, section.bottom-footer .container {
    padding: unset;
}
}

@media screen and (min-width: 1440px){ /* 1440px */

}

@media screen and (min-width: 1920px){ /* 1920px */

}
/* /footer */

/* three images w animated button */
a.three_images_w_button_link {
    color: unset;
}
@media screen and (min-width: 768px){ /* 768px */

}
@media screen and (min-width: 960px){

}

@media screen and (min-width: 1024px){ /* 1024px */

}

@media screen and (min-width: 1440px){ /* 1440px */

}

@media screen and (min-width: 1920px){ /* 1920px */

}
/* /three images w animated button */
/* stickey header */
section.header-section {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    left: 0;
    background: #fff;
    min-width: 100%;
    transition: top 0.4s;
}
body {
    top: 0;
    margin-top: 153px;
    scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
/* /stickey header */
/* footer */
.footer-column.first-footer-column p a {
    margin: 0;
    margin-bottom: 12px;
}
.footer-column.footer-menu li {
    margin-bottom: 10px;
}
.footer-column.footer-menu a {
    color: #acacac;
}

.social-icons {
    display: flex;
    gap: 28px;
    align-items: center;
}
.social-icons a {
    margin-top: 10px;
}

section.bottom-footer {
    background: var(--black);
    padding: 0;
}
section.bottom-footer a, section.bottom-footer p {
    color: #ACACAC;
}
section.bottom-footer a {
    gap: 10px;
}
a.btn.footer-button-search {
    background: white;
    color: var(--black);
}
section.footer-white.section-divider .container, section.bottom-footer .container {
    padding: 0 1em;
}
a.btn.footer-button-search {
    background: white;
    color: var(--black);
    padding: 18px 20px;
    display: inline-block;
    margin-top: 20px;
}

.bottom-footer .container > div {
    display: flex;
    align-items: center;
}
svg.footer-flag {
    margin-left: 50px;
}
section.footer-payment {
    background: var(--black);
}
section.bottom-footer .container , .footer-payment-icons{
    border-top: 1px solid #292929;
}
.footer-payment-icons {
    align-items: center;
    justify-content: flex-end;
}
ul#menu-primary li, ul#menu-primary-dutch li {
    display: inline;
    margin-left: 20px;
}
section#header .columns {
    align-items: center;
}
.breadcrumbs {
    margin-top: 17px;
    font-size: 14px;
}
.team {
    padding: 16px;
    background: #EFEFEF;
    transition: all 0.2s;
    height: 100%;
}
.team img {
    width: 100%;
    height: 280px;
    object-fit: contain;
}
.teams-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.teams.container {
    margin-top: 50px;
    margin-bottom: 100px;
}
.team:hover {
background: var(--black);
    color: #fff;
    margin-top: -4px;
}
.team:hover h5 {
    color: var(--white);
}
.team:hover svg path {
    fill: var(--yellow);
}
section.featured-dealers {
    margin: 60px 0;
}
section.builder-hero h1 {
    padding: 100px 0 120px;
    font-size: 40px;
    max-width: 20ch;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -1.6px;
    color: #fff;
    line-height: 110%;
}
.breadcrumbs.builder-hero-breadcrumbs a, .breadcrumbs.builder-hero-breadcrumbs span {
    color: #fff;
}
.dealer-card {
    background: #EFEFEF;
    padding: 24px;
    transition: all 0.2s;
    position: relative;
    transition: all 0.2s;
}
.dealer-card:hover{
    background: var(--black);
    color: #fff;
    margin-top: -4px;
}
.dealer-card:hover a{
    color: var(--white);
}
.dealer-card a {
    display: block;
    margin: 0;
}
.dealer-card img {
    width: 100%;
}
.dealer-card h3 {
    font-size: 24px;
    transition: all 0.2s;
}
.dealer-card p {
    gap: 5px;
    margin-top: 0;
     transition: all 0.2s;
}
.dealer-card:hover svg path {
    fill: var(--yellow);
}
.dealer-card:hover h3 {
    color: var(--white);
}
.dealer-card:before {
    content: url(https://dt1-europe.binnenkort-online.be/wp-content/themes/dt1-europe/img/featured-dealers-label.svg);
    position: absolute;
    right: 0;
    top: 0;
}
.product-category-image a {
    display: block;
    margin: 0;
    overflow: hidden;
    height: 100%;
}
.related small.incl-btw-text, span.onsale {
    display: none;
}
section.dealers-list-tabs {
    margin: 45px 0;
}
.product-category-image:hover img {
    transform: scale(1.1) rotate(2deg);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.product-category-image img {
    transition: all 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dealers-countrys-tabs a{
  padding: 0 10px;
  background-image: linear-gradient(to right, var(--red) 100%, var(--red) 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: calc(100% - 10px) 1px;
  text-decoration: none;
  border-right: 1px solid #E5E5E5;
}
.dealer-phone {
    gap: 5px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added:after {
    color: #fff;
    margin-top: -25px !important;
    vertical-align: unset;
}
.columns.dealer {
    padding: 10px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
a.added_to_cart.wc-forward {
    display: none;
}
.columns.dealer:first-child {
    border-bottom: none;
}
.columns.dealer:first-child {
    border-bottom: none;
}
.columns.dealer:last-child {
    border-top: none;
}
.columns.dealer p, .columns.dealer h5, .columns.dealer a {
    margin: 0;
}
.columns.dealer {
    align-items: center;
    /* margin-bottom: 0; */
    padding: 0;
}
.columns.dealer h5 {
    font-size: 17px;
}
.country {
    margin-bottom: 60px;
}
a.icon-text.dealer-phone {
    min-width: calc(12ch + 35px);
}
.columns.dealer .column:last-child {
    text-align: right;
}
section.become-dealer {
    padding: 100px 16px 140px;
    background: url(https://dt1-europe.binnenkort-online.be/wp-content/uploads/2025/06/image-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.become-dealer h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.become-dealer-text p {
    line-height: 150%;
    color: #acacac;
    max-width: 64ch;
}

section.become-dealer .columns {
    align-items: center;
}
a.btn.button-yellow {
    background: var(--yellow);
    color: var(--black);
    text-transform: uppercase;
}
.become-dealer-button svg {
    vertical-align: text-top;
    margin-left: 5px;
}
.become-dealer-button {
    text-align: center;
}
.become-dealer-button a{
    margin-bottom: 0;
}
section.contact-form-section .container {
    margin: auto;
}
.contact-content h1 {
    margin-bottom: 0;
}
p.contact-highlight-text {
    margin-top: 0;
}
p.contact-highlight-text {
    margin-top: 0;
    font-size: 24px;
    color: vaR(--black);
    font-weight: 400;
    line-height: 130%;
}
.contact-content {
    max-width: 50ch;
}
.form-holder {
    padding-bottom: 100px;
}
.form-holder {
    margin-top: 50px;
}
input#gform_submit_button_2, input#gform_submit_button_3 {
    background: var(--yellow);
    color: var(--black);
    height: auto;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
}

form#gform_2 input:not(#gform_submit_button_2), form#gform_3 input:not(#gform_submit_button_3) {
    border-color: #D6D6D6;
}
.gform_heading {
    display: none;
}
button.single_add_to_cart_button.button.alt:before {
    content: url(https://dt1-europe.binnenkort-online.be/wp-content/themes/dt1-europe/img/cart-icon.svg);
    vertical-align: middle;
    margin-right: 10px;
}
button.single_add_to_cart_button.button.alt {
    background: var(--black);
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 15px;
    height: auto;
    padding: 10px 20px 7px;
    transition: all 0.2s;
}
button.single_add_to_cart_button.button.alt:hover {
    background: var(--yellow);
}

.summary.entry-summary .price {
    font-weight: 900 !important;
    color: var(--black) !important;
    font-size: 23px !important;
    margin-bottom: 0;
    /* line-height: 120%; */
}
small.incl-btw-text {
    font-size: 17px;
    font-weight: 400;
    color: #6E6E6E;
}
.product span.posted_in {
    display: none;
}
h2.single-product-title {
    font-size: 32px;
}
p.custom-stock {
    margin-top: 0;
}
p.custom-stock.in-stock {
    display: inline-block;
    background: #efefef;
    border-radius: 20px;
    padding: 0px 10px;
    font-size: 15px;
    color: #6e6e6e;
}
p.custom-stock.in-stock svg {
    margin-right: 10px;
}
.single form.cart {
    margin-top: 30px;
}
.quantity {
    display: flex;
    align-items: center;
    gap: 0;
}

.qty-minus, .qty-plus {
    color: #a2a2a2;
    border: none;
    padding: 6px 12px;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    height: 44px;
    background: transparent;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

.qty-minus:hover,
.qty-plus:hover {
   cursor: pointer;
}
button.qty-plus {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #dbdbdb;
}
button.qty-minus{
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #dbdbdb;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 44px;
    border-color: #dbdbdb;
    box-shadow: unset;
    border: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
/* Remove arrows in Chrome, Safari, Edge, Opera */
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.woocommerce div.product form.cart {
    margin-bottom: 15px;
}
ul.product-usps li {
    font-size: 15px;
    color: #6e6e6e;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}
.product-description p {
    line-height: 150%;
}
.product-description {
    margin-top: 40px;
}
.oem-code p {
    color: #6e6e6e;
    font-size: 15px;
    background: #efefef;
    display: inline-block;
    padding: 2px 14px;
    border-radius: 20px;
}
.related-products-section {
    clear: both;
    padding: 60px 0px;
    background: #efefef;
    margin-top: 100px;
}
.related > h2 {
    font-style: italic;
}
.dealers-countrys {
    margin-bottom: 100px;
}
.mobile-menu-icon-holder svg g {
    fill: #fff;
}
section.builder-hero:before {
    width: 40%;
    height: 100%;
    background: var(--black);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
section.builder-hero {
    position: relative;
    overflow: hidden;
}
section.builder-hero > img {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.cart-icon span {
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--yellow);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    color: var(--black);
    line-height: 0;
    padding: 0;
    margin: 0;
}
.cart-icon {
    position: relative;
}
section.builder-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(270deg, rgba(25, 25, 25, 0.20) 48.71%, var(--Black, #191919) 100%);
    background-size: 61% 100%;
    background-position: right;
}
.featured-post, .featured-post-content, .featured-post-content a {
    height: 100%;
}
.featured-post-content .featured-image {
    object-fit: cover;
    height: 100%;
}
.home-over-ons-image img {
    width: 100%;
}
section.builder-hero {
    margin-bottom: 100px;
}
section.image-right-builder {
    margin: 100px 0;
}
section.image-right-builder h2 {
    color: var(--black);
    font-size: 32px;
    line-height: 120%;
    font-style: italic;
}
section.home-image-right {
    padding: 100px 16px;
    background: var(--black);
    margin: 0;
    border-bottom: 1px solid #fff;
}
section.text-center-builder {
    margin: 100px 0;
}
.text-center-content {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.text-center-content img {
    width: 100%;
    height: auto;
}
section.builder-image-section img {
    width: 100%;
    max-height: 530px;
    object-fit: cover;
}
section.builder-image-section {
    margin: 100px 0;
}
section.builder-cards h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 42px;
}
section.builder-cards {
    margin: 100px 0;
}
.builder-card {
    padding: 24px;
    background: #efefef;
}
.builder-card img {
    width: 100%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background: #efefef;
    padding: 10px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 16px 20px;
    line-height: 1.5em;
}
.woocommerce-cart input {
    border: 1px solid #efefef !important;
    border-radius: 4px;
}
td.product-price {
    font-weight: 500;
    font-size: 17px !important;
    color: var(--black) !important;
}
td.product-subtotal {
    font-weight: 600;
    color: var(--black);
}
input#coupon_code {
    padding: 12px;
    width: 200px;
    border: 1px solid #d6d6d6 !important;
}
a.checkout-button.button.alt.wc-forward {
    background: var(--black);
    height: auto;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    text-align: right;
}
a.checkout-button.btn.btn-black.hvr-underline-from-left {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
}
.woocommerce-info {
    border-top-color: var(--secondary-600);
}
.blog .builder-root-container {
    display: none !important;
}
.woocommerce-info::before {
    color: var(--secondary-600);
}
button#place_order {
    padding: 1rem 1.5rem !important;
}
div#customer_details label {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
table.shop_table.woocommerce-checkout-review-order-table .amount {
    font-size: 18px;
    font-weight: 500;
}
div#customer_details input, span#select2-billing_country-container {
    padding: 12px;
    border: 1px solid #d6d6d6 !important;
    font-size: 17px;
    border-radius: 1px;
}
span.select2-selection.select2-selection--single {
    border: unset;
}
textarea#order_comments {
    padding: 16px;
    font-size: 15px;
    border: 1px solid #d6d6d6;
    height: 160px;
    border-radius: 1px;
}
table.shop_table.woocommerce-checkout-review-order-table thead, tr.order-total {
    background: #eaeaea;
}
table.shop_table.woocommerce-checkout-review-order-table .cart_item td {
    padding: 20px !important;
    font-size: 17px;
    color: var(--black);
}
div#customer_details label {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 5px;
}
section.app-hero img {
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
section.app-hero {
    margin-top: -25px;
    z-index: -1;
    position: relative;
}
.pagination-holder-apps{
    margin-top: 15px; 
    display: flex; 
    gap: 15px; 
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 60px;
}
.table-search-header {
    background: var(--black);
    padding: 20px 40px;
    color: #fff;
    margin-top: -130px;

}
.table-search-header h2 {
    font-size: 32px;
    color: #fff;
    margin: 0;
    width: 100%;
}
.search-bar-holder {
    width: 100%;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.search-table-title-holder{
    margin-bottom: 30px;;
}
.search-bar-holder input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #4D4D4D;
    padding: 10px;
    min-width: 290px;
    padding-left: 40px;
}
.search-bar-holder button {
    background: transparent;
    border: none;
    margin-right: -40px;
    z-index: 1;
}
.search-bar-holder input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #4D4D4D;
    padding: 10px;
    min-width: 290px;
    padding-left: 40px;
    color: #fff;
    font-size: 16px;
    font-family: var(--main-font-family);
}
.table-results{
    margin-bottom: 10px;
    margin-top: 70px;
}
.table-editor-yellow-bg {
    height: 75px;
    background: var(--yellow);
}
.table-loading{
    margin-top: 70px;
}
.table-results {
    margin-bottom: 10px;
    margin-top: 70px;
    font-size: 14px;
    color: #6E6E6E;
}
.pagination-holder-apps a {
    margin: 0;
}
/* Container + header */
.results-list { border: 1px solid #eee; border-radius: 10px; overflow: hidden; }
.results-head,
.results-row {
  display: flex;
  grid-template-columns:
    140px         /* sku */
    1.6fr         /* product */
    1fr           /* type */
    1fr           /* brand */
    80px          /* cc */
    1fr           /* model */
    140px         /* years */
    120px         /* price */
    150px;        /* actions */
  gap: 16px;
  align-items: center;
  padding: 12px 16px;
}
.results-head {
  background: #fafafa;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #7a7a7a;
}
.results-row { border-top: 1px solid #eee;
font-size: 15px;
}
.results-row:hover { background: #fcfcfc; }

/* Cells */
.qty { width: 40px; text-align: center; }
.price .old { text-decoration: line-through; color: #b5b5b5; line-height: 1; }
.price .new { font-weight: 600; line-height: 1.1; }
/* Chrome, Safari, Edge */
.results-list input::-webkit-outer-spin-button,
.results-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.type.is-hidden-mobile, .brand {
    text-transform: capitalize;
}
/* Firefox */
.results-list input[type=number] {
  -moz-appearance: textfield;
}
.is-success-custom{
    background-color: var(--yellow);
}
/* --- Matching flex widths (head + row) --- */
.results-head > div:nth-child(1),
.results-row .sku   { flex: 0 0 9%; }

.results-head > div:nth-child(2),
.results-row .product { flex: 0 0 27%; }

.results-head > div:nth-child(3),
.results-row .type  { flex: 0 0 10%; text-transform: capitalize; }

.results-head > div:nth-child(4),
.results-row .brand { flex: 0 0 7%; text-transform: capitalize; }

.results-head > div:nth-child(5),
.results-row .cc    { flex: 0 0 5%; }

.results-head > div:nth-child(6),
.results-row .model { flex: 0 0 8%; }

.results-head > div:nth-child(7),
.results-row .years { flex: 0 0 8%; }

.results-head > div:nth-child(8),
.results-row .price { flex: 0 0 6%;  font-weight: 700; }

.results-head > div:nth-child(9),
.results-row .actions { flex: 0 0 8%; display: flex; justify-content: flex-end; }
/* Responsive tweaks */
@media (max-width: 1216px) { /* Bulma desktop breakpoint-ish */
  .results-head, .results-row {
    grid-template-columns:
      120px 1.6fr 1fr 90px 1fr 120px 110px 140px;
  }
  .brand { display: none; } /* hide BRAND on narrower view */
}
@media (max-width: 1024px) {
  .type, .cc { display: none; } /* simplify */
  .results-head, .results-row {
    grid-template-columns:
      120px 1.6fr 1fr 140px 150px; /* sku, product, model, years, price/actions */
  }
  .actions { justify-self: end; }
}
@media (max-width: 768px) {
  .results-head { display: none; }
  .results-row {
    grid-template-columns: 1fr auto; /* stacky layout */
    row-gap: 8px;
  }
  .sku { order: 1; }
  .product { order: 2; }
  .model, .years { order: 3; font-size: .875rem; color: #7a7a7a; }
  .price { order: 4; justify-self: end; }
  .actions { order: 5; justify-self: end; }

  .footer-payment-icons {
    align-items: center;
    justify-content: flex-end;
    padding-left: 16px;
    padding-right: 16px;
}

}

@media screen and (min-width: 768px){ /* 768px */
  section.bottom-footer .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  section.footer-white.section-divider .container, section.bottom-footer .container {
    padding: 0 1.5em;
}
}

@media screen and (min-width: 960px){
section.contact-form-section.container .column.is-6:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 50%;
    top: 0;
    background: url(https://dt1-europe.binnenkort-online.be/wp-content/uploads/2025/06/87575532d77505da21a9664e631c09e41f63b594.png);
    background-size: cover;
    background-position: center;
}
.footer-payment-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}
.filters select {
    padding: 10px;
    font-size: 16px;
    width: calc(18% - 30px);
    border: none;
    border-right: 2px solid #D6D6D6;
}
.search-table-title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.reset-app-form a {
    width: 130px;
    background: transparent;
    display: flex;
    height: 100%;
    top: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-weight: bold;
    color: var(--yellow);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    margin-left: 5px;
}

}
button.button.is-dark.search-from-home-button {
    background: transparent;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--yellow);
    font-size: 16px;
    padding: 20px;
    transition: all 0.2s;
    border-radius: 1px;
}
span.reset-app-form a:hover {
    border: 1px solid var(--yellow);
}
button.button.is-dark.search-from-home-button:hover {
    border: 1px solid var(--yellow);
}
@media screen and (min-width: 1024px){ /* 1024px */
  section.footer-white.section-divider .container, section.bottom-footer .container {
    padding: unset;
}
}

@media screen and (min-width: 1440px){ /* 1440px */

}

@media screen and (min-width: 1920px){ /* 1920px */

}

@media screen and (max-width: 767px){
.hero-animated-text svg {
    width: 40px;
}
svg.text-100{
    width: 100px;
    margin-bottom: 10px;
}
svg.hero-badge-text.aos-init.aos-animate {
    width: 190px;
    margin-top: -10px;
}
section.yellow-hero-bar {
    display: none;
}
section.home-hero, .home-hero-content-holder {
    height: 250px;
}
section.home-product-categories, .home-over-ons, section.home-reviews {
    margin: 50px 0;
    padding: 0 16px;
}
section.home-image-right .columns {
    flex-direction: column-reverse;
    display: flex;
}
.columns.reviews-home-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-blog-btn-holder {
    text-align: left;
}
.product-category-image img {
    transition: all 0.2s;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
.columns.reviews-slider {
  margin-left: 0 !important;
}
.columns.reviews-slider .slick-slide {
  padding: 0 5px; /* optional if you want space between slides */
  box-sizing: border-box;
}
}
.builder-root-container p a {
    text-decoration: underline;
}
li#menu-item-wpml-ls-3-nl a {
    display: inline;
}
li#menu-item-wpml-ls-3-en .sub-menu , li#menu-item-wpml-ls-3-nl .sub-menu {
    display: none;
}
li#menu-item-wpml-ls-3-en, li#menu-item-wpml-ls-3-nl {
   position: relative;
}
li#menu-item-wpml-ls-3-en:hover .sub-menu, li#menu-item-wpml-ls-3-nl:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
}
/* /footer */
@media screen and (max-width: 960px){
.bottom-menu-header, .global-usps, .menu-primary-container, .menu-primary-dutch-container{
    display:none;
}
.logo img {
    max-width: 110px;
    margin-top: 10px;
    margin-bottom: -40px;
}
.teams.container {
    margin-left: 16px;
    margin-right: 16px;
}
.top-menu-holder .columns {
    display: flex;
    padding: 0 16px;
}
body{
    margin-top: 57px;
}
section.default-page-template, .breadcrumbs {
    padding: 0 16px;
}
li.product {
    border-left: none !important;
}
section.builder-hero h1 {
    padding: 50px 16px 50px;
    font-size: 28px;
    max-width: 20ch;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -1.6px;
    color: #fff;
    line-height: 150%;
}
section.builder-hero, section.image-right-builder {
    margin-bottom: 40px;
}
section.image-right-builder {
    margin: 70px 0;
}
section.image-right-builder.img-right-u .columns {
    flex-direction: column-reverse;
    display: flex;
}
section.text-center-builder {
    margin: 50px 0;
    padding: 0 16px;
}
h2, section.image-right-builder h2{
    font-size: 28px;
}
section.image-right-builder.img-right-u {
    padding: 0 16px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
}
.woocommerce-page h1.default-title {
    margin-bottom: 20px;
}
.mobile-menu-icon-holder {
    margin-top: 17px;
    margin-bottom: -5px;
}
.home-hero-content-holder .hero-usps ul{
    display: none;
}
.logo {
    text-align: center;
}
.home-hero-text {
    text-align: right;
    margin-top: 70px;
}
.table-search-header{
    margin-top:0px;
}
.table-search-header h2 {
    font-size: 28px;
    color: #fff;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 120%;
}
section.yellow-hero-bar {
    display: block;
    height: 450px;
}
.table-search-header select {
    width: 100%;
    background: #fff !important;
    padding: 10px;
}
.table-search-header{
    padding: 20px 16px;
}
.results-list {
    padding: 0 16px;
}
.table-results {
    margin: 0 0 20px;
    padding: 0 16px;
}
.results-row{
    display: block;
}
button.button.is-dark.search-from-home-button {
    width: 100%;
    background: var(--yellow);
    color: var(--black);
    margin: 0 !important;
}
span.reset-app-form {
    width: 100%;
    display: block;
    background: var(--yellow);
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
section.app-hero {
    margin-top: 0px;
    z-index: -1;
    position: relative;
}
ul.usps, .table-editor-yellow-bg {
    display: none;
}
.search-bar-holder {
    width: 100%;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: flex-start;
    margin-left: 5px;
}
.btn{
    font-size: 15px;
}
.small-hero-title {
    padding: 0 16px;
}
section.dealers-list-tabs {
    margin: 0;
}
section.dealers-list-tabs {
    margin: 0;
    padding: 0 16px;
}
.dealers-countrys-tabs a {
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
}
section.featured-dealers {
    margin: 20px 0;
    padding: 0 16px;
}
.dealers-countrys {
    padding: 0 16px;
    margin: 60px 0;
}
.columns.dealer .column:last-child {
    text-align: left;
}
.columns.dealer .column {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.columns.dealer {
    padding: 20px 0px 10px;
}
.country > h2 {
    margin-bottom: 30px;
}
.become-dealer-button {
    text-align: left;
}
section.become-dealer {
    padding: 50px 16px 70px;
}
span.price-txt {
    font-size: 15px;
    font-weight: 400;
    color: #6E6E6E;
}
}
.builder-root-container a.btn.btn-black.hvr-underline-from-left {
    margin-top: 20px;
}
.builder-root-container ul {
    padding-left: 20px;
    list-style: inherit;
    font-size: 16px;
}
.builder-root-container ul li{
    margin-bottom: 10px;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
    33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
    66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
    100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}
.table-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f7ce4663;
    left: 0;
    top: 0;
    z-index: 10003;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}