#add_to_cart_another_loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999999;
  background: #ffffae;
  display: flex;
  justify-content: center;
  align-items: center;
}