#header .navbar a {
    padding: 10px 0!important;
}

#header .menu-container .dropdown-item {
	padding: 0!important;
}

@media only screen and (max-width: 2117px) and (min-width: 2000px)  {
	.webshop-landing-page .block .block-title {
		font-size: 14px;
	}
}

/* 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;
    }
}

/* Last Chance Sale banner 09-2024 -- GAW */
.last_chance-banner {
    background-color: #ea002a;
    color: #000;
    width: 100%;
    padding: 0 15px;
    height: 28vw;
}

.last_chance-banner p {
    font-family: 'DINBold', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.last_chance-banner a {
    color: #fff;
    text-decoration: underline;
}

.last_chance-banner a:hover {
    color: #fff;
}

.hoverblocks {
    top: 350px !important;
}

section#main-content {
    margin-top: 59.8vw !important;
}

@media screen and (min-width: 576px) {
    .last_chance-banner {
        height: 15vw;
    }

    section#main-content {
        margin-top: 38.8vw !important;
    }
}

@media screen and (min-width: 768px) {
    .last_chance-banner {
        height: 7.5vw;
    }

    section#main-content {
        margin-top: 32.5vw !important;
    }
}

@media screen and (min-width: 992px) {
    .last_chance-banner {
        height: 5.5vw;
    }

    section#main-content {
        margin-top: 22vw !important;
    }
}

@media screen and (min-width: 1199px) {
    .last_chance-banner {
        height: 2.8vw;
    }

    section#main-content {
        margin-top: 16vw !important;
    }
}

@media screen and (min-width: 1500px) {
    .last_chance-banner {
        height: 2vw;
    }

    section#main-content {
        margin-top: 11.9vw !important;
    }
}

@media screen and (min-width: 2000px) {
    .last_chance-banner {
        height: 1.5vw;
    }

    section#main-content {
        margin-top: 9.4vw !important;
    }
}

/* Last Chance Sale banner 09-2024 -- GAW */
.product-page .prijsper img {
    display: block!important;
    float:right;
    right: -50px!important;
    top: -100px!important;
}