/* mmdhub_frontmanage/views/css/catalogmode.css */

.mmd-catalogmode-banner {
  background: #f4f1d0;
  color: #333;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
}

.mmd-catalogmode-toggle {
  text-align: right;
  margin: 8px 0;
}

body.mmd-catalogmode-on .product-price-and-shipping,
body.mmd-catalogmode-on .current-price,
body.mmd-catalogmode-on .product-price,
body.mmd-catalogmode-on .price,
body.mmd-catalogmode-on .product-unit-price,
body.mmd-catalogmode-on .product-discount {
  display: none !important;
}
