
@media all and (min-width:1601px) {

/*HEADER*/

.header-lower .search-box {
	width: 50%;
}

.header-links-wrapper {
}

.header-logo {
    width: 20%;
}

/* CATEGORY PAGE */

.center-2 {
	width: 78%;
}
.side-2 {
	width: 20%;
}

.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;
}

.center-2 .product-list .item-box .buttons .button-2 {
	padding: 0 30px;
}

/*FEATURED PRODUCTS ON CATALOG PAGE*/
/*
.category-page .featured-product-grid {
	background-color: #f6f6f6;
	padding: 45px;
}

.category-page .featured-product-grid > .title {
	display: none;
}

.category-page .featured-product-grid .item-box {
	width: calc(50% - 7px);
	margin: 14px 0 0 14px;
	background-color: #fff;
}

.category-page .featured-product-grid .product-item {
	font-size: 0;
}

.category-page .featured-product-grid .product-item > div {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0;
	clear: none;
}

.category-page .featured-product-grid .item-box:nth-child(1),
.category-page .featured-product-grid .item-box:nth-child(2) {
	margin-top: 0;
}

.category-page .featured-product-grid .item-box:nth-child(2n+1) {
	margin-left: 0;
}

.category-page .featured-product-grid .item-box .details {
	padding: 20px;
}

.category-page .featured-product-grid .item-box .product-title {
	font-size: 18px;
	height: 38px;
	max-height: 38px;
	line-height: 19px;
	overflow: hidden;
}

.category-page .featured-product-grid .item-box .actual-price {
	font-size: 22px;
}

.category-page .featured-product-grid .item-box .product-rating-box {
	margin-bottom: 30px;
}
.category-page .featured-product-grid .item-box .buttons {
	margin-top: 10px;
}

.category-page .featured-product-grid .item-box .buttons button {
	width: auto;
	background-color: #f3cb2d;
	color: #fff;
}

.category-page .featured-product-grid .item-box .buttons button:hover {
	background-color: #e8af00;
}*/

/*PRODUCT PAGE — Figma node 20:896 keeps thumbs under main image (not side rail)*/

.overview {
	width: calc(100% - 400px);
	padding-right: 400px;
}
.product-prices-box,
.grouped-product-box {
	width: 380px;
}
.gallery {
	width: 380px;
	max-width: 380px;
}
.gallery:after {
	content: '';
	display: block;
	clear: both;
}
.product-details-page .picture-gallery > div:first-child,
.product-details-page .picture-gallery ~ .video-gallery {
	float: none;
	width: 100%;
}
.gallery .picture {
	max-width: 380px;
}
.product-details-page .gallery .picture-thumbs {
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	width: 100%;
	max-width: none;
	margin: 15px 0 0;
}
.gallery .video-thumbs {
	margin-top: 12px;
}
.product-details-page .gallery .thumb-item {
	display: inline-block;
	margin: 0;
	max-width: 60px;
	width: 60px;
}
.product-details-page .overview .reviews-and-compare {
	display: none;
	width: auto;
}
.product-details-page .overview .product-name {
	display: block;
	width: auto;
}

/* 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;
}

}