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

}

@media only screen and (max-width: 991px) {
    .cart-language-wrapper {
        height: auto;
    }

    .product-category-image {
        padding-top: 75%;
        background-position: 0 50%;
        overflow: visible;
        margin-bottom: 75px;
    }

    .product-category-overlay {
        opacity: 1;
        background-color: transparent;
        bottom: -75px;
    }

    .product-category-image h5 {
        font-weight: 300;
        font-size: 1.2em;
        right: auto;
        left: 0;
        bottom: 15px;
    }

    .product-category-image h4 {
        bottom: 40px;
        font-size: 20px;
        transition: none;
        right: auto;
        left: 0;
    }

    .product-category-image h4,
    .product-category-image h5,
    .product-category-image:hover .product-category-overlay h4,
    .product-category-image:hover .product-category-overlay h5 {
        color: #1a3239;
    }

    .product-category-image:hover .product-category-overlay h4 {
        bottom: 40px;
    }

    .product-category-overlay:hover,
    .product-category-overlay:focus {
        color: #1a3239;
    }

    .product-category-image h5:after {
        background-color: #fff;
        color: #1a3239;
        width: 25px;
        text-align: center;
        right: -35px;
        line-height: 25px;
        border-radius: 0px 4px 4px 4px;
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 767px) {
    .banner-top .banner-label {
        height: 2.8em;
        width: 2.8em;
        font-size: 60px;
        right: 15px;
        padding: 0px 15px 15px 15px;
        border-radius: 0 30px 30px 30px;
        bottom: -1.4em;
        letter-spacing: .145em;
    }

    .banner-label .mobile-text {
        font-weight: 700;
        line-height: 1em;
        text-align: center;
        margin-top: 0.4em;
    }
    /* WEGHALEN NADAT FABRIEKS VERKOOP VOORBIJ IS */
    body.language-code-nl .banner-label {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .banner-top .banner-label {
        font-size: 40px;
        height: 3.2em;
        width: 3.2em;
    }

    .banner-label .mobile-text {
        margin-top: 0.6em;
    }
}

@media only screen and (max-width: 375px) {
    .banner-top .banner-label {
        font-size: 32px;
    }

    .outlet-product-category {
        width: 100%;
    }
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
