﻿@media all and (min-width: 1366px) {

/* GLOBAL STYLING */

.header.normal .header-logo {
    max-width: 18%; 
}
.header.normal .header-menu-parent-outer {
    float: left;
    max-width: 54%;
    margin: 0;
    padding: 0;
}
.header.normal .responsive-nav-wrapper-parent {
    max-width: 30%;
    margin-left: 1%;
}
.page-title h1,
.product-name h1 {
    font-size: 36px;
}
.master-wrapper-content,
.home-page .topic-block,
.home-page-category-grid,
.home-page .product-grid,
.home-page .product-list,
.news-list-homepage,
.home-page-polls {
    margin-bottom: 130px;
}
.category-grid.home-page-category-grid {
    margin-top: 140px;
}
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin-bottom: 70px;
}

/* HEADER */

.header-logo {
    margin: 0 2%;
}

/* CATEGORY PAGE & GRIDS */

/* home page */

.item-box .title > span {
    font-size: 13px;
}
.sub-category-grid .item-box {
    width: 24.25%;
    max-width: none;
    margin: 0 0 0.6% 0.6% !important;
}
.sub-category-grid .item-box:nth-child(3n+1),
.sub-category-grid .item-box:nth-child(2n+1),
.sub-category-grid .item-box:nth-child(3n+1) {
    clear: none;
}
.sub-category-grid .item-box:nth-child(4n+1) {
    clear: both;
}

/* PRODUCT PAGE */

.gallery {
    overflow: hidden;
}
.gallery .picture {
    float: right;
    width: 75%;
}
.gallery .picture-thumbs {
    float: right;
    width: 25%;
    max-width: 120px;
    height: 600px;
    overflow: hidden;
    margin: 0 10px 2px 0;
}
.gallery .picture-thumbs .thumb-item {
    margin: 0;
}
.gallery .picture-thumbs .thumb-item:before {
    right: -12px;
    bottom: 0;
    left: auto;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #eaeaea;
}


/* TOPIC PAGES */

.topic-page .page-title {
    margin-bottom: 80px;
}
.topic-password {
    padding: 80px 20px 150px;
}


/* ACCOUNT PAGES */

.customer-pages-body .center-side-wrapper {
    padding-top: 120px;
}
.customer-pages-body .block-account-navigation .listbox:before {
    top: -15px;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .cart td.unit-price,
.shopping-cart-page .cart td.quantity,
.shopping-cart-page .cart td.subtotal,
.billing-address-page .cart td.unit-price,
.billing-address-page .cart td.quantity,
.billing-address-page .cart td.subtotal,
.shipping-address-page .cart td.unit-price,
.shipping-address-page .cart td.quantity,
.shipping-address-page .cart td.subtotal,
.order-details-page .data-table .price,
.order-details-page .data-table .quantity,
.order-details-page .data-table .total {
    min-width: 200px;
}

/* FORUM & PROFILE */
.forums-table-section td.replies,
.forums-table-section td.views,
.forums-table-section td.latest-post {
    min-width: 200px;
}

}


@media all and (max-width: 1365px) {

    /* WISHLIST PAGE */

    .wishlist-page .cart td.sku,
    .wishlist-page .cart th.sku {
        display: none !important;
    }
    /*.wishlist-page .cart td.product,
    .wishlist-page .cart th.product {
        min-width: 150px;
    }*/

}
