/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    font-family: "IBM Plex Sans", serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    scroll-padding-top: var(--header-height, 100px);
}

body {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

section.error404 {
    padding: 60px 30px;
}

/*Complianz cookiebanner*/

.cmplz-cookiebanner {
    font-family: "Open Sans", sans-serif;
}


div#cmplz-document h2 {
    margin-bottom: 16px;
    color: #1A2F7D;
    font-size: 22px;
    line-height: 24px;
}

div#cmplz-document h3 {
    margin-bottom: 16px;
    color: #1A2F7D;
    font-size: 18px;
    line-height: 20px;
}

/*Complianz cookiebanner END*/



/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}



ul,
ol {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}


b,
strong {
    font-weight: 700;
}

p {
    margin: 0px 0px;
}

a {
    text-decoration: none;
    transition: .1s ease-in-out;
}

.home-link {
    position: relative;
    display: block;
    width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}

img {
    border-style: none;
}

img,
video {
    height: auto;
    max-width: 100%;
}

section:after,
article:after,
.clear:after,
#inner-header:after,
.row:after,
.social:after,
.site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}

div#navbar ul {
    overflow: hidden;
    transition: .3s ease-in-out;
}

div#navbar ul.sub-menu {
}

div#navbar ul li.mega-menu > ul.sub-menu {
    position: relative;
    gap: 45px;
}

div#navbar ul li.mega-menu > ul.sub-menu li.menu-item-has-children {
    display: flex;
    flex-direction: column;
    padding: 0;
}

div#navbar ul li.mega-menu > ul.sub-menu li.menu-item-has-children>a::after {
    display: none;
}

div#navbar ul li.mega-menu > ul.sub-menu li.menu-item-has-children ul.sub-menu {
    flex-direction: column;
    position: relative;
    gap: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    padding: 13px 20px;
}

div#navbar ul li.mega-menu > ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
    font-weight: normal;
    padding: 7px 0px;
}

div#navbar ul li.mega-menu > ul.sub-menu li.menu-item-has-children ul.sub-menu li {
    padding: 0;
    width: 100%;
}

div.navheader div.nav-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

div.navheader.nav-hover-active div.nav-bg {
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in-out;
}


/**
 * Start - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

.menu span {
    background: #132628;
    height: 2px;
}

.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 10px;
}

header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 50%;
}

header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
}

header.site-header div.menu {
    overflow: hidden;
}

header.site-header div.menu .inner {
    /* border: solid 1px red; */
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    width: 20px;
    height: 20px;
}

header.site-header div.menu.open .close-btn {
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.site-header div.menu .close-btn {
    position: absolute;
    height: 55px;
    width: 55px;
    transition: .3s ease-in-out;
    top: 55px;
    /* border-radius: 37px; */
}

div#navbar.open ul {
    max-height: 1000px;
}

header.site-header div.menu.open .open-btn {
    top: -37px;
}

header.site-header div.menu .open-btn {
    position: absolute;
    top: 0;
    width: 30px;
    height: 26px;
    transition: .3s ease-in-out;
}

.menu span {
    position: absolute;
    width: 100%;
    transition: .3s ease-in-out;
}

.menu span:nth-of-type(1) {

}

.menu span:nth-of-type(2) {

}

.menu span:nth-of-type(3) {

}

.menu .close-btn span:nth-of-type(3) {
    color: #252422;
    bottom: 10px;
    background: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}


/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 8px;
}

form input,
form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
}

form textarea {
    height: 130px;
}

.ajax-loader {
    position: absolute;
}

form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 16px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
}

:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

/**
 * Algemeen
 * ----------------------------------------------------------------------------
 */

html {

}

body {

}


.inner {
    width: 100%;
    max-width: 1472px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    font-family: "IBM Plex Sans", serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.flexbox-wrapper.sb {
    justify-content: space-between;
}

.bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {}

h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}

h2 {}

h3 {}

h4 {}

.sub h1 {}

.sub h2 {}

.sub h3 {}

.sub h4 {}



a.btn,
.gform_button.button,
span.btn {
    padding: 15px 24px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 600;
    cursor: pointer;
    line-height: 100%;
    border-radius: 16px;
    color: white;
    border: 1px solid #61DA06;
    background-color: #61DA06;
    font-size: 16px;
    line-height: 150% !important;
    position: relative;
    font-family: "IBM Plex Sans", serif;
    text-align: center;
}

li.product div.overlay span.btn {
    padding: 10px;
}

a.btn:hover,
a.btn.w:hover,
a.btn.wb:hover,
a.btn.b:hover,
.gform_button.button:hover {
    background-color: #FF5A01;
    color: #fff;
    border: solid 1px #FF5A01;
}

a.btn.w {
    background: #fff;
    color: #000;
}

a.btn.wb {
    background: #fff;
    color: #000;
    border: solid 1px #000;
}

a.btn.b {
    background: #000;
    color: #fff;
    border: solid 1px #000;
}

.breadcrumbs{
    padding: 20px 0 0!important;
}

.breadcrumbs a {
    color: #000;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

#breadcrumbs {
    position: relative;
    z-index: 4;
    line-height: 16px;
}

#breadcrumbs * {
    color: black;
    font-family: "IBM Plex Sans", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

#breadcrumbs a {
    font-family: "IBM Plex Sans", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
}

#breadcrumbs a:hover {
    text-decoration: underline
}

#breadcrumbs .delimiter {
    margin: 0 4px;
    /* background-image: url();
    width: 6px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block; */
}

body.woocommerce-checkout #breadcrumbs a {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pretitel {
    color: #008BE6;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5.44px;
    text-transform: uppercase;
    margin-bottom: 18px;
}



.accordion {
    background-color: transparent;
    color: #121725;
    cursor: pointer;
    padding: 24px 0;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-family: "IBM Plex Sans", serif;
    position: relative;
}

.homepage .dienstenlaag .content div .panel *:last-child {
    margin-bottom: 33px;
}

.accordion:after {
    content: url(https://www.pluswerkhandschoenen.nl/wp-content/themes/2024-05-theme/images/accordion-plus.svg);
    position: absolute;
    right: 0;
    top: 24px;
}

.accordion.active:after {
    content: url(https://www.pluswerkhandschoenen.nl/wp-content/themes/2024-05-theme/images/accordion-minus.svg);
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-bottom: 1px solid #12172533;
    font-size: 16px;
}

.panel *:last-child {
    margin-bottom: 24px;
}

.desktop {
    display: none;
}


body{
    background-color: #F2F2F2;
}

/**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */



.homepage-hero-keuzeblokken {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    justify-content: space-between;
    position: relative;
}

.homepage-hero-keuzeblokken>div {
    flex-basis: 32%;
    border-radius: 15px;
    background-color: gray;
    position: relative;
    padding: 16px 12px;
}

.homepage-hero-keuzeblokken::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    left: 0;
    top: 50%;
    position: absolute;
}

.homepage-hero-keuzeblokken>div:nth-of-type(-n + 3) {
    margin-bottom: 30px;
}

.homepage-hero-keuzeblokken>div>span {
    background-color: white;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}

.homepage-hero-keuzeblokken>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-builder ul {
    list-style-type: disc;
    margin-left: 18px;
    list-style-position: outside;
}

.content-builder ul li::marker {
    font-size: 20px;
}

.content-builder>section,
.sub.single>section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.homepage .content-builder>section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-afbeelding .inner>.flexbox-wrapper,
.gecentreerde-content .inner>.flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper {
    flex-direction: column;
}

.content-afbeelding .inner>.flexbox-wrapper>span {
    margin-top: 40px;
    width: 100%;
    background-size: cover;
    height: 350px;
}

.twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
    margin-top: 40px;
}

.sub-contact .twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
    margin-top: 0;
}

.content-afbeelding .inner>.flexbox-wrapper>.content h2,
.twee-kolom-content .inner>.flexbox-wrapper>div h2,
.gecentreerde-content .inner>.flexbox-wrapper>.content h2,
.blokken .inner h2,
.veelgestelde-vragen .tekst h2 {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .tekst,
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst,
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst,
.veelgestelde-vragen .tekst {
    margin-bottom: 24px;
}

.page-template-sub-contact .twee-kolom-content .inner>.flexbox-wrapper>div .tekst {
    margin-bottom: 0;
}

.standaard-content .inner>.flexbox-wrapper>.content .tekst {
    max-width: 1000px;
}

.standaard-content .inner>.flexbox-wrapper>.content {
    margin: 0 auto;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child),
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst>*:not(:last-child),
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child),
.standaard-content .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child) {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper {
    margin-bottom: 16px;
    align-items: center;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper span,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper span,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper span {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}


.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper p,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper p,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
    flex-basis: 50%;
    flex-grow: 1;
    font-size: 16px;
    line-height: 100%;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>.btn,
.twee-kolom-content .inner>.flexbox-wrapper>div>.btn,
.gecentreerde-content .inner>.flexbox-wrapper>.content>.btn {
    margin-top: 32px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>span:last-of-type,
.twee-kolom-content .inner>.flexbox-wrapper>div>span:last-of-type,
.gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
    width: 287px;
    height: 147px;
    margin-top: 40px;
    background-size: cover;
}

.afbeelding-slider .tekst {
    margin-bottom: 40px;
}

.afbeelding-slider .owl-stage-outer {
    overflow: visible;
}

.afbeelding-slider .owl-stage-outer .owl-item img {
    max-width: calc(100vw - 56px);
    max-height: 550px;
}

.veelgestelde-vragen .categorien {
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000014;
    padding: 5px 6px;
    width: 100%;
}

.veelgestelde-vragen .categorien a {
    display: inline-block;
    width: 100%;
    color: black;
    line-height: 20px;
    background-color: white;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    margin-bottom: 0;
}

.veelgestelde-vragen .categorien a:hover {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.sub.faq.hulp .vragenlaag .vragen {
    margin-top: 0 !important;
}

.veelgestelde-vragen .vragen {
    margin-top: 32px;
}

.veelgestelde-vragen .vragen>h2 {
    color: #149BD7;
    margin-bottom: 30px;
}

.veelgestelde-vragen .vragen div.category>div:first-of-type .accordion {
    border-top: 1px solid #D9D9D9;
}

.veelgestelde-vragen .vragen .accordion:hover {
    background-color: #149bd71c;
}

.veelgestelde-vragen .vragen div div .accordion.active {
    padding-bottom: 8px;
    background-color: transparent !important;
}

.veelgestelde-vragen .vragen div div .panel p {
    margin-bottom: 24px;
}

.veelgestelde-vragen .categorien a.active {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.veelgestelde-vragen .vragen div.category {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, height 0s linear 0.3s;
}

.veelgestelde-vragen .vragen div.category.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}





.sub.single .hoofdlaag {
    padding-bottom: 72px;
    padding-top: 32px;
}

.sub.single .hoofdlaag .inner>.flexbox-wrapper{
    background-color: white;
    padding: 24px;
    border-radius: 16px;
}

.sub.single .hoofdlaag .flexbox-wrapper .flexbox-wrapper .flexbox-wrapper{
    align-items: center;
    margin-top: 32px;
    margin-bottom: 16px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper:last-child{
    align-items: center;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid black;
    width: 100%;
}

.sub.single .hoofdlaag .flexbox-wrapper .flexbox-wrapper .flexbox-wrapper span, .sub.single .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper:last-child span{
    width: 56px;
    height: 56px;
    margin-right: 16px;
    background-size: cover;
    border-radius: 100%;
}

.sub.single .hoofdlaag .flexbox-wrapper .flexbox-wrapper .flexbox-wrapper>div, .sub.single .hoofdlaag .flexbox-wrapper .content>.flexbox-wrapper:last-child>div{
    flex-grow: 1;
    flex-basis: 50%;
    font-size: 14px;
    line-height: 150%;
}

.sub.single .hoofdlaag .inner>.flexbox-wrapper .content>*:not(img){
    max-width: 768px;
    margin-left: auto!important;
    margin-right: auto!important;
}

.sub.single .hoofdlaag .inner>.flexbox-wrapper .content>.flexbox-wrapper:first-of-type{
    flex-direction: column;
}

.sub.single .hoofdlaag .inner>.flexbox-wrapper .content>.flexbox-wrapper>div:not(.flexbox-wrapper)>span,
.sub.single .hoofdlaag .inner>.flexbox-wrapper .content>.flexbox-wrapper>div:not(.flexbox-wrapper)>a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 2px;
    background-color: #EEE;
    border-radius: 100%;
}

.sub.single .share-icons {
    display: flex;
}

.sub.single .share-icons a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.sub.single .share-icons a span.bg-img {
    width: 100%;
    height: 100%;
}


.sub.single .hoofdlaag .flexbox-wrapper .content>img:first-of-type{
    border-radius: 16px;
    margin: 48px 0;
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content p:has(img) {
    margin: 30px 0;
}

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) img {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
    margin-top: 30px;
    width: 100% !important;
}

.sub.single .hoofdlaag .flexbox-wrapper figure figcaption {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 150%;
    padding-left: 8px;
    border-left: 2px solid black;
    margin-top: 4px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content>*:not(:last-child) {
    margin-bottom: 16px;
}

.sub.single .hoofdlaag .flexbox-wrapper .content h3 {
    margin-top: 40px;
    margin-bottom: 20px !important;
    font-size: 20px;
    line-height: 140%;
}

.sub.single .hoofdlaag .flexbox-wrapper .content h2 {
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
    border-left: 2px solid black;
    margin: 30px 0 !important;
}

.sub.single .hoofdlaag .flexbox-wrapper .content a:not(.btn) {
    color: black;
    text-decoration: underline;
}

.sub.single .hoofdlaag .flexbox-wrapper .content a:hover {
    text-decoration: none;
}

.sub.single .hoofdlaag .flexbox-wrapper .content ul,
.sub.single .hoofdlaag .flexbox-wrapper .content ol {
    list-style-position: outside;
    margin: 20px 0 !important;
    padding-left: 20px!important;
}

.sub.single .hoofdlaag .sidebar {
    margin-top: 40px;
    background-color: gray;
    width: 100%;
    max-width: 350px;
    height: 350px;
}

.sub.single .bekijk-ook{
    padding-top: 0;
}

.sub.single .bekijk-ook h2{
    margin-bottom: 40px;
}

.blog-carousel .owl-stage-outer{
    overflow: visible;
}

.sub.single .bekijk-ook h2{
    margin-bottom: 40px;
}

.blog:not(.content-builder){
    width: 330px;
    position: relative;
}

.blog:not(.content-builder)>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.blog:not(.content-builder):hover .thumb span{
    transform: scale(1.2);
}

.blog:not(.content-builder) .content{
    padding: 24px;
    background-color: white;
}

.blog:not(.content-builder) .content .categorie{
    margin-right: 17px;
}

.blog:not(.content-builder) .content .titel{
    font-family: "IBM Plex Sans", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 110%;
    margin-top: 24px;
}

.blog:not(.content-builder) .content .excerpt{
    height: 78px;
    overflow: hidden;
    font-size: 16px;
    margin: 16px 0 24px;
}

.blog:not(.content-builder) .thumb{
    overflow: hidden;
    height: 200px;
    width: 100%;
}

.blog:not(.content-builder) .thumb span{
    height: 100%;
    width: 100%;
    background-size: cover;
    transition: 0.4s;
}

.single-blog .contactblokken{
    background-color: white;
}

.single-blog .contactblokken .contactblok{
    background-color: #F2F2F2;
}

section.reviewlaag {
    overflow: hidden;
}

.reviewlaag .tekst {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .owl-stage-outer {
    overflow: visible;
}

.reviewlaag .review-carousel .owl-item>div {
    background-color: white;
    padding: 32px;
    border-radius: 16px;
}

.reviewlaag .review-carousel .owl-item .sterren {
    margin-bottom: 24px;
}

.reviewlaag .review-carousel .review-meta {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.reviewlaag .review-carousel .lees-meer-review {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    text-decoration: underline;
    color: #000;
}

.reviewlaag .review-carousel .lees-meer-review:hover {
    text-decoration: none;
}

.reviewlaag .review-carousel .owl-item .sterren span {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.reviewlaag .review-carousel .owl-item>div>p {
    font-size: 18px;
}

.reviewlaag .review-carousel .owl-item>div .review-profile{
    bottom: 32px;
    left: 32px;
    width: 46px;
    height: 46px;
    color: white;
    background-color: black;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 600;
}

.reviewlaag .review-carousel .owl-item>div>p:last-child {
    margin-top: 32px;
    font-size: 16px;
    padding-left: 56px;
}

.reviewlaag .inner>a.btn {
    margin-top: 40px;
}

.content-afbeelding.reverse.phone .flexbox-wrapper>.content{
    order: 1;
 }

 .content-afbeelding.reverse.phone .flexbox-wrapper>span{
    margin-top: 0;
    margin-bottom: 40px;
 }


/**
 * Navbar
 * ----------------------------------------------------------------------------
 */

.top-header {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 0px;
    z-index: 999;
    position: relative;
}

/* Add this CSS at the top of your file or in your stylesheet */
.top-header {
    display: none; /* Hidden by default */
}
.top-header.show {
    display: block; /* Only show when this class is added */
}

.site-header .top-header .inner {
    color: #fff;
    justify-content: center;
    max-width: 1472px;
    padding: 0px 24px;
}

.site-header .top-header p.text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-header .top-header img.close {
    margin-left: auto;
}

.top-header .inner a {
    text-decoration: underline;
    color: #293241;
    font-size: 18px;
    line-height: 100%;
}


.site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99991;
    background: white !important;
    transition: 0.2s ease-in-out;
}

.hfeed.site {

}

.hfeed.site:has(.has-topheader) {

}

.hfeed.site:has(.has-topheader.top-header-desktop) {

}

.site-header.has-topheader {

}

.site-header.has-topheader.top-header-desktop {

}

.site-header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    max-width: 100%;
}

.site-header .topheader,
.site-header .navheader {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    width: 100%;
    padding: 24px;
}

.site-header .topheader {
    border-bottom: solid 1px #E7E3D8;
}

.site-header .topheader .inner,
.site-header .navheader .inner {
    max-width: 1472px;
}

.site-header .navheader {
    padding: 0;
    height: 0;
}

.site-header .inner .home-link {
    max-width: 241px;
    height: 21px;
    background-position: center left !important;
}

.site-header .inner .menu {
    overflow: hidden;
    width: 55px;
    height: 55px;
    margin: 0;
    position: relative;
    cursor: pointer;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.site-header .right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-header .right .cart,
.site-header .right .myaccount {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.site-header .right .cart {
    gap: 20px;
}

.site-header .right .myaccount {
    gap: 8px;
}

.site-header .right a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.site-header .right .cart a {
    color: #FF5A01;
}

.site-header .right .cart a:hover {
    color: #000;
}

.site-header .right .myaccount a {
    color: #000;
}

.site-header .right .myaccount a:hover {
    color: #FF5A01;
}

.site-header .right .cart .minicart {
    display: flex;
    position: relative;
    gap: 8px;
    align-items: center;
}

.site-header .right .cart .minicart .number {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    border-radius: 20px;
}

.site-header .right span.icon {
    display: flex;
    width: 52px;
    height: 52px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #FF5A01;
    position: relative;
}

.site-header .right span.icon.black {
    background: #000;
}

.site-header .right .separator {
    width: 1px;
    height: 40px;
    background: #E7E3D8;
}

.site-header .right-mobile .right {
    flex-direction: column;
}

.site-header .right-mobile .right .cart,
.site-header .right-mobile .right .myaccount {
    width: 100%;
}

.site-header .right-mobile a.buy,
.site-header .right-mobile span.separator {
    display: none;
}

.topsearch-desktop,
.right-desktop {
    display: none;
}


div#navbar .topsearch-mobile,
div#navbar .right-mobile {
    display: none;
}

div#navbar.open .topsearch-mobile,
div#navbar.open .right-mobile {
    display: block;
}

div#navbar.open .right-mobile {
    margin-top: 20px;
}

header.site-header div.menu .open-btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
}

header.site-header div.menu .inner {
    padding: 0;
}

.menu span {
    background: #fff;
}

header.site-header div.menu .open-btn span:nth-of-type(1) {
    top: 0;
}

header.site-header div.menu .open-btn span:nth-of-type(2) {
    top: 7px;
}

header.site-header div.menu .open-btn span:nth-of-type(3) {
    top: 15px;
}

header.site-header div.menu .open-btn span:nth-of-type(4) {
    color: #252422;
    bottom: 11px;
    background: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    position: relative;
    height: 0;
}

div#navbar.open {
    padding: 24px;
    max-height: unset;
    background-color: white;
    border-top: 0;
    margin: unset;
    height: auto;
}

div#navbar.open .nav-menu {
    max-height: calc(100vh - 240px) !important;
    overflow-y: scroll;
}

div#navbar .nav-menu>li {
    font-weight: bold;
    list-style-type: none;
}


div#navbar ul li {

}


div#navbar ul li a {
    color: #000;
    display: block;
    width: 100%;
    transition: 0.3s;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    padding: 10px 0;
    text-align: left;
}

div#navbar ul li.mydeals {
    display: none;
}

body.logged-in div#navbar ul li.mydeals {
    display: block;
}

div#navbar ul li a:hover {
    color: #61DA06 !important;
}

div#navbar ul li.green a {
    color: #61DA06;
}

div#navbar ul li.green a:hover {
    color: #000;
}

div#navbar ul li.orange a {
    color: #FF5A01;
}

.nav-menu li.menu-item-has-children {
    position: relative;
}

.nav-menu .sub-menu {
    display: none;
}

.nav-menu .sub-menu li {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom: 1px solid #DAE1EFB2;
}

.nav-menu .sub-menu li:first-of-type {
    border-bottom: 0;
}

.nav-menu .sub-menu li:not(:first-of-type) {
}

.nav-menu .sub-menu li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}



.site-header .btn.navbar-mobile {
    width: calc(100% - 48px);
    text-align: center;
    margin: 0 24px;
    margin-top: 32px;
    display: none;
}

.site-header .navbar.open .btn.navbar-mobile {
    display: block;
}

.site-header .navbar-desktop {
    display: none;
}

.topsearch {
    border-radius: 16px;
    background: #F2F2F2;
    padding: 16px;
    width: 360px;
}

.topsearch form {
    flex-direction: column;
}

.topsearch label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.topsearch input[type="search"] {
    padding: 0;
    font-family: "IBM Plex Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    background: transparent;
}

div#navbar.open .topsearch-mobile .topsearch {
    width: 100%;
    margin-bottom: 24px;
}




/* Keyframes for fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Keyframes for fade-out effect */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.navbar a {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.navbar.open a {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}


.site-header a.btn.desktop {
    display: none;
}


div#navbar ul li ul li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

div#navbar ul li.menu-item-has-children>a::after {
    content: '';
    background: url(https://www.pluswerkhandschoenen.nl/wp-content/themes/2024-05-theme/images/chevron-down-b.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center ! Important;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.2s;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

div#navbar ul li.menu-item-has-children.open>a::after {
    transform: rotateX(180deg);
}

.navbar-btns-desktop {
    display: none;
}

/**
 * Scrolled
 * ----------------------------------------------------------------------------
 */

.site-header.scrolled .inner .home-link {
    background-image: url() !important;
}

.site-header.scrolled {
    background: white;
}

.site-header.scrolled div#navbar.open {
    background-color: white;
}

.site-header.scrolled .menu span {
    background: black;
}

.site-header.scrolled div.menu .open-btn span:nth-of-type(4) {
    color: black;
}

.site-header.scrolled .menu .close-btn span:nth-of-type(3) {
    color: black;
    background: transparent;
}

.site-header.scrolled div#navbar ul li a {
    color: black;
}

.site-header.scrolled div#navbar .nav-menu>li {
    border-bottom: 1px solid #00000038;
}

.site-header.scrolled div#navbar ul li a::after {
    content: url();
}

.site-header.scrolled div#navbar ul li.menu-item-has-children>a::after {
    content: url() !important;
}

.site-header.scrolled .nav-menu .sub-menu li:first-of-type {
    border-top: 1px solid #00000038;
}



















/**
 * Footer
 * ----------------------------------------------------------------------------
 */

.above-footer{
    padding: 16px 0!important;
    background-color: black;
}

.above-footer .inner{
    color: white;
    font-weight: 600;
    max-width: 1172px;
}

.above-footer .inner .owl-item .flexbox-wrapper{
    align-items: center;
}

.above-footer .inner .owl-item .flexbox-wrapper>span{
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.above-footer .inner .owl-item .flexbox-wrapper>p{
    flex-grow: 1;
    flex-basis: 50%;
}

.footer {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
}

.footer .flexbox-wrapper:first-child{
    gap: 40px;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #E7E3D8;
}

.footer .flexbox-wrapper:first-child>span{
    width: 328px;
    height: 27.694px;
    background-size: contain;
    background-position: center left;
}

.footer .flexbox-wrapper:first-child>div>p{
    margin-bottom: 0!important;
    font-weight: 600;
    line-height: 100%;
    font-size: 18px;
}

.footer .flexbox-wrapper:first-child>div>span{
    width: 117.819px;
    height: 33.398px;
}

.footer .flexbox-wrapper:first-child>div:first-of-type{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.footer .flexbox-wrapper:first-child>div:first-of-type p {
    font-size: 16px;
    margin-bottom: 16px;
}




.footer .flexbox-wrapper:last-child{
    padding-top: 40px;
    flex-direction: column;
}

.footer .flexbox-wrapper:last-child .footer-accordion:nth-child(-n + 2){
    height: 24px;
    overflow: hidden;
    transition: height 0.3s ease;
    cursor: pointer;
    margin-bottom: 24px;
    position: relative;
}

.footer .flexbox-wrapper:last-child .footer-accordion:nth-child(-n + 2)::after{
    content: "";
    background-image: url(https://www.pluswerkhandschoenen.nl/wp-content/uploads/2025/01/chevron-down.svg);
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.footer .flexbox-wrapper:last-child .footer-accordion:nth-child(-n + 2).clicked::after{
    transform: rotateX(180deg);
}

.footer .flexbox-wrapper:last-child .footer-accordion:nth-child(4){
    margin-top: -16px;
}


.footer .flexbox-wrapper:last-child p:first-of-type {
    margin-bottom: 16px;
    color: #000000;
    font-weight: 600;
}

.footer .flexbox-wrapper:last-child p:first-of-type br{
    display: none;
}

.footer .flexbox-wrapper:last-child>div>* {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
    color: #000;
}

.footer .flexbox-wrapper:last-child div>*:last-child {
    margin-bottom: 0;
}

.footer .flexbox-wrapper:last-child a:hover,
.footer .flexbox-wrapper:last-child a[href^="mailto:"]:hover {
    text-decoration: underline;
}

.footer .flexbox-wrapper:last-child a[href^="mailto:"], .footer .flexbox-wrapper:last-child a[href^="tel:"]{
    font-weight: 600;
}

.footer .flexbox-wrapper:last-child>div:last-child{
    border-radius: 16px;
    background: #000;
    padding: 56px 32px 32px;
    margin-top: 56px;
    position: relative;
}

.footer .flexbox-wrapper:last-child>div:last-child::before{
    content: "";
    background-image: url(https://www.pluswerkhandschoenen.nl/wp-content/uploads/2025/01/footerblok-bg.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.footer .flexbox-wrapper:last-child>div:last-child::after, .nieuwsbrief .inner>.flexbox-wrapper::after{
    content: "";
    background-image: url(https://www.pluswerkhandschoenen.nl/wp-content/uploads/2025/01/footerblok-symbol.svg);
    width: 73px;
    height: 71px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
    margin: 0 auto;
}

.footer .flexbox-wrapper:last-child>div:last-child>*{
    color: white;
}

.footer .flexbox-wrapper:last-child>div:last-child p:first-child{
    font-size: 24px!important;
    font-weight: 700!important;
    line-height: 110%!important;
    margin-bottom: 8px!important;
}

.footer .flexbox-wrapper:last-child>div:last-child p strong{
    color: #61DA06;
}

.footer .flexbox-wrapper:last-child>div:last-child a.btn{
    margin-top: 24px;
}

.under-footer {
    padding-bottom: 40px;
    background-color: white;
}

.under-footer .flexbox-wrapper{
    padding-top: 32px;
    border-top: 1px solid #E7E3D8;
}

.under-footer .flexbox-wrapper * {
    font-size: 14px;
    line-height: 24px;
    color: black;
}

.under-footer .flexbox-wrapper {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.under-footer .flexbox-wrapper>div:first-of-type p {
    display: inline-block;
}

.under-footer .flexbox-wrapper>div:first-of-type>p:first-child{
    width: 100%;
    margin-bottom: 16px;
}

.under-footer .flexbox-wrapper>div:first-of-type>p:last-child{
    width: 100%;
    margin-top: 16px;
}

.under-footer .flexbox-wrapper>div:nth-of-type(2) * {
    display: inline-block;
}

.under-footer .flexbox-wrapper>div:nth-of-type(3){
    order: -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    row-gap: 24px;
    margin-bottom: 40px;
}

.under-footer .flexbox-wrapper>div:nth-of-type(3) span {
    height: 41px;
    width: 71px;
}


/**
 * Home
 * ----------------------------------------------------------------------------
 */

.homepage .contactblokken .contactblok{
    background-color: #F2F2F2;
}

.reviewlaag .tekst{
    display: flex;
    flex-wrap: wrap;
}

.reviewlaag .tekst h2{
    margin-bottom: 24px;
}

.reviewlaag a.btn.ghost{
    display: none;
}

.merken-carousel .owl-stage-outer{
    
}

.merken-carousel .owl-item a{
    width: 224px;
    height: 80px;
    background-size: 75%;
    background-color: white;
    border-radius: 16px;
    border: 1px solid #E9E8E3;
}

.merken-carousel .owl-item a:hover {
    border: 1px solid #c2c2c2;
}

.nieuwsbrief .inner>.flexbox-wrapper{
    color: white;
    background-color: #000000;
    padding: 56px 32px 32px;
    border-radius: 16px;
    position: relative;
}

.nieuwsbrief .inner>.flexbox-wrapper::before{
    content: "";
    background-image: url(https://www.pluswerkhandschoenen.nl/wp-content/uploads/2025/01/nieuwsbrief-bg.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: bottom;
    background-repeat: no-repeat;
}

.nieuwsbrief .flexbox-wrapper .content-rechts{
    margin-top: 0!important;
}

.nieuwsbrief .gform_wrapper.gravity-theme .gfield_label{
    color: white!important;
}

.nieuwsbrief .gform_wrapper.gravity-theme .gfield_required{
    color: white!important;
}

.nieuwsbrief h2{
    line-height: 110%;
    margin-bottom: 8px!important;
}

.nieuwsbrief h2 strong{
    color: #61DA06;
}

.nieuwsbrief .content-rechts .tekst{
    margin-bottom: 0!important;
}

.nieuwsbrief .content-rechts .tekst>p{
    color: #FFFFFFCC;
    font-size: 14px;
    line-height: 24px;
}

.blokken.info .flexbox-wrapper{
    margin-top: 40px;
    margin-bottom: -24px;
}

.blokken.info .flexbox-wrapper>div>span{
    width: 60px;
    height: 60px;
    background-size: cover;
}

.blokken.info .flexbox-wrapper>div{
    padding: 24px 32px 32px;
    background-color: #E9E8E3;
    border-radius: 16px;
    margin-bottom: 24px;
}

.blokken.info .flexbox-wrapper>div a.btn{
    height: fit-content;
    margin-top: 24px;
    background-color: #000000;
    border: solid 1px #000000;
}

.blokken.info .flexbox-wrapper>div a.btn:hover {
    background-color: #FF5A01;
    border: solid 1px #FF5A01;
}

.blokken.info .flexbox-wrapper>div p:has(strong){
    font-size: 24px;
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 8px;
}

.homepage .blogslaag {
    overflow: hidden;
}

.homepage .blogslaag h2{
    margin-bottom: 24px;
}

.homepage .blogslaag .blog-carousel {
    margin-top: 32px;
}

.homepage .blogslaag .blog{
    width: 278px;
    height: 100%;
}

.homepage .blogslaag .blog>span{
    width: 100%;
    height: 180px;
    border-radius: 16px 16px 0 0;
    background-size: cover;
}

.homepage .blogslaag .blog>div{
    padding: 32px;
    border: 1px solid #E9E8E3;
    border-radius: 0 0 16px 16px;
}

.homepage .blogslaag .blog .titel{
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 8px;
}

.homepage .blogslaag .blog a.btn {
    margin: 24px 0;
    margin-right: 16px;
    display: inline-block;
    background-color: transparent;
    border: solid 1px #000000;
    color: #000000;
}

.homepage .blogslaag .blog a.btn:hover,
.homepage .blogslaag .blog-carousel .owl-item:first-of-type .blog a.btn:hover {
    background-color: #FF5A01;
    border: solid 1px #FF5A01;
    color: #ffffff;
}
 
.homepage .blogslaag .blog-carousel .owl-item:first-of-type .blog a.btn {
    border: solid 1px #ffffff;
    color: #ffffff;
}

.homepage .blogslaag .excerpt{
    height: 48px;
    overflow: hidden;
}

.homepage .blogslaag .excerpt>*:not(p){
    display: none;
}

.homepage .blogslaag .blog>div>p:last-child{
    display: inline-block;
}

.homepage .blogslaag .blog.subtext::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.384);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.homepage .blogslaag .blog.subtext{
    position: relative;
}

.homepage .blogslaag .blog.subtext>span{
    height: 100%;
    border-radius: 16px;
}

.homepage .blogslaag .blog.subtext>div{
    position: absolute;
    bottom: 0;
    color: white;
    border: unset;
}

.homepage .blogslaag .blog.subtext .excerpt{
    display: none;
}

.homepage .blogslaag .inner>a.btn{
    margin: 32px auto 0;
    width: 100%;
}




/**
 * Homepage specific blocks
 * ----------------------------------------------------------------------------
 */


section.home-section {
    padding: 24px 0px;
    background: #E9E8E3;
}

section.home-section div.intro-blocks {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

section.home-section div.main-categories {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

section.home-section div.intro-blocks div.block {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    width: 100%;
    border-radius: 16px;
}


section.home-section div.intro-blocks div.block:nth-of-type(1) {
    color: #000;
}

section.home-section div.intro-blocks div.block:nth-of-type(1) h2.title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}

section.home-section div.intro-blocks div.block:nth-of-type(1) h2.title span {
    color: #61DA06;
}

section.home-section div.intro-blocks div.block:nth-of-type(2) h2.title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}

section.home-section div.intro-blocks div.block:nth-of-type(2) {
    background: #61DA06 url(https://www.pluswerkhandschoenen.nl/wp-content/uploads/2025/01/nieuwsbrief-bg.svg) no-repeat;
    background-position: center right;
    color: #fff;
    flex-direction: column;
    gap: 19px;
    justify-content: space-between;
}

section.home-section div.intro-blocks div.block:nth-of-type(2) div.content {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

section.home-section div.intro-blocks div.block:nth-of-type(2) div.content div.btns {
    margin-top: auto;
    display: none;
}

section.home-section div.intro-blocks div.block div.btns {
    display: flex;
    width: 100%;
}

section.home-section div.intro-blocks div.block div.btns a.btn {
    width: 100%;
}

section.home-section div.intro-blocks div.block:nth-of-type(2) div.discount {
    position: absolute;
    right: -10px;
    width: 90px;
    height: 95px;
    display: flex;
    border-radius: 95px;
    background: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 25px */
    align-items: center;
    justify-content: center;
    color: #FF5A01;
}

section.home-section div.intro-blocks div.block:nth-of-type(2) div.image {
    position: relative;
    display: flex;
    align-self: center;
}

section.home-section div.intro-blocks div.block:nth-of-type(2) div.image div.productimage {
    width: 240px;
    height: 240px;
    background-size: contain !important;
    background-position: center left !important;
}



/*main categories*/

section.home-section div.main-categories ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

section.home-section div.main-categories ul li {
    flex: 1;
}

section.home-section div.main-categories .inner {
    padding: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

section.home-section div.main-categories div.category {
    display: flex;
    padding: 24px 16px;
    gap: 16px;
    border-radius: 16px;
    background: #FFF;
    height: 100%;
    transition: .1s ease-in-out;
}

section.home-section div.main-categories div.category:hover {
    background: #f2f2f2;
}

section.home-section div.main-categories div.category span.icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 72px;
    background: #000;
}

/*main categories END*/



/**
 * Homepage specific blocks END
 * ----------------------------------------------------------------------------
 */








/**
 * Meest verkocht laag
 * ----------------------------------------------------------------------------
 */

section.meestverkocht div.layertop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

section.meestverkocht div.layertop .amountmore {
    display: none;
}

section.meestverkocht h2.title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

.owl-carousel.product-detail .owl-stage {
    padding-left: 0 !important;
}

section.meestverkocht div.layerbottom {
    margin: 32px 0px 0px 0px;
}

section.meestverkocht div.layerbottom a.btn {
    width: 100%;
}



/**
 * Meest verkocht laag END
 * ----------------------------------------------------------------------------
 */





/**
 * Content product slider
 * ----------------------------------------------------------------------------
 */


li.type-product {
    border: solid 1px orange;
    border-radius: 16px;
    border: 1px solid #E9E8E3;
    background: #FFF;
    padding: 32px 24px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #000;
}

li.type-product div.product-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    flex-grow: 1;
    flex: 1 0 auto;
}

li.type-product div.product-content div.top {
    flex-grow: 1;
}


li.type-product .product-image {
    height: 110px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
}

li.type-product h2.woocommerce-loop-product__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
}

li.type-product div.price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

li.type-product div.price-wrapper span.sale-price,
li.type-product div.price-wrapper span.original-price {
    display: flex;
}

li.type-product div.price-wrapper span.sale-price {
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

li.type-product div.price-wrapper span.sale-price div.price {
    display: flex;
    gap: 5px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    margin: 0;
}

li.type-product div.price-wrapper span.sale-price div.price span.title {
    color: #FF5A01;
}

li.type-product div.price-wrapper span.original-price {
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    flex-direction: column;
}

li.type-product div.price-wrapper div.discount {
    display: flex;
}

li.type-product div.price-wrapper span.discount-percentage {
    position: relative;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    background: #FF5A01;
    border-radius: 8px;
}

li.type-product div.price-wrapper span.discount-percentage::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-radius: 2px;
    background: #FF5A01;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
}



/*regular price*/

li.type-product div.price-wrapper.regular {
    margin-top: 8px;
}

li.type-product div.price-wrapper.regular span.price-display {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
}

li.type-product div.price-wrapper.regular span.price-incl-tax {
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

/*regular price*/





/**
 * Content product slider END
 * ----------------------------------------------------------------------------
 */







/**
 * Woocommerce base styles
 * ----------------------------------------------------------------------------
 */

body.woocommerce ul.products, .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin-bottom: 0;
    width: 100%;
    margin: 32px 0px;
}

body.woocommerce ul.products.columns-3, .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    height: 100%;
    float: unset;
    clear: unset;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0;
    position: relative;
    transition: 0.2s;
    overflow: hidden;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
    flex-grow: 1;
    min-width: 0;
}

li.product:hover div.overlay {
    visibility: visible;
    opacity: 1;
}

li.product div.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    justify-content: center;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    border-radius: 16px;
}

li.product div.overlay .btn:hover {
    background: #FF5A01;
    border: solid 1px #FF5A01;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0px 0px 8px 0px;
    margin: 0;
}

body.woocommerce div#main,
body.woocommerce-cart div#main,
body.woocommerce-checkout div#main,
body.woocommerce-account div#main {
    position: relative;
}


body.woocommerce div#main div#primary,
body.woocommerce-cart div#main div#primary,
body.woocommerce-checkout div#main div#primary,
body.woocommerce-account div#main div#primary {
    max-width: 1472px;
    margin: 0px auto;
    padding: 16px 24px;
    position: relative;
}

div.woocommerce-breadcrumbs {

}

header.woocommerce-products-header {
    margin: 32px 0px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.search-results-header {
    margin-bottom: 20px;
}

header.woocommerce-products-header h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

/*term description*/
body.tax-product_cat .term-description {
    padding: 64px 0px 0px 0px;
}


body.tax-product_cat .term-description h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0px;
}

body.tax-product_cat .term-description ul {
    margin: 1em 0;
    padding-left: 40px;
}

body.tax-product_cat .term-description a {
    color: #000000;
    text-decoration: underline;
}

body.tax-product_cat .term-description a:hover {
    text-decoration: none;
}
/*term description end*/

.woocommerce-count-order {
    overflow: hidden;
}

.woocommerce-count-order .woocommerce-ordering,
.woocommerce-count-order .woocommerce-result-count {
    margin: 0;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
}

.sidebar.woocommerce {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 0%;
    opacity: 0;
    visibility: hidden;
    transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s;
}

.sidebar.woocommerce.open {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    display: flex;
}

.sidebar.woocommerce .inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
    border-top: solid 1px #E7E3D8;
    background: #fff;
    margin: inherit;
    padding: 32px;
}

.sidebar.woocommerce .top {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #E7E3D8;
    align-items: center;
    padding: 20px 0px;
}

.sidebar.woocommerce .top h3 {
    font-size: 32px;
}

.sidebar.woocommerce .content {
    margin: 20px 0px;
}

.sidebar.woocommerce .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #E7E3D8;
    padding: 20px 0px;
}

.sidebar.woocommerce .close {
    display: flex;
    cursor: pointer;
}

.sidebar.woocommerce .close:hover {
    opacity: 0.7;
}

.sidebar.woocommerce .close img {
    width: 20px;
    height: 20px;
}

.sidebar.woocommerce a.reset {
    cursor: pointer;
}

.sidebar.woocommerce a.reset:hover {
    color: #FF5A01;
}

.woocommerce-active-filters {
    display: flex;
    overflow: hidden;
    gap: 5px;
    align-self: flex-start;
    width: 100%;
}

.woocommerce-active-filters span.active-filter-tag {
    display: flex;
    padding: 8px 12px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #E9E8E3;
}

.woocommerce-active-filters span.active-filter-tag img {
    width: 10px;
    height: 10px;
}

span.active-filter-tag.filter-type-product_cat {
    display: none;
}

.sfupdate a.btn.filter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn.wb.filter:hover img {
  filter: brightness(0) invert(1);
}

.filterinfo {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 24px;
}

.filterinfo .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.filterinfo .block.second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

.woocommerce .woocommerce-ordering select {
    background: transparent;
    border: 0;
    max-width: 170px;
    font-family: "IBM Plex Sans", serif;
    font-weight: 400;
    font-size: 16px;
}

.productresults {
    
}

.filterinfo .woocommerce-count {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}


.productresults .bottom {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.productresults .bottom .woocommerce-result-count {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}



/*Woocommerce custom product block*/

li.product.custom-category-block.type-product {
    padding: 32px 24px;
    background: #000 url(https://www.pluswerkhandschoenen.nl/wp-content/uploads/2025/01/nieuwsbrief-bg.svg) no-repeat;
    justify-content: flex-end;
    background-position: top right;
    grid-column: 1 / -1;
}

li.product.custom-category-block.type-product div.custom-block-inner {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

li.product.custom-category-block.type-product div.custom-block-inner h2 {
    font-style: normal;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}

li.product.custom-category-block.type-product div.custom-block-inner a.btn {
    border: solid 1px #fff;
    width: 100%;
}

li.product.custom-category-block.type-product div.custom-block-inner a.btn:hover {
    border: solid 1px #FF5A01;
}
/*Woocommerce custom product block END*/



/*Woocommerce custom actie slide item*/

li.product.custom-category-block.type-product.action-product {
    background: #61DA06 url(https://www.pluswerkhandschoenen.nl/wp-content/uploads/2025/01/nieuwsbrief-bg.svg) no-repeat;
    display: flex;
    justify-content: center;
    transition: 0.2s;
}

a.action-product-link {
    display: block;
    width: 100%;
    height: 100%;
}

li.product.custom-category-block.type-product.action-product:hover {
    background: #FF5A01 url(https://www.pluswerkhandschoenen.nl/wp-content/uploads/2025/01/nieuwsbrief-bg.svg) no-repeat;
    display: flex;
    justify-content: center;
    transition: 0.2s;
}

li.product.custom-category-block.type-product.action-product div.image {
    position: relative;
    display: flex;
    max-width: 232px;
    margin: 0 auto;
}

li.product.custom-category-block.type-product.action-product span.title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
}

li.product.custom-category-block.type-product.action-product div.image div.product-image {
    width: 240px;
    height: 240px;
    background-size: contain !important;
    background-position: center left !important;
}

li.product.custom-category-block.type-product.action-product div.image div.discount  {
    position: absolute;
    right: -10px;
    width: 90px;
    height: 95px;
    display: flex;
    border-radius: 95px;
    background: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    color: #FF5A01;
}

li.product.custom-category-block.type-product.action-product div.action-product-inner {
    display: flex;
    flex-direction: column;
}


/*Woocommerce custom actie slide item END*/



li.product.custom-section-after-products.type-product {
    padding: 0 !important;
    overflow: hidden;
}

li.product.custom-section-after-products.type-product div.inner {
    padding: 0;
}

li.product.custom-section-after-products.type-product section.above-footer {
    padding: 16px !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    border-right: 0;
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0;
}

nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: #FF5A01;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    padding: 8px;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    border: 1.5px solid #c2c2c2;
    background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
    border: 1.5px solid #FF5A01;
}

form#search-filter-form-882 ul li {
    margin: 0;
    display: flex;
    gap: 32px;
    align-items: center;
}

form#search-filter-form-882 li.sf-field-search {
    display: none;
}

form#search-filter-form-882 ul li a.sf-field-reset-button {
    color: #000;
}

form#search-filter-form-882 ul li a.sf-field-reset-button:hover {
    color: #FF5A01;
}

form#search-filter-form-882 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
    grid-gap: 64px;
    grid-row-gap: 16px;
    width: 100%;
}

form#search-filter-form-882 label {
    width: 100%;
    display: flex;
    position: relative;
}

form#search-filter-form-882 ul li select {
    margin: 0;
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    color: #767676;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 16px;
    background: #F2F2F2;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

form#search-filter-form-882 li.sf-field-submit,
form#search-filter-form-882 li.sf-field-reset {
    display: none;
}


/* Custom styling for SF taxonomy select dropdowns */
.sf-field-taxonomy-pa_merk select,
.sf-field-taxonomy-pa_voering select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 30px 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    width: 100%;
    position: relative;
}

/* Add the custom arrow container */
.sf-field-taxonomy-pa_merk,
.sf-field-taxonomy-pa_voering {
    position: relative;
}

/* Custom arrow styling */
.sf-field-taxonomy-pa_merk label::after,
.sf-field-taxonomy-pa_voering label::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    pointer-events: none;
    /* Single down arrow */
    background-image: url("https://www.pluswerkhandschoenen.nl/assets/svg/arr-down-g.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease;
}

/* Style the select on focus (but don't animate yet) */
.sf-field-taxonomy-pa_merk select:focus,
.sf-field-taxonomy-pa_voering select:focus {
    outline: none;
    border-color: #666;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* Animation only when select has select-open class */
.sf-field-taxonomy-pa_merk.select-open label::after,
.sf-field-taxonomy-pa_voering.select-open label::after {
    transform: translateY(-50%) rotate(180deg);
}


/*Best verkocht top 3*/

div.topproducts {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 72px;
}

div.topproducts h3.title {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
}

div.topproducts h3.title span {
    font-weight: 700;
}

div.topproducts ul.products-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
    list-style-type: none;
}

div.topproducts ul.products-list li {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    border-radius: 16px;
    border: 1px solid #E9E8E3;
    background: #FFF;
    height: 100%;
    width: 100%;
}

div.topproducts ul.products-list li.product .product-image {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
}

div.topproducts ul.products-list li.product .product-content {
    text-align: center;
    width: 100%;
    flex-grow: 1;
}

div.topproducts ul.products-list li.product .product-content h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: #000;
}

body.single-product div.topproducts {
    gap: 32px;
    margin-bottom: 48px;
}


/*Best verkocht top 3 END*/





/*Woocommerce single product page*/

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: inherit;
    width: inherit;
    clear: none;
    margin: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: inherit;
    width: inherit;
}

div.pdp {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

div.pdp .block {
    max-width: 100%;
    width: 100%;
    display: flex;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
}

div.pdp .summary.entry-summary {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

div.pdp li.type-product {
    border: 0;
    border-radius: 0;
    padding: 0;
}

div.pdp li.type-product div.price-wrapper.regular {
    margin: 0;
}

div.pdp li.type-product div.price-wrapper.regular span.price-display {
    color: #61DA06;
}

div.pdp li.type-product div.price-wrapper.clientprice span.price-display,
li.type-product div.price-wrapper.clientprice span.price-display,
li.type-product .customer-price-label {
    color: #FF5A01;
}


div.pdp div.advantages {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    background: #F2F2F2;
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

div.pdp div.advantages ul {
    padding: 0px 0px 0px 16px;
}


div.pdp div.usage {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

div.pdp div.usage div.text {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
}

div.pdp div.usage a.btn {
    max-width: 100%;
    width: 100%;
}

div.pdp div.payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    color: #989898;
    gap: 24px;
    flex-direction: column;
}

div.pdp div.payment ul.paymentlogos {
    display: flex;
    list-style-type: none;
    justify-content: space-evenly;
    flex: 1;
    gap: 16px;
    flex-wrap: wrap;
}

div.pdp .product_meta {
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

div.pdp .product_meta a {
    color: #989898;
    text-decoration: underline;
}

div.pdp .product_meta a:hover {
    color: #FF5A01;
}

div.pdp div.payment ul.paymentlogos li {
    display: flex;
    align-items: center;
}

div.pdp div.payment ul.paymentlogos img {
    max-height: 20px;
}

div.pdp span.pricing-unit,
div.pdp .user-quantity-price-notice {
    color: #989898;
}

div.pdp span.pricing-unit span.value {
    font-weight: bold;
}

body.single-product div.uspslider {
    border-radius: 16px;
    overflow: hidden;
    margin: 16px 0px;
}

.woocommerce div.product form.cart {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    display: none;
}

.woocommerce div.product-type-simple form.cart {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
}

.woocommerce div.product-type-simple form.cart div.quantity {
    height: 56px !important;
}

.woocommerce div.product form.cart .label {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
    margin-bottom: 16px;
}

.woocommerce div.product form.cart .variation-quantity {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 128px;
    margin-bottom: 24px;
    flex-direction: column;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    height: 100%;
    display: flex;
}


.woocommerce div.product form.cart .variations select {
    margin: 0;
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    color: #767676;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 16px;
    background: #F2F2F2;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    height: 100%;
}

.woocommerce div.product form.cart .variation-quantity div.value {
    position: relative;
    width: 100%;
}

.woocommerce div.product form.cart .variation-quantity div.value::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 10px;
    pointer-events: none;
    background-image: url(https://www.pluswerkhandschoenen.nl/assets/svg/arr-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease;
}

.woocommerce .quantity .qty {
    border-radius: 16px;
    border: 1px solid #E9E8E3;
    height: auto;
    width: auto;
    padding: 0;
    color: #767676;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    flex-grow: 1;
    max-width: 100%;
}

.woocommerce div.product form.cart div.quantity {
    gap: 8px;
    margin: 0;
    height: 100%;
    width: 100%;
}

/* Basic styling for the quantity buttons */
.qty-button {
    width: 55px;
    height: 100%;
    background-color: #F2F2F2;
    border: 1px solid #ddd;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    outline: none;
    padding: 0;
    vertical-align: middle;
    border-radius: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #767676;
    flex-shrink: 0;
}

.qty-button:hover {
    background-color: #e8e8e8;
}

.qty-button.minus {

}

.qty-button.plus {
    
}

/* Make the quantity input look better with the buttons */
.quantity .qty {
    text-align: center;
    height: 36px;
    margin: 0;
    padding: 0 5px;
}

/* Fix for quantity wrapper */
.quantity {
    display: flex !important;
}

/* Remove default arrows/spinners from number input */
.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0; 
}

/* For Firefox */
.quantity input[type=number] {
    -moz-appearance: textfield;
}
/* Basic styling for the quantity buttons END*/






/*Woocommerce button styles*/

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #61DA06;
    border: solid 1px #61DA06;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #FF5A01;
    border: solid 1px #FF5A01;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    padding: 16px 24px;
    border-radius: 3px;
    color: #fff;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 16px;
    background-color: #000;
    border: solid 1px #000;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #fff;
    color: #000
}


.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 100%;
    transition: .1s ease-in-out;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}




/*Woocommerce tabs*/

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-radius: 16px;
    padding: 16px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #F2F2F2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    color: #000;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 32px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    display: flex;
    padding: 16px 32px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: #fff;
    border-radius: 16px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    max-height: inherit;
}

.woocommerce div.product .woocommerce-tabs ul,
.woocommerce div.product .woocommerce-tabs ol {
    margin: 1em 0;
    padding-left: 40px;
}

.woocommerce div.product .woocommerce-tabs a {
    color: #000000;
    text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs a:hover {
    text-decoration: none;
}

.woocommerce div.product .product_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 32px */
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
    max-height: inherit;
    border-radius: 16px;
    padding: 32px;
    background: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 32px;
}

.woocommerce div.product .woocommerce-tabs .panel h1,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h3 {
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 32px */
    margin: 24px 0px;
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
}

.woocommerce table.shop_attributes th {
    border-bottom: 0;
    text-align: left;
}

.woocommerce table.shop_attributes td {
    border-bottom: 0;
    font-style: normal;
}

.woocommerce table.shop_attributes td p {
    padding: 8px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #F2F2F2;
}

/*Woocommerce tabs END*/




/*Woocommerce single product page END*/








/*iconic wp thumb main image*/
.iconic-woothumbs-all-images-wrap {
    width: 100% !important;
    margin: 0 !important;
}

.iconic-woothumbs-images-wrap {
    max-height: 665px; 
    overflow: hidden; 
    position: relative; 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 100% !important;
}

.iconic-woothumbs-images__image {
    height: 100%;
    max-height: 665px; 
    width: auto;
    object-fit: contain; 
    padding: 25px;
}
/*iconic wp thumb main image*/


/*iconic wp thumb thumbnails*/
/* Each slide wrapper */
.iconic-woothumbs-thumbnails__slide {
    width: 130px;
    height: 100px;
}

/* Image wrapper to keep images centered and aligned within fixed dimensions */
.iconic-woothumbs-thumbnails__image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: solid 1px #000;
}

.iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image-wrapper {
    border: solid 1px #FF5A01;
}

.iconic-woothumbs-all-images-wrap--thumbnails-left .iconic-woothumbs-thumbnails-wrap--sliding {
    padding-right: 0px !important;
}

/* Image styling */
.iconic-woothumbs-thumbnails__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 5px;
}

.iconic-woothumbs-thumbnails__image-wrapper:after {
    border: none !important;
}

.iconic-woothumbs-thumbnails__image-wrapper:before {
    border: none !important;
}

.custom-fullscreen-button:hover {
    background: #e8e8e8;
}
/*iconic wp thumb thumbnails*/





/*Woocommerce cart*/
.woocommerce-notices-wrapper {
    
}

.woocommerce-notices-wrapper a,
a.woocommerce-remove-coupon {
    color: #000;
}

body.woocommerce-cart header.woocommerce-products-header,
body.woocommerce-checkout header.woocommerce-products-header {
    margin: 32px 0px;
}

.woocommerce-cart-cols {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.woocommerce-cart-cols div.cart-collaterals {
    background: #fff;
    padding: 48px 32px;
    border-radius: 16px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.woocommerce-cart-cols form.woocommerce-cart-form {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.woocommerce-cart-cols table.shop_table {
    border: 0;
}

.woocommerce-cart-cols table.shop_table tbody {
    background: #fff;
}

.cart-collaterals-container {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 16px;
}

.woocommerce-cart-cols div.actions {
    display: flex;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch; 
    border-radius: 16px;
    background: #fff;
}

.woocommerce-cart-cols div.cart-collaterals div.returningcustomers {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 0.5px;
}

.woocommerce-cart-cols div.cart-collaterals div.returningcustomers a {
    text-decoration: underline;
    color: #000000;
}

.woocommerce-cart-cols div.cart-collaterals div.returningcustomers a:hover {
    color: #FF5A01;
}



.woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
    display: none;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0;
    width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    margin: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
    padding: 16px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}


section#shipping-calculator-form p.form-row {
    margin: 0px 0px 10px 0px;
}
/*Woocommerce cart END*/




/*Woocommerce notices*/

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout a {
    color: #000;
}

/*Woocommerce notices*/



/* Cart Styles */
.cart-container {
    max-width: 100%;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.cart-container .cart-header {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    padding: 0px 48px;
    font-weight: bold;
    width: 100%;
}

.cart-container .cart-items {
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    width: 100%;
}

.cart-container small.tax_label {
    display: none;
}

.cart-container .cart-item {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    padding: 0;
    align-items: center;
    background-color: #fff;
    margin: 10px 0;
}

.cart-container .cart-item .mobiletitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 175% */
    letter-spacing: 0.5px;
    color: #000;
}

.cart-container .product-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-container .product-info .product-image {
    flex-shrink: 0;
}

.cart-container .product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.cart-container .product-image img {
  width: 80px;
  height: auto;
  border: 1px solid #eee;
  padding: 5px;
  background: white;
}
.cart-container .product-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}

.cart-container .product-attributes {
    text-transform: capitalize;
}

dl.variation {
    display: none;
}


.cart-container .product-title a {
  color: #000;
}
.cart-container .product-meta {
  font-size: 14px;
  margin: 0 0 8px 0;
  color: #666;
}
.cart-container .remove-item {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-decoration: underline;
}
.cart-container .remove-item:hover {
  text-decoration: underline;
  color: #333;
}
/* Quantity Selector */
.cart-container .quantity-selector {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.cart-container .cart-quantity-input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 80px;
  text-align: center;
}
/* Remove spinner buttons for a cleaner look */
.cart-container .cart-quantity-input::-webkit-inner-spin-button, 
.cart-container .cart-quantity-input::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/* For Firefox */
.cart-container .cart-quantity-input {
  -moz-appearance: textfield;
}
.cart-container .cart-quantity-input:hover,
.cart-container .cart-quantity-input:focus {
  border-color: #bbb;
  outline: none;
}
.cart-container .item-total {
  color: #61DA06;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
/* Actions Section */
.cart-container .actions {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: white;
  margin: 8px 0;
  border-radius: 8px;
}
.cart-container .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-container .coupon label {
  display: none;
}
.cart-container .coupon input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.cart-container button.button {
  padding: 10px 20px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.cart-container button.button:hover {
  background-color: #e1e1e1;
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .cart-container .cart-header {
    display: none;
  }
  
  .cart-container .cart-item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .cart-container .product-info {
    flex-direction: row;
    align-items: flex-start;
    text-align: center;
    gap: 24px;
  }
    
    .cart-container .product-info.second {
        justify-content: space-between;
      }
  
  .cart-container .product-image {
    /* margin: 0 auto; */
  }
  
  .cart-container .quantity-selector,
  .cart-container .item-total {
    text-align: center;
    padding-right: 0;
  }
  
  .cart-container .actions {
    flex-direction: column;
    gap: 15px;
  }
  
  .cart-container .coupon {
    flex-direction: column;
    width: 100%;
  }
  
  .cart-container .coupon input,
  .cart-container .coupon button {
    width: 100%;
  }
}




/* Coupon styles */
/* Accordion Styles */
.woocommerce-cart-cols div.actions .coupon-accordion,
form.checkout.woocommerce-checkout div.actions .coupon-accordion {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
}
.woocommerce-cart-cols div.actions .accordion-header,
form.checkout.woocommerce-checkout div.actions .accordion-header {
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.woocommerce-cart-cols div.actions .accordion-title,
form.checkout.woocommerce-checkout div.actions .accordion-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.woocommerce-cart-cols div.actions .accordion-icon,
form.checkout.woocommerce-checkout div.actions .accordion-icon {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #666;
}
.woocommerce-cart-cols div.actions .accordion-header.active .accordion-icon,
form.checkout.woocommerce-checkout div.actions .accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}
.woocommerce-cart-cols div.actions .accordion-content,
form.checkout.woocommerce-checkout div.actions .accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.woocommerce-cart-cols div.actions .accordion-content.active,
form.checkout.woocommerce-checkout div.actions .accordion-content.active {
    padding: 20px 0px;
    max-height: 200px;
    border-top: 0;
}
/* Adjust coupon styling */
.woocommerce-cart-cols div.actions .coupon,
form.checkout.woocommerce-checkout div.actions .coupon {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: column;
}
.woocommerce-cart-cols div.actions .coupon input,
form.checkout.woocommerce-checkout div.actions .coupon input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.woocommerce-cart-cols div.actions .coupon button,
form.checkout.woocommerce-checkout div.actions .coupon button {
    white-space: nowrap;
}
@media (max-width: 768px) {
    .woocommerce-cart-cols div.actions .coupon,
    form.checkout.woocommerce-checkout div.actions .coupon {
        flex-direction: column;
    }
    
    .woocommerce-cart-cols div.actions .coupon input,
    .woocommerce-cart-cols div.actions .coupon button,
    form.checkout.woocommerce-checkout div.actions .coupon input,
    form.checkout.woocommerce-checkout div.actions .coupon button {
        width: 100%;
    }
}





/*Woocommerce checkout*/
form.checkout.woocommerce-checkout .col2-set {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    width: initial;
    flex-wrap: wrap;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: auto;
}

form.checkout.woocommerce-checkout .col2-set .col-1 {
    max-width: 100%;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

form.checkout.woocommerce-checkout .col2-set .col-2 {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 16px;
}

form.checkout.woocommerce-checkout .col2-set .col-2 div.order-review,
form.checkout.woocommerce-checkout .col2-set .col-1 .shipping-billing,
form.checkout.woocommerce-checkout .col2-set .col-1 .payment-methods {
    background: #fff;
    padding: 48px 32px;
    border-radius: 16px;
}

form.checkout.woocommerce-checkout .col2-set .col-2 div.actions {
    display: flex;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    background: #fff;
}

form.checkout.woocommerce-checkout .col2-set .col-1 .payment-methods .inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
}

form.checkout.woocommerce-checkout input {
    width: initial;
}

form.checkout.woocommerce-checkout .col2-set .col-1 .shipping-billing,
form.checkout.woocommerce-checkout .col2-set .col-1 .payment-methods {
    width: 100%;
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
    display: none;
}

.woocommerce table.shop_table {
    border: 0;
    margin: 0;
    border-radius: 0;
}

form.checkout.woocommerce-checkout h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: 0.5px;
}

.woocommerce form .form-row .input-text,.woocommerce form .form-row select {
    padding: 16px 24px;
    border: solid 1px #E9E8E3;
    border-radius: 16px;
    color: #767676;
}


add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
    margin: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: 0;
    border-radius: 0;
}

div#payment a {
    color: #000;
    text-decoration: underline;
}

div#payment a:hover {
    color: #FF5A01;
}

form.checkout.woocommerce-checkout .select2-container .select2-selection--single,
.woocommerce-account .select2-container .select2-selection--single,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container .select2-selection--single {
    height: auto;
    padding: 16px 24px;
    border: solid 1px #E9E8E3;
    border-radius: 16px;
    color: #767676;
}

form.checkout.woocommerce-checkout span.select2-container--open .select2-selection--single,
.woocommerce-cart .cart-collaterals .shipping-calculator-form span.select2-container--open .select2-selection--single {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.select2-search--dropdown,
.select2-search--dropdown input {
    font-family: "IBM Plex Sans", serif;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: initial;
    padding: 0;
}

.select2-container .select2-dropdown, 
.select2-container .select2-selection {
    background-color: #fff;
    border: solid 1px #E9E8E3;
    border-radius: 16px;
}

form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: initial;
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px;
    bottom: 0;
    margin: auto;
}

.woocommerce-billing-fields {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-shipping-fields::after, .woocommerce .woocommerce-shipping-fields::before, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-billing-fields::before, .woocommerce-page .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-shipping-fields::before {
    display: none;
}

h3#ship-to-different-address {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 24px 0px;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0;
}


.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  grid-column: span 2; /* Default full width */
}

.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row-last {
  grid-column: span 1; /* 50% width */
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: auto;
    overflow: visible;
}

.woocommerce-additional-fields {
    margin-top: 24px;
}


form.checkout.woocommerce-checkout label.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

form.checkout.woocommerce-checkout input[type='checkbox'],
form.checkout.woocommerce-checkout input[type='radio'],
.woocommerce-cart-cols div.cart-collaterals input[type='radio'] {
    appearance: none;
    border-radius: 3px;
    border: solid 1px #BBB;
    background: transparent;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
}

form.checkout.woocommerce-checkout input[type='checkbox']:checked,
form.checkout.woocommerce-checkout input[type='radio']:checked,
.woocommerce-cart-cols div.cart-collaterals input[type='radio']:checked {
    background: #FF5A01;
}

.woocommerce ul#shipping_method li input {
    vertical-align: top;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0;
}

form.checkout.woocommerce-checkout ul.wc_payment_methods {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

form.checkout.woocommerce-checkout ul.wc_payment_methods li {
    display: flex;
    align-items: center;
    gap: 24px;
}

form.checkout.woocommerce-checkout ul.wc_payment_methods li div.payment_box {
    display: none !important;
}

form.checkout.woocommerce-checkout ul.wc_payment_methods li label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    flex-direction: row-reverse;
    gap: 24px;
}

form.checkout.woocommerce-checkout ul.wc_payment_methods li label img {
    width: 54px;
    max-height: inherit !important;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    display: none;
}

#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
    display: none;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    margin: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    transition: .1s ease-in-out;
    width: 100%;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-top: solid 1px #E9E8E3;
    margin-top: 40px;
    padding-top: 40px;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
    display: none;
}

.form-row.place-order p {
    margin: 0;
}

a.shipping-calculator-button {
    color: #000;
}

a.shipping-calculator-button:hover {
    color: #FF5A01;
}



form.woocommerce-checkout .cart-container {
    width: initial;
    padding: 0;
    margin: 32px 0px;
}

form.woocommerce-checkout .cart-container .cart-items {
    padding: 0;
}

form.woocommerce-checkout .cart-container .cart-item {
    grid-template-columns: 1fr;
}

form.woocommerce-checkout .cart-container .product-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    text-transform: uppercase;
    text-align: left;
}

form.woocommerce-checkout .cart-container .product-image img {
    width: 60px;
}

form.woocommerce-checkout table.shop_table tbody th,
form.woocommerce-checkout table.shop_table tfoot td,
form.woocommerce-checkout table.shop_table tfoot th {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
}

form.woocommerce-checkout .cart-container .product-attributes {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
}

form.woocommerce-checkout .cart-container .product-details {
    gap: 0;
}


/*Woocommerce checkout END*/









/*Woocommerce my account START*/
body.woocommerce-account div.woocommerce {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    padding: 30px 0px;
}

body.woocommerce-account.logged-in div.woocommerce {
    gap: 48px;
}

body.woocommerce-account .breadcrumbs {
    display: none;
}

nav.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    max-width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    padding: 40px;
}


.woocommerce-MyAccount-content fieldset {
    border: 0;
    width: 100%;
    border: solid 1px rgba(0, 7, 51, 0.20);
    margin: 20px 0px;
}

.woocommerce-MyAccount-content legend {
    font-weight: 700;
}

.woocommerce-MyAccount-content input[type=text],
.woocommerce-MyAccount-content input[type=tel],
.woocommerce-MyAccount-content input[type=email],
.woocommerce-MyAccount-content input[type=password],
.woocommerce-MyAccount-content textarea {
    height: 48px;
    border: 1px solid rgba(0, 7, 51, 0.20);
    font-size: 16px !important;
    line-height: 150% !important;
    font-family: "Poppins", sans-serif;
    border-radius: 40px;
    padding-left: 16px;
    color: #000733;
}


.woocommerce-MyAccount-content h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
}

.woocommerce-MyAccount-content a {
    color: #000733;
    text-decoration: underline;
}

.woocommerce-MyAccount-content a.woocommerce-LoopProduct-link {
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: none;
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 8px 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    color: #000000;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover {
    text-decoration: underline;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked + label {
    font-weight: 700;
}

.woocommerce-account form {
    flex-direction: column;
}

.woocommerce-account form .form-row-first,
.woocommerce-account form .form-row-last {
    width: 47%;
}

form.woocommerce-EditAccountForm.edit-account .form-row-first,
form.woocommerce-EditAccountForm.edit-account .form-row-last {
    width: 100%;
}

.woocommerce-address-fields p.form-row,
.woocommerce-account p.woocommerce-form-row {
    padding: 10px 0px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    padding: 10px 0px;
}

/*Woocommerce my account END*/


/*Woocommerce login page*/

div#customer_login {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

body.woocommerce-account .woocommerce .col2-set .col-1,
body.woocommerce-account .woocommerce-page .col2-set .col-1,
body.woocommerce-account .woocommerce .col2-set .col-2,
body.woocommerce-account .woocommerce-page .col2-set .col-2 {
    flex-basis: 100%;
    border-radius: 16px;
    background: #fff;
    padding: 32px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}

.woocommerce form.login a,
.woocommerce form.register a {
    color: #000;
    text-decoration: underline;
}

.woocommerce form.login a:hover,
.woocommerce form.register a:hover {
    text-decoration: none;
}

.woocommerce form.login input,
.woocommerce form.register input {
    width: inherit;
}

p.woocommerce-LostPassword.lost_password {
    margin: 20px 0px;
}
/*Woocommerce login page END*/






/*Woocommerce order received*/

body.woocommerce-order-received .woocommerce-order {
    padding: 30px;
    border-radius: 16px;
    background: #fff;
}

body.woocommerce-order-received .woocommerce-order a {
    color: #000000;
    text-decoration: underline;
}

body.woocommerce-order-received .woocommerce-order a:hover {
    text-decoration: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin: 15px 0px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-customer-details address {
    border-radius: 0;
    padding: 10px;
}

/*Woocommerce order received END*/






/**
 * Woocommerce base styles END
 * ----------------------------------------------------------------------------
 */













/**
 * Subs
 * ----------------------------------------------------------------------------
 */

.content-builder.blogs-archive .blog-uitgelicht{
    padding-top: 31px;
}

.content-builder.blogs-archive .blog-uitgelicht .inner>div{
    border-radius: 16px;
    padding: 24px;
    background-color: white;
} 

.content-builder.blogs-archive .blog-uitgelicht h1{
    margin-bottom: 24px;
}

.content-builder.blogs-archive .blog-uitgelicht .blog{
    width: 100%;
    margin-top: 40px;
}

.content-builder.blogs-archive .blog-uitgelicht .blog>span, .content-builder.blogs-archive .blog-archive .blog>span{
    border-radius: 16px;
    width: 100%;
    background-size: cover;
    height: 280px;
    margin-bottom: 24px;
}

.content-builder.blogs-archive .blog-uitgelicht .blog .excerpt, .content-builder.blogs-archive .blog-archive .blog .excerpt{
    height: 48px;
    overflow: hidden;
}

.content-builder.blogs-archive .blog-uitgelicht .blog .excerpt>*:not(p), .content-builder.blogs-archive .blog-archive .blog .excerpt>*:not(p){
    display: none;
}

.categorie{
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px;
}

.content-builder.blogs-archive .blog-uitgelicht .blog .titel, .content-builder.blogs-archive .blog-archive .blog .titel{
    font-size: 24px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 8px;
    transition: 0.2s;
}

.content-builder.blogs-archive .blog-uitgelicht .blog .flexbox-wrapper, .content-builder.blogs-archive .blog-archive .blog .flexbox-wrapper{
    margin: 24px 0 40px;
}

.content-builder.blogs-archive .blog-archive .blog .flexbox-wrapper{
    margin-bottom: 0;
}

.content-builder.blogs-archive .blog-archive .blog{
    margin-bottom: 40px;
    flex-basis: 100%;
    color: #000000;
}

.content-builder.blogs-archive .blog-archive .blog:hover .titel {
    color: #61DA06;
    transition: 0.2s;
}

.content-builder.blogs-archive .blog-archive .resultaten .search-filter-results>.flexbox-wrapper{
    margin-bottom: -40px;
}

.content-builder.blogs-archive .blog-uitgelicht .blog .flexbox-wrapper>span, .content-builder.blogs-archive .blog-archive .blog .flexbox-wrapper>span{
    width: 48px;
    height: 48px;
    margin-right: 16px;
    background-size: cover;
    border-radius: 100%;
}

.content-builder.blogs-archive .blog-uitgelicht .blog .flexbox-wrapper>div, .content-builder.blogs-archive .blog-archive .blog .flexbox-wrapper>div{
    flex-grow: 1;
    flex-basis: 50%;
    align-items: center;
}

.content-builder.blogs-archive .blog-archive{
    background-color: white;
}

.content-builder.blogs-archive .contactblokken{
    padding-top: 0;
    background-color: white;
}

.content-builder.blogs-archive .contactblokken .contactblok{
    background-color: #F2F2F2;
}







/**
* Owl carousel default styles
* ----------------------------------------------------------------------------
*/


.owl-carousel .owl-nav {
    margin-top: 100px;
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
    pointer-events: none;
}


.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    border: solid 1px #1E1E1E;
    background: transparent;
}

.owl-nav button img {
    width: 17px;
    height: 17px;
}

.owl-nav button.owl-next {
    margin-right: -22px;
}

.owl-nav button.owl-prev {
    margin-left: -22px;
}

.owl-nav button.disabled {
    
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    border: solid 1px #FF5A01 !important;
}

.owl-nav button img.icon {
    width: 16px;
}


div.owl-dots {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: nowrap;
    height: 5px;
    background: #E9ECF2;
}

.owl-dots > * {
    background: #1E1E1E;
    flex-grow: 2;
}

div.owl-dots button.active {
    height: 2px;
    background-color: #1E1E1E;
}

div.owl-dots button {
    height: 2px;
    background-color: #EAEAEA;
    transition: .1s ease-in-out;
    padding: 0;
    border: 0;
}

.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after {
    display: none;
}

.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.owl-carousel div.content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.owl-carousel div.content div.title {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}



/**
* Owl carousel default styles END
* ----------------------------------------------------------------------------
*/







/**
 * Owlcarousel custom-owlnavigation
 * ----------------------------------------------------------------------------
 */


div.custom-owlnavigation.product-detail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 32px 0px 0px 0px;
    align-items: center;
    gap: 35px;
}

div.custom-owlnavigation.product-detail .owl-dots {
    margin: 0;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

div.custom-owlnavigation.product-detail .owl-nav {
    display: flex;
    gap: 8px;
}

div.custom-owlnavigation.product-detail .owl-nav button.owl-prev,
div.custom-owlnavigation.product-detail .owl-nav button.owl-next {
    margin: 0;
    border: 1.5px solid #c2c2c2;
}

div.custom-owlnavigation.product-detail .owl-nav button.owl-prev:hover,
div.custom-owlnavigation.product-detail .owl-nav button.owl-next:hover {
    border: solid 1px #FF5A01;
}


div.custom-owlnavigation.product-detail div.owl-dots button {
    background-color: #C8C8C8;
    height: 5px;
}

div.custom-owlnavigation.product-detail div.owl-dots button.active {
    height: 5px;
    background: #000;
    border-radius: 5px;
}

/**
 * Owlcarousel custom-owlnavigation END
 * ----------------------------------------------------------------------------
 */





/**
* Owl carousel product-detail
* ----------------------------------------------------------------------------
*/

.owl-carousel.product-detail li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.owl-carousel.product-detail div.item {
    display: flex;
    height: 100%;
}

.owl-carousel.product-detail div.product-image {
    position: relative;
    text-align: center;
}

.owl-carousel.product-detail li.product div.top {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 0px 0px 8px 0px;
}

.owl-carousel.product-detail li.product div.bottom {
    margin-top: auto;
}

.owl-carousel.product-detail li.product div.bottom a.add_to_cart_button {
    display: none;
}



/**
* Owl carousel product-detail
* ----------------------------------------------------------------------------
*/












/**
 * Blogs - filters
 * ----------------------------------------------------------------------------
 */

.searchandfilter>ul{
    margin-left: 0;
}

.searchandfilter>ul>li {
    padding: 0;
    margin-bottom: 22px;
}

.searchandfilter ul li ul::-webkit-scrollbar {
    display: none;
}

.sub.projecten .filters>form {
    justify-content: center;
}

.searchandfilter ul li ul li {
    height: fit-content;
    position: relative;
    cursor: pointer;
    flex-basis: fit-content;
    transition: 0.2s;
    margin-right: 8px;
    padding: 0;
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
}

.searchandfilter ul li ul li:hover label {
    color: black;
    background-color: transparent;
    border-color: black;
    border: 1px solid black;
}

.searchandfilter ul li ul li input {
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.searchandfilter ul li ul li label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #252422;
    text-decoration: none;
    padding: 8px 12px !important;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: 0.2s;
}

.searchandfilter ul li ul li.sf-option-active label {
    color: black;
    background-color: transparent;
    border-color: black;
    border: 1px solid black;
}


/**
 * Blogs - pagination
 * ----------------------------------------------------------------------------
 */
.pagination {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    margin-top: 30px;
}

.pagination .wp-pagenavi {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
}

.pagination .wp-pagenavi::before {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    left: 0;
    position: absolute;
    top: 14px;
}

.pagination .wp-pagenavi::after {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    right: 0;
    position: absolute;
    top: 14px;
}

.pagination .pages,
.pagination .previouspostslink,
.pagination .first,
.pagination .last {
    display: none !important;
}

.pagination .current,
.pagination .extend {
    border: none;
    padding: 0;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    width: fit-content;
    margin: 0 !important;
    color: #313132;
    display: inline-block !important;
    padding: 0;
    margin: 0 2px !important;
}

.pagination .page {
    width: fit-content;
    border: none;
    margin: 0 !important;
    color: #313132;
    display: inline-block !important;
    border-bottom: 1px solid #313132;
    padding: 0;
    margin: 0 2px !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 18px !important;
}

.pagination .nextpostslink {
    color: #313132;
    font-weight: 700;
    text-decoration-line: underline;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    width: fit-content;
    display: block;
    max-width: 400px;
    font-size: 18px !important;
    line-height: 18px !important;
}

/**
 * Contact
 * ----------------------------------------------------------------------------
 */

 section.content-builder.contact {
    display: flex;
    flex-direction: column;
}

.sub-contact .contactblokken{
    padding-top: 0;
    order: 2;
    padding-bottom: 80px !important;
}

.contactblokken .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -16px;
}

.contactblokken .contactblok{
    background-color: white;
    padding: 16px;
    border-radius: 16px;
    flex-basis: 48%;
    margin-bottom: 16px;
    text-align: center;
    min-height: 194px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s;
}

.contactblokken .contactblok:hover {
    background-color: #E9E8E3;
    transition: 0.2s;
}



body.woocommerce .contactblokken {
    padding: 64px 0px;
}

body.woocommerce .contactblokken .inner {
    padding: 0px;
}

body.woocommerce .contactblokken .contactblok{
    background-color: #E9E8E3;
}

.contactblokken .contactblok span{
    margin-bottom: 16px;
    width: 48px;
    height: 48px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;

}

.contactblokken .contactblok>p:first-of-type strong{
    font-weight: 600;
}

.contactblokken .contactblok>p:not(:first-of-type){
    font-size: 14px;
    margin-top: 8px;
}

.contactblokken .contactblok p a{
    color: black;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}

.sub-contact .twee-kolom-content{
    padding-top: 32px;
    order: 1;
}

.sub-contact .twee-kolom-content .flexbox-wrapper {
    gap: 40px;
}

.sub-contact .twee-kolom-content .flexbox-wrapper .content-links {
    order: 2;
}

.sub-contact .twee-kolom-content .flexbox-wrapper .content-rechts {
    order: 1;
}

.sub-contact .inner>.flexbox-wrapper>*{
    background-color: white;
    padding: 48px 32px;
    border-radius: 16px;
}

.sub-contact .flexbox-wrapper .content-links h1{
    font-size: 24px;
    line-height: 130%;
}

.sub-contact .flexbox-wrapper .content-links p strong{
    font-size: 20px;
}

.sub-contact .flexbox-wrapper .content-links p a{
    color: black;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
    }
}

.sub-contact .flexbox-wrapper .content-rechts .tekst>p:first-child{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

iframe.contactmaps {
    border-radius: 16px;
}

/**
 * Gravity Forms
 * ----------------------------------------------------------------------------
 */
.gform_wrapper.gravity-theme .gform_required_legend,
.gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: black !important;
    font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600 !important;
    font-family: "IBM Plex Sans", serif;
    font-size: 18px !important;
    line-height: 100%;
    color: black;
    margin-bottom: 16px!important;
}

.gform_wrapper.gravity-theme .gform_body,
.gform_wrapper.gravity-theme .gform_footer {
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_body input,
.gform_wrapper.gravity-theme .gform_body textarea,
.gform_wrapper.gravity-theme .gform_body select {
    height: 56px;
    border: 1px solid #E9E8E3;
    font-size: 16px;
    line-height: 100%;
    padding-left: 24px!important;
    border-radius: 16px;
    color: #767676;
    font-family: "IBM Plex Sans", serif;
}

.gform_wrapper.gravity-theme ::placeholder{
    font-size: 16px;
    line-height: 100%;
    color: #767676;
    font-family: "IBM Plex Sans", serif;
}

.gform_wrapper.gravity-theme .gform_body input:focus,
.gform_wrapper.gravity-theme .gform_body textarea:focus {
    border-color: #024166 !important;
}

.gform_wrapper.gravity-theme .gform_body textarea {
    height: 96px !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform_button.button {
    margin-bottom: 0;
    height: 56px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-family: "IBM Plex Sans", serif;
    font-size: 18px !important;
    line-height: 100% !important;
    color: #c02b0a !important;
}

.gform-icon--circle-error:before {
    color: #c02b0a !important;
}

.gform_wrapper.gravity-theme .validation_message {
    display: none;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input {
    appearance: none;
    border: 1px solid #16133E99 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 0;
    margin: 0;
    position: relative;
    background-color: white;
    padding: 0 !important;
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label a {
    text-decoration: underline;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent label a:hover {
    text-decoration: none;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent input:checked {
    background-color: #16133E;
}






/*Sooqr site search*/

div.sooqrSearchContainer input {
    width: inherit;
}

/*Sooqr site search END*/





/* --- Basic Mega Menu Styles --- */
.mega-menu {
    position: static !important; /* Important for the dropdown to span the full width */
}

.mega-menu .sub-menu {
    display: flex;
    flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    background-color: #fff; /* Set your desired background color */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.mega-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

/* --- Column Styles --- */
.mega-menu .sub-menu > .menu-item {
    flex: 1; /* Each direct child of the sub-menu becomes a column */
    padding: 0 15px; /* Adjust spacing between columns */
}

/* --- Styling for Links within Columns --- */
.mega-menu .sub-menu .menu-item-has-children > a {
    font-weight: bold; /* Makes column headers bold like in the example */
    color: #000; /* Set your desired text color */
}

.mega-menu .sub-menu ul {
    list-style: none;
    padding: 0;
}

.mega-menu .sub-menu ul a {
    display: block;
    padding: 8px 0; /* Adjust spacing for links */
    color: #333; /* Set your desired link color */
    text-decoration: none;
}

.mega-menu .sub-menu ul a:hover {
    color: #0073aa; /* Set your desired link hover color */
}

/* --- Responsive Styles for Mobile --- */
@media (max-width: 768px) {
    .mega-menu .sub-menu {
        flex-direction: column; /* Stacks the columns vertically */
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .mega-menu .sub-menu > .menu-item {
        padding: 10px 0; /* Adjust padding for mobile view */
    }

    .mega-menu:hover .sub-menu,
    .mega-menu .sub-menu {
        visibility: visible;
        opacity: 1;
        display: none; /* Hide by default on mobile */
        background: #F2F2F2;
        border-radius: 0;
    }

    /* You might need a JavaScript toggle for mobile menus */
    .mega-menu.mobile-open .sub-menu {
        display: flex;
    }
}













/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
@media (min-width:425px) {}

@media (min-width:700px) {}


@media (min-width:768px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-afbeelding .inner>.flexbox-wrapper,
    .twee-kolom-content .inner>.flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts {
        flex-basis: 48%;
    }

    .content-afbeelding .inner>.flexbox-wrapper>span {
        flex-basis: 48%;
        margin-top: 0;
        background-size: cover;
        height: unset;
    }

    .twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
        margin-top: 0;
    }

    .gecentreerde-content .inner>.flexbox-wrapper,
    .veelgestelde-vragen .inner {
        align-items: center;
        text-align: center;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper {
        justify-content: center;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
        max-width: fit-content;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content>.btn,
    .gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }

    .content-afbeelding.reverse .inner>.flexbox-wrapper>.content{
        order: 1;
    }

    .blokken .pretitel {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .blokken .tekst {
        text-align: center;
    }

    .afbeelding-slider .pretitel {
        text-align: center;
    }

    .afbeelding-slider .tekst {
        text-align: center;
    }

    .afbeelding-slider .slider {
        margin-left: auto;
        margin-right: auto;
    }

    .veelgestelde-vragen .categorien {
        display: flex;
        flex-wrap: wrap;
    }


    .veelgestelde-vragen .categorien a {
        text-align: center;
        flex-basis: 25%;
        padding: 15px 20px;
    }

    .reviewlaag .tekst {
        margin-bottom: 40px;
        justify-content: space-between;
    }

    .reviewlaag .tekst>*{
        flex-basis: 48%;
    }

    .reviewlaag .inner>a.btn {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .reviewlaag .tekst h2{
        margin-bottom: 0;
    }

    .sub.single .hoofdlaag .inner>.flexbox-wrapper .content>.flexbox-wrapper:first-of-type{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 48px;
        margin-bottom: 80px;
    }

    .sub.single .hoofdlaag h1{
        text-align: center;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .flexbox-wrapper .flexbox-wrapper{
        margin: 0;
    }

    .sub-contact .twee-kolom-content{
        order: 2;
    }

    .sub-contact .contactblokken{
        order: 1;
    }

    .sub-contact .contactblokken {
        padding-bottom: 0 !important;
    }

    .sub-contact .twee-kolom-content .flexbox-wrapper .content-links {
        order: 1;
    }

    .sub-contact .twee-kolom-content .flexbox-wrapper .content-rechts {
        order: 2;
    }

}

@media (min-width:768px) {

    .homepage .blogslaag .tekst{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .homepage .blogslaag .tekst h2{
        margin-bottom: 0;
        flex-basis: 48%;
    }

    .homepage .blogslaag .tekst p{
        flex-basis: 48%;
        max-width: 464px;
    }

    .blokken.info .inner{
        max-width: 1472px;
        text-align: left;
    }

    .blokken.info .flexbox-wrapper{
        justify-content: space-between;
    }

    .blokken.info .flexbox-wrapper>div{
        flex-basis: 32%;
    }

    .nieuwsbrief .inner>.flexbox-wrapper::before{
        width: 63%;
        background-size: cover;
        background-position: center;
        max-width: 466px;
    }

    .nieuwsbrief .inner>.flexbox-wrapper{
        align-items: center;
        padding: 32px;
    }

    .nieuwsbrief .flexbox-wrapper .content-links{
        margin-bottom: 0!important;
        max-width: 420px;
    }

    .nieuwsbrief .flexbox-wrapper .content-rechts{
        background: #303030;
        padding: 32px;
        border-radius: 16px;
        position: relative;
        max-width: 552px;
    }

    .content-builder.blogs-archive .blog-uitgelicht .inner>div>.flexbox-wrapper{
        justify-content: space-between;
    }

    .content-builder.blogs-archive .blog-uitgelicht .inner>div>.flexbox-wrapper>*{
        flex-basis: 48%;
    }

    .content-builder.blogs-archive .blog-uitgelicht .blog{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .content-builder.blogs-archive .blog-uitgelicht .blog>*{
        flex-basis: 48%;
        margin-bottom: 0!important;
    }

    .content-builder.blogs-archive .blog-uitgelicht .blog>span{
        height: 500px;
    }

    .content-builder.blogs-archive .blog-archive .search-filter-results>.flexbox-wrapper{
        justify-content: space-between;
    }

    .content-builder.blogs-archive .blog-archive .blog{
        flex-basis: 49%;
    }

    .footer .flexbox-wrapper {
        justify-content: space-between;
    }

    .footer .flexbox-wrapper:last-child{
        flex-direction: row;
    }

    .footer .flexbox-wrapper:last-child>div {
        flex-basis: 48% !important;
        margin-top: 0!important;
    }

    .footer .flexbox-wrapper:last-child .footer-accordion:nth-child(-n + 2)::after{
        content: none;
    }

    .footer .flexbox-wrapper:last-child p:first-of-type br{
        display: block;
    }

    .footer .flexbox-wrapper:last-child .footer-accordion:nth-child(-n + 2){
        height: unset!important;
        cursor: unset;
    }

    .footer .flexbox-wrapper:last-child>div:last-child{
        flex-basis: 100%!important;
        margin-top: 56px!important;
    }

    .footer .flexbox-wrapper>div:nth-child(2) {
        display: block;
        margin-top: 0;
    }

    .under-footer .mobile{
        display: none!important;
    }

    .under-footer .desktop{
        display: block!important;
    }

    .under-footer .desktop>p:nth-child(2n){
        margin: 0 6px;
    }
    
    body.woocommerce ul.products, .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 32px;
    }
    
    body.woocommerce ul.products.columns-3, .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        padding: 32px 24px;
    }

    li.type-product h2.woocommerce-loop-product__title {
        font-size: 20px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 20px */
    }

    li.type-product div.price-wrapper.regular span.price-display {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 32px */
    }

    li.type-product .product-image {
        height: 200px;
    }

    li.product div.overlay span.btn {
        padding: 15px 24px;
    }
    
    section.home-section div.intro-blocks div.block:nth-of-type(1) h2.title {
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 52px */
    }
    
    section.home-section div.intro-blocks div.block:nth-of-type(2) h2.title {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
    }
    
    section.home-section div.intro-blocks div.block {
        padding: 48px;
    }
    
    section.home-section div.intro-blocks div.block:nth-of-type(2) {
        flex-direction: row;
    }
    
    section.home-section div.intro-blocks div.block:nth-of-type(2) div.content {
        max-width: 50%;
    }
    
    section.home-section div.intro-blocks div.block:nth-of-type(2) div.content div.btns {
        display: flex;
    }
    
    section.home-section div.intro-blocks div.block:nth-of-type(2) div.image div.btns {
        display: none;
    }
    
    section.home-section div.intro-blocks div.block div.btns.mobile {
        display: none;
    }
    
    section.home-section div.intro-blocks div.block div.btns a.btn {
        width: auto;
    }
    
    section.home-section div.main-categories ul {
        grid-template-columns: repeat(6, 1fr);
    }
    
    section.meestverkocht div.layertop .amountmore {
        display: block;
    }
    
    section.meestverkocht h2.title {
        font-size: 44px;
    }
    
    section.meestverkocht div.layertop {
        margin-bottom: 48px;
    }
    
    section.meestverkocht div.layerbottom {
        display: none;
    }
    
    section.blogslaag .custom-owlnavigation {
        display: none;
    }
    
    .filterinfo .block.second {
        flex-direction: row;
    }
    
    .filterinfo .woocommerce-count {
        align-self: flex-end;
    }
    
    div.topproducts ul.products-list {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .site-header .top-header p.text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    section.home-section {
        padding: 56px 0px;
    }
    
    form#search-filter-form-882 ul {
        grid-template-columns: repeat(2, 1fr);
    }
    
    li.product.custom-category-block.type-product {
        grid-column: unset;
    }
    
    li.product.custom-category-block.type-product div.custom-block-inner h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 100%;
    }
    
    li.type-product div.price-wrapper span.sale-price div.price {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 32px */
    }
    
    li.type-product div.price-wrapper span.sale-price {
        flex-direction: row;
        align-items: flex-end;
    }
    
    div.pdp {
        flex-direction: row;
    }
    
    div.pdp .block {
        max-width: 50%;
    }
    
    .woocommerce div.product form.cart .variation-quantity {
        height: 56px;
        flex-direction: row;
    }
    
    .woocommerce .quantity .qty {
        max-width: 68px;
    }
    
    .woocommerce div.product form.cart div.quantity {
        width: auto;
    }
    
    div.pdp div.usage a.btn {
        max-width: 296px;
    }
    
    div.pdp div.usage {
        flex-direction: row;
    }

    .woocommerce div.product-type-simple form.cart {
        flex-direction: row;
    }
    
    div.pdp div.payment {
        gap: 86px;
        flex-direction: row;
    }
    
    body.single-product div.uspslider {
        margin: 32px 0px;
    }
    
    header.woocommerce-products-header h1 {
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 44px */
    }
    
    .cart-container .cart-items {
        padding: 48px;
    }
    
    form.checkout.woocommerce-checkout .col2-set .col-2 div.order-review,
    form.checkout.woocommerce-checkout .col2-set .col-1 .shipping-billing,
    form.checkout.woocommerce-checkout .col2-set .col-1 .payment-methods {
        padding: 48px;
    }
    
    body.woocommerce-cart header.woocommerce-products-header, body.woocommerce-checkout header.woocommerce-products-header {
        margin: 64px 0px;
    }
    
    .woocommerce-cart-cols div.cart-collaterals {
        gap: 48px 32px;
    }
    
    .cart-container .cart-item .mobiletitle {
        display: none;
    }
    
    li.product.custom-category-block.type-product.action-product span.title {
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 48px */   
    }
    
    nav.woocommerce-MyAccount-navigation {
        max-width: calc(35% - 24px);
    }

    .woocommerce-MyAccount-content {
        max-width: calc(65% - 24px);
    }
    
    div#customer_login {
        flex-direction: row;
    }
    
    body.woocommerce-account .woocommerce .col2-set .col-1, body.woocommerce-account .woocommerce-page .col2-set .col-1, body.woocommerce-account .woocommerce .col2-set .col-2, body.woocommerce-account .woocommerce-page .col2-set .col-2 {
        flex-basis: 50%;
    }
    
}


@media (min-width: 1024px) {
    .site-header {
        transition: 0.2s;
    }

    .site-header.scrolled {
        top: 0;
    }

    .site-header.has-topheader.top-header-desktop {
        top: 40px;
    }

    .hfeed.site:has(.has-topheader.top-header-desktop) {
        margin-top: 120px;
    }

    .site-header .navbar-btn {
        display: none;
    }

    a[href^="tel:"] {
        text-decoration: none;
    }

    .site-header .inner {
        
    }

    .site-header .inner .menu {
        display: none;
    }

    div#navbar {
        transition: unset;
        text-align: center;
        flex-basis: fit-content;
        order: 2;
        overflow: visible;
        border-top: 0;
        height: auto;
    }

    .navbar a {
        animation: unset;
    }

    .navbar .menu-menu-1-container {
        position: relative;
    }

    div#navbar ul {
        overflow: visible;
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    div#navbar .nav-menu>li {
        border-bottom: none !important;
        padding-bottom: 0;
        width: fit-content;
        display: inline-block;
        border-top: 0 !important;
        padding: 16px 0px;
    }


    div#navbar .nav-menu>li.menu-item-has-children {

    }

    .nav-menu>li:first-of-type {
        padding: 0;
    }

    .nav-menu li a {
        display: unset;
        transition: 0.2s;
        font-size: 16px;
    }

    div#navbar ul li a::after {
        content: "" !important;
    }

    .nav-menu li.menu-item-has-children>a::after {
        top: -1px;
        right: -14px !important;
    }

    .nav-menu .sub-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    div#navbar ul .sub-menu {

    }
    
    div#navbar ul li.mega-menu > ul.sub-menu {
        position: fixed;
        margin-top: 16px;
        border-top: solid 1px #E7E3D8;
    }

    div#navbar .nav-menu>li:last-of-type .sub-menu {
        right: -20px;
        left: unset;
    }

    div#navbar ul .sub-menu li {
        display: block;
        width: fit-content;
        border: none;
    }

    .nav-menu li:hover .sub-menu,
    .nav-menu .sub-menu:hover {
        display: block;
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .site-header .inner .home-link {
        margin-left: 0;
        width: 100%;
        max-width: 336px;
        height: 30px;
        background-position: center center !important;
    }

    .site-header .btn.navbar-mobile {
        display: none;
    }
    
    body.woocommerce ul.products, .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .right-desktop {
        display: block;
    }
    
    .topsearch-mobile,
    .right-mobile {
        display: none;
    }
    
    .site-header .topheader {
        padding: 16px 0px;
    }
    
    .site-header .navheader {
        padding: 0;
        height: auto;
    }
    
    .site-header .topheader .inner,
    .site-header .navheader .inner {
        padding: 0 24px;
    }
    
    section.home-section div.intro-blocks {
        flex-direction: row;
    }
    
    section.home-section div.intro-blocks div.block {
        width: 50%;
    }
    
    div#navbar ul li.mobile a {
        display: none;
    }
    
    div#navbar ul li a {
        padding: 15px 0px;
    }
    
    .sidebar.woocommerce .inner {
        max-width: 50%;
    }
    
    .cart-container {
        width: 963.457px;
    }
    
    form.checkout.woocommerce-checkout .col2-set .col-1 {
        width: 963.457px;
    }
    
    .mega-menu .sub-menu {
        padding: 20px 40px;
    }
    
    div#navbar ul li.mega-menu > ul.sub-menu li.menu-item-has-children ul.sub-menu {
        padding: 0;
        margin: 0;
    }

}

@media (min-width: 1024px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    h1 {}

    h2 {}

    h3 {}

    h4 {}

    .sub h1 {}

    .sub h2 {}

    .sub h3 {}

    .sub h4 {}

    .homepage .blogslaag .tekst h2{
        font-size: 44px;
    }

    .homepage .blogslaag .blog-carousel{
        margin-top: 64px;
    }

    .homepage .blogslaag .inner>a.btn{
        margin: 64px auto 0;
        width: fit-content;
    }
    

    .homepage .blogslaag .blog{
        width: 464px;
        height: 100%;
    }

    .homepage .blogslaag .blog.subtext>span{
        height: 100%;
    }

    .homepage .blogslaag .blog.subtext .titel{
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 0;
    }
    
    .homepage .blogslaag .blog-carousel .owl-item:nth-of-type(3) .blog {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .homepage .blogslaag .blog-carousel .owl-item:nth-of-type(3) .bg-img {
        border-radius: 0 0 16px 16px;
    }
    
    .homepage .blogslaag .blog-carousel .owl-item:nth-of-type(3) .blog>div {
        border-radius: 16px 16px 0 0;
    }

    .homepage .blogslaag .blog>span{
        height: 286px;
    }

    .content-builder .above-footer{
        margin: 64px 0;
    }

    .blokken.info .tekst{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
    }

    .blokken.info .flexbox-wrapper{
        margin-top: 64px;
    }

    .blokken.info .tekst>*{
        flex-basis: 45%;
    }

    .blokken.info .tekst h2{
        max-width: 640px;
    }

    .blokken.info .tekst p{
        max-width: 584px;
    }

    .blokken.info .tekst h2{
        font-size: 44px;
        line-height: 100%;
    }

    .nieuwsbrief .flexbox-wrapper .content-links{
        position: relative;
    }

    .nieuwsbrief .flexbox-wrapper .content-links h2{
        font-size: 44px;
        line-height: 110%;
        margin-bottom: 32px!important;
    }

    .nieuwsbrief .inner>.flexbox-wrapper::after{
        width: 140px;
        height: 135px;
        left: -43px;
        right: 0;
        top: -30px;
    }

    .content-builder.blogs-archive .blog-uitgelicht h1{
        font-size: 44px;
        line-height: 100%;

    }

    .content-builder.blogs-archive .blog-uitgelicht .blog .titel{
        font-size: 32px;
    }

    .content-builder.blogs-archive .blog-uitgelicht .inner>div{
        padding: 48px;
    }

    .content-builder.blogs-archive .blog-uitgelicht .blog{
        margin-top: 64px;
    }

    .content-builder.blogs-archive .blog-archive .blog>span{
        height: 300px;
    }

    .searchandfilter ul li ul li{
        margin-bottom: 0;
    }

    .searchandfilter>ul>li {
        margin-bottom: 60px;
    }

    .sub.single .hoofdlaag {
        padding-top: 72px;
    }

    .sub.single .hoofdlaag .inner>.flexbox-wrapper {
        padding: 64px 44px;
    }

    .sub.single .hoofdlaag h1{
        font-size: 48px;
        text-align: left;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content>img:first-of-type{
        margin-top: 80px;
        margin-bottom: 104px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content{
        flex-basis: 100%!important;
        margin-right: 0!important;
    }

    .contactblokken .contactblok{
        flex-basis: 24%;
        padding: 24px;
    }

    .contactblokken .contactblok>p:first-of-type strong{
        font-size: 20px;
    }

    .contactblokken .contactblok>p:not(:first-of-type){
        font-size: 16px;
        line-height: 150%;
    }

    .sub-contact .contactblokken, .sub-contact .twee-kolom-content{
        padding-top: 64px;
    }

    .sub-contact .flexbox-wrapper .content-links h1{
        font-size: 56px;
        line-height: 100%;
    }

    .sub-contact .flexbox-wrapper .content-rechts .tekst>p:first-child{
        font-size: 40px;
        line-height: 120%;
    }

    .sub-contact .flexbox-wrapper .content-links p strong{
        font-size: 24px;
    }

    .footer .flexbox-wrapper:last-child>div:last-child{
        margin-top: 0!important;
    }

    .footer .flexbox-wrapper:last-child>div:last-child::after{
        content: none;
    }

    .footer {
        padding-top: 48px;
        padding-bottom: 32px;
    }

    .footer .flexbox-wrapper:last-child>div {
        flex-basis: fit-content !important;
        max-width: 21%;
        margin-top: 0 !important;
    }

    .footer .flexbox-wrapper:last-child .footer-accordion:nth-child(4){
        word-break: break-all;
    }
}

@media (min-width: 1340px) {
    body.woocommerce ul.products, .woocommerce ul.products {
        grid-template-columns: repeat(4, 1fr);
    }
    
    body.woocommerce ul.products.columns-3, .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .topsearch-desktop {
        display: block;
    }
}

@media (min-width: 1024px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-builder>section,
    .sub.single>section {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .homepage .content-builder>section{
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .sub.single .hoofdlaag .flexbox-wrapper .content img {
        margin: 54px 0;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content {
        flex-grow: 1;
        flex-basis: 50%;
        margin-right: 80px;
    }

    body.single {
        overflow: visible;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .sidebar {
        margin-top: 80px;
        position: sticky;
        top: 150px;
    }

    .afbeelding-slider .owl-stage-outer .owl-item img {
        max-width: 709px;
        max-height: 620px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper figure:has(figcaption) {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content p:has(img) {
        margin: 40px 0 !important;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content {
        flex-grow: 1;
        flex-basis: 50%;
        margin-right: 80px;
    }

    .sub.single .hoofdlaag .flexbox-wrapper .content blockquote {
        margin: 40px 0 40px !important;
    }

    .sub.single .bekijk-ook h2{
        text-align: center;
    }

    .sub.single .bekijk-ook h2{
        margin-bottom: 60px;
    }

    .blog:not(.content-builder) .thumb{
        height: 260px;
    }

    .blog:not(.content-builder) .content{
        padding: 32px;
    }

    .blog:not(.content-builder){
        width: 445px;
    }

    .reviewlaag .inner {
        overflow: hidden;
    }

    .reviewlaag .review-carousel .owl-item>div {
        padding: 32px;
    }

    .reviewlaag .review-carousel .owl-item .sterren {
        
    }

    .reviewlaag .tekst h2{
        font-size: 44px;
        margin-top: 5px;
    }

    .reviewlaag .tekst p{
        max-width: 464px;
    }

    .reviewlaag .tekst{
        margin-bottom: 64px;
    }

    .reviewlaag{
        padding-bottom: 120px!important;
    }

}

@media (min-width: 1440px) {
    div#navbar .nav-menu>li:last-of-type .sub-menu {
        left: -24px;
        right: unset;
    }

    div#navbar ul {
        margin-right: auto;
    }

    .site-header .navbar-desktop {
        order: 2;
        display: block;
    }

    .blog-carousel .owl-stage-outer{
        overflow: hidden;
    }

    .nieuwsbrief .inner>.flexbox-wrapper::after{
        width: 245px;
        height: 233px;
        top: -64px;
        left: -93px;
    }

    .sub-contact .gform_wrapper.gravity-theme .gform_fields>div:nth-child(-n + 4){
        grid-column: span 6!important;
    }

    .gform_wrapper.gravity-theme .gform_body textarea{
        height: 210px!important;
    }

    .under-footer{
        padding-bottom: 32px;
    }

    .under-footer .flexbox-wrapper{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .under-footer .flexbox-wrapper>div:nth-of-type(3){
        margin-bottom: 0;
    }

    .under-footer .flexbox-wrapper>div:nth-of-type(3){
        order: unset;
    }

    .footer .flexbox-wrapper:last-child>div:last-child{
        flex-basis: 344px !important;
        max-width: unset;
        padding: 32px;
    }

    .footer .flexbox-wrapper:last-child .footer-accordion{
        margin-top: 54px!important;
    }
}


@media (min-width: 1440px) {
    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */


}






@media (max-width: 1024px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="submit"],
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

    a[href^="tel"] {
        text-decoration: none;
    }
}