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

.master-column-wrapper {
	width: 1200px;
}
.inputs label {
    width: 276px;
}
.center-1 .inputs label {
    width: 414px;
}
.center-2 {
    width: 921px;
}
.home .topic-block {
	width: 1200px;
}
.home-page-polls {
	width: 1220px;
}
.header {
	width: 1200px;
}
.headerMenuParent {
    width: 960px;
}
.home-page .ui-tabs {
	width: 1200px;
}
.footer-upper .center,
.footer-middle .center,
.footer-lower .center {
	width: 1220px;
}
.home-page-category-grid .item-grid,
.home-page .product-grid {
	width: 1220px;
}
.product-details-page .overview {
    width: 52.5%;
}
.gallery .picture-thumbs .thumb-item {
	width: 120px;
	height: 120px;
}
.cart-collaterals {
	width: 850px;
}
.cart-collaterals .deals > div {
	width: 300px;
}
.cart-collaterals .estimate-shipping-button {
    margin-top: 14px;
}
.cart-footer .totals {
	width: 313px;
}
.home-page-fillter-search-wrapper {
	width: 1200px;
}
.change-password-page .change-password-recovery-link {
	width: 387px;
}
.header-menu .sublist-wrap.menu__grid-view.active{
	display: flex !important;
}
.header-menu .sublist-wrap.menu__grid-view.active{
	width: 1200px;
	right: 1px;
	flex-wrap: wrap;
	gap: 10px 0;
}
}
@media (min-width:1024px) and (max-width:1280px){
.header-menu .sublist-wrap.menu__grid-view.active {
	display: flex !important;
}
.header-menu .sublist-wrap.menu__grid-view.active{
	display: flex !important;
	width: 980px;
	right: 1px;
	flex-wrap: wrap;
	gap: 10px 0;
}
}