/*=====================================================
 
DESKTOP - LARGE

=====================================================*/

@media all and (min-width: 1281px) {
  .header-inner,
  .header-menu,
  .master-column-wrapper,
  .master-wrapper-main,
  .news-list-homepage .news-items,
  .footer-middle .center,
  .breadcrumb ul {
    width: 1200px;
  }
  .color-chocolate .header-menu > ul > li > a,
  .color-chocolate .header-menu > ul > li > span {
    font-family: "GillSans", "Arial", sans-serif;
    font-size: 15px;
    padding: 12px 15px;
  }
  .footer .center {
    max-width: 1200px;
    margin: auto;
  }
  .product-grid .item-box {
    width: 25%;
    max-width: none;
  }
  .footer-middle .footer-block {
    max-width: none;
  }
  .sub-category-grid .item-box {
    width: 25%;
  }
  .product-details-page .overview {
    width: calc(100% - 600px);
  }

  .miniProductDetailsView .product-details-page .overview {
    width: 350px;
  }

  .giftcard label {
    width: 411px;
  }
  .cart-collaterals {
    width: 720px;
  }
  .slick-prev,
  .slick-next {
    width: 100px;
  }
  .nivo-caption {
    padding: 50px 100px;
  }
}
