/*
 Theme Name:   Reobiz Child
 Theme URI:    http://rstheme.com/products/wordpress/reobiz/
 Description:  Reobiz Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     reobiz
 Version:      5.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/* Show headings in WooCommerce product descriptions; hide only the automatic Description heading. */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: block !important;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description > h2:first-child {
  display: none !important;
}
