@media (max-width: 768px) {
  .cart-view table.cart-summary .input-append {
      flex-direction: column !important;
      align-items: center;
      gap: 5px;
      padding: 0 5px !important;
  }

    .PricesalesPrice {
	font-size: 90%;
}
    .PricediscountedPriceWithoutTax {
	font-size: 90%;
    }
    
    .cart-summary.table.table-condensed {
	max-width: 100%;
}
    
}

/*@media (max-width: 768px) {
    .cart-view table.cart-summary {
        font-size: 12px !important;
    }
    .cart-view table.cart-summary td,
    .cart-view table.cart-summary th {
        padding: 4px !important;
    }
}
@media (max-width: 768px) {
    .cart-view table.cart-summary td,
    .cart-view table.cart-summary th {
        white-space: normal !important;
        word-break: break-word !important;
    }
}
@media (max-width: 768px) {
    .cart-view table.cart-summary {
        table-layout: fixed !important;
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .cart-view table.cart-summary * {
        max-width: 100% !important;
        overflow: hidden !important;
    }
}*/


/* Firefox */
@media (max-width: 768px) {
    @-moz-document url-prefix() {
        .cart-view table.cart-summary {
            font-size: 11px !important;
            table-layout: fixed !important;
        }
        .cart-view table.cart-summary td {
            white-space: normal !important;
        }
    }
}

