.oc-restock-nc-button {
  display: none;
  margin: 10px auto;
  cursor: pointer;
}

.oc-restock-nc-modal__button {
  visibility: hidden; /* Displayed in JS */
  width: 300px;
  height: 50px;
  font-size: 16px;
  max-width: calc(100vw - 100px);
  margin: 10px auto 0;
  cursor: pointer;
}

.oc-restock-nc-modal__button:disabled {
  font-size: 14px;
  background-color: transparent;
  color: #999;
  border: 1px solid #e5e5e5;
  cursor: not-allowed;
}

.oc-restock-nc-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  z-index: 10000001; /* 1 point larger than add_friend_banner */
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.oc-restock-nc-modal-wrapper.open {
  display: flex;
  padding: 0 10px;
}

.oc-restock-nc-modal {
  position: relative;
  background-color: #ffffff;
  max-width: 100%;
  border-radius: 5px;
  display: flex;
  z-index: 99999;
}

.oc-restock-nc-modal__container {
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.oc-restock-nc-modal__title {
  font-size: 16px;
  margin-bottom: 12px;
  color: #333;
}
.oc-restock-nc-modal__product-name {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #333;
}

.oc-restock-nc-modal__variant-options select {
  width: 100%;
  margin-bottom: 12px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #e5e5e5;
  color: #333;
  outline: none;
  box-shadow: none;
}

.oc-restock-nc-variant-selector {
  height: 30px;
}
