/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1694090947
Updated: 2023-09-07 14:49:07

*/

/* Kolor i styl ceny brutto */
.woocommerce div.product .price-brutto,
.woocommerce ul.products .price-brutto {
  color: #999 !important;       /* szary – możesz dać np. #000 dla czarnego */
  font-weight: 400 !important;  /* cieńsza czcionka */
  display: block;               /* pod spodem netto */
  font-size: 0.8em;             /* trochę mniejsza */
  margin-top: 2px;              /* odstęp między netto i brutto */
}


.price-label {
  font-weight: 400;
  font-size: 0.95em;
  opacity: .9;
  margin-left: 4px;
}

/* Dla listy pozycji w koszyku Elementora/Woo */
.woocommerce-cart-form .product-price .price-netto,
.woocommerce-cart-form .product-price .price-brutto,
.woocommerce-cart-form .product-subtotal .price-netto,
.woocommerce-cart-form .product-subtotal .price-brutto {
  line-height: 1.2;
}

/* Tabela podsumowania */
.cart_totals .shop_table .price-netto,
.cart_totals .shop_table .price-brutto {
  line-height: 1.2;
}
