#swal2-title.wc-swal-title,
.wc-swal-title {
  font-size: 1rem;
  font-weight: 700;
}

.wc-swal-toast-popup {
  width: 26rem !important;
  border-radius: 1rem !important;
}

.wc-swal-modal-popup {
  border-radius: 1rem !important;
}

.wc-swal-confirm.btn {
  border-radius: .75rem;
  padding: .65rem 1rem;
}

.swal2-toast {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
}

.swal2-container {
  z-index: 999999 !important;
}

@media (max-width: 575px) {
  .wc-swal-toast-popup,
  .swal2-toast {
    width: calc(100vw - 1.5rem) !important;
  }
}

.wc-swal-toast-popup .wc-forward,
.wc-swal-modal-popup .wc-forward,
.swal2-html-container a {
  text-decoration: underline;
  font-weight: 600;
}
