:root {
  --color-green: #51cf66;
  --color-red: #cf5151;
}
table.variations {
  width: 100%;
}
table.variations th.label {
  display: none;
}
.reset_variations,
.woocommerce-variation-price {
  display: none;
}

.quick-add-to-cart {
  position: relative;
}

.quick-add-to-cart.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.quick-add-to-cart.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top: 3px solid #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin_loading 0.8s linear infinite;
  z-index: 3;
}
.catalog-controls .woocommerce-notices-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

/* .loading-facetwp {
  position: relative;
} */

.loading-facetwp::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
  width: 100%;
  height: 100%;
}

.loading-facetwp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin_loading 0.8s linear infinite;
  z-index: 10;
}
.header-search.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
  width: 100%;
  height: 100%;
}

.header-search.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin_loading 0.8s linear infinite;
  z-index: 10;
}

.js-career-table-body.is-loading {
  position: relative;
  /* opacity: 0.5; */
  background: #f0f0f0;
}
.js-career-table-body.is-loading::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid rgb(236 31 39);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin_loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.page-template-page-checkout .woocommerce-bacs-bank-details {
  display: none;
}

.product-status {
  display: none;
}
.product-status .text-stock.stock {
  color: var(--color-green);
}
.product-status .text-stock.out-of-stock {
  color: var(--color-red);
}
