/* Hide breadcrumb everywhere */
.breadcrumb { display: none !important; }
/* Show breadcrumb only on shop pages */
body.page-category .breadcrumb,
body.page-product .breadcrumb,
body.page-search .breadcrumb,
body.page-prices-drop .breadcrumb,
body.page-new-products .breadcrumb,
body.page-best-sales .breadcrumb,
body.page-manufacturer .breadcrumb,
body.page-supplier .breadcrumb,
body.page-checkout .breadcrumb {
  display: flex !important;
}

/* Hide CMS titles */
body.page-cms .page-header h1,
body.page-cms h1.h1,
body.page-cms h1.page-title,
body.cms .page-header h1,
body.cms h1.h1,
body.cms h1.page-title {
  display: none !important;
}

body.page-cms .page-header,
body.cms .page-header {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
}
