/* 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;
}
#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;
}

/* 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;
  }
}
