:root {
    --basis-kleur: #1e443e;
    --contrast-kleur: #e9e9e9;
    --contrast-kleur2: #1e443e;
}
@media only screen and (max-width: 1533px) and (min-width: 1151px) {
    .home-hide-block {
        display: none !important;
    }
}

@media only screen and (max-width: 1300px) {
    .search-item, .cat-nav {
        display: none;
    }

    #mob-dropdown {
        display: block !important;
    }

    .container {
        margin-top: 20px !important;
    }

}

@media only screen and (max-width: 1090px) {
    .navbar-left-item {
        display: none !important;
    }
}

/*-----------------------------------------------------------------*
 *-------------------START MOBILE DESIGN---------------------------*
 *-----------------------------------------------------------------*/
@media only screen and (max-width: 906px) {

    footer {
        padding-left: 0 !important;
    }

    .navbar {
        display: none;
    }

    .nav-bar {
        display: block;
    }

    .navbar-nav, .navbar-left {
        display: none !important;
    }

    .navbar-brand {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        max-width: none !important;
    }

    .hamburger-menu {
        display: block;
    }

    .banner {
        display: none;
    }

    .home-blok {
        margin-top: 0;
    }

    .hide-mobile {
        display: none !important;
    }

    .hide-desktop {
        display: block;
    }

    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }

    .container {
        width: 100vw !important;
    }

    .full-width {
        width: 100vw;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .blog-img {
        float: none;
        width: 100%;
    }

    .blog-row {
        width: 91vw !important;
    }

    .view-product-card {
        width: 100% !important;
        margin-left: -5px;
    }

    .vpc-img {
        float: left;
        width: 50%;
        border: none;
        object-fit: contain;
    }

    .vpc-omschrijving {
        float: left;
        background-color: white;
        height: auto;
        width: 50%;
    }

    .product-omschrijving {
        width: 100%;
    }

    .w3-content {
        margin-bottom: 10px;
        height: 425px !important;
    }

    .mySlides {
        object-fit: contain !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .w3-display-left, .w3-display-right {
        margin-top: -20px;
        width: 40%;
        background-color: var(--contrast-kleur) !important;
        color: black !important;
    }

    .w3-display-left {
        float: left;
    }

    .w3-display-right {
        float: right;
    }

    .sold-out {
        margin-left: -200px;
    }

}

@media only screen and (max-width: 768px) {

    .navbar-brand img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .home-banner {
        display: none;
    }

}

@media only screen and (max-width: 574px) {

    .navbar-brand img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -37px !important;
    }

    .hamburger-menu {
        margin-top: 15px;
    }

}

/* NAVBAR*/
.nav-bar {
    height: 45px;
    background: var(--basis-kleur)
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a img {
    max-height: 70px;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

.mobile-navbar {
    float: right;
}

.mobile-navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-navbar ul li {
    float: left;
    position: relative;
}

.mobile-navbar ul li a,
.mobile-navbar ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #e9e9e9;
    color: black;
    text-decoration: none;
}

.mobile-navbar ul li a:hover,
.mobile-navbar ul li a:visited:hover {
    background: #cdcdcd;
    color: #ffffff;
}

.mobile-navbar ul li a:not(:only-child):after,
.mobile-navbar ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

.mobile-navbar ul li ul li {
    min-width: 190px;
}

.mobile-navbar ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    background-color: #d4d4d4 !important;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--basis-kleur);
    height: 45px;
    width: 70px;
}

@media only screen and (max-width: 906px) {
    .nav-mobile {
        display: block;
    }

    .mobile-navbar {
        width: 100%;
        padding: 45px 0 15px;
    }

    .mobile-navbar ul {
        display: none;
    }

    .mobile-navbar ul li {
        float: none;
    }

    .mobile-navbar ul li a {
        padding: 15px;
        line-height: 20px;
        padding-left: 25%;

    }

    .mobile-navbar ul li ul li a {
        padding-left: 30%;
    }

    .nav-dropdown {
        position: static;
    }

    .brand a img {
        max-height: 60px;
        margin-top: -26px;
    }
}

@media screen and (min-width: 906px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 10px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}