@media all and (max-width: 1024px) {
  /* GLOBAL STYLES */

  .admin-header-links {
    z-index: 1050;
  }
  .flyout-cart {
    display: none !important;
  }
  .menu-title-wrapper {
    display: none;
  }
  .overview .quantity .increase,
  .variant-overview .quantity .increase,
  .overview .quantity .decrease,
  .variant-overview .quantity .decrease {
    box-sizing: content-box;
    border: 5px solid #bbb; /*clickable size fix*/
  }

  /* COMPARE LIST */

  .compare-products-mobile .compare-section {
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .compare-products-mobile .title {
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
    padding: 15px;
    font-weight: 400;
  }
  .compare-products-mobile .item {
    border-bottom: 1px solid #eee;
    padding: 15px;
    color: #555;
  }
  .compare-products-mobile .product .item {
    display: table;
    width: 100%;
    border: none;
    overflow: hidden;
    padding: 15px 0 0;
    text-align: left;
  }
  .compare-products-mobile .product .picture {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    font-size: 0;
  }
  .compare-products-mobile .product .picture a {
    display: inline-block;
  }
  .compare-products-mobile .product .picture img {
    max-width: 100px; /*Ie fix*/
  }
  .compare-products-mobile .product .details {
    display: table-cell;
    padding: 0 0 0 15px;
    vertical-align: middle;
  }
  .compare-products-mobile .product-name {
    padding: 5px 0 0;
    font-weight: 400;
    color: #555;
  }
  .earth-theme .compare-products-mobile .product-name {
    font-size: 15px;
  }
  .compare-products-mobile .remove-button {
    padding: 0 !important;
    color: #aaa !important;
  }
  .earth-theme .compare-products-mobile .remove-button:before {
    margin: 0 7px 0 0;
  }
  .earth-theme .compare-products-mobile .price .item {
    font-size: 16px;
    font-weight: 400;
    color: #007c5a;
  }

  /* SHOPPING CART */
}

@media all and (max-width: 720px) {
  /* SHOPPING CART */

  .shopping-cart-page-body .master-column-wrapper,
  .checkout-pages-body .master-column-wrapper {
    width: 100%;
  }
  .cross-sells {
    width: 94%;
    margin: auto;
  }
}
