.product_status_alert {
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.product_alert_warning {
  background: #fff3cd;
  border: 1px solid #ffecb5;
  color: #664d03;
}

.product_alert_success {
  background: #d1e7dd;
  border: 1px solid #badbcc;
  color: #0f5132;
}

.product_alert_danger {
  background: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
}

.product_alert_loading {
  background: #575757;
  border: 1px solid #3b3b3b;
  color: #d3d3d3;
}

.product_alert_icon {
  font-size: 12rem;
}

.product_alert_text {
  font-size: 1.5rem;
  font-weight: bold;
}

.red-color {
  color: #ce0000;
  font-weight: bold;
}

.order-list-error {
  background-color: #ffe2d3;
  border: 2px solid #ff682e !important;
  color: black !important;
}

.changeAddrModal {
  cursor: pointer;
}

#changeAddressModal .changedValue {
  border: 2px solid #f8bf02;
  background-color: #ffe394;
}

.completedSuccessOrder {
  background-color: #28a745 !important;
  color: white;
  font-weight: bold;
}

.completedErrorOrder {
  background-color: #ce0000 !important;
  color: white;
  font-weight: bold;
}
.fa-trash:before {
  color: #d24208;
}
.table td {
  line-height: 1.2;
}

button {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}