.filter_section{
    position: sticky;
    top: 141px;
    background: #DAE3DB;
    z-index: 20;
}

.admin-bar .filter_section{
    top: 173px;
}

.container_products{
    display: flex;
}
.container_products .column{
    flex: 1;
    padding: 0 1%;
}
.container_products .group{
    color: #00441C;
    border-bottom: 1px #00441C solid;
    font-family: "Solway", sans-serif;
}
.container_products .group_title{
    font-size: 29px;
    border-bottom: 1px #00441C solid;
    padding: 15px !important;
}
.container_products .group_items{
    border-bottom: 1px #00441C solid;

}
.container_products .item{
    position: relative;
    padding: 15px;
    font-weight: 18px;
    font-family: "OpenSans", sans-serif;
    border-bottom: 1px #00441C solid;

    height: auto; opacity: 1;
    transition: all 500ms;
}
.container_products .item:hover .item_title{
    color: #D10019;
}

.container_products .item.searchHide{
    overflow: hidden;
    height: 0;
    opacity: 0;
    padding: 0 15px;
    border: 0;
    transition: all 500ms;
}

.container_products .popup{
    top: 0;
    font-size: 16px;
    margin-bottom: 0px;
    position: absolute;
    z-index: 10000;
    right: -280px;
    width: 300px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
    display: none;
    color: #003E1A !important;
}

.container_products .column_3 .popup{
    right : auto;
    left: -300px;
}

.container_products .popup_title{
    display: block;
    background: #D10019;
    border-radius: 10px 10px 0 0;
    font-size: 1.2em;
    padding: 10px;
    position: relative;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    color: #fff!important;
}
.container_products .popup_description{
    font-size: 0.8em;
    color: #003E1A !important;
    text-align: left;
}
.container_products .popup_description table td{
    padding: 0px 10px;
}
.container_products .item:hover{
    background: #E5ECE8;
}
.container_products .item:hover .popup{
    display: block;
}
.container_product_filter .product_filter{
    background: #ffffff;
    border-radius: 30px;
    padding: 8px 30px;
    width: 33%;
}

.container_subcategory{
    padding-bottom: 20px;
    padding-top: 24px;
    color: #00441C!important;
}
.container_subcategory h4{
    font-weight:normal;
    font-size: 29px;
    font-family: "Solway", sans-serif;
    color: #00441C!important;
}
.container_category{
    color: #00441C!important;
}
.container_category h2{
    color: #00441C!important;
}

.description_category, .description_subcategory{
    padding-bottom: 20px;
}


.dd_menu_box{
    display: inline-block;
    background: #fff;
    border-radius: 28px;
    height: 28px;
    padding: 7px 14px 33px 14px;
    position: relative;
    border: 1px #fff solid;
}
.dd_menu_box:hover{
    color: #D10019;
    border-radius: 20px 20px 0 0;
    border: 1px #00441C solid;
    border-bottom-color: #fff ;
}
.dd_menu_box:hover a{
    color: #D10019;
}
.main_link_cat{
    text-decoration: none!important;
    cursor: pointer;
}
.main_link_cat:hover{
    text-decoration: underline!important;
}

.dd_menu_subcategory{
    display: none;
    position: absolute;
    top: 39px;
    left: -1px;
    background: #fff;
    min-width: calc(100% + 14px);
    padding: 7px 14px 14px;
    margin: 0 0 0 0;
    list-style: none;
    white-space: nowrap;
    border-radius: 0 14px 14px;
    border: 1px #00441C solid;
    z-index: 2;
}

.dd_menu_box:hover .dd_menu_subcategory{
    display: block;
}
.sub_link_cat{
    text-decoration: none !important;
    cursor: pointer;
}
.dd_menu_box:hover .dd_menu_subcategory li, .dd_menu_box.activeFilter .dd_menu_subcategory li{
    border-bottom: 1px #ccc solid;
}
.dd_menu_box:hover .dd_menu_subcategory li:last-child, .dd_menu_box.activeFilter .dd_menu_subcategory li:last-child{
    border-bottom: 0;
}
.sub_link_cat:hover{
    text-decoration: underline !important;
}







.container_category_odd{
    padding-bottom: 130px;
    padding-top: 135px;
    background-color: #dae3db;
}
.container_category_odd:after
{
    background: url('/wp-content/uploads/2023/05/white_cuts.png') bottom center repeat-x;
    z-index: 10;
    width: 100%;
    height: 130px;
    content: '';
    position: absolute;
    bottom: -15px;
}
.container_category_odd:before
{
    background: url('/wp-content/uploads/2023/05/white_cuts_top.png') top center repeat-x;
    z-index: 10;
    width: 100%;
    height: 130px;
    content: '';
    position: absolute;
    top: -20px;
}

.item .close_box{
    display: none;
}
@media only screen and (max-width: 576px) {
    .container_products {
        display: block;
    }

    .container_product_filter  .product_filter{
        width: 100%;
        margin-bottom: 3px;
    }
    .dd_menu_box{
        width: 49.5%;
        margin-bottom: 3px;
        float: left;
        padding: 6px 2px 33px 8px;
        font-size: 0.9em;
    }
    .dd_menu_box.even{
        margin-left: 1%;
    }

    .filter_section {
        top: 120px;
    }
    .dd_menu_subcategory{
        min-width: calc(100% + 2px);
        border-top-right-radius: 0;
        max-width: calc(100% + 2px);
        white-space: normal;
    }
    .dd_menu_box.activeFilter{
        color: #D10019;
        border-radius: 20px 20px 0 0;
        border: 1px #00441C solid;
        border-bottom-color: #fff ;
    }
    .item.activeProduct .popup{
        display: block!important;
        left: 5%;
        right: 0;
        width: 90%;
        top: 10%;
        position: fixed;
        z-index: 135;
    }
    .item.activeProduct .popup_splash_product{
        display: block;
        left: 0;
        width: 100%;
        top: 0;
        position: fixed;
        background: #cccccccc;
        height: 100vh;
        z-index: 134;
        -webkit-backface-visibility: hidden;
    }
    .item.activeProduct .close_box{
        display: block;
    }
    .container_products .item:hover .popup{
        display: none;
    }
}


/*
.grondstoffen{
    padding-bottom: 130px;
    background-color: #dae3db;
    padding-top: 135px;
}
.grondstoffen:after
{
    background: url('/wp-content/uploads/2023/05/white_cuts.png') bottom center no-repeat;
    z-index: 10;
    width: 100%;
    height: 130px;
    content: '';
    position: absolute;
    bottom: -20px;
}
.grondstoffen:before
{
    background: url('/wp-content/uploads/2023/05/white_cuts_top.png') top center no-repeat;
    z-index: 10;
    width: 100%;
    height: 130px;
    content: '';
    position: absolute;
    top: -20px;
}*/