.order__header-price--ghost {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#cart-panel,
.order__header-cart,
.order__header-col2,
.order__header-sect,
.order__header-quantity,
.order__header-quantity-form,
.order__header-quantity-btn,
.cart-remove {
  position: relative;
  z-index: 2;
}

.order__header-total {
  position: relative;
  z-index: 2;
}

#cart-panel > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
