.cart .responsive-table {
  width: 100%;
  margin-bottom: 30px; }
.cart .table--no-border {
  border: 0; }
.cart .responsive-table th:first-child {
  padding-left: 0; }
.cart .table--no-border td, .cart .table--no-border th {
  border: 0; }
@media only screen and (min-width: 750px) {
  .cart .cart__table-cell--image {
    padding-left: 0;
    width: 25%; }
  .cart .cart__table-cell--meta {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    width: 35%; }
  .cart .cart__table-cell--price, .cart .cart__table-cell--line-price, .cart .cart__table-cell--quantity {
    width: auto;
    padding: 0; }
  .cart .medium-up--one-half {
    width: 50%; }
  .cart .medium-up--text-right {
    text-align: right !important; }
  .cart .cart__note {
    margin-bottom: 30px; } }
.cart .text-right {
  text-align: right !important; }
.cart .input--block {
  display: block;
  background-color: #f4f4f4;
  border-radius: 0;
  border: none;
  width: 50%;
  min-height: 150px; }
  @media only screen and (max-width: 749px) {
    .cart .input--block {
      width: 100%; } }
.cart label {
  font-size: 12px;
  margin-bottom: 3px;
  display: block;
  cursor: pointer;
  font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif; }
.cart .medium--one-whole {
  width: 100%; }
.cart .cart__row {
  border: none;
  font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
  font-size: 16px; }
.cart .quantity-selector {
  background-color: #f4f4f4;
  width: 55px;
  border-radius: 0;
  border: none;
  color: #000; }
.cart .medium-up--text-center {
  text-align: center; }
.cart .txt--minor {
  font-size: 85%; }
.cart small {
  font-size: 80%; }
.cart .btn .icon, .cart .shopify-payment-button .shopify-payment-button__button--unbranded .icon {
  width: 18px;
  height: 18px; }
.cart .update-cart {
  padding: 9px 15px;
  background-color: transparent;
  color: #333;
  border: 2px solid #333;
  font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  outline: none; }
.cart .product-single__cart-submit_buy_now {
  margin-top: 0px !important; }
.cart h1, .cart .h1, .cart h2, .cart .h2, .cart h3, .cart .h3, .cart h4, .cart .h4, .cart h5, .cart .h5, .cart h6, .cart .h6 {
  display: unset; }
@media only screen and (max-width: 749px) {
  .cart table {
    width: 100%; }
  .cart .responsive-table thead {
    display: none; }
  .cart .responsive-table tr {
    display: block; }
  .cart .responsive-table th, .cart .responsive-table td {
    display: block;
    text-align: right;
    padding: 15px;
    margin: 0; }
  .cart .small--text-center {
    text-align: center; }
  .cart .mobile-full-width {
    width: 100%; }
  .cart .cart__image {
    width: 100%; }
  .cart .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    padding-right: 10px; } }
@media only screen and (max-width: 480px) {
  .cart .product-single__cart-submit {
    width: unset; } }
