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

html {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;    
}
body {
    margin: 0;
    font-family: "Inter", sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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;
}
/* 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 */
}
:focus {
    outline: 0
}
a.post-edit-link {
    display: none
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
}
h1 {
    font-size: 32px;
    line-height: 40px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
h4 {
    font-size: 20px;
    line-height: 28px;
}
b, strong {
    font-weight: 700;
}
p {
    margin: 0px 0px;
}
a {
    text-decoration: none;
    transition: .1s ease-in-out;
    color: #000;
}

a:hover {
    color: #FF5B01;
    text-decoration: none;
}

#page.overlay:after {
    background: rgb(25 25 25 / 38%);
    visibility: visible;
}

#page:after {
    content: "";
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgb(25 25 25 / 0%);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.home-link {
    position: relative;
    display: block;
    width:100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
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;
}

select {
    padding: 15px;
    border-radius: 0;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #DCDCDC;
}


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 {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: ;
}
:-moz-placeholder {
    color: ;
}
::-moz-placeholder {
    color: ;
}
:-ms-input-placeholder {
    color: ;
}
/**
 * Standaard
 * ----------------------------------------------------------------------------
 */

.inner {
    width: 100%;
    max-width: 1448px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}
.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.c-btn {
    display: table;
    padding: 8px 16px;
    text-decoration: none;
    transition: .1s ease-in-out;
    margin-top: 16px;
}
.text-box > *:last-child {
    margin-bottom: 0;
}
.text-box > *:first-child {
    margin-top: 0;
}

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

 .menu span {
    background: #1E1E1E;
    height: 2px;
}
.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 15px;
}
header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-25deg);
    top: 50%;
}
header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(25deg);
    top: 50%;
}

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

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

header.site-header div.menu .close-btn {
    position: absolute;
    height: 20px;
    width: 40px;
    transition: .3s ease-in-out;
    top: 40px;
}
div#navbar.open ul {
    max-height: 1000px;
}
header.site-header div.menu.open .open-btn {
    top: -42px;
}
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) {
    top: 0px;
    left: 3px;
}
.menu span:nth-of-type(2) {
    top: 7px;
    left: 3px;
}
.menu span:nth-of-type(3) {
    top: 15px;
    left: 3px;
}

.menu .close-btn span:nth-of-type(3) {
    color: #FFFFFF;
    font-size: 12px;
    bottom: 1px;
    left: 0px;
    background: none;
}


/**
 * Einde - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */
 /**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {}
.entry-content a {}
.entry-content a:hover {}
.entry-content a, .entry-title a {
    text-decoration: none;
}
.entry-title a:hover {}
/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */

/**
 * 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 {
    font-family: Inter;
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    -webkit-appearance: none;
    padding: 5px;
    border: solid 1px #333333;
    margin-right: 10px;
    margin: 0;
    border-radius: inherit;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background: #FF5B01;
    border: solid 1px #FF5B01;
}


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

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

 body {

 }

.hfeed.site {
    
}

 .inner{
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 23px;
	position: relative;
	font-family: "Inter", sans-serif;
	font-weight: normal;
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.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{
    
}

h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	
}
h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;    
}

.sub h1{

}


h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;  
}
h3{

}

h4{
font-size: 24px;
font-weight: 600;
line-height: 29.05px;

}


h6{
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    
}


a.btn, .gform_button.button {
    padding: 17px 34px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    cursor: pointer;
    color: white;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    height: 54px;
    background-color: #1E1E1E;
    border-radius: 0;
}

a.btn:hover {
    color: #fff;
}

button:focus {
    outline: none;
}

a.btn:hover, .gform_button.button:hover{
    /* background-color: transparent;
    background: transparent;
    border: 1px solid #38B6FE;
    color: #38B6FE!important; */
}

.gform_button.button{
    
}

a.btn::after, .gform_button.button::after{
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/icon-arrow-right-b.svg);
    display: block;
    width: 40px;
    height: 40px;
    display: inline;
    padding-left: 19px;
    border-left: 1px solid #FAE799;
    margin-left: 19px;
    transition: 0.2s; */
}

a.btn:hover::after, .gform_button.button:hover::after{
}

a.a-link{
    /* color: #37B5FF;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    transition: 0.2s; */
}


a.a-link:hover{
    /* border-color: transparent;
    opacity: 0.8;
    text-decoration: none; */
}

.breadcrumbs{
    background-color: #F3F3F3;
    padding: 12px 0;
}

#breadcrumbs{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#breadcrumbs *{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #1E1E1E;
}

#breadcrumbs a{
    text-decoration: underline;
}

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

#breadcrumbs .delimiter{
    margin: 0 4px;
    color: #FF5B01;
    font-weight: 600;
}




.accordion {
    background-color: transparent;
    color: #1D1D1D;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;

  }
  
  .accordion:after {
    content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/chevron-down-black.svg);
    float: right;
    margin-left: 5px;
    transition: 0.2s;
  }
  
  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #0230471A;
  }
  .panel *:last-child{
    padding-bottom: 17px;
  }



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

 .top-header{
    position: relative;
    background-color: #1E1E1E;
    padding: 8px 0;
    z-index: 10;
 }

 .top-header .inner{
    color: white;
 }

 .top-header .flexbox-wrapper{
    justify-content: space-between;
    align-items: center;
 }

 .top-header .inner .review span{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
 }

 .top-header .flexbox-wrapper .search, .top-header .flexbox-wrapper .usps .flexbox-wrapper:not(:first-of-type){
    display: none;
 }

 .top-header .usps .flexbox-wrapper span{
    width: 16px;
    height: 12px;
    margin-right: 7px;

 }
 

.site-header{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    z-index: 999;
    background: #FAFAFA;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 4px 4px 0px #C0C0C026;
    overflow: visible;
}

.site-header .inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.site-header .inner .home-link{
    width: 151px;
    height: 43px;
}

.site-header .inner .menu{
    overflow: hidden;
    width: 47px;
    height: 40px;
    position: relative;
    bottom: -4px;
    cursor: pointer;
}

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

.menu span{
    background: #1E1E1E;
}

header.site-header div.menu .open-btn span:nth-of-type(4){
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1px;
    bottom: 12px;
    background: none;
}

div#navbar{
    order: 4;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    top: 11px;
    overflow: visible;
    padding: 0;
}



div#navbar.open {
    padding: 25px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    background-color: #FAFAFA;
    border-top: 0;
    margin: unset;
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-bottom, 70px);
    max-height: calc(100vh - var(--header-bottom, 70px));
    z-index: 998;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    transition: none;
}

div#navbar.open .nav-menu{
    overflow-y: scroll;
}

div#navbar .nav-menu>li{
    font-weight: bold;
    border-bottom: 1px solid #E2E2E2;
    list-style-type: none;
}




div#navbar ul li a {
    color: #1E1E1E;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16px;
    transition: 0.15s;
    position: relative;
    padding: 14px 0px;
}

div#navbar ul li a::after{
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/menu-arrow-right.svg); */
    display: inline-block;
    position: absolute;
    right: 0;
}

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

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

.nav-menu li.menu-item-has-children::after {
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/chevron-white-down.svg); */
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: auto;
    position: absolute;
    top: -3px;
    right: 0;
    transition: 0.4s;
}

.nav-menu li.menu-item-has-children.open::after {
    transform: rotatex(180deg);
    top: 13px;
}

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

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

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

.nav-menu .sub-menu li:last-of-type{

}

.site-header .nav-menu-extra{
    margin: 16px 25px 0;
}

.site-header .nav-menu-extra a.btn{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #FB8500;
    border: 1px solid #fb8500;
    color: white;
}

.site-header .nav-menu-extra a.btn:last-of-type{
    background: transparent;
    border: 1px solid white;
    margin-top: 8px;
}

.site-header .nav-menu-extra a.btn:first-of-type:hover{
    background-color: transparent;
    color: #fb8500;
}

.site-header .nav-menu-extra a.btn:last-of-type:hover{
    background-color: white;
    color: #001333;
}

.site-header .navbar-btn{
    margin-left: auto;
    margin-right: 5px;
}

.site-header .navbar-btn a{
    display: inline-block;
    margin-top: 3px;
    height: fit-content;
    transition: 0.2s;
}

.site-header .navbar-btn a:hover{
    opacity: 0.7;
}

.fixed-btn{
    display: none;
}

.site-header .navbar-btn a span{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    background: transparent linear-gradient(104deg, #5BE1E7 0%, #38B6FE 100%) 0% 0% no-repeat padding-box;
    position: relative;
}

.site-header .navbar-btn a:first-of-type span::after{
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/phone-white.svg); */
    position: absolute;
    left: 8px;
    top: 7px;
    transform: scale(0.7);
}

.site-header .navbar-btn a:last-of-type span::after{
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/mail-white.svg); */
    position: absolute;
    left: 7px;
    top: 10px;
    transform: scale(0.7);
}


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

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

.navbar .nav-menu-extra {
    animation: fadeOut 0.3s ease-in-out forwards;
}

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

.site-header .inner .navbar-buttons.mobile{
    margin-left: auto;
}

.site-header .inner .navbar-buttons.mobile a.whatsapp{
    display: inline-block;
    width: 45px;
    height: 40px;
}

.site-header .inner .navbar-buttons.mobile a.whatsapp span{
    width: 30px;
    height: 30px;
}



.site-header .inner .navbar-buttons.mobile a.whatsapp{
    margin-left: 8px;
    position: relative;
    transition: 0.2s;
    width: 54px;
    height: 54px;
    background-color: #60D669;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.site-header .inner .navbar-buttons.mobile a.whatsapp:hover{
    opacity: 0.7;
}

.site-header .inner .navbar-buttons.mobile a.btn.phone{
    border-radius: 4px;
    background: #D6E2E2;
    border-color: #D6E2E2;
}

.site-header .inner .navbar-buttons.mobile a.btn.phone::after{
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/icon-phone.svg); */
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    padding-left: unset;
    border-left: unset;
    margin-left: unset;
}

.site-header .inner .navbar-buttons.mobile a.btn.mail::after{
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/icon-mail.svg); */
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 9px;
    top: 11px;
    padding-left: unset;
    border-left: unset;
    margin-left: unset;
}

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: url(https://www.123bedrijfswageninrichting.nl/wp-content/themes/theme/images/chevron-down-black.svg)!important;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.2s;
}

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


/**
 * Shop navbar
 * ----------------------------------------------------------------------------
 */

 .shopnavbar{
     margin-left: auto;
     font-family: Inter;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: 100%; /* 14px */
     letter-spacing: 1.4px;
     text-transform: uppercase;
}

.shopnavbar ul {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.shopnavbar ul li a {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.shopnavbar ul li span.icon {
    display: flex;
    position: relative;
}

.shopnavbar ul li span.count {
    background: #FF5B01;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopnavbar ul li span.title {
    display: none;
}

.shopnavbar ul img.icon,
.shopnavbar ul span.icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}






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

 .site-header.scrolled{
    top: 0;
}


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

.site-footer .above-footer{
    position: relative;
    background-color: #FAFAFA;
}

.site-footer .above-footer::before{
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1E1E1E;
}

.site-footer .above-footer .inner{
    background-image: url(https://www.123bedrijfswageninrichting.nl/wp-content/uploads/2024/03/above-footer-bg.jpg);
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-footer .above-footer .tool{
    background-color: #1E1E1E;
    margin-top: 24px;
    max-width: 968px;
    margin: 24px auto;
    padding: 30px;
    border-bottom: solid 4px #FF5B01;
}

.site-footer .footer{
    background-color: #1E1E1E;
    padding-top: 40px;
    padding-bottom: 30px;
}

.site-footer .footer .flexbox-wrapper *{
    color: white;
}

.site-footer .footer a:hover {
    color: #a3a3a3;
}

.site-footer .footer .flexbox-wrapper:first-of-type div:first-of-type span{
    width: 218px;
    height: 63px;
    margin-bottom: 20px;
}

.site-footer .footer .flexbox-wrapper:first-of-type div:first-of-type p{
    max-width: 480px;       
}

.site-footer .footer .flexbox-wrapper:first-of-type div{
    margin-bottom: 25px;
    width: 100%;
}

.site-footer .footer .flexbox-wrapper:first-of-type div:not(:first-of-type) p.title{
    color: #FF5B01;
    font-size: 18px;
    font-weight: 600;
}


.site-footer .footer .flexbox-wrapper:first-of-type div:not(:first-of-type) *{
    display: block;
    margin-bottom: 8px;
}

.site-footer .footer .flexbox-wrapper:first-of-type div:last-of-type{
    margin-bottom: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #6F6F6F;
}

.site-footer .footer .flexbox-wrapper:last-of-type{
    padding: 32px 0 0;
    flex-direction: column;
}

.site-footer .footer .flexbox-wrapper:last-of-type div{
    display: flex;
    flex-wrap: wrap;
}

.site-footer .footer .flexbox-wrapper:last-of-type div .delimiter{
    margin: 0 8px;
}

.site-footer .under-footer{
    padding: 25px 0;
}

.site-footer .under-footer .flexbox-wrapper{
    flex-direction: column;
}

.site-footer .under-footer .flexbox-wrapper .logos{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.site-footer .under-footer .flexbox-wrapper .logos img{
    flex-basis: fit-content;
    height: 42px;
    margin-right: 10px;
    max-width: 110px;
    object-fit: contain;
}

.site-footer .under-footer .flexbox-wrapper .socials img{
    margin-right: 15px;
}

.site-footer .under-footer .flexbox-wrapper .socials img:last-of-type{
    margin-right: 0;
}
 /**
 * Home
 * ----------------------------------------------------------------------------
 */

.home .hoofdlaag{
    padding: 75px 0 80px;
    position: relative;
}

.home .hoofdlaag::before{
    content: "";
    background-color: #00000040;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: 2;
}

.home .hoofdlaag .inner{
    z-index: 3;
}

.home .hoofdlaag>span:first-of-type{
    padding: 75px 0 80px;
}

.home .hoofdlaag>span:first-of-type{
    padding: 75px 0 80px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
}

.home .hoofdlaag h1{
    color: white;
}

.home .hoofdlaag .search {
    background-color: #1E1E1E;
    margin-top: 24px;
    max-width: 968px;
    margin: 24px auto;
    padding: 8px;
    border-bottom: solid 4px #FF5B01;
}

form#search-filter-form-1148 li.sf-field-taxonomy-product_cat,
form#search-filter-form-1148 li.sf-field-taxonomy-voertuigtype {
    margin: 0px 0px 8px 0px;
}

.home .aanbiedingenlaag {
    padding: 70px 0px;
    background: #FAFAFA;
}

.home .aanbiedingenlaag .inner {
}

div.layertop {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #C8C8C8;
    padding: 0px 0px 17px 0px;
    margin: 0px 0px 25px 0px;
}

div.layerbottom {
    margin: 25px 0px 0px 0px;
}

div.layertop h2.title {
    color: #1E1E1E;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

div.amountmore {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

div.amountmore a.btn {
    padding: 17px 20px;
}



.home .categorienlaag {
    padding: 70px 0px;
    background: #FAFAFA;
}

.home .categorienlaag .inner {
    
}

div.maincategories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

div.maincategories a.category {
    grid-column: span 6;
}

div.maincategories div.category {
    background: #F1F1F1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.maincategories div.category div.category-thumbnail {
    background: #1E1E1E;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    justify-content: center;
}

div.maincategories div.category div.category-thumbnail img {
    width: 45px;
    height: 45px;
}

div.maincategories div.category div.category-name {
    padding: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.home .vragenlaag{
    background-color: #F1F1F1;
    padding: 77px 0 80px;
}

.home .vragenlaag h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
}

.home .vragenlaag .inner>p:first-of-type{
    margin-bottom: 28px;
}

.home .vragenlaag .accordion{
    padding: 16px;
    position: relative;
    padding-right: 50px;
    height: 68px;
}

.home .vragenlaag .accordion::after{
    content: "";
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 16px;
    top: 22px;
    width: 24px;
    height: 24px;
    background-image: url(https://www.123bedrijfswageninrichting.nl/wp-content/themes/theme/images/accordion-plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.home .vragenlaag .accordion.active::after{
    background-image: url(https://www.123bedrijfswageninrichting.nl/wp-content/themes/theme/images/accordion-minus.svg);

}

.home .vragenlaag .inner>div{
    background-color: white;
    margin-bottom: 8px;
    border: 1px solid #EDEDED;
    max-width: 736px;
    margin: 0 auto 8px;
}

.home .vragenlaag .panel{
    border-bottom: none;
    padding: 0 16px;
}

.home .contactblok{
    position: relative;
    background-color: #FAFAFA;
}

.home .contactblok::before{
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F1F1F1;
}

.home .contactblok .flexbox-wrapper{
    padding: 20px;
    background-image: url(https://www.123bedrijfswageninrichting.nl/wp-content/uploads/2024/03/above-footer-bg-orange.jpg);
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
}

.home .contactblok .flexbox-wrapper h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
}

.home .contactblok .flexbox-wrapper a.btn{
    margin-top: 27px;
    margin-bottom: 20px;
}

.home .contactblok .flexbox-wrapper a:last-of-type{
    color: white;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
}

.home .informatielaag{
    padding: 73px 0 80px;
    background-color: #FAFAFA;
}

.home .informatielaag h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 33.89px;
    margin-bottom: 12px;
}
    
.home .informatielaag .content p:has(> strong) {
    margin-top: 20px;
    margin-bottom: 8px;
}
    
.home .informatielaag .content ul {
    list-style-type: square;
}
    
.home .informatielaag .content ul li {
    margin-bottom: 3px;
}

.home .informatielaag .content ul:last-of-type{
    display: none;
}
    
.home .informatielaag .content ul li::marker{
    color: #FF5B01;
}

.home .informatielaag .flexbox-wrapper>span{
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-top: 32px;
    max-width: 400px;
}

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

.sub .hoofdlaag{
    background-color: #FAFAFA;
    position: relative;
    padding-bottom: 70px;
}

.sub .hoofdlaag::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102px;
    background-color: #F3F3F3;
}

.sub .hoofdlaag .inner>img{
    max-height: 541px;
    background-size: cover;
    margin-bottom: 24px;
}

.sub .hoofdlaag .inner h2{
    margin-bottom: 16px;
}

.sub .hoofdlaag .inner h6{
    font-size: 22px;
}

.sub .hoofdlaag .inner p{
    line-height: 26px;
}

.sub .hoofdlaag .inner p:not(:last-of-type){
    margin-bottom: 33px;
}

.sub .hoofdlaag .inner h6{
    margin-bottom: 10px;
}

.sub .hoofdlaag .inner .flexbox-wrapper{
    margin-top: 47px;
    justify-content: space-between;
    flex-direction: column;
}

.sub .hoofdlaag .inner>div:first-of-type{
    max-width: 1064px;
    margin: 0 auto;
}

.sub .hoofdlaag .inner .flexbox-wrapper>div{
    padding: 20px;
    background-color: white;
    border: 1px solid #EDEDED;
    margin-bottom: 16px;
    margin-right: 16px;
    max-width: 464px;
}

.sub .hoofdlaag .inner .flexbox-wrapper>div span{
    width: 64px;
    height: 64px;
    background-color: #FF5B01;
    background-size: 24px;
    margin-bottom: 20px;
}

.sub .hoofdlaag .inner a{
    color: #FF5B01;
    text-decoration: underline;
}

.sub.faq .vragenlaag{
    padding-top: 50px;
    background-color: #FAFAFA;
    padding-bottom: 50px;
}

.sub.faq .vragenlaag h2{
    margin-bottom: 32px;
}

.sub.faq .vragenlaag .inner>.flexbox-wrapper{
    flex-direction: column;
}

.sub.faq .vragenlaag .categorien a{
    display: block;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    padding: 16px 0;
    border-bottom: 1px solid #DFDFDF;
    width: 100%;
    max-width: 344px;
}

.sub.faq .vragenlaag .categorien a.active{
    color: #FFFFFF;
    background-color: #1E1E1E;
    padding-left: 24px;
}


.sub.faq .vragenlaag .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;
  
}

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


.sub.faq .vragenlaag .vragen{
    margin-top: 50px;
}

.sub.faq .vragenlaag .vragen>div>div{
    background-color: white;
    margin-bottom: 8px;
    border: 1px solid #EDEDED;
}

.sub.faq .vragenlaag .vragen div div .accordion{
    padding: 16px;
    position: relative;
    padding-right: 50px;
    height: 68px;
}

.sub.faq .vragenlaag .vragen div div .panel{
    border-bottom: none;
    padding: 0 16px;
}


.vragenlaag .vragen div div .accordion::after{
    content: "";
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 16px;
    top: 22px;
    width: 24px;
    height: 24px;
    background-image: url(https://www.123bedrijfswageninrichting.nl/wp-content/themes/theme/images/accordion-plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.vragenlaag .vragen div div .accordion.active::after{
    background-image: url(https://www.123bedrijfswageninrichting.nl/wp-content/themes/theme/images/accordion-minus.svg);
}

.page-template-sub-faq .site-footer .above-footer{
    display: none;
}

.sub.faq .footerbloklaag::before{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #1E1E1E;
}

.sub.faq .footerbloklaag{
    position: relative;
}

.sub.faq .footerbloklaag .flexbox-wrapper{
    padding: 20px;
    background-image: url(https://www.123bedrijfswageninrichting.nl/wp-content/uploads/2024/03/above-footer-bg-orange.jpg);
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub.faq .footerbloklaag .flexbox-wrapper h4{
    margin-bottom: 5px;
}

.sub.faq .footerbloklaag .flexbox-wrapper a{
    margin-top: 27px;
}


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

.contact .hoofdlaag .inner:first-of-type{
    padding-top: 32px;
    padding-bottom: 44px;
}

.contact .hoofdlaag .inner:first-of-type h2{
    margin-bottom: 12px;
}

.contact .hoofdlaag .inner:first-of-type .gegevens>div>*:first-child{
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #FF5B01;
    margin-top: 16px;
}

.contact .hoofdlaag .inner:first-of-type .gegevens>div>*{
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    color: #1E1E1E;
    display: block;
}

.contact .hoofdlaag .inner:last-of-type{
    padding-top: 44px;
    padding-bottom: 54px;
    background-color: #F2F2F2;
}

.contact .hoofdlaag .form .gform_required_legend{
    display: none;
}

.contact .hoofdlaag .form #field_1_3 h3{
    font-weight: 600;
    line-height: 29.05px;
}

.contact .hoofdlaag .form .gfield_label{
    font-weight: 600;
    line-height: 19.36px;
}

.contact .hoofdlaag .form .gform_wrapper.gravity-theme .gfield_required{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
    color: #FF5B01;
}

.contact .gform_wrapper.gravity-theme input[type=color],
.contact .gform_wrapper.gravity-theme input[type=date],
.contact .gform_wrapper.gravity-theme input[type=datetime-local],
.contact .gform_wrapper.gravity-theme input[type=datetime],
.contact .gform_wrapper.gravity-theme input[type=email],
.contact .gform_wrapper.gravity-theme input[type=month],
.contact .gform_wrapper.gravity-theme input[type=number],
.contact .gform_wrapper.gravity-theme input[type=password],
.contact .gform_wrapper.gravity-theme input[type=search],
.contact .gform_wrapper.gravity-theme input[type=tel],
.contact .gform_wrapper.gravity-theme input[type=text],
.contact .gform_wrapper.gravity-theme input[type=time],
.contact .gform_wrapper.gravity-theme input[type=url],
.contact .gform_wrapper.gravity-theme input[type=week],
.contact .gform_wrapper.gravity-theme select,
.contact .gform_wrapper.gravity-theme textarea{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: 48px;
    border: 1px solid #EDEDED;
    padding-left: 16px!important;
}

.contact .form .gfield_radio{
    display: flex;
    flex-wrap: wrap;
}

.contact .form .gfield_radio .gchoice_1_9_0{
    margin-right: 14px;
}

.contact .form .gfield_radio .gfield-choice-input{
    appearance: none;
    border: 1px solid #1E1E1E;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    margin: 0;
    position: relative;
}

.contact .form .gfield_radio .gfield-choice-input:checked{
    background-color: #1E1E1E;
}

.contact .form #gform_drag_drop_area_1_11{
    border: 2px dashed #1E1E1E;
    background: transparent;
    font-weight: 400;
    line-height: 18px;
}

.contact .form #gform_drag_drop_area_1_11 span{
    margin-bottom: 3px;
}

.contact .form #gform_drag_drop_area_1_11 button{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #FF5B01;
    border: none;
    background: transparent;
    text-decoration: underline;
}

.contact .form .ginput_container_fileupload .gform_fileupload_rules{
    display: none;
}

.contact .form .gfield--type-consent legend{
    font-size: 14px;
    font-weight: 400!important;
    line-height: 20px!important;
    margin-bottom: 0;
}

.contact .form .ginput_container_consent label{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.contact .form .ginput_container_consent label a{
    text-decoration: underline;
    color: #1E1E1E;
}

.contact .form .ginput_container_consent input:first-of-type{
    appearance: none;
    border: 1px solid #1E1E1E;
    width: 10px;
    height: 10px;
    margin: 0;
    position: relative;
}

.contact .form .ginput_container_consent input:first-of-type:checked{
    background-color: #1E1E1E;
}

.contact .form .gform_wrapper.gravity-theme .gform_footer input{
    line-height: unset!important;
    min-height: unset!important;
    margin-bottom: 0;
    background-color: #FF5B01;
    border-color: #FF5B01;
    padding: 16px 16px;
    height: 53px;
}

.contact .gform_wrapper.gravity-theme .gform_body{
    flex-basis: 100%;
}

.contact .gform_wrapper.gravity-theme .gform_footer{
    width: 100%;
}

.contact span.mobile{
    height: 328px;
    width: 100%;
    background-size: cover;
}

.page-template-sub-contact .site-footer .above-footer, .gform_wrapper.gravity-theme .gfield_description{
    display: none;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border: 1px solid #FF5B01!important;
}

/**
 * WOOCOMMERCE
 * ----------------------------------------------------------------------------
 */

/**
 * LOGIN
 * ----------------------------------------------------------------------------
 */

.page-id-123:not(.logged-in) .entry-content{
    background-image: url(https://www.123bedrijfswageninrichting.nl/wp-content/uploads/2024/04/login-page-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 23px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.page-id-123:not(.logged-in) .woocommerce{
    width: 100%;
    max-width: 424px;
    background-color: white;
    margin: 0 auto;
}

.page-id-123:not(.logged-in) .woocommerce .login{
    padding: 0 32px 32px;
    margin: 22px 0 0;
    border: none;
}

.page-id-123:not(.logged-in) .woocommerce form.woocommerce-ResetPassword.lost_reset_password{
    padding: 32px;
}

.page-id-123:not(.logged-in) .woocommerce .woocommerce-form-row label{
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
    color: #1E1E1E;
    margin-bottom: 6px;
}

.page-id-123:not(.logged-in) .woocommerce .woocommerce-form-row input{
    height: 48px;
    border: 1px solid #EDEDED;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.page-id-123:not(.logged-in) .woocommerce .woocommerce-form-row{
    margin-bottom: 20px;
}

.page-id-123:not(.logged-in) .woocommerce>h2{
    margin: 26px 0 9px;
    text-align: center;
    font-size: 40px!important;
    line-height: 40px!important;
}

.page-id-123:not(.logged-in) .woocommerce .woocommerce-form-login__rememberme{
    display: none;
}

.page-id-123:not(.logged-in) .woocommerce .woocommerce-form-login__submit{
    width: 100%;
    padding: 17px;
    text-align: center;
    background-color: #FF5B01;
    border-color: #FF5B01;
    color: white;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    margin-top: -28px;
}

.page-id-123:not(.logged-in) .woocommerce .woocommerce-LostPassword{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-decoration: underline;
    color: black;
    margin-top: 16px;
}

.page-id-123:not(.logged-in) .woocommerce .woocommerce-LostPassword a{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-decoration: underline;
    color: black;
}

.page-id-123 .above-footer{
    display: none;
}

.page-id-123.login .entry-content{
        background-color: #FAFAFA;
}

.page-id-123.logged-in .woocommerce{
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
    padding: 50px 23px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

}

.page-id-123.logged-in .woocommerce .woocommerce-MyAccount-navigation ul{
    border: 1px solid #E2E2E2
}

.page-id-123.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li{
    padding: 17px 20px 0;
    background-color: white;
}

.page-id-123.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li br {
    display: none;
}

.page-id-123.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li a{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
    color: #1E1E1E;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFDFDF;
    width: 100%;
    display: block;
}

.page-id-123.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li:last-of-type a{
    border-bottom: none;
}

.page-id-123.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
    background-color: #1E1E1E;
}

.woocommerce-MyAccount-content h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}

.woocommerce-MyAccount-content form {
    flex-direction: column;
}


.page-id-123.logged-in .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color: white;
    border: none;
}

.page-id-123.logged-in .woocommerce .woocommerce-MyAccount-content{
    margin-top: 50px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: inherit;
    padding: 0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: inherit;
    padding: 0;
}


.woocommerce-MyAccount-content .u-columns {
    padding: 20px 0px;
}

.woocommerce-MyAccount-content .u-columns .woocommerce-Address {
    padding: 20px;
    background: #FAFAFA;
    border: 1px solid #E2E2E2;
    width: inherit;
    flex: 1;
}

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

header.woocommerce-Address-title.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content .u-columns {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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



/*Complianz cookies*/

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: initial;
    max-width: 100%;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: initial;
}

#cmplz-document ul, .editor-styles-wrapper .cmplz-unlinked-mode ul {
    margin: 1em 0;
    padding-left: 40px;
}

/*Complianz cookies END*/


/**
 * WINKELWAGEN
 * ----------------------------------------------------------------------------
 */

.page-id-121 .above-footer{
    display: none;
}

 .wp-block-woocommerce-cart{
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    padding: 50px 23px;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
 }

 .wp-block-woocommerce-cart .wc-block-cart-items__row{
    background-color: white;
    padding: 20px!important;
    border: 1px solid #E2E2E2;
    display: flex!important;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 16px;
 }

 .wp-block-woocommerce-cart .wc-block-cart-items__row td{
    padding-right: 0!important;
    max-width: 320px!important;
 }

 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
    color: #1E1E1E;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
    display: block!important;
    max-width: unset!important;
    margin-bottom: 0!important;
 }

 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices{
    width: 100%;
    padding: 20px 0!important;
    border-bottom: 1px solid #e2e2e2;
    display: block!important;
    max-width: unset!important;
    margin-bottom: 0!important;
 }

 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{
    display: none;
 }

 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{
    width: 100%;
    padding: 20px 0!important;
    border-bottom: 1px solid #e2e2e2;
    display: block!important;
    max-width: unset!important;
    margin-bottom: 0!important;
 }

 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
    padding: 20px 0 0!important;
    text-align: left!important;
 }

 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper{
    align-items: flex-start;
 }

 .wp-block-woocommerce-cart-totals-block{
    border: 1px solid #E2E2E2;
    background-color: white;
    padding: 20px!important;
 }

 .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button{
    width: 100%;
    padding: 17px;
    text-align: center;
    background-color: #FF5B01;
    border-color: #FF5B01;
    color: white;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
    margin-top: 15px;
 }




/*Woocommerce category main START*/
body.woocommerce div#main {
    background: #FAFAFA;
}

div.woocommerce-main div.flexbox-wrapper {
    flex-direction: column;
    gap: 60px;
    flex-wrap: unset;
}

div.woocommerce-main div.sidebar {
    width: 100%;
    display: none;
}

div.woocommerce-main div.productresults {
    width: 100%;
}

div.inner.woocommerce-main {
    padding: 47px 23px;
}

h1.woocommerce-products-header__title.page-title {
    color: #1E1E1E;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0px 0px 10px 0px;
}

h2.woocommerce-loop-product__title {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    font-size: 18px;
}

.woocommerce a.added_to_cart {
    display: none;
    padding-top: 0;
    align-self: center;
    color: #FF5B01;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    display: flex;
    flex-direction: column;
    width: auto !important;
    grid-column: span 6;
    margin: 0 !important;
    background: #FFF;
}

.woocommerce ul.products.columns-4 li.product div.product-image {
    position: relative;
    width: 100%;
    border: 1px solid #E2E2E2;
    padding: 30px;
}

.woocommerce span.onsale {
    min-height: inherit;
    min-width: inherit;
    padding: 9px 12px;
    font-size: 1em;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: inherit;
    border-radius: 0;
    background-color: #4CCA11;
    color: #fff;
    font-size: 12px;
    z-index: 9;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: normal;
    top: 8px;
    left: 8px;
}

.woocommerce ul.products li.product .onsale {
    top: 10px;
    right: inherit;
    left: 10px;
    margin: 0;
}

.woocommerce ul.products li.product .button,
.owl-carousel.product-detail a.add_to_cart_button {
    margin-top: 0;
    line-height: 0;
    background: #FF5B01;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 10px;
    flex-shrink: 0;
}

.woocommerce ul.products li.product .button:hover ,
.owl-carousel.product-detail a.add_to_cart_button:hover {
    background: #ff8e4f;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
    margin-left: 0;
    vertical-align: initial;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    color: #FF5B01;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.woocommerce ul.products.columns-4 li.product div.product-content {
    flex-grow: 1;
    background: #FAFAFA;
    padding: 15px 0px 0px 0px;
}

.woocommerce ul.products.columns-4 li.product div.product-content a.more {
    color: #A8A8A8;
    font-weight: 600;
    text-decoration-line: underline;
}

.woocommerce ul.products.columns-4 li.product div.product-content div.top {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.woocommerce ul.products.columns-4 li.product div.bottom {
    display: flex;
    gap: 15px;
    margin: 10px 0px 0px 0px;
}

.woocommerce ul.products.columns-4 li.product div.bottom .button {
    display: none;
}

.woocommerce ul.products.columns-4 li.product div.description {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #9D9D9D;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
    margin: 26px 0px 0px 0px;
}

.woocommerce ul.products li.product .price,
div.product p.price,
div.product span.price p#selected_product_price,
.owl-carousel.product-detail .price {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    color: #9D9D9D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
    margin: 0;
}


.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)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    border-radius: 0;
}

.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 {
    color: #fff;
    background-color: #ff792f;
}


.filter-mobile {
    display: block;
    float: left;
    margin: 0;
    background: #fff;
    width: 100%;
    padding: 18px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #DCDCDC;
}

div.result-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    border-bottom: 0;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
}

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



/**
 * Active filter
 * ----------------------------------------------------------------------------
 */

.filter-active div.woocommerce-main div.sidebar {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    z-index: 1000;
    overflow-y: auto;
    background: #fff;
}

html.filter-active {
    overflow-y: hidden;
}

/* Dark overlay behind the sidebar popup */
html.filter-active::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Sticky "Bekijk producten" button at the bottom of the filter popup */
.filter-view-products {
    display: none;
}

.filter-active .filter-view-products {
    display: block;
    margin-top: auto;
    position: sticky;
    bottom: -1px;
    background: #f07c00;
    color: #fff;
    text-align: center;
    padding: 14px 20px;
    font-weight: 600;
    cursor: pointer;
}

div.woocommerce-main div.sidebar>form {
    padding: 0;
}

div.woocommerce-main div.sidebar>form>ul {
    width: 100%;
}

/**
 * Active filter END
 * ----------------------------------------------------------------------------
 */





/**
 * Search & Filter
 * ----------------------------------------------------------------------------
 */

.searchandfilter ul li {
    padding: 0;
    background: #fff;
}

#search-filter-form-6876 ul.children li.last {
    color: green;
    font-weight: bold;
}

li.active-result.sf-level-0 {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

form.searchandfilter > ul > li {
    margin: 0px 0px 10px 0px;
    padding: 15px 20px;
}

.searchandfilter .meta-slider {
    margin: 20px 10px 10px 10px;
}
.searchandfilter .sf-count, .searchandfilter .sf-date-postfix {
    color: #9E9999;
    font-weight: 400;
}
.searchandfilter h4 {
    padding: 0;
    margin: 0;
}

.searchandfilter label {
    cursor: pointer;
    display: inline;
}
.searchandfilter .noUi-connect {
    background-color: #ff6900;
}
.searchandfilter ul li li label:hover {
    color: #ff6900;
}

.searchandfilter ul li.sf-field-reset {
    padding: 15px 20px;
    background: transparent;
}

.searchandfilter ul a.search-filter-reset {
    display: none;
    padding: 0px 0px 0px 20px;
    font-style: normal;
    font-weight: 400;
    background: url(https://www.123bedrijfswageninrichting.nl/assets/svg/close-icon.svg) no-repeat;
    background-position: center left;
}

.searchandfilter.filter-active ul a.search-filter-reset {
    display: inline-flex;
    border-bottom: solid 1px black;
}

div.sidebar.woocommerce li.sf-field-search, div.sidebar.woocommerce li.sf-field-submit {
    display: none !important;
}

.filter-close {
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
}


/* Hide the UL elements by default */
.searchandfilter > ul > li > ul {
    display: none; /* Hidden by default */
    overflow: hidden;
    max-height: 500px;
    overflow-y: scroll;
    margin: 15px 0px;
}

/* Styling for the toggle header (h4) */
.searchandfilter > ul > li > h4 {
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
}



form.searchandfilter li.sf-field-taxonomy-product_cat {
    
}

.home .hoofdlaag .search form.searchandfilter li.sf-field-taxonomy-product_cat,
.site-footer .above-footer .tool li.sf-field-taxonomy-product_cat,
form.searchandfilter.secondary li.sf-field-taxonomy-product_cat {
    display: block !important;
}



/*Webkit scrollbar styles*/
/* Scrollbar container */

.searchandfilter > ul > li > ul {
  --sb-track-color: #F3F3F3;
  --sb-thumb-color: #1E1E1E;
  --sb-size: 5px;
}

.searchandfilter > ul > li > ul::-webkit-scrollbar {
  width: var(--sb-size);
    position: absolute;
    right: 0;
}

.searchandfilter > ul > li > ul::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

.searchandfilter > ul > li > ul::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
  
}

@supports not selector(::-webkit-scrollbar) {
  .searchandfilter > ul > li > ul {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}
/*Webkit scrollbar styles END*/









.searchandfilter > ul > li > h4:after {
    position: absolute;
    content: '';
    right: 0;
    top: 10px;
    background: url(https://www.123bedrijfswageninrichting.nl/assets/svg/chevron-down.svg) no-repeat; 
    width: 14px;
    height: 9px;
}

/* Optional: Active state styling for the toggle header */
.searchandfilter > ul > li.active > h4:after {
    background: url(https://www.123bedrijfswageninrichting.nl/assets/svg/chevron-up.svg) no-repeat;
    
}

.searchandfilter > ul > li.active > h4 {
    border-bottom: solid 1px #e3e3e3;
    padding: 0px 0px 15px 0px;
}









/**
 * Search & Filter END
 * ----------------------------------------------------------------------------
 */



/**
 * Woocommerce buttons
 * ----------------------------------------------------------------------------
 */

.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)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #FF5B01;
    padding: 17px 20px;
}

.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)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #1E1E1E;
}

/**
 * Woocommerce buttons END
 * ----------------------------------------------------------------------------
 */


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

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

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

div#add_to_cart_button_container {
    flex: 1;
}

.woocommerce div.product form.cart .button {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.woocommerce div.product form.cart .button img {
    margin: 0px 10px 0px 0px;
}


.woocommerce div.product .cart-bottom {
    display: flex;
    gap: 8px;
    padding: 20px;
    background: #fff;
    flex-wrap: wrap;
    flex: 1;
}



/*Woocommerce category main END*/










/**
 * Shop megamenu dropdown
 * ----------------------------------------------------------------------------
 */

.shop-megamenu {
    display: none;
}

.mega-menu-wrapper {
    width: 100%;
}

.shop-megamenu ul.nav-menu {
    line-height: 28px;
}

.shop-megamenu ul.nav-menu li.menu-item a:hover {
    color: #FF5B01;
}

.shop-megamenu ul.nav-menu li.menu-item a {
    font-weight: 400;
    color: #000;
}

.shop-megamenu ul.nav-menu li.title a {
    font-weight: 800;
    color: #000;
}

.shop-megamenu ul.nav-menu li.title {
    margin: 24px 0px 0px 0px;
}

.shop-megamenu ul.nav-menu li.col-end {
    display: none;
}

.shop-megamenu ul.nav-menu div.col-menu li.title:first-of-type {
    margin: 0;
}

.shop-megamenu .nav-menu li a {
    font-weight: 400;
}

.shop-megamenu .block.allproducts {
    background: url(https://www.123bedrijfswageninrichting.nl/wp-content/uploads/2024/06/allproductsbg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 32px;
    width: 344px;
    height: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.2s;
}

.shop-megamenu .block.allproducts:hover {
    opacity: 0.85;
    transition: 0.2s;
}

.shop-megamenu .block.allproducts .inner {
    display: flex;
    gap: 19px;
    flex-direction: column;
    padding: 0;
}

.shop-megamenu .block.allproducts h6 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
}

.shop-megamenu .block.allproducts a.btn {
    padding: 0;
}

.shop-megamenu a.allproducts {
    display: none;
}

/**
 * Shop megamenu dropdown END
 * ----------------------------------------------------------------------------
 */







/**
 * Woocommerce navigation
 * ----------------------------------------------------------------------------
 */

div.woocommerce-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0px 0px 0px;
    gap: 10px;
}

div.woocommerce-pagination div.prev-next {
    display: flex;
    gap: 20px;
}

div.woocommerce-pagination div.wp-pagenavi {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
}

div.woocommerce-pagination div.wp-pagenavi:before {
    position: absolute;
    content: '';
    left: 0;
    background: #E2E2E2;
    width: 10%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

div.woocommerce-pagination div.wp-pagenavi:after {
    position: absolute;
    content: '';
    right: 0;
    background: #E2E2E2;
    width: 10%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

div.woocommerce-pagination .wp-pagenavi a, 
div.woocommerce-pagination .wp-pagenavi span,
div.woocommerce-pagination .nav-links a {
    text-decoration: underline;
    border: 0;
    padding: 5px;
    margin: 0;
    line-height: 1;
}

div.woocommerce-pagination .wp-pagenavi a:hover, 
div.woocommerce-pagination .wp-pagenavi span:hover,
div.woocommerce-pagination .nav-links a:hover {

}

div.woocommerce-pagination .wp-pagenavi span.current {
    font-weight: 800;
}

div.woocommerce-pagination span.pages {
    display: none;
}

div.woocommerce-pagination div.nav-previous,
div.woocommerce-pagination div.nav-next {
    font-weight: 600;
}

div.woocommerce-pagination .wp-pagenavi span.current {
    text-decoration: none;
}

div.woocommerce-pagination div.nav-links {
    display: flex;
    gap: 10px;
    /* padding: 10px; */
}

div.woocommerce-pagination div.nav-links {
    display: flex;
    gap: 15px;
}

div.woocommerce-pagination div.nav-links div {
    display: flex;
}

/**
 * Woocommerce navigation END
 * ----------------------------------------------------------------------------
 */






/**
 * Woocommerce single product page
 * ----------------------------------------------------------------------------
 */

body.single-product div.product {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    padding: 40px 23px;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

body.single-product div.product-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

body.single-product .iconic-woothumbs-all-images-wrap {
    max-width: 100%;
    width: 100% !important;
    margin: 0;
    display: none;
}

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

.woocommerce div.product div.summary {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

body.single-product div.product-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

body.single-product div.woocommerce-tabs {
    max-width: 100%;
    width: 100%;
    margin: 0;    
}

body.single-product section.up-sells h2.block-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px 0px 30px 0px;
}

body.single-product section.up-sells .product-description {
    display: none;
}

.woocommerce div.product div.summary div.delivery {
    color: #4CCA11;
}

.woocommerce div.product div.summary div.sku {
    color: #9D9D9D;
    margin: 26px 0px 0px 0px;
}

div.product span.price p#selected_product_price {
    margin: 25px 0px;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
}

.woocommerce div.product .grouped-select {
    width: 100%;
}

.woocommerce div.product .product_title {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 36px */
    padding: 16px 0px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    max-height: inherit;
    padding: 32px 0px;
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
    margin: 0px 0px 10px 0px;
}

.woocommerce div.product .add-to-cart-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.woocommerce div.product div.quantity-btn {
    display: flex;
    gap: 8px;
}

.woocommerce div.product div.paymentlogos {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.woocommerce div.product div.paymentlogos div.payment-option {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce div.product div.paymentlogos div.payment-option img {
    max-height: 40px;
    max-width: 120px;
}

.iconic-woothumbs-images-wrap {
    position: relative;
}


/*woocommerce custom product addons*/

.wcpa_section_head {
    display: none !important;
}

.wcpa_form_outer {
    margin: 0 !important;
}

.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom {
    margin: 0px 5px 0px 0px !important;
}

span.wcpa_option_price {
    margin-left: 10px;
    font-weight: bold;
}

span.wcpa_price_outer {
    display: flex;
    flex-direction: column;
}

.wcpa_wrap .wcpa_price_summary .wcpa_total {
    flex-direction: column;
    gap: 10px;
}

.wcpa_wrap .wcpa_price_summary .wcpa_total>span,
.wcpa_wrap .wcpa_price_summary .wcpa_total span.wcpa_price_outer {
    width: 100%;
    gap: 10px;
}

span.wcpa_price_outer span.title {
    font-weight: normal;
}

/*woocommerce custom product addons END*/





/*Crossells popup*/

div#crossSellModal {
    z-index: 99999;
}

div#crossSellModal .modal-dialog {
    max-width: 1120px;
}

div#crossSellModal .modal-body {
    padding-top: 0;
}

div#crossSellModal .modal-header {
    border-bottom: none;
    justify-content: center;
    align-items: center;
}

div#crossSellModal .modal-header h4.modal-title {

}

div#crossSellModal .modal-header h4.modal-title strong {
    color: #FF5B01;
}

div#crossSellModal .modal-header .close {
    padding: 0;
    margin: inherit;
    margin-left: auto;
}

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

div.custom-owlnavigation.crossells .owl-dots {
    margin: 0;
    align-items: center;
}

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

div.custom-owlnavigation.crossells .owl-nav button.owl-prev, 
div.custom-owlnavigation.crossells .owl-nav button.owl-next {
    margin: 0;
    border: solid 1px #1E1E1E;
}

/*Crossells popup*/







div#grouped_product_quantity_container {
    display: flex;
}

div#grouped_product_quantity_container div.grouped-product-quantity,
div.product-type-simple .quantity .qty {
    border: 1px solid #E6E6E6;
}

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

.woocommerce div.product div.summary div.line {
    height: 1px;
    width: 100%;
    background: #E2E2E2;
    margin: 27px 0px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    padding: 0px 0px 15px 0px;
    border-bottom: solid 1px #E2E2E2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 17px 24px;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #1E1E1E;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.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 #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
    display: none;
}

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



/**
 * Woocommerce single product page END
 * ----------------------------------------------------------------------------
 */





/**
* 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 {
    background: #fff !important;
    color: #fff !important;
    width: 44px;
    height: 44px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    border: solid 1px #1E1E1E;
}

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

.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 #E56406 !important;
}

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


div.owl-dots {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-wrap: nowrap;
    height: 2px;
    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: 25px 0px 0px 0px;
    align-items: center;
    gap: 35px;
}

div.custom-owlnavigation.product-detail .owl-dots {
    margin: 0;
    align-items: center;
}

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: solid 1px #1E1E1E;
}

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 #FF5B01;
}


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

div.custom-owlnavigation.product-detail div.owl-dots button.active {
    background-color: #1E1E1E;
    height: 3px;
}

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





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

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

.owl-carousel.product-detail div.product-image {
    position: relative;
    border: 1px solid #E2E2E2;
    text-align: center;
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.owl-carousel.product-detail li.product div.product-description {
    margin: 8px 0px;
}

.owl-carousel.product-detail li.product div.product-description .read-more-toggle {
    font-weight: 600;
}

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

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












/*Woocommerce cart*/

body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content {
    padding: 0px 23px 72px 23px;
    max-width: 1470px;
    margin: 0 auto;
}

body.woocommerce-cart h1.entry-title,
body.woocommerce-checkout h1.entry-title {
    padding: 72px 23px 23px 23px;
    max-width: 1470px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 60px */
}

body.woocommerce-checkout h1.entry-title {
    padding: 72px 0px 23px 0px;
}

body.woocommerce-cart div#main {
    background-color: #FAFAFA;
}

body.woocommerce-cart .inner.main,
body.woocommerce-checkout .inner.main {
    padding: inherit;
}

body.woocommerce-cart h1.entry-title,
body.woocommerce-checkout h1.entry-title {
    margin: 0 auto;
}

body.woocommerce-cart .cart-content {
    display: flex;
    flex-direction: column;
}

body.woocommerce-cart .sidebar {
    max-width: 100%;
}

body.woocommerce-cart .sidebar div.usps {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

body.woocommerce-cart div.usps .flexbox-wrapper {
    align-items: center;
}


body.woocommerce-cart div.usps .bg-img {
    width: 16px;
    height: 12px;
    margin-right: 7px;
}

body.woocommerce-cart .cart-collaterals {
    margin-left: auto;
    max-width: 100%;
    border: solid 1px #E2E2E2;
    background: #fff;
    padding: 20px;
}

body.woocommerce-cart .cart-collaterals h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px 0px 20px 0px;
}

body.woocommerce-cart .cart-collaterals table.shop_table,
body.woocommerce-cart .cart-collaterals table.shop_table td {
    border: 0;
    background-color: transparent;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

body.woocommerce-cart .cart-collaterals div.paymentlogos {
   margin: 10px 0px 0px 0px;
}

#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;
    font-size: 16px;
    color: #fff;
}

body.woocommerce-cart form.woocommerce-cart-form {
    display: block;
    background: transparent;
    max-width: 985px;
    width: 100%;
    margin: 0px 40px 0px 0px;
}

body.woocommerce-cart form.woocommerce-cart-form div.actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0px;
    flex-direction: column;
}

body.woocommerce-cart form.woocommerce-cart-form div.actions div.coupon {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 20px 0px;
}


body.woocommerce-cart form.woocommerce-cart-form div.actions div.coupon h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

body.woocommerce-cart form.woocommerce-cart-form div.actions div.coupon div.coupon-form {
    display: flex;
    border: solid 1px #EDEDED;
    margin: 10px 0px 0px 0px;
}

body.woocommerce-cart form.woocommerce-cart-form div.actions div.coupon div.coupon-form button {
    padding: 0;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    background: #fff;
    border: solid 1px #E2E2E2;
}

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

.woocommerce table.shop_table td {
    border-top: 0;
}

.woocommerce div.product form.cart div.quantity, .woocommerce .quantity .qty {
    height: 100%;
    width: 100px;
    margin: 0;
    border: solid 1px #E6E6E6;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding: 10px 0px;
    border: 0;
}

.woocommerce a.remove:hover {
    background: transparent;
    opacity: 0.8;
}

table.cart td.product-name a {
    font-weight: 600;
    color: #000;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    color: #000;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}

tr.order-total {
    border-top: solid 1px #E2E2E2;
}


.woocommerce-cart table.cart img {
    width: 80px;
}

.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value {
    margin-left: 0 !important;
}

.woocommerce-page table.shop_table tbody .product-name .variation dt, .woocommerce-page table.shop_table_responsive tbody .product-name .variation dt {
    float: left !important;
}

.woocommerce table.cart .variation {
    display: block !important;
}



/*Woocommerce cart END*/





/*Woocommerce notices wrapper*/


.woocommerce-notices-wrapper {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 20px 0px;
}

/*Woocommerce notices wrapper END*/




/*homepage product search*/

form#search-filter-form-1148 {
}

form#search-filter-form-1148 > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

form#search-filter-form-1148 h4 {
    display: none;
}

form#search-filter-form-1148 > ul > li {
    margin: 0;
    padding: 0;
}

form#search-filter-form-1148 input.sf-input-text {
    height: 100%;
    border: solid 1px red;
}


form#search-filter-form-1148 li {
    flex: 1;
}

form#search-filter-form-1148 li.sf-field-submit {
    margin-left: auto;
    flex: none;
    width: 100%;
}

form#search-filter-form-1148 li.sf-field-taxonomy-product_cat {
    position: relative;
}

form#search-filter-form-1148 li.sf-field-taxonomy-product_cat .select2-selection__rendered,
form#search-filter-form-1148 li.sf-field-taxonomy-voertuigtype .select2-selection__rendered {
    position: relative;
    padding: 0px 0px 0px 30px;
}


form#search-filter-form-1148 li.sf-field-taxonomy-product_cat .select2-selection__rendered:before,
form#search-filter-form-1148 li.sf-field-taxonomy-voertuigtype .select2-selection__rendered:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

form#search-filter-form-1148 li.sf-field-taxonomy-product_cat .select2-selection__rendered:before {
    background: url('https://www.123bedrijfswageninrichting.nl/assets/svg/search-o.svg') no-repeat;
}

form#search-filter-form-1148 li.sf-field-taxonomy-voertuigtype .select2-selection__rendered:before {
    background: url('https://www.123bedrijfswageninrichting.nl/assets/svg/icon-car.svg') no-repeat;
}

form#search-filter-form-1148 li.sf-field-taxonomy-product_cat:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background: #CECECE;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

form#search-filter-form-1148 input[type="submit"] {
    background: #FF5B01 url('https://www.123bedrijfswageninrichting.nl/assets/svg/search-w.svg') no-repeat;
    background-position: center center;
    width: 100%;
    height: 53px;
}

form#search-filter-form-1148 input[type="submit"]:hover {
    height: 100%;
    background: #ff792f url(https://www.123bedrijfswageninrichting.nl/assets/svg/search-w.svg) no-repeat;
    background-position: center center;
    width: 100%;
    height: 53px;
}

form#search-filter-form-1148 .chosen-container {
    width: 100% !important;
}

form#search-filter-form-1148 .chosen-container-single .chosen-single div {
    right: 16px;
}

span.select2-container span.main-category-class {
    /*font-weight: 600;*/
}

.searchandfilter select.sf-input-select {
    min-width: inherit;
}

form#search-filter-form-1148 > ul > li .select2-container  {
    display: flex;
    width: 100% !important;
    height: 100%;
}

.select2-container span.selection {
    width: 100%;
}

.select2-container .select2-selection--single,
.searchandfilter>ul>li[data-sf-combobox="1"] label {
    height: 100%;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
}

form#search-filter-form-1148 .select2-container .select2-selection--single {
    padding: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    border: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 12px;
    width: 12px;
}

form#search-filter-form-1148 span.select2-selection__arrow b {
    display: block;
    width: 12px;
    height: 10px;
    background: url(https://www.123bedrijfswageninrichting.nl/assets/svg/chevron-down.svg) no-repeat;
    background-position: center center;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
    position: relative;
}

/*homepage product search END*/








/*Woocommerce checkout*/

body.woocommerce-checkout {
    background: #FAFAFA;
}

form.woocommerce-checkout {
    gap: 20px;
    justify-content: space-between;
}

form.woocommerce-checkout div#checkout-steps {
    order: 1;
    flex: 1;
}

form.woocommerce-checkout div#checkout-steps-titles {
    width: 100%;
    order: 2;
    flex-shrink: 0;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

form.woocommerce-checkout div#checkout-steps-titles br {
    display: none;
}

form.woocommerce-checkout div#checkout-steps-titles .step-title {
    width: 100%;
    padding: 16px;
    display: flex;
    border-bottom: solid 1px #DFDFDF;
}

form.woocommerce-checkout div#checkout-steps-titles .step-title.active,
form.woocommerce-checkout div#checkout-steps-titles .step-title:hover {
    background: #1E1E1E;
    color: #fff;
    border-bottom: solid 1px transparent;
    cursor: pointer;
}

form.woocommerce-checkout div.checkout-step {
    padding: 8px 20px 2px 20px;
    border: 0;
    background: transparent;  
    opacity: 0.6;
    cursor: pointer;
    transition: 0.2s;
}

form.woocommerce-checkout div.checkout-step:hover {
    padding: 8px 20px 2px 20px;
    border: 0;
    background: transparent;  
    opacity: 1;
}

form.woocommerce-checkout div.btns {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 20px 0px 0px 0px;
}

form.woocommerce-checkout div.btns a.previous-step,
form.woocommerce-checkout div.btns a.next-step {
    padding: 17px 16px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    background: #FF5B01;
}

form.woocommerce-checkout div.btns a.previous-step:hover,
form.woocommerce-checkout div.btns a.next-step:hover {
    background: #1E1E1E;
}

form.woocommerce-checkout p:empty {
    display: none;
}

form.woocommerce-checkout div.checkout-step div.content {
    display: none;
    border: solid 1px #E2E2E2;
    padding: 20px;
    margin: 20px 0px;
}

form.woocommerce-checkout div.checkout-step.active {
    padding: 16px;
    border: 1px solid #E2E2E2;
    background: #FFF;  
    opacity: 1;
    pointer-events: all;
    margin-top: 6px;
}

form.woocommerce-checkout div#step-1.active {
    margin-top: 0;
}

form.woocommerce-checkout div.checkout-step.active div.content {
    display: block;
}

form.woocommerce-checkout div.checkout-step span.step-title {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    display: flex;
    flex-direction: row;
    align-items: center;
}

form.woocommerce-checkout div.checkout-step span.step-title span {
    padding: 20px 16px;
}

form.woocommerce-checkout div.checkout-step span.step-title span.number {
    background: #DADADA;
    width: 52px;
    text-align: center;
}

form.woocommerce-checkout div.checkout-step span.step-title span.title {
    background: #F2F2F2;
    flex: 1;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: solid 1px #DADADA;
}

.woocommerce form .select2-container .select2-selection--single {
    padding: inherit;
    border-radius: 4px;
    border: solid 1px #DADADA;
}

.woocommerce form .select2-container {
    display: block;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: flex;
    flex-direction: column;
}

h3#ship-to-different-address br {
    display: none;
}

h3#ship-to-different-address {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

ul.woocommerce-shipping-methods {
    display: block;
}

.woocommerce ul#shipping_method li input {
    margin: 6px .4375em 0 0;
}

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

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

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    display: none;
}

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

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #F2F2F2;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#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 .4375em 0 0;
}

/*Woocommerce checkout END*/






/*Sticky contact*/
.sticky-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 210px;
    height: 210px;
    background: #000;
    width: 100%;
    top: 0;
    margin: auto;
    padding: 20px;
    color: #fff;
    display: none;
    flex-direction: column;
    gap: 16px;
    border-bottom: solid 4px #FF5B01;
    z-index: 2;
}

.sticky-contact span.icon {
    background: #4CCA11;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 54px;
    height: 54px;
}

.sticky-contact span.icon img {
    width: 23px;
}

.sticky-contact span.title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
}

.sticky-contact span.text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/*Sticky contact END*/



/*Favorite button*/

.favorite-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid #E2E2E2;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    position: absolute;
    top: 8px;
    right: 8px;
}

.favorite-button:hover {
    background: #E2E2E2;
}

.favorite-button img {
    width: 25px !important;
}

.favorite-button[data-favorite="yes"] i {
    color: #e74c3c;
}

.favorite-button:hover {

}

div.favorites-overview {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    width: 100%;
}

/*Favorite button*/




/*Page template sub content*/

body.page-template-sub-content section.sub-contentlaag {
    padding: 72px 0px;
}

body.page-template-sub-content h1.entry-title {
    margin: 0px 0px 40px 0px;
}

/*Page template sub content END*/




/*order received*/

body.woocommerce-order-received .entry-content {
    padding: 72px 23px;
}

body.woocommerce-order-received h2.woocommerce-column__title {
    font-size: 40px;
}


/*order received END*/












/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
 @media (min-width:500px) {
    
 }

@media (min-width:650px) {

}
    
@media (min-width:768px) {

    .top-header .flexbox-wrapper .usps{
        display: flex;
        flex-wrap: wrap;
        width: 555px;
        justify-content: space-between;
    }
    
    .top-header .flexbox-wrapper .usps p {
        margin: 0;
    }

    .top-header .flexbox-wrapper .usps .flexbox-wrapper:not(:first-of-type){
        display: flex;
    }


    .site-footer .above-footer .inner{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .site-footer .above-footer .inner h6{
        max-width: 691px;
        text-align: center;
        margin: 0 auto;
    }

    .site-footer .above-footer .tool {
        /* height: 118px; */
        /* max-width: 968px; */
        /* margin: 20px auto 0; */
    }

    .site-footer .footer .flexbox-wrapper:first-of-type{
        justify-content: space-between;
    }
    .site-footer .footer .flexbox-wrapper:first-of-type div:first-of-type{
        flex-basis: 100%;
        margin-bottom: 40px;
    }

    .site-footer .footer .flexbox-wrapper:first-of-type div{
        margin-bottom: 0;
        flex-basis: fit-content;
    }

    .site-footer .footer .flexbox-wrapper:first-of-type div:last-of-type{
        padding-bottom: 0;
        border-bottom: 0;
    }

    .site-footer .footer .flexbox-wrapper:last-of-type{
        padding-top: 40px;
        border-top: 1px solid #6F6F6F;
        margin-top: 40px;
    }

    .site-footer .under-footer .flexbox-wrapper{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .site-footer .under-footer .flexbox-wrapper .logos{
        margin-bottom: 0;
    }

    .home .hoofdlaag>span:first-of-type{
        width: 50%;
    }

    .home .hoofdlaag>span:last-of-type{
        width: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        top: 0;
        width: 50%;
        right: 0;
    }

    .home .hoofdlaag h1{
        text-align: center;
    }

    .home .hoofdlaag h1 br{
        display: none;
    }

    .home .vragenlaag h3{
        text-align: center;
    }

    .home .vragenlaag .inner>p:first-of-type{
        text-align: center;
    }

    .home .contactblok .flexbox-wrapper{
        align-items: center;
    }

    .home .contactblok .flexbox-wrapper>div{
        text-align: center;
    }

    .home .informatielaag .content{
        max-width: 650px;
    }

    .home .informatielaag .flexbox-wrapper>span{
        height: 300px;
        max-width: 500px;
    }

    .sub .hoofdlaag::before{
        height: 205px;
    }

    .sub.faq .vragenlaag .inner>.flexbox-wrapper{
        flex-direction: row;
    }

    .sub.faq .vragenlaag .inner>.flexbox-wrapper .categorien{
        flex-basis: 344px;
        margin-right: 80px;
    }

    .sub.faq .vragenlaag .inner>.flexbox-wrapper .vragen{
        flex-basis: 48%;
        margin-top: 0;
        flex-grow: 1;
        max-width: 896px;
    }

    .sub.faq .footerbloklaag .flexbox-wrapper{
        align-items: center;
        justify-content: center;
        padding: 40px;
    }

    .sub.faq .footerbloklaag .flexbox-wrapper div{
        flex-basis: 50%;
        flex-grow: 1;
        max-width: 479px;        
    }

    .sub.faq .footerbloklaag .flexbox-wrapper a{
        flex-basis: 203px; 
        margin-left: 63px;    
        margin-top: 0;  
    }

    .contact .form .gform_fields>*:nth-child(-n + 6){
        grid-column: span 6;
    }
    
    .contact .form .gform_fields>*:first-child{
        grid-column: span 12;
    }

    .contact .inner:first-of-type .gegevens>div{
        display: inline-block;
        margin-right: 40px;
        width: fit-content;
    }

    .contact .inner:first-of-type .gegevens>div>*:first-child{
        margin-top: 23px!important;
    }

    .contact span.mobile{
        height: 500px;
    }

    .page-id-123.logged-in .woocommerce .woocommerce-MyAccount-content{
        margin-top: 0;
        width: 65%;
    }

    .wp-block-woocommerce-cart .wc-block-cart-items__row{
        display: table-row!important;
    }

    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
        padding: 0!important;
        border-bottom: none;
    }

    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices{
        padding: 0!important;
        border-bottom: none;
    }

    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{
        border-bottom: none!important;
    }

    .wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image{
        padding-right: 15px !important;
        border-right: 1px solid #E2E2E2;
        border-left: 1px solid #E2E2E2;
    }

    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
        padding-left: 15px !important;
        border-left: 1px solid #E2E2E2;
        border-right: 1px solid #E2E2E2;
    }
    
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        flex-direction: row;
        border: 1px solid #E2E2E2;
    }
    
    div.filter-mobile {
        display: none;
    }
    
    div.woocommerce-main div.flexbox-wrapper {
        flex-direction: row;
    }
    
    div.woocommerce-main div.sidebar {
        max-width: 344px;
        display: block;
    }

    div.woocommerce-main div.productresults {
        max-width: 1020px;
    }
    
    div.woocommerce-main div.sidebar>form>ul {
        overflow-y: hidden;
    }
    
    .filter-close {
        display: none;
    }
    
    .searchandfilter ul li.sf-field-reset {
        padding: 0;
    }
    
    div.woocommerce-main div.sidebar>form>ul {
        max-height: inherit;
        overflow-y: inherit;
    }
    
    .woocommerce .woocommerce-ordering {
        display: block;
    }
    
    div.result-sort {
        border-bottom: 1px solid #DCDCDC;
    }
    
    .woocommerce ul.products.columns-4 li.product div.product-image {
        border: 0;
        border-right: 1px solid #E2E2E2;
        max-width: 344px;
        flex-shrink: 0;
    }
    
    .woocommerce ul.products.columns-4 li.product div.description {
        display: block;
    }
    
    .woocommerce ul.products.columns-4 li.product div.product-content div.top {
        padding: 0px 0px 10px 0px;
    }
    
    .woocommerce ul.products.columns-4 li.product div.bottom {
        margin: 25px 0px 0px 0px;
    }
    
    h1.woocommerce-products-header__title.page-title {
        font-size: 40px;
    }
    
    div.result-sort {
        padding: 15px 0px;
    }
    
    .woocommerce ul.products.columns-4 li.product div.product-content {
        padding: 30px;
        background: #fff;
    }
    
    .woocommerce .products ul,
    .woocommerce ul.products {
        gap: 10px;
    }
    
    div.woocommerce-pagination div.wp-pagenavi:before,
    div.woocommerce-pagination div.wp-pagenavi:after {
        width: 30%;
    }   
    
    body.single-product div.product-top {
        flex-direction: row;
        gap: 60px;
        padding: 0px 0px 60px 0px;
    }
    
    body.single-product .iconic-woothumbs-all-images-wrap {
        max-width: 720px;
        display: block;
    }

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

    .woocommerce div.product div.summary {
        max-width: 640px;
    }
    
    body.single-product div.woocommerce-tabs {
        max-width: 720px; 
    }

    body.single-product section.up-sells {
        max-width: 640px;
    }
    
    body.single-product div.product-bottom {
        flex-direction: row;
        gap: 60px;
    }
    
    .woocommerce ul.products.columns-4 li.product div.bottom .button {
        display: block;
    }
    
    .woocommerce ul.products li.product div.top .button {
        display: none;
    }
    
    div.layertop {
        display: flex;
    }

    div.layerbottom {
        display: none;
    }
    
    .woocommerce table.shop_table td {
        border: solid 1px #E2E2E2;
        border: solid 1px #E2E2E2;
    }
    
    form#search-filter-form-1148 li.sf-field-taxonomy-voertuigtype {
        margin-right: 8px;
    }
    
    form#search-filter-form-1148 input[type="submit"],
    form#search-filter-form-1148 input[type="submit"]:hover {
        width: 53px;
    }
    
    
    
    form#search-filter-form-1148 li.sf-field-submit {
        width: auto;
    }
    
    form#search-filter-form-1148 > ul {
        flex-direction: row;
    }
    
    .home .hoofdlaag .search {
        padding: 30px;
    }
    
    form#search-filter-form-1148 li.sf-field-taxonomy-product_cat,
    form#search-filter-form-1148 li.sf-field-taxonomy-voertuigtype {
        margin-bottom: 0px;
    }
    
    div.maincategories a.category {
        grid-column: span 3;
    }
    
    form.woocommerce-checkout {
        gap: 80px;
        row-gap: 20px;
    }
    
    .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
        width: 100%;
    }
    
    form.woocommerce-checkout div#checkout-steps-titles {
        max-width: 344px;
    }
    
    div.favorites-overview {
        grid-template-columns: repeat(2, 1fr);
    }
    
}



@media (min-width: 1024px) {
    .top-header .flexbox-wrapper .search{
        display: block;
        max-width: 246px;
        background-color: #FFFFFF;
        
    }

    form#search-filter-form-14729 > ul > li {
        margin: 0;
        padding: 3px 30px;
        position: relative;
    }
    
    form#search-filter-form-14729 > ul > li::before {
        position: absolute;
        content: '';
        width: 13px;
        height: 13px;
        left: 8px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url(https://www.123bedrijfswageninrichting.nl/assets/svg/search-o.svg) no-repeat;
        background-size: cover;
    }
    
    form#search-filter-form-14729 input {
        padding: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */
    }
    
    .hfeed.site {
    }
   
    #breadcrumbs{
        
    }

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

    a[href^="tel:"] { 
        text-decoration: none;
    }


    .site-header .inner .navbar-buttons.mobile{
        display: none;
    }

    .site-header {
        margin: 0 auto;
        padding: 16px 0;
    }

    .site-header .inner{
        padding: 0 25px;
    }

    .site-header .inner .home-link{
        width: 262px;
        height: 75px;
        margin-top: 0;
    }
    header.site-header div.menu {
        display: none;
    }

    div#navbar {
        transition: unset;
        text-align: center;
        flex-basis: fit-content;
        flex-grow: 1;
        order: 2;
        overflow: visible;
        border-top: 0;
        top: 0;
        height: 25px;
    }

    .site-header .inner .navbar .navigation {
        opacity: unset;
    }

    .navbar a {
        animation: unset;
    }

    .navbar .menu-menu-1-container {
        position: relative;
    }

    div#navbar ul {
        max-height: unset;
        overflow: visible;
        position: absolute;
        width: fit-content;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .shopnavbar{
        order: 2;
    }

    div#navbar .nav-menu>li {
        border-bottom: none!important;
        padding-bottom: 0;
        margin: 0 13px;
        width: fit-content;
        display: inline-block;
        border-top: 0!important;
        padding-bottom: 0;
        border-bottom: 0;
    }

    div#navbar .nav-menu>li.menu-item-has-children {
        margin-right: 30px;
    }

    .nav-menu>li:first-of-type {
        padding: 0;
    }

    .nav-menu li a {
        display: unset;
        transition: 0.2s;
        font-weight: 600;
    }
    
    div#navbar ul li a {
        padding: 0;
    }

    div#navbar ul li a::after{
        content: ""!important;
    }

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

    .nav-menu li.menu-item-has-children>a::after{
        transform: scale(0.8);
        top: -1px;
        right: -20px!important;
    }

    .nav-menu .sub-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    div#navbar ul .sub-menu {
        padding: 30px 25px 0 25px;
        left: -15px;
        transition: 0.3s;
        box-shadow: rgba(17,12,46,.15) 0 48px 50px 0;
        width: max-content;
        top: 25px;
        background: #ffffff;
        padding-top: 0;
        margin-top: 36px;
        margin-left: 15px;
    }

    div#navbar ul .sub-menu li {
        padding: 0 0 15px;
        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;
    }

    div#navbar .sub-menu li{
        color: var(--Titel-Kleur, #0A2F30);
    }

    div#navbar .sub-menu li a{
        color: var(--Titel-Kleur, #0A2F30);
    }

    .site-header a.btn.desktop{
        display: block;
        order: 3;
        height: fit-content;
        margin-right: 19px;
    }

    .site-header a.btn.desktop:nth-of-type(2){
        border: 1px solid rgba(0, 19, 51, 0.50);
        padding: 19px 24px;
    }

    .site-header a.btn.desktop:nth-of-type(3){
        padding: 19px 24px;
        background: #FB8500;
        color: #FFF;
        border: 1px solid #fb8500;
        margin-left: 8px;
    }

    .site-header a.btn.desktop:nth-of-type(2):hover{
        background-color: #001333;
        color: white;
    }

    .site-header a.btn.desktop:nth-of-type(3):hover{
        background-color: transparent;
        color: #fb8500;
    }



    .site-header.sub-navbar{
        border-bottom: 0;
        max-width: unset;
        margin: unset;
    }

    .site-header.sub-navbar .inner {
        max-width: 1280px;
        margin: 0 auto;
    }

    .site-header.sub-navbar div#navbar ul li a{
        color: var(--Titel-Kleur, #0A2F30);
    }


   
    .site-header a.btn.desktop{
        margin-right: 0;
    }

    .site-header .inner .home-link{
        margin-left: 0;
    }






    h1{
        font-size: 72px;
        font-weight: 700;
        line-height: 68px;        
    }

    h2{
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;        
    }

    h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 33.89px;
    }

    h6{
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    }


    .site-footer .footer{
        padding-top: 60px;
        padding-bottom: 40px;
    }


    .site-footer .footer .flexbox-wrapper:first-of-type div:first-of-type{
        flex-basis: 34%;
        margin-bottom: 0;
    }

    .site-footer .footer .flexbox-wrapper:first-of-type div:not(:first-of-type){
        margin-top: 26px;
    }

    .site-footer .footer .flexbox-wrapper:last-of-type{
        flex-direction: row;
        justify-content: space-between;
    }

    .site-footer .footer .flexbox-wrapper:last-of-type>p:first-of-type{
        flex-basis: 267px;
    }

    .site-footer .footer .flexbox-wrapper:last-of-type>p:last-of-type{
        flex-basis: 267px;
        text-align: right;
    }

    .site-footer .footer .flexbox-wrapper:last-of-type div{
        flex-basis: fit-content;
    }


    .home .hoofdlaag{
        padding: 200px 0;
    }

    .home .hoofdlaag h1{
        max-width: 978px;
        margin: 0 auto;
    }


    .home .vragenlaag h3{
        font-size: 36px;
        line-height: 43px;
    }

    .home .vragenlaag .inner>p:first-of-type{
        margin-bottom: 32px;
    }

    .home .contactblok .flexbox-wrapper{
        justify-content: center;
        flex-direction: row;
        padding: 45px 20px;
    }

    .home .contactblok .flexbox-wrapper>div{
        text-align: left;
        flex-basis: 40%;
        flex-grow: 1;
        max-width: 479px;
    }

    .home .contactblok .flexbox-wrapper a.btn{
        flex-basis: 203px;
        margin: 0 20px 0 60px;
    }

    .home .contactblok .flexbox-wrapper a:last-of-type{
        flex-basis: 239px;
    }

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

    .home .informatielaag .flexbox-wrapper .content{
        flex-basis: 48%;
        order: 1;
    }

    .home .informatielaag .flexbox-wrapper>span{
        flex-basis: 48%;
        margin-top: 0;
        height: 480px;
        max-width: unset;
    }

    .home .informatielaag{
        padding: 120px 0;
    }


    .sub .hoofdlaag .inner .flexbox-wrapper{
        flex-direction: row;
        margin-top: 73;
    }

    .sub .hoofdlaag .inner .flexbox-wrapper>div{
        flex-basis: 32.5%;
        margin-right: 0;
        min-height: 420px;
    }

    .sub .hoofdlaag .inner>img{
       margin-bottom: 53px; 
    }

    .sub .hoofdlaag{
        padding-bottom: 110px;
    }

    .sub .hoofdlaag::before{
        height: 325px;
    }

    .sub.faq .vragenlaag{
        padding: 70px 0 120px;
    }

    .contact .hoofdlaag{
        display: flex;
        flex-wrap: wrap;
        max-width: 1424px;
        margin: 0 auto;
    }

    .contact .hoofdlaag .inner:first-of-type{
        flex-basis: 50%;
        padding-right: 40px;
        padding-top: 72px;
        padding-bottom: 80px;
    }

    .contact .hoofdlaag .inner:first-of-type span.desktop{
        width: 100%;
        height: 531px;
        background-size: cover;
        margin-top: 40px;
        max-width: 632px;
    }

    .contact span.mobile{
        display: none;
    }

    .contact .hoofdlaag .inner:last-of-type{
        position: relative;
        flex-basis: 50%;
        padding-left: 40px;
        padding-top: 72px;
        padding-bottom: 80px;
    }

    .contact .hoofdlaag .inner:last-of-type::after{
        content: "";
        height: 100%;
        width: 100%;
        left: 100%;
        top: 0;
        background-color: #F2F2F2;
        display: block;
        position: absolute;
    }
    
    /*megamenu*/
    div#navbar ul #menu-item-53 .sub-menu {
        display: none;
    }
    
    .shop-megamenu {
        position: fixed;
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 10;
        transition: 0.2s;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s;
        display: block;
        padding: 32px;
    }
    
    .shop-megamenu.scrolled{
        top: 103px;
     }
    
    .shop-megamenu.hovered {
        pointer-events: all;
        opacity: 1;
        overflow-y: auto;
        max-height: calc(100vh - var(--megamenu-top, 0px));
    }
    
    #page {
        position: relative;
        overflow-x: clip;
    }
    
    .shop-megamenu .inner {
        display: flex;
        gap: 80px;
    }
    
    .shop-megamenu ul.nav-menu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 50px;
    }
    /*megamenu END*/
    

    /**
     * LOGIN
     * ----------------------------------------------------------------------------
     */
     .page-id-123:not(.logged-in) .entry-content{
        padding: 162px 0;
     }

     .page-id-123.logged-in .woocommerce{
        padding: 72px 23px 194px;
     }
    
    
    body.woocommerce-cart .cart-content {
        flex-direction: row;
        align-items: flex-start;
    }
    
    body.woocommerce-cart form.woocommerce-cart-form div.actions {
        align-items: center;
        flex-direction: row;
    }
    
    body.woocommerce-cart .sidebar {
        max-width: 400px;
    }
    
    body.woocommerce-cart form.woocommerce-cart-form td {
        padding: 20px;
    }
    
    body.woocommerce-cart h1.entry-title,
    body.woocommerce-checkout h1.entry-title {
        font-size: 60px;
    }
    
    
    .shopnavbar ul {
        gap: 25px;
    }
    
    div.maincategories a.category {
        grid-column: span 2;
    }
    
    div.favorites-overview {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .woocommerce-MyAccount-content .u-columns {
        flex-direction: row;
    }
    
    header.woocommerce-Address-title.title {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media (min-width: 1025px) {
    
}



@media (min-width:1160px) {
    div#navbar .nav-menu>li{
        margin: 0 10px;
    }

    div#navbar .nav-menu>li.menu-item-has-children{
        margin-right: 35px;
    }
    
    .shopnavbar ul li span.title {
        display: block;
    }
}



@media (min-width:1440px) {

    .site-footer .footer .flexbox-wrapper:first-of-type div:last-of-type{
        margin-right: 122px;
    }

    .contact .hoofdlaag .inner:first-of-type{
        padding-left: 0;
        padding-right: 81px;
    }

    .contact .hoofdlaag .inner:last-of-type{
        padding-right: 0;
        padding-left: 81px;
    }

    .home .informatielaag .content ul:first-of-type{
        display: inline-block;
        width: fit-content;
    }

    .home .informatielaag .content ul:last-of-type{
        display: inline-block;
        width: fit-content;
        margin-right: 30px;
        float: right;
    }
    
    .shop-megamenu a.allproducts {
        display: block;
        height: 100%;
    }
    
    .sticky-contact {
        display: flex;
    }
    
    header.woocommerce-Address-title.title {
        flex-direction: row;
    }
    
}



@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;
    }
}