/*
Theme Name:   Storefront Child
Theme URI:    https://woocommerce.com/products/storefront/
Author:       Automattic
Author URI:   https://woocommerce.com/
Description:  A child theme for the Storefront theme.
Version:      1.0.0
Template:     storefront
Text Domain:  storefront-child
*/

.woocommerce-shipping-totals.shipping th {
    visibility: hidden;
    position: relative;
}


.woocommerce-shipping-totals.shipping th:before {
    content: "Livrare";
    visibility: visible;
}

.product-name {
    text-transform: capitalize;
}