.discount-ribbon {
    background-color: var(--category-color);
    color: #fff;
    position: absolute;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: bold;
    top: 25px;
    left: 10px;
    z-index: 5;
    border-radius: 7px;
}

.discount-ribbon.single {
    padding: 3px 10px;
    left: 15px;
}

.single-discount-label {
    display: flex;
    background-color: var(--category-color);
    border-radius: 16px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    align-self: flex-start;
}

.big-bullet {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--category-color);
    margin-right: 15px;
    margin-top: 5px;
    padding: 5px 0;
}

.countdown-timer {
    display: flex;
}

.countdown-timer > div {
    color: red;
}

.countdown-timer > div .big-bullet {
    background-color: red;
}

.vrije-tekstlabel {
    color: var(--category-color) !important;
    margin-top: 29px;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 10px;
    display: flex;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.wf-header {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

* {
    font-family: "Poppins", sans-serif
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

ul {
    padding: 0
}


.wf-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wf-dropMenu {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.wf-drop-menu-title h2 {
    display: none;
    font-size: 20px;
}


.wf-burger {
    width: 35px;
    height: 33px;
    display: none;
    justify-content: space-around;
    flex-direction: column;
}

.wf-burger-item {
    width: 100%;
    height: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    background-color: #000;
}

.wf-burger-item:nth-child(2) {
    width: 80%
}

.wf-close-menu {
    display: none;
}


.wf-logo {
    width: 20%;
    height: 100%;
    padding: 10px;
    border-radius: 8px;
}

.wf-search-panel {
    width: 30%;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid grey;
}

.wf-search-panel input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.wf-search-panel-icon {
    width: 10%;
    background-color: #75B1A9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.wf-search-panel-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.wf-icons {
    display: flex;
    padding: 10px;
    border-radius: 8px;
}

.wf-icons svg {
    width: 30px;
    height: 30px;
}

.wf-hidden{
    display: none !important;
}

/*take this part of the code*/

:root {
    --chevron-muurdecoratie-color: #00b67a;
    --chevron-verlichting-color: #e29701;
    --chevron-meubels-color: #789dca;
}

.wf-container {
    width: 100%;
    max-width: 1366px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wf-dropMenu {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.wf-ul-title-dist {
    padding: 5px 0;
}

.wf-submenu-container {
    display: flex;
    align-items: start !important;
    padding: 0 20px;
}

header a {
    text-decoration: none;
    color: #404040;
}

header li {
    list-style-type: none;
    padding: 0;
    cursor: pointer;
}

.wf-megaMenu {
    position: initial
}

.wf-submenu {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1);
    padding: 50px 20px;
    width: 100vw;
    opacity: 0;
    transition: opacity 0.5s;
    visibility: hidden;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

.wf-submenu-menu-header {
    cursor: text
}

.wf-submenu-menu-header::after {
    content: '';
    display: block;
    width: 30%;
    height: 5px;
    margin: 15px 0;
    border-radius: 50px;
}

.wf-megaMenu:nth-child(1) .wf-submenu-menu-header::after {
    background-color: var(--chevron-muurdecoratie-color);
}

.wf-megaMenu:nth-child(2) .wf-submenu-menu-header::after {
    background-color: var(--chevron-verlichting-color);
}

.wf-megaMenu:nth-child(3) .wf-submenu-menu-header::after {
    background-color: var(--chevron-meubels-color);
}


.wf-submenu-body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.wf-submenu.wf-show {
    opacity: 1;
    visibility: visible;
}

.wf-submenu-items {
    width: 20%;
    padding-left: 0;
}

.wf-ul-title {
    font-weight: bold;
    cursor:text;
    text-shadow: none;
    padding: 10px 0 10px 0;
    display: block;
}

.wf-submenu-items li {
    transition: font-weight 0.3s;
    font-size: 15px;
    line-height: 2em;
}

.wf-submenu-items li a:hover {
    transition: font-weight 0.3s;
    font-weight: bold;
}

.wf-mega-menu-link {
    padding: 35px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-wrap: nowrap !important;
}

.wf-icon-chevron {
    transform: rotate(0deg);
    width: 10px;
    height: 10px;
    transition: transform 0.5s;
    margin-left: 5px;
}

.wf-mega-menu-link:hover .wf-icon-chevron {
    transform: rotate(180deg);
}

.wf-mobile-svg-icon.rotated {
    transform: rotate(90deg);
}

.wf-chevron-rotate {
    transform: rotate(180deg);
}


.wf-btn-terug {
    display: none
}


.wf-menu-arrow-link {
    display: none !important;
}

.wf-menu-arrow {
    display: none;
}

@media (max-width: 1200px) {
    .wf-menu {
        width: 100vw;
        height: 100vh;
        align-items: start;
        position: fixed;
        overflow: auto;
        top: 0;
        left: -100%;
        transition: left 0.5s, background-color 1s;
        z-index: 999;
    }

    .wf-burger {
        display: flex;
        position: fixed;
        left: 18px;
        top: 13px;
    }

    .wf-drop-menu-title {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }

    .wf-drop-menu-title h2 {
        display: flex
    }

    .wf-open-menu {
        left: 0 !important
    }

    .wf-close-menu {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        margin: 20px 0;
        box-shadow: 0 3px 6px #00000029;
        border-radius: 8px;
    }


    .wf-close-icon {
        width: 30px;
        height: 30px;
    }


    .wf-search-panel, .wf-logo,
    .wf-icons {
        display: none;
    }

    #headerbar {
        display: block !important;
        height: 0 !important;
    }

    #shortcode-123-11 {
        display: none !important;
    }

    #div_block-139-11 {
        display: none !important;
    }

    .wf-open-menu {
        justify-content: start;
    }

    .wf-container {
        align-items: center !important
    }

    .wf-submenu-container {
        padding: 0 !important;
    }

    .wf-menu-arrow {
        display: none;
    }

    .wf-menu-arrow {
        width: 10px;
        height: 12px;
        stroke-width: 5px;
        display: block;
    }

    .wf-menu-arrow-link:not(.wf-hidden) {
        display: flex !important;
    }


    .wf-menu-arrow-dark {
        width: 10px;
        height: 12px;
        stroke-width: 5px;
        stroke: #000;
        fill: #000;
        display: block;
    }

    .wf-megaMenu {
        width: 90%;
        align-items: center;
        flex-direction: column;
        padding: 0 !important;
        margin: 0 !important;
    }
    .wf-megaMenu:not(.wf-hidden){
        display: flex !important;
    }

    .wf-dropMenu {
        height: 100vh;
        width: 100%;
        max-width: 82vw;
        align-items: center;
        overflow: auto;
        margin: 0;
        display: flex;
        justify-content: normal;
        flex-direction: column;
        background-color: #fff;
        padding: 0 0px !important;
    }


    .wf-submenu {
        width: 100%;
        display: none;
        position: absolute;
        padding: 0;
        top: 0;
        box-shadow: none;
        transition: none;
        background-color: #fff;
        z-index: 1;
    }

    .wf-submenu-title {
        display: none
    }

    .wf-submenu-body {
        width: 88%;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-left: 4%;
    }

    .wf-submenu.wf-show {
        position: relative;
        margin-top: 20px;
        display: flex;
        left: 0;
        opacity: 1;
        visibility: visible;
        width: 100%;
        padding: 0 !important;
    }

    .wf-mega-menu-link {
        margin: 10px 0;
        border-radius: 50px;
        padding: 10px 20px;
        position: relative;
        box-shadow: 0 3px 6px #00000029;
        display: flex !important;
        justify-content: start;
        align-items: center;
        width: 90%;
        gap: 18px;
    }

    .wf-ul-title {
        padding: 0 !important;
    }

    .wf-btn-terug {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 35px 0;
        padding: 10px 0;
        border-radius: 50px;
        font-size: 20px;
        background-color: #75B1A9;
        color: #fff;
    }

    .wf-btn-terug svg {
        width: 20px;
        height: 15px;
        margin-left: 10px;
        transform: rotate(270deg);
        fill: #fff;
    }

    .wf-submenu-items {
        width: 100%;
        margin-right: 0;
    }

    .wf-submenu-item {
        padding: 0 !important;
    }

    .wf-submenu-item::before {
        content: ">";
        padding: 10px 20px 10px 0;
    }

    .wf-icon-chevron {
        display: none;
    }

    #image-251-11 {
        padding-left: 46px !important;
        padding-right: 0 !important;
    }

    #div_block-119-11 {
        display: none !important;
    }

    .wf-visible-opacity{
        visibility: visible!important;
        background-color: rgba(0,0,0, .5)!important;
        transition: opacity 0.5s;
    }


    .wf-opacity-div{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        visibility: hidden;
        background-color: rgba(0,0,0, 0);
        transition: all .5s cubic-bezier(.77,0,.175,1);
        z-index: 9;
    }
    .wf-header-menu-image-container{
        display: none !important;
    }
}

.wf-header-menu-image-container{
    width: 356px;
    height: 281px;
    padding-left: 52px;
    border-left: 1px solid #cccccc;
}

.wf-header-menu-image-container img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 28px;
}

.wf-header-border-right{
    border-right: 1px solid #cccccc;
    display: block;
}

@media all and (max-width: 1200px) and (min-width: 700px){
    .wf-dropMenu{
        align-items: start !important;
        padding: 7px 0 0 19px !important;
    }
    .wf-megaMenu {
        max-width: 358px !important;
        width: 100% !important;
    }
}

@media all and (min-width: 1200px){
    .wf-megaMenu:hover .wf-submenu{
        opacity: 1;
        visibility: visible;
    }
    .wf-header-border-right{
        height: 281px;
    }
    .wf-with-image{
        margin-top: 40px;
        height: max-content;
    }
}