﻿
@media all and (min-width: 1501px) {
    
.cart td.unit-price,
.cart td.quantity,
.cart td.subtotal {
	min-width: 100px;
}
.header.normal .search-box
input.search-box-text {
	width: 200px;
}
.home-page-category-grid, 
.home-page .product-grid {
	/*margin-bottom: 120px;*/
}
.home-page-category-grid > .title,
.product-grid > .title,
.news-list-homepage .title,
.home-page-polls .title {
	font-size: 46px;
}
.home-page-category-grid > .title strong,
.product-grid > .title strong,
.news-list-homepage .title strong,
.home-page-polls .title strong {
	padding: 0 90px;
}
.forums-table-section td.replies,
.forums-table-section td.views,
.forums-table-section td.latest-post {
    min-width: 200px;
}

}

@media all and (min-width: 1601px) {

/* GLOBAL STYLING */
	
.center-2 {
    width: 82.45%;
	margin-right: 0.66%;
}
.side-2 {
	width: 15.5%;
	margin-left: 0.66%;
}

/* HEADER */

    .header.normal .search-box
    input.search-box-text {
        width: 200px;
        transition: width 2s;
    }

/* CATEGORY PAGE & GRIDS */

.twocolumns .product-selectors {
    padding-left: 16%;
}
.twocolumns .product-grid .item-box {
    width: 32.8%;
    margin: 0 0 0.8% 0.8%;
}
.twocolumns .product-grid .item-box:nth-child(2n+1) {
    clear: none;
    margin-left: 0.8%;
}
.twocolumns .product-grid .item-box:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.two-col .featured-product-grid { /*category featured products*/
	max-width: none;
}
.two-col .featured-product-grid .item-box {
	width: 32.5%;
	margin: 0 0 0.625% 0.625%;
}
.two-col .featured-product-grid .item-box:nth-child(2n+1) {
	clear: none;
}
.two-col .featured-product-grid .item-box:nth-child(3n+1) {
	clear: both;
}

/* PRODUCT PAGE */

    /*.gallery {
    padding: 40px 30px 0 0;
}
.gallery .picture-thumbs {
    margin-top: -2px;
}
.gallery .thumb-item {
	margin: 0 0 1px;
}
.overview {
    padding: 40px 0 0 30px;
}
.product-details-page .item-box,*/
.shopping-cart-page .item-box {
    width: 16.666%;
}

}