.acf-checkoutSummary {
  position: sticky;
  top: 120px; }
  .acf-checkoutSummary table.shop_table {
    border: none;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    border-collapse: collapse;
    border-top: 1px solid var(--color-black); }
    .acf-checkoutSummary table.shop_table tr:first-of-type th,
    .acf-checkoutSummary table.shop_table tr:first-of-type td {
      padding-top: var(--space--s); }
    .acf-checkoutSummary table.shop_table thead th:last-of-type {
      text-align: right; }
    .acf-checkoutSummary table.shop_table th {
      width: 160px;
      max-width: 50%;
      padding-left: 5px;
      padding-right: 5px; }
    .acf-checkoutSummary table.shop_table td {
      max-width: 50%;
      text-align: right;
      padding-left: 5px;
      padding-right: 5px; }
      .acf-checkoutSummary table.shop_table td:first-of-type {
        width: 100%; }
      .acf-checkoutSummary table.shop_table td:last-of-type {
        width: 100%; }
      .acf-checkoutSummary table.shop_table td .includes_tax {
        display: block;
        font-size: 1.3rem; }
      .acf-checkoutSummary table.shop_table td a {
        text-decoration: underline;
        font-size: 1.4rem;
        color: var(--color-blue);
        font-weight: 600; }
        @media (min-width: 992px) {
          .acf-checkoutSummary table.shop_table td a {
            transition: 0.3s all; }
            .acf-checkoutSummary table.shop_table td a:hover {
              opacity: 0.6; } }
    .acf-checkoutSummary table.shop_table .product-name__wrapper {
      display: flex;
      align-items: center; }
    .acf-checkoutSummary table.shop_table .product-name__img {
      width: 50px; }
    .acf-checkoutSummary table.shop_table .product-name__description {
      text-align: left; }
    .acf-checkoutSummary table.shop_table .product-name .product-quantity {
      color: var(--color-blue); }
    .acf-checkoutSummary table.shop_table .cart-discount span {
      font-weight: 400; }
  .acf-checkoutSummary__coupon {
    margin: 0; }
  .acf-checkoutSummary .show_couponForm {
    cursor: pointer;
    text-decoration: underline;
    font-size: 1.4rem;
    color: var(--color-blue);
    font-weight: 600; }
    @media (min-width: 992px) {
      .acf-checkoutSummary .show_couponForm {
        transition: 0.3s all; }
        .acf-checkoutSummary .show_couponForm:hover {
          opacity: 0.6; } }
  .acf-checkoutSummary .woocommerce-coupon-form {
    max-height: 0;
    height: 100%;
    transition: 0.3s all;
    overflow: hidden;
    position: relative; }
    .acf-checkoutSummary .woocommerce-coupon-form.show {
      max-height: 400px; }
    .acf-checkoutSummary .woocommerce-coupon-form button {
      justify-content: center; }
  .acf-checkoutSummary ul#shipping_method li label {
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    font-weight: 400; }
    .acf-checkoutSummary ul#shipping_method li label span {
      font-weight: 700;
      font-size: 1.6rem; }
