/* Style zastron zamóiwenia */

/* podsumowanie zamówienia */
body.woocommerce-order-received main h2:not(.entry-title){
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
body.woocommerce-order-received main h3{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
/* przycisk pobrania danych z gus */
#template #fetch-regon-data{
  margin-top: 5px;
  font-size: 14px;
}
#template #fetch-regon-data::after{
  content: "\f381";
  margin-left: 7px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
#template #fetch-regon-data:hover{
  background-color: var(--theme-blue);
  color: #fff;
}
/* Strona zamówienia */
#template.woocommerce-checkout .woocommerce-checkout h3{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
#template.woocommerce-checkout #payment .place-order{
  flex-direction: column;
}
#template.woocommerce-checkout #payment #place_order{
  float: none;
  text-transform: uppercase;
  line-height: 1.3;
}
#template.woocommerce-checkout #payment #place_order:hover{
  background-color: var(--theme-blue);
}
#template.woocommerce-checkout #order_review .shop_table tr.cart-subtotal{
  display: none!important;
}
#template.woocommerce-checkout #customer_details{
  width: auto;
}
#template.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 0.2em 0 0;
}
#template.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text{
  line-height: 1.3;
}
#template.woocommerce-checkout .woocommerce-billing-fields .screen-reader-text{
  display: none!important;
}

/* Koszyk */
@media (max-width:768px){
  #template.woocommerce-cart .woocommerce-cart-form td.product-quantity{
    display: none!important;
  }
  #template.woocommerce-cart .cart_totals.calculated_shipping > h2,
  #template.woocommerce-cart .cart_totals.calculated_shipping > table{
    display: none!important;
  }
}
/* Ukrycie przycisku 'Kontynuuj zakupy' */
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward{
  display: none!important;
}