﻿/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

	.center-1 .nop-jcarousel.manufacturer-grid:before, .center-1 .nop-jcarousel.vendor-grid:before {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		 left: 0%!important; 
		 right: 0%!important; 
		height: 100%;
		background-color: #fff;
		z-index: 0;
	}
.master-wrapper-content,
.html-account-page .master-wrapper-content {
	padding: 60px 6vw;
}

.home-page .topic-block {
	width: 80%;
}

.topic-page, .topic-page-body .breadcrumb {
	max-width: 1200px;
}

/* HEADER-MENU */

.header-selectors-wrapper,
.header-lower,.header-top-text {
	width: 88%;
}

.header-menu {
	padding: 0 6vw;
}

.header-links li + li {
    padding-right: 20px;
}
.mobile-flyout-wrapper {
	padding-right:20px;
}

/* FOOTER */

.footer-lower .theme-selector {
	margin-top: 0;
}

.newsletter-email {
	margin: 0;
}

.theme-selector {
	margin-top: 0;
}


/********* SMALL PRODUCTS CAROUSELS **********/

.small-products {
	margin: 70px 0 0 !important;
	padding: 0;
}
.small-products .item-box {
	max-height:120px;
}
.small-products .item-box .product-item > div:first-child {
	width: 120px;
}
.small-products .item-box .details {
	padding: 15px;
	width: calc(100% - 120px);
}

.two-row-carousels .product-grid .title {
	font-size: 23px;
}

.two-row-carousels > div {
	float: right;
	width: 49%;
}

.two-row-carousels > div:nth-child(2) {
	margin-right:2%;
}

.two-row-carousels > div:only-child {
	width: 100%;
}

.two-row-carousels .slick-slide {
	min-height:270px;
}

.two-row-carousels .slick-next,
.two-row-carousels .slick-prev {
	bottom:120px;
}


/* LEFT/RIGHT COLUMN */

.side-2 {
	width: 20%;
}

.html-account-page .center-2 {
	width: calc(100% - 280px);
}

.html-account-page .side-2 {
	width: 280px;
}

.html-account-page .page-title {
	padding: 0 280px 0 0;
}

/* CATEGORY PAGE & GRIDS */

.news-list-homepage .news-item {
	padding: 40px;
}

.home-page-advantages {
	padding: 35px 7%;
	margin: -70px -6vw 70px;
}

.advantages-item {
	padding: 0 2%;
}

.page-title h1,
.center-1 .category-page .page-title h1,
.center-1 .manufacturer-list-page .page-title h1 {
	font-size: 35px;
}

.vendor-item .title a,
.category-grid .item-box .title a {
	font-size: 22px;
}
.manufacturer-item .title a {
	font-size: 18px;
}

.product-grid .item-box {
	width: 30%;
}

.product-grid .item-box:nth-child(2n+1) {
	margin-right: 3.8%;
	clear: none;
}
.product-grid .item-box:nth-child(3n+1) {
	margin-right: 0;
	clear: both;
}

.product-list .item-box .details {
    margin: 0 290px 0 25%;
}

.product-list .item-box .add-info {
	width: 25%;
}


.block .listbox,
.filtersGroupPanel {
	padding: 18px 30px;
}


/*Home Page Category*/
.category-grid, .sub-category-grid {
	width: 70%;
}
.category-grid .item-box:nth-child(4n),
.category-grid .item-box:nth-child(5n) {
	top: -55px;
}


/* REVIEW PAGE */

.product-review-item {
	padding: 40px 3%;
}

/* TABLES */

.ui-tabs .ui-tabs-nav li a{
	font-size:22px;
}

/* WISHLIST & COMPARE LIST */


.wishlist-page .share-info {
	margin: 70px 0 50px;
}

.compare-products-page .page-body {
    margin: 0;
}

.compare-products-table td {
	padding: 20px;
}


.compare-products-table tr td:first-child {
	min-width: 200px;
	max-width: 200px;
}

.compare-products-page .clear-list {
	width: 200px;
}


/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */



/* SHOPPING CART & CHECKOUT */


.order-progress a {
	width: 180px;
}

.cart-collaterals > div {
	float: none;
	width: 100%;
	margin: 0 0 10px;
}

.shopping-cart-page form {
	overflow: hidden;
}

.shopping-cart-page form:after {
	content: "";
	display: block;
	clear: both;
}

.shopping-cart-page .product-grid {
	clear: both;
}
.shopping-cart-page .table-wrapper {
	float: right;
	clear: right;
	width: 70%;
}

.shopping-cart-page .cart-footer  {
	float: left;
	clear: left;
	width: calc(30% - 30px);
}

.cart-footer > div,
.cart-footer > div > div {
	display: block;
	width: 100%;
}



/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.new-comment, .comment-list {
	margin-right: -6vw;
	margin-left: -6vw;
}

/* FORUM & PROFILE */
.ui-tabs .ui-tabs-panel {
	margin: 0 -6vw;
	padding: 50px 7%;
}

.profile-page .topic-title,
.profile-page .topic-data {
	width: 18%;
}

.profile-page .topic-body {
	margin-right: 20%;
}
}