.jq-toast-wrap {
  font-family: inherit;
  max-width: 400px;
  width: 100%;
  z-index: 99000 !important;
}
@media screen and (max-width: 575px) {
  .jq-toast-wrap.top-right {
    max-width: 320px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.jq-toast-wrap .jq-toast-single {
  background-color: #fff;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.15);
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  font-family: inherit;
  line-height: unset;
}
.jq-toast-wrap .jq-toast-single h2 {
  margin-bottom: 0;
}
.jq-toast-wrap .jq-toast-single a {
  padding-bottom: 0;
  display: inline-flex;
  cursor: pointer;
}
.jq-toast-wrap .jq-toast-single .close-jq-toast-single {
  right: 15px;
  top: 8px;
  font-size: 25px;
  font-weight: bold;
}
.jq-toast-wrap .jq-toast-single.jq-has-icon {
  padding: 20px 40px 20px 82px;
}
.jq-toast-wrap .jq-toast-single.jq-icon-success {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4909 22.1455C13.6364 22.291 13.8182 22.3637 14 22.3637C14.1818 22.3637 14.3636 22.291 14.5091 22.1455L24.1455 12.5092C24.4364 12.2183 24.4364 11.7819 24.1455 11.491C23.8546 11.2001 23.4182 11.2001 23.1273 11.491L14 20.6183L9.60001 16.2183C9.3091 15.9273 8.87274 15.9273 8.58183 16.2183C8.29092 16.5092 8.29092 16.9455 8.58183 17.2364L13.4909 22.1455Z' fill='white'/%3E%3Cpath d='M16 32C24.8364 32 32 24.8364 32 16C32 7.16364 24.8364 0 16 0C7.16364 0 0 7.16364 0 16C0 24.8364 7.16364 32 16 32ZM16 1.45455C24.0364 1.45455 30.5455 7.96364 30.5455 16C30.5455 24.0364 24.0364 30.5455 16 30.5455C7.96364 30.5455 1.45455 24.0364 1.45455 16C1.45455 7.96364 7.96364 1.45455 16 1.45455Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: #01BD70;
  background-position: 25px;
  color: #ffffff;
}
.jq-toast-wrap .jq-toast-single.jq-icon-warning {
  color: #64717E;
  background-color: #F4F7FA;
  background-position: 25px;
  border: 1px solid #DDE0E7;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15.25' stroke='%2364717E' stroke-width='1.5'/%3E%3Cline x1='16' y1='23' x2='16' y2='24' stroke='%2364717E' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='16' y1='8' x2='16' y2='19' stroke='%2364717E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.jq-toast-wrap .jq-toast-single.jq-icon-warning a {
  border-color: inherit;
  color: inherit;
}
.jq-toast-wrap .jq-toast-single.jq-icon-error {
  color: #fff;
  background-color: #EB5757;
  background-position: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.435 5.78977L2.73003 26.9998C2.46808 27.4534 2.32948 27.9677 2.32801 28.4916C2.32655 29.0154 2.46227 29.5305 2.72167 29.9856C2.98107 30.4407 3.35512 30.8199 3.80659 31.0856C4.25807 31.3512 4.77123 31.494 5.29503 31.4998H30.705C31.2288 31.494 31.742 31.3512 32.1935 31.0856C32.6449 30.8199 33.019 30.4407 33.2784 29.9856C33.5378 29.5305 33.6735 29.0154 33.6721 28.4916C33.6706 27.9677 33.532 27.4534 33.27 26.9998L20.565 5.78977C20.2976 5.34893 19.9211 4.98445 19.4718 4.7315C19.0225 4.47855 18.5156 4.34566 18 4.34566C17.4844 4.34566 16.9775 4.47855 16.5282 4.7315C16.0789 4.98445 15.7024 5.34893 15.435 5.78977Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 13.5V19.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 25.4996H18.0187' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.jq-toast-wrap .jq-toast-single.jq-icon-success, .jq-toast-wrap .jq-toast-single.jq-icon-error, .jq-toast-wrap .jq-toast-single.jq-icon-warning {
  max-width: 400px;
  width: 100%;
  box-shadow: none;
  box-sizing: border-box;
}
.jq-toast-wrap .jq-toast-single.jq-icon-success .close-jq-toast-single, .jq-toast-wrap .jq-toast-single.jq-icon-error .close-jq-toast-single, .jq-toast-wrap .jq-toast-single.jq-icon-warning .close-jq-toast-single {
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.jq-toast-wrap .jq-toast-single .jq-content {
  color: #3C4D5F;
  padding: 15px 19px;
  font-size: 14px;
}
.jq-toast-wrap .jq-toast-single .error-heading {
  background-color: #FF455B !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.29 3.85988L1.82002 17.9999C1.64539 18.3023 1.55299 18.6452 1.55201 18.9944C1.55103 19.3436 1.64151 19.687 1.81445 19.9904C1.98738 20.2938 2.23675 20.5466 2.53773 20.7237C2.83871 20.9008 3.18082 20.996 3.53002 20.9999H20.47C20.8192 20.996 21.1613 20.9008 21.4623 20.7237C21.7633 20.5466 22.0127 20.2938 22.1856 19.9904C22.3585 19.687 22.449 19.3436 22.448 18.9944C22.4471 18.6452 22.3547 18.3023 22.18 17.9999L13.71 3.85988C13.5318 3.56599 13.2807 3.323 12.9812 3.15436C12.6817 2.98573 12.3438 2.89714 12 2.89714C11.6563 2.89714 11.3184 2.98573 11.0188 3.15436C10.7193 3.323 10.4683 3.56599 10.29 3.85988Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 9V13' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16.9997H12.0125' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.jq-toast-wrap .jq-toast-single .error-heading,
.jq-toast-wrap .jq-toast-single .warning-heading,
.jq-toast-wrap .jq-toast-single .success-heading,
.jq-toast-wrap .jq-toast-single .gift-heading {
  color: #fff !important;
  padding: 15px 20px 15px 55px;
  margin-bottom: 0 !important;
  font-family: inherit;
  background-repeat: no-repeat;
  background-position: 20px 12px;
}
.jq-toast-wrap .jq-toast-single .success-heading {
  background-color: #01BD70;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1182 16.6091C10.2273 16.7182 10.3636 16.7727 10.5 16.7727C10.6363 16.7727 10.7727 16.7182 10.8818 16.6091L18.1091 9.38184C18.3273 9.16366 18.3273 8.83639 18.1091 8.6182C17.8909 8.40002 17.5636 8.40002 17.3454 8.6182L10.5 15.4637L7.19998 12.1637C6.9818 11.9455 6.65452 11.9455 6.43634 12.1637C6.21816 12.3818 6.21816 12.7091 6.43634 12.9273L10.1182 16.6091Z' fill='white'/%3E%3Cpath d='M12 24C18.6273 24 24 18.6273 24 12C24 5.37273 18.6273 0 12 0C5.37273 0 0 5.37273 0 12C0 18.6273 5.37273 24 12 24ZM12 1.09091C18.0273 1.09091 22.9091 5.97273 22.9091 12C22.9091 18.0273 18.0273 22.9091 12 22.9091C5.97273 22.9091 1.09091 18.0273 1.09091 12C1.09091 5.97273 5.97273 1.09091 12 1.09091Z' fill='white'/%3E%3C/svg%3E%0A");
}
.jq-toast-wrap .jq-toast-single .warning-heading {
  background-color: #1F2C3A;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.4375' stroke='white' stroke-width='1.125'/%3E%3Cline x1='12' y1='17.25' x2='12' y2='18' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='12' y1='6' x2='12' y2='14.25' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.jq-toast-wrap .jq-toast-single .gift-heading {
  color: #1F2C3A !important;
  background-color: #F4F7FA;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.4375' stroke='%231F2C3A' stroke-width='1.125'/%3E%3Cline x1='12' y1='17.25' x2='12' y2='18' stroke='%231F2C3A' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='12' y1='6' x2='12' y2='14.25' stroke='%231F2C3A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.gift-popup-content {
  display: flex;
  padding: 10px 20px;
}
.gift-popup-content .gift-thumbnail-icon {
  width: 64px;
  height: 64px;
  background-size: contain;
  background-position: center;
  background-image: url("https://pngimg.com/uploads/olive_oil/olive_oil_PNG28.png");
  background-repeat: no-repeat;
}
.gift-popup-content .gift-details {
  margin-left: 12px;
  font-size: 14px;
  color: #3C4D5F;
}
.gift-popup-content .gift-product-weight {
  margin-top: 10px;
}

/*# sourceMappingURL=index.css.map */
