/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.woocommerce table.shop_table th.product-vat,
.woocommerce table.shop_table td.product-vat {
    text-align: right;
    padding-right: 15px;
}
/* Stylizacja wyświetlania ceny netto */
.woocommerce div.product p.price small {
    display: block;
    font-size: 12px;
    color: #777;
}