/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Hide WooCommerce Demo Store Notice on Mobile */
@media (max-width: 768px) {
  .woocommerce-store-notice,
  p.demo_store,
  .demo_store,
  #demo-store-notice {
    display: none !important;
  }
  body.woocommerce-demo-store {
    padding-top: 0 !important;
  }
}
