/*=====================================================

    HD SCREENS

=====================================================*/

@media all and (min-width:1601px) {

	/*HEADER*/

  /* CATEGORY PAGE */

  .center-2 {
    width: 78%;
  }

  .side-2 {
    width: 20%;
  }

  .category-breadcrumb-title-box {
    left: -27%;
  }

  .item-box {
    width: 15.83%;
  }

    .item-box:nth-child(5n+1) {
      margin-left: 1%;
      clear: none;
    }

    .item-box:nth-child(6n+1) {
      margin-left: 0;
      clear: both;
    }

  .center-2 .item-box {
    width: 19.2%;
  }

    .center-2 .item-box:nth-child(4n+1),
    .center-2 .item-box:nth-child(6n+1) {
      margin-left: 1%;
      clear: none;
    }

    .center-2 .item-box:nth-child(5n+1) {
      margin-left: 0;
      clear: both;
    }

  .center-2 .product-list .item-box .buttons .button-2 {
    padding: 0 30px;
  }

  /*FEATURED PRODUCTS ON CATALOG PAGE*/

  /*
	.category-page .featured-product-grid {
		background-color: #f6f6f6;
		padding: 45px;
	}

	.category-page .featured-product-grid > .title {
		display: none;
	}

	.category-page .featured-product-grid .item-box {
		width: calc(50% - 7px);
		margin: 14px 0 0 14px;
		background-color: #fff;
	}

	.category-page .featured-product-grid .product-item {
		font-size: 0;
	}

	.category-page .featured-product-grid .product-item > div {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		margin: 0;
		clear: none;
	}

	.category-page .featured-product-grid .item-box:nth-child(1),
	.category-page .featured-product-grid .item-box:nth-child(2) {
		margin-top: 0;
	}

	.category-page .featured-product-grid .item-box:nth-child(2n+1) {
		margin-left: 0;
	}

	.category-page .featured-product-grid .item-box .details {
		padding: 20px;
	}

	.category-page .featured-product-grid .item-box .product-title {
		font-size: 18px;
		height: auto;
	}

	.category-page .featured-product-grid .item-box .actual-price {
		font-size: 22px;
	}

	.category-page .featured-product-grid .item-box .product-rating-box {
		margin-bottom: 30px;
	}
	.category-page .featured-product-grid .item-box .buttons {
		margin-top: 10px;
	}

	.category-page .featured-product-grid .item-box .buttons input[type="button"] {
		width: auto;
		background-color: #f3cb2d;
		color: #fff;
	}

	.category-page .featured-product-grid .item-box .buttons input[type="button"]:hover {
		background-color: #e8af00;
	}*/

  /*PRODUCT PAGE*/
  .overview {
    width: 62%;
    padding-right: 415px;
  }

  .gallery {
    width: 36%;
  }

    .gallery:after {
      content: '';
      display: block;
      clear: both;
    }

    .gallery > div:first-child {
      max-height: 500px;
    }

    .gallery .picture {
      max-width: 100%;
      max-height: 500px;
    }

      .gallery .picture img {
        max-width: 500px;
      }

    .gallery .thumb-item {
      display: block;
      margin: 0 0 10px;
      max-width: none;
    }

  .overview .reviews-and-compare {
    width: 100%;
    margin: 0 10px;
  }

  .overview .product-name {
    width: 64%;
  }

  /***** CHECKOUT *****/

  .address-grid > div {
    width: calc(33.33% - 16.66px);
  }

    .address-grid > div:nth-child(2n+1) {
      margin-left: 25px;
    }

    .address-grid > div:nth-child(3n+1) {
      margin-left: 0;
    }

    .address-grid > div:nth-child(3) {
      margin-top: 0;
    }

  /* TABLES */

  /* Crafter footer picture */

  .footer-top .footer-top-banner {
    width: 560px;
    height: auto;
    background-size: cover;
  }

    .footer-top .footer-top-banner::before {
      content: "";
      display: block;
      padding-top: 79%;
    }

  .footer-top .footer-top-location {
    position: absolute;
    right: 0;
    width: calc(100% - 558px);
    height: 98.5%;
    background-color: #fff;
  }

  /* Crafter footer picture END*/

  .footer-middle .footer-info .time-block .footer-shop-address p.shop_address {
    margin-top: 20px;
  }

  .footer-middle .footer-info .time-block .location-icon {
    background-position-y: 8px;
  }
}

@media (min-width: 1251px) and (max-width: 1600px) {
  .footer-middle .footer-info .time-block .footer-shop-address p.shop_address {
    margin-top: 5px;
  }
}