@media only screen and (max-width: 768px) {
  .woocommerce-page table.shop_table_responsive {
    table-layout: fixed; } }

.woocommerce-page .woocommerce-cart-form #coupon_code {
  height: 44px; }
  @media only screen and (max-width: 768px) {
    .woocommerce-page .woocommerce-cart-form #coupon_code {
      width: auto;
      min-width: 0;
      flex-grow: 1; } }

.woocommerce-page table.cart td.actions .coupon {
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 8px; }
  .woocommerce-page table.cart td.actions .coupon:before, .woocommerce-page table.cart td.actions .coupon:after {
    display: none; }
  .woocommerce-page table.cart td.actions .coupon .button {
    font-size: 16px;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .woocommerce-page table.cart td.actions .coupon .button {
        flex-grow: 0;
        width: auto;
        padding-left: 8px;
        padding-right: 8px; } }

#wc-square-credit-card-credit-card-form {
  margin: 0;
  padding: 0;
  border: none; }

/*# sourceMappingURL=style.css.map */
