table.shop_table tr.order-total{
 display:none;
 }


table tr.order-total{
 display:none;
 }

element.style {
}
layout.css?ver=2:1859
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: upperandlowercase;
    letter-spacing: 1px;
    font-size: 20px !important;
}

function my_attribute_hider ( $attributes ) {
if ( isset( $attributes['pa_attribute-additional-information'] ) ){
    unset( $attributes['pa_attribute-additional-information'] );
}
return $attributes;
}
add_filter( 'woocommerce_get_product_attributes', 'my_attribute_hider' );

