@charset "UTF-8";
/*
*
* GLOBAL THEME STYLE
*
*/
:root {
    --bgMainColor: #E57E21;
    --bgSecuColor: #e1a875;
    --bgDarkGreyColor: #333333;
    --bgLightGreyColor: #eeeeee;
    --bgColorGreen: #00A100;
    --bgColorGreenHover: #01B401;
    --bgColorWhite: #ffffff;
    --bgColorBlack: #111111;
    --txtColorWhite: #ffffff;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus-visible {
    outline: none;
}

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: var(--bgColorWhite);
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}
body.mfp-zoom-out-cur {
    background: transparent !important
}

.row {
    clear: both;
}

.relative {
    position: relative;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--bgMainColor);
    line-height: 1.2;
}

p {
    line-height: 1.5;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    position: relative;
    color: var(--bgMainColor)
}

.effect a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: var(--bgMainColor);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.effect a:hover:after {
    width: 100%;
    left: 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

fieldset {
    border: none;
    padding: 0;
}

.hidden {
    display: none;
}
input,
select {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid;
    margin-right: 5px;
    background: none;
}
select,
input:not(.quantity input),
textarea {
    border: 1px solid #d6d4d4;
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    background: #fbfbfb;
    margin-right: 1px;
}

button {
    border: none;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

button:hover {
    cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

iframe {
    width: 100%;
}

.w-100-p {
    width: 100%;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.borderRadius-5 {
    border-radius: 5px;
}

.padding-3 {
    padding: 3px;
}

.small {
    font-size: 0.75rem;
}

.flex {
    display: flex;
}

/* 
** SCROLLBAR
*/
html,
textarea {
    overflow-x: hidden;
    scrollbar-color: var(--bgMainColor) var(--bgDarkGreyColor);
    scrollbar-width: thin
}
html::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 0;
    background-color: transparent
}
html::-webkit-scrollbar,
textarea::-webkit-scrollbar {
    width: 10px;
    background-color: var(--bgDarkGreyColor)
}
html::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--bgMainColor)
}

/* 
** PAGEHOLDER
*/
body #pageholder {
    filter: 0px;
    transition: all 150ms;
}
body.drawer-open #pageholder {
    filter: blur(10px);
    transition: all 300ms;
}
body.touchDev.drawer-open #pageholder {
    filter: none;
    padding-right: 0px !important;
}
/* 
** TOPBAR 
*/
#topBar {
    background: var(--bgDarkGreyColor);
}
#topBar .container-xxl {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#topBar .container-xxl span {
    align-items: center;
    padding: 7px 0;
    font-size: .88em;
}
#topBar * {
    color: var(--txtColorWhite);
}
#topBar iframe {
    border-radius: 0px;
    border: none;
}

/* 
** LOGO
*/
#logo img {
    max-width: 125px;
    height: auto;
    aspect-ratio: 125 / 105;
}

/* 
** SEARCHBAR
*/
.touchHeading,
#topsearch .close-search-button {
    display: none;
}
.search_bar {
    /* padding: 10px 80px; */
    padding: 0px 50px 0px 0px;
    margin: 0 auto;
    position: relative;
}
.search_bar #searchsubmit {
    background: var(--bgColorGreen);
    color: var(--txtColorWhite);
    border: 1px solid var(--bgColorGreen);
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_bar #searchsubmit:hover {
    background: var(--bgColorGreenHover);
    cursor: pointer;
    border: 1px solid var(--bgColorGreen)
}
.search_bar form {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
}
.search_bar form .input_search {
    flex: 0 0 90%;
}
.search_bar input,
.search_bar button
{
    width: 100%;
}
.search_bar .shippingInfo {
    margin-top:10px;
}
.search_bar .shippingInfo p{
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 5px 0;
}
.search_bar .shippingInfo p strong {
    color: var(--bgMainColor)
}

/* 
** ICONS
*/
#phoneIcon,
#userIcon,
#shoppingCart {
    font-size: 25px;
    margin: 0 5px;
    color: var(--bgMainColor)
}

#phoneIcon {
    transform: rotate(90deg);
    border-radius: 50%;
    border: 1px solid var(--bgSecuColor);
    padding: 18px;
    position: relative;
}

#phone {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#phonenumber a {
    color: var(--bgMainColor);
    padding-left: 5px
}

#phoneIcon.dashicons-phone:before {
    left: 6px;
    position: absolute;
    top: 5px;
}

#userIcon svg {
    margin: 0px auto 0 auto;
    height: 25px;
    width: 25px;
    display: block;
}

#cookieSettings svg {
    height: 28px;
    width: 28px;
    fill: var(--txtColorWhite);
}

#shoppingCart {
    position: relative;
}

#userIcon:hover,
.wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: 0.6;
}


#icons {
    /* background: #93d6641f; */
    /* border:1px solid var(--bgLightGreyColor); */
    width: auto;
    border-radius: 5px;
    padding: 20px 20px 20px 0px;
    display: flex;
    justify-content: flex-end;
}

#icons a{
    width: 50px;
}

.wc-block-mini-cart__button svg {
    height: 45px;
    width: 45px;
}

.wc-block-mini-cart.wp-block-woocommerce-mini-cart {
    width: 60px;
}

.header-login {
    font-size: 11px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 10px;
}

/* 
** ICONS CART USER DIV WRAPPER
*/
#icons {
    align-items: center !important;
    justify-content: flex-end !important;
}

#icons .wc-block-mini-cart__button {
    color: var(--bgMainColor);
    width: 70px;
    margin: -20px 0px 0px 15px
}

#icons .wc-block-mini-cart__amount {
    display: none;
}

.wc-block-mini-cart__button {
    position: relative;
    display: inline-block;
    width: 50px;
}
.wc-block-mini-cart__button::after {
    content: "Winkelwagen";
    display: block;
    position: absolute;
    bottom: -7px;
    right: 0;
    /* Pas de grootte van de tekst aan indien nodig */
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 20px;
    /* Voeg wat ruimte toe tussen het icoon en de tekst */
}

/* 
** MENUS 
*/
.mobile-toggle {
    display: none;
}

#mainMenu {
    background: var(--bgMainColor);
    border-top: 1px solid var(--bgMainColor);
    border-bottom: 1px solid var(--bgMainColor);
    margin-top: 10px
}

body.home #mainMenu,
body.page #mainMenu {
    margin: 10px 0 20px 0;
}

#mainMenu.fixed {
    top: 0;
    left: 0;
    z-index: 88;
    margin: 0px !important;
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 1);
}

#mainMenu.fixed ul#menu-hoofdmenu {
    z-index: 87;
}

#mainMenu.fixed ul#menu-hoofdmenu ul.sub-menu {
    display: none;
}

#mainMenu.fixed ul#menu-hoofdmenu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

/* .arrow-down {
    display: inline;
    position: relative;
    top: 0px;
    right: 0;
    padding: 10px; 
} */

/* .arrow-down svg {
    width: 24px;
    fill: var(--bgLightGreyColor);
} */
.arrow-right,
.arrow-down {
    /* position: absolute;
    top: -2px;
    right: 10px;
    color: var(--bgMainColor);
    padding: 10px; */
    /* color: var(--bgMainColor); */
    padding: 8px;
    top: -1px;
    position: relative;
}
/* .arrow-right svg {
    width: 24px;
    fill: var(--bgMainColor);
} */

/* ul#menu-hoofdmenu ul.sub-menu li.current-menu-item a .dashicons-arrow-right,
ul#menu-hoofdmenu ul.sub-menu li a:hover .dashicons-arrow-right {
    color: var(--txtColorWhite);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
} */

ul#menu-hoofdmenu ul li:has(ul.sub-menu) a:hover:after {
    color: #fff;
}

ul#menu-hoofdmenu ul.sub-menu a:after,
ul#menu-hoofdmenu ul.sub-menu ul.sub-menu a:after {
    content: none
}

#mainmenu.fixed ul#menu-hoofdmenu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

#mainmenu .dashicons,
#mainmenu .dashicons-before:before {
    font-size: 1rem;
    width: auto;
    height: auto;
}

ul#menu-hoofdmenu,
ul#menu-informatie,
ul#menu-mijn-account,
ul#menu-hoofdmenu ul.sub-menu,
ul#menu-top-bar-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#menu-top-bar-menu {
    display: flex;
    justify-content: flex-end;
}

ul#menu-hoofdmenu {
    display: flex;
    justify-content: flex-start;
}

ul#menu-hoofdmenu li,
ul#menu-top-bar-menu li {
    display: inline-flex;
    align-items: center;
}

ul#menu-hoofdmenu li.menu-item-has-children {
    position: relative;
}

ul#menu-hoofdmenu ul.sub-menu {
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    position: absolute;
    top: 37px;
    min-width: 300px;
    width: 100%;
    -webkit-box-shadow: 0px 3px 18px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 18px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 18px -12px rgba(0, 0, 0, 0.75);
    font-size: 0.9em;
    border-left: 1px solid var(--bgMainColor);
    border-bottom: 1px solid var(--bgMainColor);
    border-right: 1px solid var(--bgMainColor);
}

ul#menu-hoofdmenu ul.sub-menu ul {
    left: 300px;
    top: 0;
    border-top: 1px solid var(--bgMainColor);
}

ul#menu-hoofdmenu ul.sub-menu li {
    width: 100%;
}

ul#menu-hoofdmenu ul.sub-menu.active {
    opacity: 1;
    z-index: 10;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul#menu-hoofdmenu ul.sub-menu li a {
    width: 100%;
    position: relative;
    background: var(--txtColorWhite);
    color: var(--bgMainColor);
    -webkit-box-shadow: 0px 5px 5px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px -7px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul#menu-hoofdmenu ul.sub-menu li.menu-item-has-childeren a {
    box-shadow: none;
}

ul#menu-hoofdmenu ul.sub-menu li.current-menu-item a,
ul#menu-hoofdmenu ul.sub-menu li a:hover {
    width: 100%;
    background: var(--bgSecuColor);
    color: var(--txtColorWhite);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul#menu-hoofdmenu li a,
ul#menu-top-bar-menu li a {
    border-right: 1px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 2px 8px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    text-shadow: 0 1px 0 #00000059;
}
ul#menu-hoofdmenu li ul li a{
    text-shadow: none
}

ul#menu-hoofdmenu li a {
    color: var(--txtColorWhite);
    font-weight: 600;
    padding: 10px 20px;
   
    /* margin-right: 2px */
}
ul#menu-hoofdmenu li.menu-item-home a {
    padding: 5px 10px;
}


ul#menu-top-bar-menu li a:after {
    background: rgba(255, 255, 255, .3);
    bottom: -4px
}

ul#menu-hoofdmenu li:has(.sub-menu) a {
    padding: 10px 0px 10px 10px;
}

ul#menu-hoofdmenu li a:hover,
ul#menu-hoofdmenu li.current-menu-item a {
    background: var(--bgSecuColor);
    color: var(--txtColorWhite);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    
}

ul#menu-hoofdmenu li:last-of-type a,
ul#menu-top-bar-menu li:last-of-type a {
    border-right: 0px;
}

ul#menu-categorieen,
ul#menu-mijn-account,
ul#menu-informatie {
    padding-left: 0rem;
}

ul#menu-categorieen li a,
ul#menu-mijn-account li a,
ul#menu-informatie li a {
    display: block;
    padding: 6px 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

ul#menu-categorieen li a:hover,
ul#menu-mijn-account li a:hover,
ul#menu-informatie li a:hover {
    color: var(--bgSecuColor);
    font-weight: 600;
    letter-spacing: 0.2;
    text-shadow: 0px 0px 1px var(--bgSecuColor);
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

/* 
* BREADCRUMBS    
*/
#breadcrumbs {
    background: var(--bgLightGreyColor);
}

.woocommerce .woocommerce-breadcrumb {
    padding: 0.8em 10px;
    margin: 0;
    color: #767676;
    font-style: italic;
    font-size: 0.9rem;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--bgMainColor);
    font-weight: 600;
    display: inline-block;
}

/* 
* CONTENT    
*/
#primary{
    min-height: 275px;
    margin:20px auto;
}
#defaultContent {
    min-height: 300px;
}

/*
* FOOTER
*/
#footer {
    background: var(--bgDarkGreyColor);
    color: var(--bgMainColor);
    padding: 2rem 0;
}

#footer h3 {
    color: var(--txtColorWhite);
}
#footer a {
    color: var(--bgMainColor);
}

#footer #addressData {
    line-height: 1.5;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
#footer #addressData li:nth-child(2),
#footer #addressData li:nth-child(4){
    margin-left:25px;
}

#footer .pickupDataRow {
    display: flex;
    width: 100%;
    line-height: 1.5;
}

#footer .pickupDataRow .left,
#footer .pickupDataRow .right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

/* 
* COPYRIGHT
*/
#copyright {
    border-top: 1px solid var(--bgDarkGreyColor);
    background: var(--bgColorBlack);
    color: var(--txtColorWhite);
    padding: 30px 0px;
}
#copyright a {
    color: var(--bgMainColor);
    text-decoration: underline;
}

/* 
* TO TOP BUTTON
*/
#toTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 5px;
    z-index: 99;
    border: none;
    outline: none;
    transition: all 300ms;
}
#toTop svg g {
    fill: var(--bgMainColor)
}
#toTop:hover svg g {
    fill: var(--bgSecuColor);
    transition: all 300ms;
}

/* 
* NEOPREEN TABLE STYLING
*/
table {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

.table thead>tr>th,
.table thead>tr>td,
.table tbody>tr>th,
.table tbody>tr>td,
.table tfoot>tr>th,
.table tfoot>tr>td {
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d6d4d4;
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody+tbody {
    border-top: 2px solid #d6d4d4;
}

.table .table {
    background-color: #fff;
}

.table-condensed thead>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>th,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>th,
.table-condensed tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #d6d4d4;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #d6d4d4;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #55c65e;
    border-color: #48b151;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #42c04c;
    border-color: #419f49;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f3515c;
    border-color: #d4323d;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #f13946;
    border-color: #c32933;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fe9126;
    border-color: #e4752b;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #fe840d;
    border-color: #da681c;
}

@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #d6d4d4;
    }

    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>thead>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

/* 
**  
** FLEXIBLE FIELDS STYLING
**
 */

/* 
**  HOME SLIDER AND BLOCKS
*/
#home .swiper-wrapper {
    min-height: 362px;
}

#home .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 362px;
}

#home .swiper-ios .swiper-wrapper .swiper-slide {
    min-height: 362px;
}

#home .swiper-wrapper .swiper-slide .title h2 {
    color: #fff !important;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 1);
    position: absolute;
    bottom: 70px;
    left: 150px;
}

#home .swiper-wrapper .swiper-slide .button a {
    position: absolute;
    bottom: 20px;
    left: 38%;
    text-align: center;
    background-color: rgb(1, 153, 13, 0.8);
    padding: 10px 25px;
    color: var(--txtColorWhite);
    font-weight: 600;
}

#home .swiper-wrapper .swiper-slide .button a:hover {
    background-color: rgb(1, 153, 13, 1);
}

#home .bgBlock {
    position: relative;
    background-repeat: no-repeat !important;
}

#home .bgBlock h2 {
    color: #fff;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 1);
    position: absolute;
    bottom: 70px;
    left: 30px;
}

#home .bgBlock a {
    position: absolute;
    bottom: 20px;
    right: 50px;
    background-color: rgb(1, 153, 13, 0.8);
    padding: 10px 25px;
    color: var(--txtColorWhite);
    border-radius: 5px;
    font-weight: 600;
}

#home .bgBlock a:hover {
    background-color: rgb(1, 153, 13, 1);
}

/* 
**  HOME SLIDER NAV BUTTONS
*/
#home .prxtheme-swiper-prev-button,
#home .prxtheme-swiper-next-button {
    position: absolute;
    z-index: 12;
    height: 40px;
    top: calc(50% - 20px);
    background: rgba(255, 255, 255, 0.3);
    stroke: var(--txtColorWhite) !important;
    transition: background 250ms ease-in-out;
}

#home .prxtheme-swiper-prev-button {
    left: 5px;
}

#home .prxtheme-swiper-next-button {
    right: 5px;
}

#home .prxtheme-swiper-prev-button svg path,
#home .prxtheme-swiper-next-button svg path {
    stroke: var(--txtColorWhite) !important;
}

#home .prxtheme-swiper-prev-button:hover,
#home .prxtheme-swiper-next-button:hover {
    stroke: var(--bgSecuColor) !important;
    cursor: pointer;
    background: rgba(228, 117, 43, 0.4);
    transition: background 250ms ease-in-out;
}

/* 
**  PRODUCT CATEGORIES & SUBCATEGORIES
 */
#homeCategories {
    margin: 0 auto 30px auto;
}
#homeCategories .headingDiv { 
    margin: 5px 0 5px 0;
}
#homeCategories .headingDiv h2 {
    color: var(--bgMainColor);
    /* background-color: var(--bgMainColor); */
    padding: 0;
}
#homeCategories .homcat a{
    min-height: 250px;
}
#subCategories {
    row-gap: 20px;
}

#homeCategories .category,
#subCategories .category {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    --c: var(--bgSecuColor);
    /* the border color */
    --b: 2px;
    /* the border thickness*/
    --g: 5px;
    /* the gap on hover */
    -webkit-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.75);
    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%, var(--c) 0;
    background:
        conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat,
        conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
    transition: .2s, background-position .2s .2s;
    cursor: pointer;
}

#homeCategories .category:hover,
#subCategories .category:hover {
    --_i: 100%;
    transition: .2s, background-size .2s .2s;
    -webkit-box-shadow: 0px 0px 20px -6px rgb(163, 112, 18);
    -moz-box-shadow: 0px 0px 20px -6px rgba(163, 112, 18, 1);
    box-shadow: 0px 0px 20px -6px rgba(163, 112, 18, 1);
}

#homeCategories .category:hover span.categoryName,
#subCategories .category:hover span.categoryName{
    background-color: var(--bgDarkGreyColor);
    transition: .2s, background-color .2s .2s;
    text-shadow: 0 1px 0 #00000059;
}

#homeCategories img,
#subCategories img {
    width: 100%;
    height: 150px;
    margin-bottom: 0.7em;
    object-fit: cover;
    aspect-ratio: 6 / 5;
    /* border: 1px solid var(--bgMainColor); */
    /* border-radius: 5px 5px 0px 0px; */
}

#homeCategories span.categoryName,
#subCategories span.categoryName {
    width: 100%;
    font-weight: 600;
    display: block;
    font-size: 1em;
    background-color: var(--bgMainColor);
    transition: .2s, background-color .2s .2s;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--txtColorWhite);
}

/**
**  CATEGORY PAGE
*/
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
}

.woocommerce-result-count {
    width: 100%;
    text-align: right;
}

#rmClick {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    background: rgba(233, 201, 183, 0.45);
    padding: 10px;
    color: var(--bgMainColor)
}

#rmClick:hover {
    color: var(--bgDarkGreyColor)
}

#term-description {
    height: auto;
    overflow: auto;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

#term-description.rm {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

/* 
**  HOMETEXT
 */
#homeText {
    margin: 30px auto;
}
#homeText .row {
    padding: 0px 15px;
    border: 2px solid var(--bgLightGreyColor);
    border-radius: 5px;
}


















/* 
**  
** WOOCOMMERCE
**
 */
:where(.wp-block-woocommerce-mini-cart-contents) {
    background-color: rgb(255, 255, 255) !important;
}

:where(.wc-block-mini-cart__badge) {
    background-color: rgb(229, 126, 33) !important;
    color: rgb(255, 255, 255) !important;
}

.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 {
    background: var(--bgColorGreen);
    color: var(--txtColorWhite);
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background: var(--bgColorGreenHover);
    color: var(--txtColorWhite);
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

/* QUANTITYBOX AND PLUS MINUS */
#quantityBox {
    display: inline-block;
    /* margin-right: 0.2em; */
    width: 100%;
}

button.plus,
button.minus {
    border: 1px solid #000;
    display: inline-block;
    height: 40px;
    /* margin-right: 8px; */
    width: 30px;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

button.minus {
    border-radius: 5px 0 0 5px;
    border-right: 0px;
}

button.plus {
    border-radius: 0 5px 5px 0;
    border-left: 0px;
}

button.plus:hover,
button.minus:hover {
    border: 1px solid #000;
    background: var(--bgMainColor);
    color: var(--txtColorWhite);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.woocommerce .quantity .qty {
    max-height: 40px;
    width: 40px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 10px 0px;
    border-radius: 0px;
}

/* PRODUCT LOOP ACTIONS */
.gridview {
    gap: 25px 0;
}
#productLoopActions {
    align-items: center;
}

#productLoopActions span.soldout {
    height: 54px;
    width: 100%;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.productLoopItem {
    --c: var(--bgSecuColor);
    /* the border color */
    --b: 2px;
    /* the border thickness*/
    --g: 5px;
    border: 1px solid #dbdbdb;
    transition: .2s, all .2s .2s;
    /* box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 1); */
    -webkit-box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 1);
    /* transition: .2s, background-position .2s .2s; */
    cursor: pointer;
}

.productLoopItem:hover {
    /* 229,126,33 */
    --_i: 100%;
    border: 1px solid var(--bgMainColor);
    transition: .2s, all .2s .2s;
    -webkit-box-shadow: 0px 0px 20px -6px rgba(229,126,33, 1);
    -moz-box-shadow: 0px 0px 20px -6px rgba(229, 126, 33, 1);
    box-shadow: 0px 0px 20px -6px rgba(229, 126, 33, 1);
}

.productLoopItem .image {
    position: relative;
    overflow: hidden;
}
.woocommerce span.featured,
.woocommerce span.onsale {
    min-height: auto;
    min-width: auto;
    padding: 0;
    font-weight: 400;
    position: absolute;
    text-align: center;
    line-height: 2;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0;
    font-size: .9em;
    opacity: .7;
    background-color: #4d9c2b70;
    color: var(--txtColorWhite);
    font-size: .9em;
    z-index: 9
}

.woocommerce span.newProduct {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-weight: 600;
    left: 0;
    color: var(--txtColorWhite);
    padding: 5px 0;
    background: #00a10075
}

.woocommerce span.onsale {
    top: 15px;
    left: -70px;
    transform: rotate(-30deg);
    width: 100%
}

.woocommerce span.featured {
    top: 15px;
    background-color: var(--bgSecuColor);
    left: auto;
    right: -70px;
    transform: rotate(30deg);
    width: 100%
}

body.single-product .product span.onsale:not(#relatedProducts .product span.onsale) {
    width: 20%
}

body.single-product .product span.featured:not(#relatedProducts .product span.featured) {
    top: 38px;
    background-color: var(--bgSecuColor);
    left: -70px;
    transform: rotate(-30deg);
    width: 23%
}

#productLoopActions {
    padding: 5px;
    background: #ecf6ff;
}

#productLoopActions .price {
    text-align: center;
    /* color: var(--bgMainColor) */
    color: var(--bgDarkGreyColor)
}

#productLoopActions .exvat {
    font-size: 1em;
    line-height: 2;
    font-weight: 600;
}

#productLoopActions .incvat {
    font-size: 0.75em;
    font-weight: 400;
}

#productLoopActions .quantity {
    background: transparent;
    display: flex;
    justify-content: center;
}

#productLoopActions .add_to_cart_button {
    width: 60px;
    max-height: 40px;
    padding: 10px 0;
    justify-content: center;
    display: flex;
    align-items: center;
}

#productLoopActions a.added_to_cart.wc-forward {
    padding-top: .5em;
    position: absolute;
    bottom: 0;
    width: calc(100% - 24px);
    z-index: 11;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bgColorGreen);
    font-weight: 600;
    border: 2px solid var(--bgColorGreen);
}

.swiper-wrapper #productLoopActions a.added_to_cart.wc-forward {
    left: 0;
}

.swiper-slide #productLoopActions a.added_to_cart.wc-forward {
    width: 100%;
}

/* TITLES */
.woocommerce-loop-product__title {
    background-color: var(--bgMainColor);
    color: var(--bgColorWhite);
    min-height: 85px;
    text-align: center;
    -webkit-transition: color 300ms ease-in;
    -moz-transition: color 300ms ease-in;
    -ms-transition: color 300ms ease-in;
    -o-transition: color 300ms ease-in;
    transition: color 300ms ease-in;
    padding: 4px 10px;
    font-size: 0.9em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin: 0;
}


/* PRODUCT IMAGE */
.swiper-slide .image,
body.tax-product_cat .productLoopItem .image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 3;
}

/* 
    SWIPER CARROUSEL STYLING 
*/
.swiper-slide{
    border: 1px solid #dbdbdb;
}
.ep-carrousel-swiper-prev-button,
.ep-carrousel-swiper-next-button {
    position: absolute;
    z-index: 12;
    top: calc(50% - 12px);
    right: 15px;
    height: 24px;
    background: rgba(255, 255, 255, 0.4);
    stroke: var(--bgMainColor) !important;
    transition: background 250ms ease-in-out;
}

.ep-carrousel-swiper-prev-button {
    right: 40px
}

.ep-carrousel-swiper-prev-button svg path,
.ep-carrousel-swiper-next-button svg path {
    stroke: var(--txtColorWhite) !important;
}

.ep-carrousel-swiper-prev-button:hover,
.ep-carrousel-swiper-next-button:hover {
    stroke: var(--txtColorWhite) !important;
    cursor: pointer;
    background: rgba(228, 117, 43, 0.8);
    transition: background 250ms ease-in-out;
}

/* MINI CART */
h2.wc-block-mini-cart__title {
    font-size: 1.35em !important;
}

.wc-block-components-product-name {
    color: var(--bgMainColor)
}
.wc-block-cart-item__image img{
    height: auto;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none !important;
}
.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
    border-bottom: 1px dotted #888
}

.wc-block-mini-cart__footer-actions a.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block.wc-block-mini-cart__footer-checkout.contained {
    display: none
}
.wp-block-woocommerce-mini-cart-footer-block.wc-block-mini-cart__footer {
    border-top: 1px solid #666
}

.wc-block-mini-cart__footer-actions a {
    background: var(--bgColorGreen) !important
}

.wc-block-mini-cart__footer-actions a:hover {
    background: var(--bgColorGreenHover) !important
}

.wc-block-mini-cart__footer {
    background: var(--bgMainColor);
    color: var(--txtColorWhite)
}

.wc-block-mini-cart__badge {
    background: var(--bgSecuColor);
    color: var(--txtColorWhite)
}

.wc-block-components-product-metadata {
    display: none
}

.wc-block-mini-cart__footer-checkout {
    color: var(--txtColorWhite) !important;
    border: 1px solid var(--txtColorWhite) !important
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none
}

.woocommerce-result-count {
    width: 100%;
    text-align: right
}



/* PAGINATION */
 .woocommerce nav.woocommerce-pagination {
     text-align: center;
     margin:30px 0 15px 0;
 }

 .woocommerce nav.woocommerce-pagination ul {
     border: none;
     display: flex;
     white-space: nowrap;
     column-gap: 5px;
     justify-content: center
 }

 .woocommerce nav.woocommerce-pagination ul li {
     border: 1px solid var(--bgDarkGreyColor);
     border-radius: 5px
 }

 .woocommerce nav.woocommerce-pagination ul li a,
 .woocommerce nav.woocommerce-pagination ul li span {
     color: var(--bgMainColor)
 }

 .woocommerce nav.woocommerce-pagination ul li a:focus,
 .woocommerce nav.woocommerce-pagination ul li a:hover,
 .woocommerce nav.woocommerce-pagination ul li span.current {
     background: var(--bgMainColor);
     color: var(--txtColorWhite)
 }


/* LEFT COLUMN */
/* LEFT COLUMN */
#sidebar-primary h2,
#sidebar-primary h3 {
    color: var(--bgDarkGreyColor);
    background: var(--bgLightGreyColor);
    padding: 6px;
    border-top: 4px solid var(--bgDarkGreyColor);
}

#sidebar-primary .subcategory-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}

#sidebar-primary .subcategory-list>li:first-child {
    border-top: 1px solid var(--bgLightGreyColor)
}

#sidebar-primary .subcategory-list>li {
    /* padding: 8px 0; */
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid var(--bgLightGreyColor);
}

#sidebar-primary .subcategory-list>li>a {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    height: 100%;
    padding: 8px;
    height: 32px;
    width: calc(100% - 32px);
}

#sidebar-primary .toggle-subcategories {
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
    height: 32px;
    margin-left: 10px;
    background: var(--bgSecuColor);
    border: 1px solid var(--bgMainColor);
    display: block;
    /* background: #f6f6f6; */
    position: absolute;
    right: 0;
    top: 0;
    color: var(--txtColorWhite);
    cursor: pointer;
    width: 32px;

}
#sidebar-primary .toggle-subcategories:hover {
background: var(--bgMainColor);
    border: 1px solid var(--bgSecuColor);
}

#sidebar-primary .child-subcategory-dropdown {
    list-style-type: none;
    padding: 0px;
    display: none;
    margin: 0
        /* Standaard verborgen */
}

#sidebar-primary .child-subcategory-dropdown li {
    padding: 8px 0;
    padding-left:10px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid var(--bgLightGreyColor);
}

#sidebar-primary .child-subcategory-dropdown li:first-child {
    border-top: 1px solid var(--bgLightGreyColor)
}
#sidebar-primary .child-subcategory-dropdown li:last-child{
    border-bottom: 0px;
}

#sidebar-primary .child-subcategory-dropdown li:before {
    content: '-';
    color: var(--bgMainColor);
    font-size: 20px;
    margin-right: 10px;
}

 #sidebar-primary.subcategory-item.active .child-subcategory-dropdown {
    display: block;
    /* Toon de dropdown wanneer het item actief is */
}
#sidebar-primary #menu-informatie li:first-child {
    border-top: 1px solid var(--bgLightGreyColor)
}
#sidebar-primary #menu-informatie li{
    border-bottom: 1px solid var(--bgLightGreyColor);
}
#sidebar-primary #menu-informatie li a{
    padding: 8px
}

/* buttons */
.woocommerce-account button,
a.button.wc-backward {
    padding: 10px;
    border-radius: 3px;
}



.woof_info_popup {
    position: fixed;
    opacity: 0.7;
    width: 100%;
    left: 0 !important;
    padding: 50vh 0 0 0 !important;
    text-align: center;
    height: 100%;
    top: 0 !important;
    align-items: center;
    justify-content: center;

}

div.woof_info_popup {
    z-index: 9999999;
}