html.show-mobile-menu,
html.show-mobile-menu body {
  overflow: auto !important;
  height: auto !important;
}
html.chb-mnav-open,
html.chb-mnav-open body {
  overflow: hidden !important;
}
body.woocommerce-checkout,
body.woocommerce-cart,
html.woocommerce-checkout,
html.woocommerce-cart,
body.woocommerce-checkout.chb-popup-lock,
body.woocommerce-cart.chb-popup-lock {
  overflow: auto !important;
  overflow-x: clip !important;
  height: auto !important;
  max-height: none !important;
}
body.single-product .shop-content,
body.single-product .single-content {
  overflow: visible !important;
}
