
@media all and (min-width: 1025px) {

/* GLOBAL STYLES */

.master-wrapper-content {
	width: 990px;
	margin-bottom: 80px;
}
	
/* GLOBAL FORMS */

.inputs {
	margin: 12px 0;
}
.inputs label {
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	line-height: 32px;
}
.center-1 .inputs label {
	width: 200px;
	margin: 0 0 0 -200px;
}
.center-2 .inputs label {
	width: 150px;
	margin: 0 0 0 -150px;
}
.inputs .option-list {
	text-align: left;
}
.inputs .option-list li {
	margin: 0;
}
.inputs .option-list label {
	margin: 0 10px 0 5px;
	padding: 0;
	line-height: normal;
}

/* HEADER & NAVIGATION */

.admin-header-links {
	width: 990px;
	margin-bottom: 30px;
	background-size: 100% 100%;
}
.header-line {
    width: 990px;
	background-size: 100% 100%;
}

.header-menu {
	display: table;
	width: 100%;
}
.header-menu .menu-title {
    display: none;
}
.header-menu > ul {
	display: table-row !important;
}
.header-menu > ul > li {
	display: table-cell;
}
	
.header-menu.reset {
	display: block;
}
.header-menu.reset > ul {
	display: block !important;
	font-size: 0;
}
.header-menu.reset > ul > li {
	display: inline-block;
	font-size: 13px; /*reset zeroing*/
}

.header-menu.wrapped {
	border: none;
	background: none;
}
.header-menu.wrapped:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 9999;
	width: 1px;
	height: 100%;
	background-color: #aaa;
}
.header-menu.wrapped > ul {
	margin: 0 0 0 -1px;
}
.header-menu.wrapped > ul > li > a,
.header-menu.wrapped > ul > li > span {
	border-top: 1px solid #aaa;
	box-shadow: 0 1px 0 0 #aaa;
	background: #eeeeee; /* Old browsers */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%); /* W3C */
}
.header-menu.wrapped > ul > li:hover > a,
.header-menu.wrapped > ul > li:hover > span {
	background: #333; /* Old browsers */
    background: -webkit-linear-gradient(top, #333333 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #333333 0%, #111111 100%); /* W3C */
}
.header-menu.wrapped > ul > li > a:before,
.header-menu.wrapped > ul > li > span:before {
	display: none;
}

.header-menu.reset > ul > li:last-child > a,
.header-menu.reset > ul > li:last-child > span {
	border-right: 1px solid #aaa;
	box-shadow: 0 1px 0 0 #aaa, 1px 0 0 0 #fff;
}
.header-menu.wrapped > ul > li:last-child > a,
.header-menu.wrapped > ul > li:last-child > span {
	box-shadow: 0 1px 0 0 #aaa;
}

/* FOOTER */

.footer-upper {
    width: 990px;
	text-align: left;
}
.footer-block {
    width: 24.25%;
	clear: none !important;;
    margin: 5px 0 10px 1% !important;
}
.footer-block:first-child {
	margin-left: 0 !important;
}
.footer-lower {
	position: relative;
    width: 990px;
	min-height: 72px;
	text-align: left;
}
.accepted-payment-methods {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.social-sharing {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
.subscribe-to-newsletter {
	width: 280px;
	margin: auto;
	overflow: hidden;
}
.newsletter-subscribe {
	max-width: none;
}
.bottom .center {
	width: 990px;	
	margin: auto;
}
.footer-store-theme {
	margin: 0 5px !important;
}

/* LEFT/RIGHT COLUMNS */

.side-2 {
	width: 215px;
}
.center-2 {
	width: calc(100% - 235px);
}
.block {
	margin: 0 0 20px;
}

/* CATEGORY PAGE */

.item-box {
	width: 32%;
}
.item-box:nth-child(2n+1) {
	clear: none;
	margin-left: 2%;
}
.item-box:nth-child(3n+1) {
    clear: both;
	margin-left: 0;
}
.item-box .rating div {
	opacity: 0.7;
}
.home-page .item-box,
.product-details-page .item-box,
.cross-sells .item-box {
	width: 23.875%;
	margin-left: 1.5%;
}
.home-page .item-box:nth-child(2n+1),
.product-details-page .item-box:nth-child(2n+1),
.cross-sells .item-box:nth-child(2n+1) {
	margin-left: 1.5%;
}
.home-page .item-box:nth-child(3n+1),
.product-details-page .item-box:nth-child(3n+1),
.cross-sells .item-box:nth-child(3n+1) {
	clear: none;
	margin-left: 1.5%;
}
.home-page .item-box:nth-child(4n+1),
.product-details-page .item-box:nth-child(4n+1),
.cross-sells .item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

/* PRODUCT PAGE */

.gallery {
	width: 380px;
}
.overview {
	width: 560px;
}
.overview-buttons > div {
	margin: 0 10px 10px 0;
}
.attributes dd {
	min-width: 280px;
}

/* ACCOUNT PAGES */

.avatar-page .fieldset {
	overflow: hidden;
}
.avatar-page .image {
	float: left;
	width: 220px;
	max-width: 49%;
	margin: 0;
}
.avatar-page input[type="file"] {
	float: left;
	max-width: 49%;
	margin: 0 0 0 2%;
}
.avatar-page .buttons {
	float: left;
}
.avatar-page .buttons input {
	min-width: 0;
}
.avatar-page .info {
	float: right;
	padding: 10px 0;
}

/* SHOPPING CART */


.cart-collaterals {
	width: calc(100% - 295px);
}
.cart-footer .totals {
	width: 280px;
}
.cart-footer .deals {
	float: left;
	width: 45%;
	min-height: 240px;
}
.cart-footer .shipping {
	float: right;
	width: 53%;
	margin-top: 0;
}
.cart-footer .estimate-shipping {
	margin-bottom: 5px;
}
.cart-footer .shipping label {
	width: 110px !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	text-align: right;
}
.cart-footer .shipping select,
.cart-footer .shipping .zip-input {
	width: calc(100% - 120px) !important;
}
.cart-footer .estimate-shipping-button {
	height: 30px;
}

/* CHECKOUT PAGES */

.opc #checkout-step-confirm-order .buttons,
.opc #checkout-step-confirm-order .terms-of-service {
	width: 280px;
}

/* BLOG & NEWS */

.news-item-page .inputs label {
	display: inline-block;
}
.news-item-page .inputs + .inputs label {
	display: none;
}

/* FORUM & PROFILE */

.forum-edit-page .inputs strong {
	text-align: left;
}
.forum-edit-page .toolbar {
	text-align: left;
}

}