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

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

/* header */
body {
    top: 0;
    margin-top: 81px;
}
nav.navbar.is-transparent {
    max-width: 1920px;
    margin: auto;
}
.empty-cart-message{
	color: var(--primary-500);
	padding: 0 16px;
}
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;
}

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;
}
.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);
}
.footer-column.footer-menu a:hover {
    color: var(--primary-600);
}
.social-icons {
    display: flex;
    gap: 28px;
    align-items: center;
}
.social-icons a {
    margin-top: 10px;
}
section.bottom-footer {
    background: var(--primary-500);
    padding: 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
}
section.bottom-footer .container {
    border-top: 1px solid #ffffff29;
}
section.footer-white.section-divider .container, section.bottom-footer .container {
    padding: 0 1em;
}
section.bottom-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
section.bottom-footer p {
    display: inline;
}
section.bottom-footer .container div > a {
    margin-right: 24px;
    white-space: nowrap;
}
section.footer-white.section-divider a:hover, section.bottom-footer a:hover {
    color: var(--secondary-500);
}
.social-score.has-text-right-desktop {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-500);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.social-score.has-text-right-desktop .icon-text {
    margin-right: 20px;
}
.paying-options {
    display: flex;
    align-items: center;
    gap: 31px;
    color: var(--primary-500);
}
section.top-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    flex-wrap: wrap;
}
section.top-footer {
    border-top: 1px solid #BAD1CB;
    padding: 0 24px;
}
.hero-image-menu-item img {
    width: 100%;
    border-radius: 5px;
    transition: .4s all cubic-bezier(.11,.54,.79,.99);
    display: block;
}


.hero-image-menu-item > a span.icon-text {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 70%;
    background: var(--secondary-100);
    padding: 17px;
    border-radius: 40px;
    font-weight: 500;
    justify-content: center;
    gap: 10px;
}
.hero-image-menu-item:hover span.icon {
    transition: all .2s;
    transform: translate(5px, 0px);
}
.hero-image-menu-item span.icon {
    transition: all .2s;
}
.hero-image-menu-item:hover .icon-text{
    color: var(--primary-500);
}
.hero-image-menu-item a > div {
    overflow: hidden;
    border-radius: 5px;
}
.hero-image-menu-item:hover img {
    transform: scale(1.1);
    border-radius: 5px;
}


section.home-why-us {
    background: var(--primary-100);
    padding: 60px 0 100px;
    text-align: center;
    margin-top: 40px;
    position: relative;
}
section.home-why-us:before {
    content: '';
    height: 77px;
    width: 2px;
    background: #A0C519;
    margin: auto;
    text-align: center;
    position: absolute;
    top: -39px;
}
.why-us-img-holder img {
    width: 75px;
}
.why-us-img-holder {
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 115px;
    border-radius: 50px 50px 0 0;
    margin: auto;
}
section.home-why-us h2 {
    margin-bottom: 60px;
    /* font-size: 32px; */
    max-width: 20ch;
    margin: auto;
    margin-bottom: 60px;
    color: var(--primary-500);
    font-weight: 500;
}
section.home-why-us h4 {
    color: var(--primary-500);
    font-size: 24px;
    margin-top: 30px;
}
.why-us-item p {
    max-width: 30ch;
    margin: auto;
}
section.home-hero h1 {
    font-size: 28px;
    color: var(--primary-500);
    line-height: 130%;
    margin: 0;
}

.home-hero-image-menu {
    margin-top: 40px;
    margin-bottom: 20px;
}

section.home-hero {
    padding: 0 16px;
    background: rgb(240,245,243);
    background: linear-gradient(180deg, rgba(240,245,243,1) 0%, rgba(240,245,243,1) 80%, rgba(255,255,255,1) 80%);
    padding-top: 40px;
}
.hero-image-menu-item {
    position: relative;
    margin-bottom: 40px;
}
section.home-hero h1 {
    font-weight: bold;
}

/* production css (mobile first) */
@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;
  }
  section.home-hero p {
    font-size: 24px;
    color: var(--primary-400);
    margin: 0;
}
}
.over-ons-home-content {
    padding: 24px;
    border-radius: 5px;
    background: var(--primary-500);
    color: #fff;
}
.over-ons-home-content a {
    color: #fff;
}
.footer-column.footer-menu p > a {
    display: inline-block !important;
    margin: 0;
    width: 100%;
    margin-bottom: 6px;
}
@media screen and (min-width:960px){
    section.home-hero h1 {
        font-size: 48px;
        color: var(--primary-500);
        line-height: 130%;
        margin: 0;
        font-weight: bold;
    }
    section.home-hero p {
        font-size: 20px;
        color: var(--primary-400);
        margin: 0;
        max-width: 80ch;
    }
    section.home-hero {
        padding-top: 80px;
    }
    .home-hero-image-menu {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .over-ons-home-content {
        padding: 85px 100px;
        border-radius: 5px;
        background: var(--primary-500);
        color: #fff;
    }
    section.home-image-left.section-divider .columns {
        align-items: flex-end;
    }
    section.home-image-left.section-divider .is-6 {
        margin-left: -110px;
    }
    .home-image-left-holder img {
        margin-bottom: 40px;
    }
}

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

    section.footer-white.section-divider .container, section.bottom-footer .container {
        padding: unset;
    }
    body {
        top: 0;
        margin-top: 110px;
    }
    .hero-image-menu-item {
        position: relative;
        margin-bottom: 0;
    }
}

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


/* /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: 960px){
  .img-right-content-holder {
      padding: 0 1rem 0 0;
  }
 
}
@media screen and (min-width: 960px) and (max-width: 1216px){
    .container {
        max-width: 960px !important;
    }
}
@media screen and (min-width: 1216px) and (max-width: 1408px){
    .container {
        max-width: 1152px !important;
    }
}
@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;
  }
}

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

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

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: 80px;
}
.navbar-brand .navbar-item {
    padding-left: 0;
    padding-right: 0;
}
.mobile-menu-notice-holder {
    text-align: center;
    background: var(--neutral-200);
    padding: 12px;
}
span.notice-opening-label{
  font-weight: bold;
}
.notice-label-open {
    color: #52BC55;
}
.notice-label-closed {
    color: #ea2020;
}

/* .mobile-menu-body-holder li {
    margin-bottom: 10px;
} */
.mobile-menu-body-holder li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    display: block;
    margin: 0;
}
.mobile-menu-body-holder #menu-diensten a {
    font-size: 18px;
    font-weight: 800;
}
.mobile-menu-body-holder #menu-mobile-menu li a {
    font-size: 15px;
    padding: 5px 24px;
}
.mobile-menu-body-holder #menu-mobile-menu{
    margin-top: 20px;
}
.mobile-menu-body-holder .btn {
    margin-top: 10px;
}
.mobile-menu-footer {
    padding: 40px 40px 20px;
    text-align: center;
}
.mobile-menu-footer {
    margin: 40px 40px 20px;
    text-align: center;
    border-top: 1px solid var(--neutral-400);
    padding-top: 20px;
}
.mobile-menu-body-holder li a:hover {
    background: #ffffff24;
}
section.mobile-menu-holder {
    position: fixed;
    width: 85%;
    height: 100vh;
    background: var(--primary-500);
    z-index: 999;
    top: 0;
    left: -100%;
    transition: .5s all cubic-bezier(0.75, 0.82, 0.165, 1);
    max-width: 420px;
}
section.mobile-menu-holder.mobile-menu-open{
    left: 0;
}
.mobile-menu-footer a {
    margin: 0;
    margin-bottom: 10px;
}


/* /header */

/* footer */
.footer-column.first-footer-column p a {
    margin: 0;
    margin-bottom: 12px;
}
.footer-column.footer-menu li {
    margin-bottom: 5px;
}
.footer-column.footer-menu a {
    color: var(--dark);
}
.footer-column.footer-menu a:hover {
    color: var(--primary-600);
}
.social-icons {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: flex-end;
}
.social-icons a {
    margin-top: 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;
}
}
.term-description p {
    color: #455752;
    max-width: 61ch;
    line-height: 150% !important;
    /* font-size: 17px !important; */
}
.term-description {
    margin-bottom: 60px;
}
p.woocommerce-result-count {
    display: none;
}
li.product {
    border: 1px solid #D8E3E0;
    border-radius: 5px;
    background-color: #fff;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #455752;
    padding: 0 16px;
    margin-top: 5px;
    font-size: 1rem;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    font-size: 16px;
    display: block;
    text-align: center;
    height: auto;
    margin: 16px;
    font-family: var(--main-font-family);
    padding: 16px;
    transition: all .2s;
}
a.button.product_type_variable.add_to_cart_button {
    background: var(--secondary-300);
    color: var(--primary-500);
}
.whats-in-package-cards svg {
    max-width: 86px;
    max-height: 86px;
    width: 100%;
    /* margin-top: 20px; */
}
.whats-in-package-cards h5 {
    margin-top: 0;
}
h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: .2px;
    padding: 0 16px !important;
}
li.product:hover .button {
    background: var(--secondary-400);
}
.whats-in-package-content h2 {
    color: var(--primary-500);
    max-width: 15ch;
    word-break: keep-all;
    margin-top: 0;
}
section.whats-in-package {
    padding: 80px 0;
    background: #F0F5F3;
}
.whats-in-package-content {
    max-width: 50ch;
}
.whats-in-package-cards {
    padding: 32px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    margin-bottom: 32px;
    gap:20px;
}
@media screen and (min-width: 1024px){ /* 1024px */
  section.footer-white.section-divider .container, section.bottom-footer .container {
    padding: unset;
}
.navbar-brand a {
    padding-left: 0 !important;
}
div.navbar-item {
    padding-right: 0 !important;
}
h1.woocommerce-products-header__title.page-title {
    margin-top: 80px;
    color: var(--primary-500);
}
}
h1.woocommerce-products-header__title.page-title {
    color: var(--primary-500);
}
/* /footer */
section.home-reviews {
    padding-bottom: 60px;
    /* margin-top: 100px; */
}
svg.home-reveiws-quote {
    text-align: center;
    margin-top: -40px;
}
section.home-reviews h2 {
    color: var(--primary-500);
    font-weight: 500;
    margin-bottom: 70px;
}
/* three images w animated button */
a.three_images_w_button_link {
    color: unset;
}
/* /three images w animated button */
/* stickey header */
section.header-section{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    left: 0;
    background: var(--primary-500);
    min-width: 100%;
    transition: top 0.3s;
    /* box-shadow: var(--shadow-sm); */
}
/* /stickey header */
nav.navbar.is-transparent{
    background: var(--primary-500);
}
section.header-section .navbar-item, .navbar-link {
    font-weight: bold;
    color: #fff;
    font-size: 1.125rem;
    background: transparent;
    text-decoration: none;
    font-weight: 700;
    font-family: var(--main-font-family);
    letter-spacing: .9px;
    padding: 24px 25px;
    margin-top: 0;
    margin-bottom: 0;

}
ul#primary-menu .navbar-item:hover {
    background: #ffffff24 !important;
}
.top-header.has-text-right a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
a.navbar-item.home-logo-link {
    padding: 15px;
}
.top-header.has-text-right li {
    display: inline;
    margin-left: 32px;
}
.top-header.has-text-right li:hover a{
    color: vaR(--secondary-500);
}
.top-header.has-text-right {
    
    padding: 11px 0;
}
section.home-reviews button {
    display: none !important;
}
section.top-menu-section {
    border-bottom: 1px solid #ffffff24;
    display: none;
}
.review-item p {
    font-size: 21px;
    font-weight: 400;
    color: var(--primary-500);
}
section.home-reviews .columns:before {
    content: '';
    width: 200px;
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    z-index: 10;
    background: linear-gradient(90deg, #FFF 47.23%, rgba(255, 255, 255, 0.00) 97.39%);
}
section.home-reviews .columns:after {
    content: '';
    width: 200px;
    height: 100%;
    right: -20px;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, #FFF 45.27%, rgba(255, 255, 255, 0.00) 90.93%);
    z-index: 10;
}
span.icon-text{
    transition: all .2s;
}
.hero-image-menu-item > a:hover span.icon-text {
    background: var(--secondary-300);
    color: #fff;
}
.reviews-arrow-holder {
    display: flex;
    z-index: 101;
    position: relative;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 30%;
}
.reviews-arrow-holder img {
    width: 46px;
    padding: 17px;
    background: var(--secondary-100);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 46px !important;
}
p.reviews-name {
    font-size: 17px;
    color: #455752;
}
p.star-rate {
    color: #FFB627;
    font-family: var(--main-font-family);
}
.review-item {
    text-align: center;
}
.field.is-grouped {
    cursor: pointer;
}
.header-banner {
    background: var(--secondary-100);
    padding: 5px;
}

ul.banner-list li:before {
    content: url(https://tuinpoortshop.binnenkort-online.be/wp-content/themes/starter/img/header-banner-icon.svg);
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    left: 0px;
}
ul.banner-list li {
    /* padding: 3px !important; */
    font-size: 14px;
    color: var(--primary-500);
    font-weight: 400;
    padding-left: 25px;
    margin-right: 62px;
    display: inline-block;
    position: relative;
}
section.footer-white.section-divider {
    background: var(--primary-500);
    color: #fff;
}
.item-price {
    text-align: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
}
section.footer-white.section-divider a {
    text-decoration: none;
    font-size: 16px;
}
a.footer-logo-link img {
    max-width: 160px;
    /* margin-bottom: 10px; */
}
.footer-column.first-footer-column a {
    color: #fff;
    display: block;
    margin: 0;
}
.footer-column.footer-menu h6 {
    font-weight: bold;
    margin-bottom: 35px;
}
.footer-column.footer-menu li a {
    font-size: 15px;
}
.mobile-menu-header {
    height: 104px;
    background: var(--secondary-500);
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-500);
}
.close-mobile-menu-icon.is-hidden-desktop {
    position: absolute;
    left: 24px;
    top: 50px;
}
.mobile-menu-header {
    height: 87.2px;
    background: var(--secondary-500);
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-500);
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-mobile-menu-icon.is-hidden-desktop {
    position: absolute;
    left: 24px;
    top: 28px;
}
@media screen and (max-width: 1024px){
    .mobile-menu-icon.is-hidden-desktop {
        padding: 14px;
    }
    .hero-image-menu-item img {
        width: 100%;
        border-radius: 5px;
        transition: .4s all cubic-bezier(.11,.54,.79,.99);
        display: block;
        max-height: 300px;
        object-fit: cover;
    }
}
h1.product_title.entry-title {
    margin-top: 0;
    font-size: 39px;
    color: var(--primary-500);
    margin-bottom: 0;
}
@media screen and (max-width: 768px){
    ul.banner-list li{
        /* width: 100%; */
        display: table !important;
        width: auto !important;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
        position: relative;
    }
    .footer-column.footer-menu h6 {
        font-weight: bold;
        margin-bottom: 16px;
    }
    .why-us-img-holder img {
        width: 50px;
    }
    .why-us-img-holder {
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        width: 85px;
        border-radius: 50px 50px 0 0;
        margin: auto;
    }
    section.bottom-footer .container {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    section.home-image-left.section-divider.mobile-padding .columns .column:first-child {
        padding-bottom: 0;
        border-radius: 5px 5px 0 0;
    }
    section.home-image-left.section-divider.mobile-padding .columns .column:last-child{
        padding-top: 0;

    }
    section.home-image-left.section-divider.mobile-padding .columns .column:last-child > div{

        border-radius: 0 0 5px 5px;
    }
    section.home-image-left.section-divider.mobile-padding img {
        display: block;
    }
    h1.product_title.entry-title {
        margin-top: 0;
        font-size: 28px;
        color: var(--primary-500);
        margin-bottom: 0;
    }
    section.home-reviews .columns:before {
        width: 100px;
    }
    section.home-reviews .columns:after {
        width: 100px;
    }
    img.logo {
        max-height: 50px;
    }
    a.navbar-item.home-logo-link {
        max-width: 180px;
    }
    .mobile-padding {
        padding-left: 16px;
        padding-right: 16px;
    }
    a.navbar-item.home-logo-link {
        max-width: 200px;
        padding: 0;
    }
    .social-icons {
        display: flex;
        gap: 28px;
        align-items: center;
        justify-content: flex-start;
    }
}
section.home-reviews {
    padding-bottom: 60px;
    /* margin-top: 100px; */
    padding: 0 16px;
}
@media screen and (max-width:555px){
    .paying-options {
        display: flex;
        align-items: center;
        gap: 17px;
        color: var(--primary-500);
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .paying-options p {
        width: 100%;
        margin-bottom: 0px;
    }

}
#pa_kleur {
    display: none;
}
/* Remove default radio button styling */
.variation-radios input[type="radio"] {
    display: none; /* Hide the default radio button */
}

/* Customize appearance of custom radio button */
.variation-radios label {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 12px;
    /* transition: all .2s; */
}

/* Customize background for each radio button option */
#attribute_pa_kleur-antraciet + label {
    background: #5D5D5D;
}

#attribute_pa_kleur-zwart + label {
    background: #000;
}

#attribute_pa_kleur-groen + label {
    background: var(--primary-500);
}

#attribute_pa_kleur-antraciet:checked + label,
#attribute_pa_kleur-zwart:checked + label,
#attribute_pa_kleur-groen:checked + label {
    border: 2px solid var(--secondary-400);
    padding: 2px; 
    box-shadow: inset 0 0 0px 3px rgba(255, 255, 255, 1);
}
.variation-radios label{
    position: relative;
}
#attribute_pa_kleur-antraciet:checked + label:after, #attribute_pa_kleur-zwart:checked + label:after, #attribute_pa_kleur-groen:checked + label:after {
    content: url(https://tuinpoortshop.binnenkort-online.be/wp-content/themes/starter/img/check-mark.svg);
    color: #fff;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
}
section.related-products-section {
    padding: 60px 0;
    background: #F0F5F3;
    margin: 60px 0 0;
}
section.related.products > h2 {
    text-align: center;
    margin-bottom: 60px;
    color: var(--primary-500);
}
section.single-product-main-content {
    clear: both;
    margin-top: 50px;
}
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 0px;
}
.flex-viewport {
    margin-bottom: 10px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    border-radius: 5px;
    opacity: 1 !important;
    height: 100px !important;
    object-fit: cover !important;
}
[data-tooltip]:not(.is-disabled).has-tooltip-bottom:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom:before, [data-tooltip]:not([disabled]).has-tooltip-bottom:before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-bottom: -5px;
    transform: translate(-50%,100%);
    padding: 0 10px;
}
.summary.entry-summary > p.price {
    font-size: 20px !important;
    color: var(--primary-500) !important;
    margin: 0;
    margin-bottom: 45px;
}
.woocommerce-variation-add-to-cart.variations_button{
    display: flex;
    /* align-items: center; */
}
.quantity input {
    height: 99%;
    border-radius: 4px;
    border: 1px solid var(--primary-200);
    background-color: var(--primary-100);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled , .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: var(--secondary-300);
    color: var(--primary-500);
    transition: all .2s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover ,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background: var(--secondary-400);
    color: var(--primary-500);
}
.single_variation_wrap .price {
    font-weight: bold;
    font-family: var(--main-font-family);
    font-size: 32px !important;
    color: var(--primary-500) !important;
    margin-bottom: 32px !important;
    display: block;
}
.woocommerce-variation-price .price:after {
    content: '(incl. BTW)';
    font-size: 16px;
}
.woocommerce-variation-price .price:after {
    content: '(incl. BTW)';
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px;
}
.variations .label {
    font-size: 15px;
    font-weight: 400 !important;
    color: var(--primary-500);
    margin-bottom: 5px !important;
}
.variations select {
    font-size: 17px;
    padding: 13px;
    border-radius: 4px;
    color: #455752;
    border: 1px solid var(--primary-200);
    width: 100%;
    background: var(--primary-100);
}
.column.is-12.Kleur-holder label {
    font-size: 17px;
}
.column.is-12.Kleur-holder span {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    color: var(--primary-400);
}
.product_meta {
    display: none;
}
ul.product-usps {
    margin-top: 28px;
}
ul.product-usps li{
   font-size: 15px;
   color: var(--primary-500);
   margin-bottom: 4px;
}
ul.product-usps li:first-child {
    font-weight: 600;
    color: var(--secondary-500);
}
ul.product-usps li:before {
    content: url(https://tuinpoortshop.binnenkort-online.be/wp-content/themes/starter/img/check-mark-green.svg);
    margin-right: 10px;
}
.over-ons-home-content .btn {
    margin-top: 15px;
}
.accordion-section {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  
  .accordion-header {
    background-color: #f0f0f0;
    padding: 10px;
    cursor: pointer;
  }
  
  .accordion-content {
    padding: 10px;
    display: none;
  }

  .builder-hero-foto img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    display: block;
}
.container.container-small {
    max-width: 910px !important;
    margin: auto;
    width: 100%;
}
.builder-hero-title-holder h1 {
    font-size: 38px;
    color: var(--primary-500);
    margin: 0;
    line-height: 120%;
    max-width: 670px;
    margin: auto;
}
.builder-hero-title-holder {
    padding: 50px 50px 20px;
    background: #fff;
    margin-top: -110px;
    border-radius: 4px 4px 0 0;
}
.container-micro {
    max-width: 670px;
    width: calc(100% - 32px);
    margin: auto;
}
.full-width-text-content h3 {
    font-size: 26px;
    color: var(--primary-500);
    line-height: 120%;
    margin-bottom: 30px;
}
.full-width-text-content {
    margin-bottom: 50px;
}
.builder-image-small-holder img {
    display: block;
    margin: 50px 0;
}
section.builder-image-left, section.builder-image-right {
    margin: 60px 0;
}
.image-left-content-holder h3, .image-right-content-holder h3 {
    color: var(--primary-500);
    font-size: 36px;
    margin-bottom: 27px;
}
section.builder-image-left .button-holder, section.builder-image-right .button-holder {
    margin-top: 27px;
}
.full-width-text-content .button-holder {
    margin-top: 27px;
}
.full-width-text-content.contact-content-holder a {
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin: 0;
}
.full-width-text-content.contact-content-holder p{
    margin-top: 0;
}
.full-width-text-content.contact-content-holder p:last-child a {
    display: inline;
    margin-left: 10px;
}
p.gform_required_legend {
    display: none;
}
.full-width-text-content.contact-content-holder {
    margin-top: 30px;
    margin-bottom: 30px;
}
div#gform_fields_1 label {
    font-size: 15px;
    color: var(--primary-500);
    font-weight: 500;
}
div#gform_fields_1 input, div#gform_fields_1 textarea {
    font-size: 17px;
    background: #fff;
    border: 1px solid var(--primary-200);
    box-shadow: none;
}
input#gform_submit_button_1 {
    background: var(--secondary-300);
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary-500);
}
input#gform_submit_button_1:hover {
    background: var(--secondary-400);
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary-500);
}
div#gform_fields_1 {
    background: #F0F5F3;
    padding: 30px;
    border-radius: 4px;
}
section.google-map iframe {
    width: 100%;
    max-height: 400px;
    margin-bottom: -10px;
}
.mini-cart {
    display: none;
    transition: all .2s;
}
.mini-cart:before {
    content: '';
    width: 100%;
    height: 30px;
    left: 0;
    top: -30px;
    position: absolute;
    background: transparent;
}
/* Show mini cart on hover */
.cart-icon:hover + .mini-cart {
    display: block;
}
.item-image img {
    margin-top: 6px;
}
.mini-cart {
    width: 380px;
    position: absolute;
    right: -20px;
    top: calc(100% + 0px);
    background: #fff;
    border: 1px solid var(--primary-200);
    border-radius: 0 0 5px 5px;
    box-shadow: var(--shadow-xs);
}
.mini-cart-header:before {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: -10px;
    background: #F0F5F3;
    content: '';
    transform: rotate(45deg);
}
.woocommerce-message {
    max-width: 1350px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 40px;
    background: #EDF2DB;
    border-radius: 4px;
    border-top: 0;
    display: flex;
    flex-direction: column-reverse;
}
.mini-cart-header {
    background: var(--primary-100);
    padding: 16px;
    color: var(--primary-500);
    border-bottom: 1px solid var(--primary-200);
}
.mini-cart-header p {
    margin: 0;
}
li.cart-item {
    display: flex;
    align-items: flex-start;
    padding: 16px;
}
li.cart-item a{
    text-decoration: none;
}
.mini-kart-subtotal span.btwlabel {
    font-size: 12px;
    color: #708781;
    font-weight: 400;
    margin-left: 5px;
}
a.btn.secondary-button.mini-cart-btn {
    display: block;
    margin: 0 16px;
    text-align: center;
    /* margin: 0; */
}
.mini-kart-subtotal {
    display: flex;
    font-size: 15px;
    color: var(--primary-500);
    justify-content: space-between;
    padding: 0 16px;
    
}
.woocommerce-message a.button.wc-forward {
    float: unset !important;
    display: inline !important;
    background: transparent;
    width: auto;
    min-width: unset;
    height: auto;
    font-weight: 700;
    text-align: left;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    color: var(--secondary-500);
    max-width: fit-content;
}
.mini-kart-footer {
    background: var(--primary-100);
    padding-bottom: 16px;
    border-radius: 0 0 5px 5px;
}
.mini-cart p.item-name {
    font-size: 15px;
    color: var(--primary-500);
    font-weight: 400;
    margin: 0;
}
.item-image {
    width: 100%;
    max-width: 66px;
    display: block;
}
li.cart-item{
    display: flex;
    align-items: flex-start;
    padding: 16px;
    gap: 20px;
    border-bottom: 1px solid var(--primary-200);
    justify-content: space-between;
}
.item-attributes li{
    font-size: 12px;
    color: #708781;
    font-weight: 400;
}
p.item-attributes {
    margin: 0;
}
p.item-price-aantal {
    font-size: 15px;
    margin: 0;
    color: var(--primary-500);
    font-weight: 400;
}
p.item-quantity {
    font-size: 12px;
    color: grey;
    font-weight: 400;
    margin: 0;
}
h1.default-title {
    font-size: 39px;
    color: var(--primary-500);
    margin-top: 0;
    margin-bottom: 40px;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block th span, .wp-block-woocommerce-cart-order-summary-block span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    color: vaR(--primary-500);
    font-weight: 600;
    font-family:var(--main-font-family);
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-family: var(--main-font-family);
    font-weight: bold;
    color: var(--primary-500);
}
a.wc-block-components-product-name {
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-item__value{
    color: var(--primary-500);
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: var(--secondary-300);
    border-radius: 4px;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: var(--secondary-300);
    border-radius: 4px;
    color: var(--primary-500);
    font-family: var(--main-font-family);
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    font-size: 16px;
    border: none;
    height: auto;
    padding: 15px;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
    background: var(--secondary-400);
    border-radius: 4px;
    color: var(--primary-500);
    font-family: var(--main-font-family);
    font-weight: 700;
    text-decoration: none;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: var(--secondary-400);
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block input {
    background: var(--primary-100) !important;
    border: 1px solid var(--primary-200) !important;
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    color: var(--primary-500);
}
li.handleidingen-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid var(--Tuinpoortshop-Primary-300, #BAD1CB);
    padding-top: 5px;
    padding-bottom: 5px;
}
li.handleidingen-item > div:last-child a {
    text-decoration: none;
    display: inline-flex;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--secondary-100);
    justify-content: center;
    align-items: center;
}
li.handleidingen-item > div:first-child a {
    text-decoration: none;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
}
li.handleidingen-item > div:first-child h6, li.handleidingen-item > div:first-child p {
    margin: 0;
}
li.handleidingen-item > div:first-child p {
    font-size: 14px;
    color: #455752;
    margin-top: 5px;
}
li.handleidingen-item > div:first-child p span {
    background: var(--secondary-100);
    color: var(--primary-500);
    padding: 3px 10px;
    border-radius: 13px;
}
.pdf-icon g path, a.pdf-icon, .pdf-icon svg{
    transition: all .5s;
}
a.see-pdf-icon.pdf-icon:hover g path:last-child {
    fill: var(--primary-500);
}
a.download-pdf-icon.pdf-icon:hover path:last-child, a.download-pdf-icon.pdf-icon:hover path:nth-child(2){
    animation: nudge 0.5s ease;
}
a.pdf-icon:hover{
    background: var(--secondary-200) !important;
}
@keyframes nudge {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}
/* Style the buttons that are used to open and close the accordion panel */
.faqs .accordion {
    background-color: transparent;
    color: var(--primary-500);
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    display: block;
    margin:0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--main-font-family);
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .faqs .active-faq, .faqs .accordion:hover {
    color: var(--secondary-500);
  }
  .faqs .accordion:after {
    content: url(https://tuinpoortshop.binnenkort-online.be/wp-content/themes/starter/img/faq-down.svg);
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-right: 15px;
}

.faqs .active-faq:after {
    content: url(https://tuinpoortshop.binnenkort-online.be/wp-content/themes/starter/img/faq-up.svg);
}

  /* Style the accordion panel. Note: hidden by default */
  .faqs .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s   ease-out;
    margin: 0;
    box-shadow: unset;
}
.faqs .accordion  {
    border-top: 1px solid var(--Tuinpoortshop-Primary-300, #BAD1CB);
}
.faqs {
    border-bottom: 1px solid var(--Tuinpoortshop-Primary-300, #BAD1CB);;
}
.panel p {
    margin-top: 0;
}


@media screen and (min-width: 768px){
    .full-width-text-content.contact-content-holder {
        display: flex;
        justify-content: space-between;
    }
    .woocommerce-message {
        max-width: 1350px;
        margin: auto;
        margin-top: 40px;
        background: #EDF2DB;
        border-radius: 4px;
        border-top: 0;
    }
}
@media screen and (min-width: 1024px){
    .full-width-text-content.contact-content-holder {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
section.builder-image-left.home-over-ons {
    margin: 100px 0;
}
.image-left-content-holder {
    max-width: 50ch;
    margin: auto;
}


@media screen and (max-width: 768px){
    .builder-hero-title-holder {
        padding: 20px 16px 20px;
        background: #fff;
        margin-top: 0px;
        border-radius: 4px 4px 0 0;
    }
    section.builder-image-left, section.builder-image-right {
        padding: 0 16px;
    }
    section.builder-image-right .columns {
        flex-direction: column-reverse;
        display: flex;
    }
    .column.is-6.is-offset-6 {
        border-radius: 0 0 4px 4px;
    }
    .full-width-text-content.contact-content-holder {
        margin-top: 0;
        margin-bottom: 30px;
    }
    section.default-page-template.section-divider {
        padding: 60px 16px;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100% !important;
        clear: none!important;
    }   
    main#main {
        padding: 0 16px;
    }
    section.whats-in-package {
        padding: 80px 16px;
    }
    .whats-in-package-cards {
        padding: 32px;
        background: #fff;
        border-radius: 5px;
        display: block;
        margin-bottom: 32px;
        gap: 20px;
    }
    a.btn.icon-text.ghost-button {
        font-size: 15px;
    }
    section.related.products ul {
        padding: 0 16px;
    }
    section.related.products > h2 {
        text-align: center;
        margin-bottom: 30px;
        color: var(--primary-500);
    }
    section.related-products-section {
        padding: 10px 0;
        background: #F0F5F3;
        margin: 60px 0 0;
    }
    .woocommerce-message {
        margin: 0;
        margin-top: 20px;
    }
    .wc-block-cart__submit-container.wc-block-cart__submit-container--sticky {
        background: #fff !important;
    }
    .wc-block-components-checkout-step__heading {
        margin-top: 0;
    }
    }
    a.mobile-cart-icon-link {
        margin: 0;
    }
    .full-width-text-content.contact-content-holder h5 {
        margin: 0;
        color: vaR(--primary-500);
    }
    p.small-impressum {
        font-size: 15px;
        color: var(--secondary-500);
        font-weight: bold;
        margin: 0;
    }
    section.builder-full-width-text.contact-content h5 {
        color: var(--primary-500);
        margin: 0;
        font-size: 28px;
    }
    .footer-column.first-footer-column .small-impressum {
        margin-top: 15px;
    }
    .footer-column.first-footer-column h5 {
        margin: 0;
        margin-bottom: 20px;
    }