
.product-image {
  float: left !important;
  margin-right: 1em;
  width: 40px;
}
.product-title {
  color: inherit;
  font-size: .95em;
  font-weight: 400;
  line-height: 1.3;
}
#slide-cart .product {
  display: block;
  margin: 0 0 1.2em;
  overflow: hidden;
}
.remove-item.remove_from_cart_button {
  color: inherit;
  float: left;
  height: 16px;
  margin: 6px 12px 0 0;
  transition: transform .3s ease-in-out;
  width: 16px;
}
.quantity-count {
  font-size: .8em;
  margin: 0;
  opacity: .5;
}
.product-details {
  overflow: hidden;
}
#slide-cart .checkout-button {
  float: right;
}
#slide-cart .cart-total {
  float: left;
  line-height: 1.4em;
  margin: -3px 0 1em;
}

#slide-cart #view-cart {
  display: block;
  font-size: .9em;
}