﻿@media all and (min-width: 1321px) {
  /* NOTIFICATIONS & POPUPS */
  /* HEADER */
  /* HEADER DROPDOWNS */

  .store-search-box .close {
    top: 27px;
    right: 27px;
  }

  /* LEFT/RIGHT COLUMN */
  /* CATEGORY PAGE & GRIDS */
  .alternate-products .item-box .buttons button {
    margin: 0 4px;
  }
  .sub-category-grid.three-per-row .item-box {
    clear: none;
    width: 32%;
    margin-left: 2%;
  }
  .sub-category-grid.three-per-row .item-box:nth-child(3n + 1) {
    clear: both;
    margin-left: 0;
  }

  /* PRODUCT PAGE */

  .gallery {
    width: 48%;
  }
  .gallery .picture-thumbs a {
    width: 98px;
    height: 98px;
  }
  .overview {
    width: 48%;
  }
  .rental-attributes .attribute-label,
  .rental-attributes .attribute-data {
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
  }
  .variant-picture {
    width: 300px;
    height: 300px;
  }
  .variant-overview {
    width: 950px;
    min-height: 300px;
  }

  /* REVIEW PAGE */
  /* WISHLIST & COMPARE LIST */
  /* TOPICS */
  /* CONTACT PAGES */
  /* REGISTRATION, LOGIN */
  /* ACCOUNT PAGES */
  /* SHOPPING CART */

  .order-progress li {
    width: 150px;
  }

  .cross-sells .item-box {
    width: 18.4%; /*five per row*/
  }
  .cross-sells .item-box:nth-child(4n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .cross-sells .item-box:nth-child(5n + 1) {
    clear: both;
    margin-left: 0;
  }
  .cross-sells .item-box .buttons button {
    margin: 0 2px;
  }

  /* CHECKOUT */
  /* ORDER DETAILS & RETURN REQUEST */
  /* SEARCH & SITEMAP */
  /* BLOG & NEWS */

  .news-list-homepage .news-items {
    width: 1280px;
  }
  .news-list-homepage .news-body {
    max-height: 78px;
  }

  /* FORUM & PROFILE */
}
