@media all and (min-width:1601px) {
    .header-lower .search-box {
        width: 50%;
    }

    .header-links-wrapper, .header-logo {
        width: 20%;
    }

    .center-2 {
        width: 85%;
    }

    .side-2 {
        width: 15%;
    }

    .item-box {
        width: 15.83%;
    }

        .item-box:nth-child(5n+1) {
            margin-left: 1%;
            clear: none;
        }

        .item-box:nth-child(6n+1) {
            margin-left: 0;
            clear: both;
        }

    .center-2 .item-box {
        width: 19.2%;
    }

        .center-2 .item-box:nth-child(4n+1), .center-2 .item-box:nth-child(6n+1) {
            margin-left: 1%;
            clear: none;
        }

        .center-2 .item-box:nth-child(5n+1) {
            margin-left: 0;
            clear: both;
        }

    .overview {
        width: 75%;
    }

    .grouped-product-box, .product-prices-box {
        width: 380px;
    }

    .gallery {
        width: 30%;
    }

        .gallery:after {
            content: '';
            display: block;
            clear: both;
        }

        .gallery > div:first-child {
            width: 180px;
            height: 140px;
        }

        .gallery .thumb-item {
            max-width: 39%;
        }

        .gallery .picture-thumbs {
            float: left;
            width: 100%;
            max-width: 300px;
            margin: 0;
        }

        .gallery .picture {
            max-width: none;
        }

            .gallery .picture img {
                width: 130px;
                height: 130px;
            }
        

    .overview .reviews-and-compare {
        width: 33%;
    }

    .overview .product-name {
        width: 64%;
    }

    .address-grid > div {
        width: 430px;
    }

        .address-grid > div:nth-child(odd) {
            margin-left: 25px;
        }

        .address-grid > div:nth-child(3n+1) {
            margin-left: 0;
        }

        .address-grid > div:nth-child(3) {
            margin-top: 0;
        }

    .header-logo-nl {
        left: 25%;
    }
}
