/* 3.3 Shopping Cart */

.mobile-only {
  display: none;
}

.table-cart {
  border-radius: 0;
}

  .table-cart th,
  .table-cart td {
    vertical-align: middle;
  }

    .table-cart .productImage {
      width: 11%
    }

      .table-cart .productImage span {
        float: none;
      }

    .table-cart .cartProductDisplay {
      width: 40%;
    }

    .table-cart .cartTotalDisplay,
    #scTotalHeading {
      text-align: right;
    }

    /* quantity */
    .cartQuantity input[type="text"] {
      float: left;
      height: 35px;
      margin-right: 9px;
      text-align: center;
      width: 3.631em !important;
    }

    .cartQuantity .qty-btns {
      overflow: hidden;
    }

    .cartQuantity a,
    .cartQuantity .minmax-unit {
      display: block;
      font-size: 12px;
    }

    .cartQuantity .minmax-unit {
      font-weight: bold;
    }

    /* buttons */
    .buttons-container {
      margin-top: 21px;
    }

      .buttons-container .buttonRow {
        margin-top: 0;
      }

      .buttons-container .buttonRow + .buttonRow {
        margin-left: 24px;
      } 

    /* subtotal */
    #cartSubTotal td {
      font-weight: bold;
      text-align: right;
      font-size: 1.1em;
    }

    #cartSubTotal .title {
      width: 88%;
    }

/* shipping estimatitor area when not a button */
.shoppingcart #shippingEstimatorContent {
  margin-top: 21px;
}

.shoppingcart .form-container {
  margin-bottom: 30px;
}

@media only screen and (max-width: 880px) and (min-width: 767px) {
  .table-cart .cartProductDisplay {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  
  /* hide table head */
  .table-cart-responsive thead {
    display: none;
  }

  /* hide table head */
  .table-cart-responsive,
  .table-cart-responsive tbody,
  .table-cart-responsive tr,
  .table-cart-responsive td {
    display: block;
    font-size: 14px;
  }

  .table-cart-responsive tr {
    position: relative;
    padding: 18px 15px;
  }

  .table-cart-responsive tr,
  .table-cart-responsive .productImage,
  .table-cart-responsive .cartTotalDisplay {
    padding: 18px 15px;
  }

  .table-cart tr {
    padding-left: 100px;
  }

    .table-cart-responsive td {
      padding: 0;
      border-top: 0;
    }

    .table-cart-responsive .productImage,
    .table-cart-responsive .cartTotalDisplay {
      position: absolute;
      top: 0;
    }

    .table-cart-responsive .productImage {
      width: 100px;
      bottom: 0;
      left: 0;
    }

      .table-cart-responsive .productImage img {
        display: block;
        margin: 0 auto;
        height: auto;
        max-width: 100%
      }

    .table-cart-responsive .cartProductDisplay {
      width: auto;
      padding-right: 58px;
    }

    .table-cart-responsive .cartUnitDisplay {
      padding: 3px 0 6px;
    }

    .table-cart-responsive .cartTotalDisplay {
      right: 0;
      font-weight: bold;
    }

    .cartQuantity input[type="text"] {
      height: 
    }

    .cartQuantity .qty-btns {
      clear: left;
    }

      .cartQuantity .qty-btns a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #ccc;
      }

        .cartQuantity .qty-btns a ~ a {
          margin-left: 5px;
        }

    #cartSubTotal td {
      font-size: 15px;
      padding-left: 15px;
      padding-right: 15px;
    }

}

@media only screen and (max-width: 520px) {
  /* buttons */
  .button-list {
    float: none;
  }

  .cartTotalsDisplay.messageStackCaution {
    display: none;
  }
}

@media only screen and (max-width: 520px) and (min-width: 414px) {

  /* buttons */
  .button-list .shopping-estimator {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    float: none;
    margin-left: 0 !important;
    position: relative;
    top: 15px;
    padding-top: 5px;
  }

}

@media only screen and (max-width: 414px) {
  /* buttons */
  .button-list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    float: none;
    position: relative;
    overflow: hidden;
    top: 21px;
    padding-top: 15px;
  }

    .buttonRow > [class*="icon"] {
      padding-left: 0;
      padding-right: 0; 
    }

      .buttonRow > [class*="icon"] > [class*="icon"] {
        display: none;
      }

    .button-list .buttonRow + .buttonRow {
      margin-top: 5px;
      margin-left: 0;
    }

    .button-list .buttonRow a {
      line-height: normal;
    }

  .shoppingcart #shippingEstimatorContent {
    margin-top: 42px;
  }

}