/* Automatic promotional and notice popups are intentionally disabled sitewide. */
.awb-off-canvas-wrap.type-popup,
.cosmosfarm-simple-popup,
[class*="cosmosfarm-simple-popup"],
#why-us-popup-host {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.has-awb-off-canvas-overlay,
body.has-awb-off-canvas-overlay,
html.cosmosfarm-simple-popup-open,
body.cosmosfarm-simple-popup-open {
  overflow: auto !important;
}
