
@media all and (min-width: 1481px) {

.master-column-wrapper {
	width: 1400px;
}
.inputs label {
    width: 276px;
}
.center-1 .inputs label {
    width: 514px;
}
.center-2 {
    width: 1121px;
}
.home-page-polls {
	width: 1420px;
}
.header {
	width: 1400px;
}
.headerMenuParent {
    width: 1360px;
}
	.header-menu > ul {
		display: block;
		font-size: 0;
		text-align: center;
	}

	.header-menu > ul > li > a, .header-menu > ul > li > span {
		cursor: pointer;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
	}

.home-page .ui-tabs {
	width: 1400px;
}
.footer-upper .center,
.footer-middle .center,
.footer-lower .center {
	width: 1420px;
}

	.home .topic-block {
		width: 1480px;
		text-align: justify;
	}

	.home-page-category-grid {
		padding: 0px;
	}
		.home-page-category-grid .item-grid,
		.home-page .product-grid {
			width: 1420px;
			display: flex;
			flex-wrap: wrap;
		}
	.home-page-category-grid .item-grid .news-pic{
		width:auto;
	}
	.product-details-page .overview {
		width: 52.5%;
	}
	.gallery .picture-thumbs .thumb-item {
		width: 80px;
		height: 80px;
		border: 1px solid #ccc;
	}
.cart-collaterals {
	width: 850px;
}
.cart-collaterals .deals > div {
	width: 300px;
}
.cart-collaterals .estimate-shipping-button {
    margin-top: 14px;
}
.cart-footer .totals {
	width: 313px;
}

}