/* Category pages - img boxes*/
.cat-merken-boxes {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
}

.cat-merken-boxes .cat-merk-box {
    position: relative;
}

.cat-merken-boxes .cat-merk-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.cat-merken-boxes .cat-merk-box .cat-merk-box-title {
    max-width: 42%;
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    top: 30px;
    left: 20px;
    display: inline-grid;
    position: absolute;
    color: #ffffff;
}

.cat-merken-boxes .cat-merk-box .wnc-btn {
    bottom: 10px;
    left: 20px;
    position: absolute;
    color: white!important;
}

/* Read more - category pages - Begin */
.read-more-section-wrap {
    font-family: open-sans, arial, sans-serif;
}

.read-more-section-wrap h1 {}

.read-more-section-wrap .content-container a.slide-toggle {
    display: none;
}

.read-more-section-wrap p {
    font-size: 16px;
}

.read-more-section-wrap .content-container p {
    color: #000000;
    font-size: 14px;
}

.read-more-section {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    width: calc(100% - 60px);
    left: -100%;
    transition: all 0.5s linear;
}

.read-more-section.open {
    left: 0;
}

.read-more-section.open:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 80px;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}

.read-more-section .read-more-header {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #F44D7D;
    color: #fff;
    padding: 15px 0;
}

.read-more-section .read-more-header h3 {
    font-size: 17px !important;
    color: #FFFFFF !important;
    margin: 0 !important;
    text-align: left;
    padding-left: 10px;
}

.read-more-section .closebtn {
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 18px;
}

.read-more-section .closebtn img {
    height: 25px;
    width: 25px;
}

.read-more-section .box {
    overflow-y: auto;
    background: #fff;
    height: 100%;
}

.read-more-section .box-inner {
    padding: 20px 10px;
}

@media (max-width: 575px) {

    .read-more-section-wrap .content-container a.slide-toggle {
        color: #FD7E68 !important;
        font-size: 14px;
        line-height: 22px;
        float: right;
        margin-left: .5rem;
        font-family: 'open-sans', sans-serif;
        display: block;
    }

    .read-more-section-wrap .content-container p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .read-more-section-wrap .content-container {
        display: block;
    }

    .categorie-description.collapsable-description h1 {
        font-size: 25px;
        line-height: 32px;
    }

}

@media only screen and (max-width: 600px) {
    .collapsable-description .btn.shortlinks {
        padding-bottom: 10px;
        border-bottom: 1px solid #ecedef;
        margin-bottom: 20px;
    }

    .collapsable-description .btn.shortlinks a {
        padding: 5px 10px;
    }

    .collapsable-description .btn.shortlinks a:hover {
        background-color: unset !important;
        color: unset !important;
        border-color: #009cdd;
    }
}

/* Handige filters opmaak end*/
