#bc_woocom_delivery_Gt {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 28%);
  z-index: 9999;
}
.center_del_gt {
  max-width: 360px;
  padding: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border: 3px solid #000;
  border-radius: 8px;
}
.center_del_gt img {
  display: inline-block;
  height: 100px;
}
.center_del_gt span {
  display: inline-block;
  margin-bottom: 20px;
  font-family: initial;
  font-weight: 300;
  font-size: 18px;
}
.center_del_gt .dont_relodemas {
  margin: 0;
  color: #000 !important;
}
.center_del_gt h2 {
  font-size: 30px;
}
.center_del_gt.error_dg {
  color: #f00;
  border-color: #FF0000
}
.center_del_gt.error_dg button {
  background: #f00;
  color: #fff;
  margin-left: 10px; 
}