@media (min-width: 1025px) {
    .master-wrapper-page .header-menu {
        background: #f2f7fc;
    }

        .master-wrapper-page .header-menu > ul > li > a, .header-menu > ul > li > span {
            display: block;
            padding: 10px;
            text-transform: none;
            font-size: 13.333px;
            color: #007ba4;
            cursor: pointer;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
}

@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        @media (min-width: 1025px) {
            .responsive-nav-wrapper-parent {
                margin-top: -40px !important;
                width: auto;
            }
        }
    }
}

.keurmerk {
    margin-top: 17px;
}

@media (max-width: 1281px) {
    .keurmerk {
        display: none !important;
    }
}

.samplebasket {
    width: 45px;
    height: 44px;
    float: right;
    position: relative
}

    .samplebasket .image {
        padding-top: 11px;
    }

    .samplebasket .counter {
        position: absolute;
        bottom: 5px;
        right: 0px;
        border-radius: 50%;
        line-height: 16px;
        background: #ff5874;
        color: #fff;
        z-index: 1;
        pointer-events: none;
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 17px;
    }

@media (min-width: 1281px) {
    .master-wrapper-page .header-menu > ul {
        width: auto;
    }
}

@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        @media (min-width: 1025px) {
            .master-wrapper-page .mega-menu .dropdown {
                opacity: 0;
                display: block;
                position: absolute;
                left: 50%;
                margin-left: -490px;
                border-top: 1px solid #eee;
                width: 980px;
                max-height: 400px;
                max-height: -webkit-calc(100vh - 250px);
                max-height: calc(100vh - 250px);
                box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
                overflow: hidden;
                background: #ffffff;
                -webkit-transition: transform .3s, opacity .3s;
                transition: transform .3s, opacity .3s;
                -webkit-transform: translateY(20px);
                -ms-transform: translateY(20px);
                transform: translateY(20px);
                pointer-events: none;
            }
        }
    }
}

@media (prefers-reduced-motion: no-preference) {
    @media (prefers-reduced-motion: no-preference) {
        @media (min-width: 1025px) {
            .master-wrapper-page .mega-menu .title {
                margin-bottom: 4px;
                padding: 15px 0;
                background: #fff;
                text-transform: none;
                text-align: center;
                font-weight: normal;
                font-size: 12px;
                color: #007ba4;
                transition: all .3s;
            }
        }
    }
}
