.simple-cart-popup-table {
  td,
  th {
    padding: 10px;
    vertical-align: middle;
    margin: 0;
    text-align: left;
    word-break: normal;
    border: none;
  }

  .sc-cart-popup-table-column {
    &.sc-cart-popup-table-image {
      width: 50px;
    }

    &.sc-cart-popup-table-total {
      text-align: right;
    }

    &.sc-cart-popup-table-quantity {
      text-align: center;
      width: 45px;

      input {
        width: 45px;
        border: 1px solid $border_grey;
        background: $grey_light;
        color: $grey_dark;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        margin: 0;
      }
    }
  }

  .sc-cart-popup-table-footer-total {
    font-weight: 600;
    border-top: 1px solid rgba( 0, 0, 0, 0.5 );

    &.sc-cart-popup-table-footer-total-value {
      text-align: right;
    }
  }
}