
@media all and (min-width:1601px) {

/*HEADER*/

.header-lower .search-box {
	width: 50%;
}

.header-links-wrapper {
    width: 30%;
}

.header-logo {
    width: 20%;
}

/* CATEGORY PAGE */

.center-2 {
	width: 78%;
}
.side-2 {
	width: 20%;
}


.center-2 .product-list .item-box .buttons .button-2 {
	padding: 0 30px;
}

/*PRODUCT PAGE*/

.overview {
	width: 62%;
	padding-right: 415px;
}
.product-prices-box,
.grouped-product-box {
	width: 380px;
}
.gallery {
	width: 36%;
}
.gallery:after {
	content: '';
	display: block;
	clear: both;
}
.picture-gallery > div:first-child,
.picture-gallery ~ .video-gallery {
	float: right;
	width: calc(100% - 95px);
}
.gallery .picture {
	max-width: none;
}
.gallery .picture-thumbs {
	float: left;
	width: 15%;
	max-width: 87px;
	margin: 0;
}
.gallery .video-thumbs {
	margin-top: 12px;
}
.gallery .thumb-item {
	display: block;
	margin: 0 0 10px;
	max-width: none;
}
.overview .reviews-and-compare {
	width: 33%;
}
.overview .product-name {
	width: 64%;
}

/* CHECKOUT */

.address-grid > div {
	width: calc(33.33% - 16.66px);
}

.address-grid > div:nth-child(2n+1) {
	margin-left: 25px;		
}

.address-grid > div:nth-child(3n+1) {
	margin-left: 0;		
}

.address-grid > div:nth-child(3) {
	margin-top: 0;
}

}