@media all and (max-width: 1600px) {
  .gallery .picture img {
    height: 100%;
  }
}

@media all and (max-width: 1400px) {
  .product-details-page .overview {
    width: 100%;
  }

  /*EBIZ-1035 shoping cart*/

  .shopping-cart-page .common-buttons .update-cart-button {
    margin-bottom: 50px;
  }

  /*EBIZ-1235-PDP PAGE*/

  body .product-details-page .product-essential {
    margin: 0px 0px 10px;
  }

  body .product-details-page .gallery {
    width: 49%;
  }

  body .master-column-wrapper .product-details-page .product-essential .overview {
    display: inline-block;
    width: 50%;
  }

    body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content.add-to-cart-content-bottom {
      position: relative;
      margin-top: 0;
      height: auto;
      top: initial;
    }

  body .master-column-wrapper .product-details-page .product-essential .gallery.sevenspikes-cloudzoom-gallery {
    float: left;
  }

  body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content .left-content {
    position: relative;
    top: initial;
    right: initial;
    width: 28%;
  }

  body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content .product-prices-box {
    position: relative;
    top: initial;
    right: initial;
    width: 70%;
  }
}

@media all and (max-width: 1280px) {
  body .master-column-wrapper .product-details-page .product-essential .gallery {
    width: 45%;
  }

  body .master-column-wrapper .product-details-page .product-essential .overview {
    width: 55%;
  }

    body .master-column-wrapper .product-details-page .product-essential .overview .product-name,
    body .master-column-wrapper .product-details-page .product-essential .overview .additional-details .sku,
    body .master-column-wrapper .product-details-page .product-essential .overview .availability,
    body .master-column-wrapper .product-details-page .product-essential .overview .short-description {
      text-align: left;
    }

    body .master-column-wrapper .product-details-page .product-essential .overview .additional-details .sku {
      padding-left: 0;
    }

    body .master-column-wrapper .product-details-page .product-essential .overview .availability {
      padding-left: 10px;
    }

    body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content {
      height: auto;
    }

      body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content .left-content {
        top: 110px;
        min-height: inherit;
        height: 40px;
      }

      body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content .product-prices-box {
        width: 100%;
        min-height: inherit;
        height: 110px;
      }

    body .master-column-wrapper .product-details-page .product-essential .overview .discounted-price {
      font-size: 26px;
    }

  /*EBIZ-1150- CRAFTER BLOG*/
  body .rich-blog-homepage .blog-posts .blog-post {
    position: relative;
  }

    body .rich-blog-homepage .blog-posts .blog-post .read-more {
      bottom: 0;
      position: absolute;
      width: 100%;
    }

  /*EBIZ-1203- RELATED AND ALSO PURCHASED PRODUCT*/
  .intelisale-default-slider .intelisale-related-slider.item-grid .intelisale-purchased-item .item-box .product-item .details .add-info .actual-price,
  .intelisale-default-slider .intelisale-purchased-slider.item-grid .intelisale-purchased-item .item-box .product-item .details .add-info .actual-price {
    font-size: 26px;
  }

  .overview .add-to-cart {
    width: 100%;
  }

  body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content {
    top: 25px;
  }

  .choose-number-of-resource-unit {
    text-align: right;
  }

  .product-details-page .overview .product-prices-box {
    position: relative;
  }

  body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content.add-to-cart-content-bottom {
    justify-content: end;
    top: initial;
  }

  .product-details-page .add-to-cart-content .left-content {
    margin: auto;
  }

  .compare-products .add-to-compare-list-button {
    display: block;
  }

  .offer-promo-date {
    margin-top: 10px;
  }

  body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content .left-content {
    top: 0;
    padding-left: 0;
    justify-content: end;
  }

    body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content .left-content .reviews-and-compare {
      padding-right: 0;
    }

  body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content .product-prices-box {
    width: auto;
  }

    body .master-column-wrapper .product-details-page .product-essential .overview.crafter-pdp .add-to-cart-content .product-prices-box .prices {
      width: 300px;
    }

  .unit-of-measurement-price {
    padding-right: 0;
  }

  .overview .add-to-cart-panel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }

  .footer-middle .footer-info {
    margin-top: -45px;
  }

  .footer-top .footer-top-location .upper-location-wrapper {
    padding-bottom: 0;
  }

  .footer-top .footer-top-banner {
    background-size: cover;
  }
}

@media all and (max-width: 1160px) {
  .crafter-header-menu .category-navigation-list > li .dropdown {
    right: auto;
    left: 360px;
  }
}