#store-modal-cart .table {
    margin: 0;
    margin-bottom: 20px;
}
#cart.table {
    margin: 0;
    margin-bottom: 20px;
}
.store-checkout-cart-view .table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.store-checkout-cart-view table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  border: none;
}
.store-checkout-cart-view .table tbody {
  background: #fff none repeat scroll 0 0;
}
.store-checkout-cart-view .table-condensed > thead > tr > th,
.store-checkout-cart-view .table-condensed > tbody > tr > th,
.store-checkout-cart-view .table-condensed > tfoot > tr > th,
.store-checkout-cart-view .table-condensed > thead > tr > td,
.store-checkout-cart-view .table-condensed > tbody > tr > td,
.store-checkout-cart-view .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.store-checkout-cart-view .table > thead > tr > th,
.store-checkout-cart-view .table > tbody > tr > th,
.store-checkout-cart-view .table > tfoot > tr > th,
.store-checkout-cart-view .table > thead > tr > td,
.store-checkout-cart-view .table > tbody > tr > td,
.store-checkout-cart-view .table > tfoot > tr > td {
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
  line-height: 1.42857;
  vertical-align: top;
  color: #232729;
  font-size: 12px;
}
.store-checkout-cart-view td.checkout-cart-product-name {
    max-width: 140px;
}
.store-checkout-cart-view td.cart-list-thumb {
    max-width: 70px;
}

.store-cart-modal {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    max-height: none !important;
    height: 100%;
    margin-right: -600px !important;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.store-cart-modal.store-cart-modal-active {
    margin-right: 0 !important;
}

.btn-default {
    border-color: #888888;
}