/*
 Theme Name: Woodmart Child
 Template: woodmart
*/
/* Hide long description tab + content on single product pages */
.single-product .woocommerce-tabs ul.tabs li.description_tab,
.single-product #tab-description{
  display: none !important;
}
/* Extra fallback selectors (theme variations) */
.single-product .woocommerce-product-details__short-description + .woocommerce-tabs{
  display:none !important;
}

.single-product .woocommerce-Tabs-panel--description{
  display:none !important;
}

/* TEST: Hide delivery address notice on product page */
.single-product .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-notice{
  display: none;
}
