h2#swal2-title.question--box--title {
  color: var(--black-500, #343635) !important;
  text-align: left !important;
  font-family: Poppins !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 36px !important;
}

.cart-popup .swal2-popup.swal2-modal.swal2-show ,.swal2-popup {
  border-radius: 12px !important;
  padding: 24px !important;
  box-shadow: 0px 20px 40px -8px #1018281A !important;
  display: inline-block !important;
  background: #fff !important;
/*  width: 400px !important;*/
  text-align: left;
}
.cart-popup.swal2-container.swal2-center > .swal2-popup #swal2-title ,.swal2-popup .swal2-title {
  width: 100%;
  color: #D92D20 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
.cart-popup .swal2-html-container,.swal2-html-container {
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 0 0 0;
  font-weight: 400 !important;
  padding: 0 !important;
  text-align: left;
}
.cart-popup .swal2-actions {
  justify-content:space-between;
  margin-top: 30px;
}
.cart-popup button.swal2-confirm.btn.btn-primary.me-2 ,.swal2-popup .swal2-confirm.btn.btn-primary{
  background: #3E8E6F !important;
  border: 1px solid #3E8E6F !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #fff;
  min-height: 40px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 16px !important;
  font-weight: 500 !important;
  width: calc(50% - 6px) !important;
  border-radius: 8px !important;
}
.single-btn .swal2-confirm.btn.btn-primary {
  width: 100% !important;
}
.cart-popup button.swal2-cancel.btn.btn-label-secondary {
  background: transparent;
  border: 1px solid #CBCDCC;
  font-size: 14px;
  line-height: 20px;
  color: #4B4E4D;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px !important;
  font-weight: 500;
  margin: 0 ;
  border-radius: 8px !important;
  height: auto;
  width: calc(50% - 6px);
}
button.swal2-cancel.btn.btn-label-secondary {
  display: flex;
  height: 48px;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: var(--black-600, #646866);
  color: var(--white, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
button.swal2-confirm.btn.btn-primary {
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  color: #bd2020 !important;
  font-family: Poppins !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  text-align: left !important;
  text-transform: none !important;
  word-wrap: break-word;
}

.swal2-html-container {
  color: var(--black-500, #343635) !important;
  text-align: center;
  font-family: Poppins;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 24px !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
 /* width: fit-content !important;*/
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 20px !important;
  background: #f9fcfb !important;
  box-shadow: 0px 20px 40px -10px rgba(189, 32, 32, 0.2) !important;
  padding: 0px 40px 30px 38px !important;
}