/* 30 dagen betalen img uit 09-11-2022 -- GAW */
.footer-widget.widget-ob img.betalen {
	display: none;
}

/* BREXIT banner UKV2 11-2022 -- GAW */
/* .brexit-banner {
    background-color: #ea002a;
    color: #000;
    width: 100%;
    padding: 0 15px;
    height: 28vw;
}

.brexit-banner p {
    font-family: 'DINBold', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.hoverblocks {
    top: 350px!important;
}

section#main-content {
    margin-top: 59.8vw!important;
}

@media screen and (min-width: 576px) {
    .brexit-banner {
        height: 15vw;
    }

    section#main-content {
        margin-top: 38.8vw!important;
    }
}

@media screen and (min-width: 768px) {
    .brexit-banner {
        height: 7.5vw;
    }

    section#main-content {
        margin-top: 32.5vw!important;
    }
}

@media screen and (min-width: 992px) {
    .brexit-banner {
        height: 5.5vw;
    }

    section#main-content {
        margin-top: 22vw!important;
    }
}

@media screen and (min-width: 1199px) {
    .brexit-banner {
        height: 2.8vw;
    }

    section#main-content {
        margin-top: 16vw!important;
    }
}

@media screen and (min-width: 1500px) {
    .brexit-banner {
        height: 2vw;
    }

    section#main-content {
        margin-top: 11.9vw!important;
    }
}

@media screen and (min-width: 2000px) {
    .brexit-banner {
        height: 1.5vw;
    }

    section#main-content {
        margin-top: 9.4vw!important;
    }
} */

/* DIT VOOR HEEL V2 FIXEN */
/* Home blokken text resize 11-2022 -- GAW */
.overlay-home h3.dinconb60w {
    font-size: 2.5vw;
}

@media only screen and (max-width: 1199px) {
    h3.dinconb60w {
        font-size: unset;
    }
}

@media only screen and (max-width: 991px) {
    .overlay-home h3.dinconb60w {
        font-size: 2.5vw!important;
    }
}

/* Witte stukken tussen tekst kleiner GMFAQ 12-2022 -- GAW */
.gmv2-faq-page {
	padding-top: 50px;
}

.gmv2-faq-page section.eco-label-item {
	padding-top: 50px!important;
}

/* DIT NA VOLGENDE RELEASE VERWIJDEREN | 21-12-2023 */
@media only screen and (max-width: 450px) {
    .category-page .top-content .ctabtn .btn-dpred,
    .category-page .description-content .ctabtn .btn-dpred{
        margin-right: 0;
    }

    .category-page .top-content .ctabtn .btn-dpgreen,
    .category-page .description-content .ctabtn .btn-dpgreen{
        margin-left: 0;
    }
}