/*
Theme Name:     Streamweb x Kadence
Theme URI:      n/a
Template:       kadence
Author:         streamweb.pl
Author URI:     https://streamweb.pl
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
@media (max-width: 767px) {

  /* Tabela – pełna szerokość, komórki blokowe */
  .woocommerce-checkout-review-order-table,
  .woocommerce-checkout-review-order-table tbody,
  .woocommerce-checkout-review-order-table tfoot,
  .woocommerce-checkout-review-order-table thead,
  .woocommerce-checkout-review-order-table tr,
  .woocommerce-checkout-review-order-table td,
  .woocommerce-checkout-review-order-table th {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Wiersze produktu – flex żeby kwota była po prawej */
  .woocommerce-checkout-review-order-table .cart_item,
  .woocommerce-checkout-review-order-table .cart-subtotal,
  .woocommerce-checkout-review-order-table .order-total {
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
  }

  /* Metody wysyłki */
  .woocommerce ul#shipping_method li {
    flex-wrap: nowrap !important;
  }

  .woocommerce ul#shipping_method li label {
    display: flex !important;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  /* Przycisk paczkomatu */
  #easypack_show_geowidget {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    box-sizing: border-box !important;
  }

}