p.price.price-custom {
    display: none;
}

.woocommerce-variation-price {
    display: none;
}

.woocommerce div.product div.summary .product_meta{
    display: inherit;
}

.product_meta > .sku_wrapper, .product_meta > .posted_in{
    display: none;
}

.woocommerce table.shop_attributes {
    border-top: none;
}

table, th, td {
    border: none;
}

.woocommerce table.shop_attributes th {
    border-left: none;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border-bottom: none;
}