
@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

.master-wrapper-content {
	max-width: 1200px;
	width: 100%;
}

/* HEADER & NAVIGATION */

.admin-header-links,
/* .header-line {
	width: 1200px;
} */

/* FOOTER */

.footer-upper,
.footer-lower {
    width: 1200px;
}
.bottom .center {
	width: 1200px;	
}

/* LEFT/RIGHT COLUMNS */

.side-2 {
	width: 230px;
}
.center-2 {
	width: calc(100% - 250px);
}
	
/* CATEGORY PAGE */
	
.center-1 .item-box .description a {
    height: 75px;
	text-align: left;
}
.center-2 .item-box .description a {
    height: 75px;
	text-align: left;
}

/* PRODUCT PAGE */

.gallery {
	width: 440px;
}
.overview {
	width: 710px;
}
.variant-picture {
	width: 325px;
	max-width: none;
}
.variant-overview {
	width: 820px;
}

/* SHOPPING CART */

.cart-collaterals {
	width: 67.5%;
}
.cart-footer .totals {
	width: 31%;
}

/* CHECKOUT PAGES */

.opc #checkout-step-confirm-order .buttons,
.opc #checkout-step-confirm-order .terms-of-service {
	width: 31%;
}

}