.birdchime-hide-node {
  display: none
}
.birdchime-disable-node {
  cursor: not-allowed;
  pointer-events: none;
}
button.birdchime-disable-node {
  background-image: none;
  border: none;
  box-shadow: none;
  opacity: 0.4;
}
button#checkout, button[name="checkout"], a[href="/checkout"], input[name="checkout"] {
  pointer-events: none;
  opacity: 0.4;
}
.shopify-payment-button {
  display: none !important
}
/*
Below are the details for which theme the CSS selector belongs to.

.drawer>.cart-drawer>.drawer__inner for Spotlight, Sense, Origin
*/

.drawer>.cart-drawer>.drawer__inner
{
  overflow: auto;
}
.drawer__footer .cart__ctas, .cart__footer .cart__blocks .cart__ctas {
  flex-direction: column;
}
.container>.cart>.cart__summary, .section--cart, .cart__footer-wrapper, .cart>.cart__form, .cart, .container-wrap> .container
{
  overflow: visible;
  z-index: 1;
}
#MainContent
{
  overflow: visible;
}
