*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.layout-panel-flex>div[id*="_easy_donation_donation_block_"] {
	width: 100%;
}
.zestCampaign :is(.container, .page-width) {
  padding: 0 20px;
  max-width: var(--page-width, 1490px);
  margin: 0 auto;
}
.container .zestCampaign :is(.container, .page-width, .product__info-wrapper),
.page-width .zestCampaign :is(.container, .page-width, .product__info-wrapper) {
  padding: 0;
  max-width: 100%;
}
.zestPricebar {
  text-align: left;
}
.donation .zp-title {
  font-weight: bold;
  font-size: 110%;
}
.zp-wrapper .zp-inner {
  padding: 15px;
  text-align: left;
}
.zp-accordion {
  width: 100%;
  box-shadow: 0 1px 4px rgb(205 205 205 / 49%);
  margin: 10px auto;
  border-radius: 8px;
  overflow: hidden;
}
.zp-accordion-header {
  padding: 10px 12px 10px 15px;
  background: color-mix(in srgb, currentColor 6%, transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  transition: background 0.25s ease;
}

.zp-accordion-header:hover {
  background: color-mix(in srgb, currentColor 12%, transparent);
}

.zp-accordion.isOpen .zp-accordion-header {
  background: color-mix(in srgb, currentColor 18%, transparent);
}
svg.zp-icon-plus {
  width: 18px;
  height: auto;
}
.zp-accordion.isOpen .zp-line-vertical {
  display: none;
}
.zp-accordion-header .zps-icon {
  display: flex;
  align-items: center;
}
.zp-wrapper .zp-price-wrapper {
  display: flex;
  flex-direction: column;
}
.zp-wrapper .zps-title {
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1;
}
.zp-wrapper .zps-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  width: auto !important;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
}
.zp-wrapper .zps-content {
  flex: 1 0 0;
  margin: 0;
}
.zp-wrapper .zps-description p {
  margin: 0 0 15px;
}
.zp-wrapper .zps-description p:last-child {
  margin-bottom: 0;
}
.zp-wrapper .zps-description a {
  word-break: break-all;
  color: #0000EE;
}
.zp-wrapper .zps-description  a:visited {
  color: #551A8B;
}
.zp-wrapper .zpsPriceSlider {
  --input-active-bg: #000;
  --input-default-bg: #e3e3e3;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: var(--input-default-bg);
  border-radius: 5px;
  outline: none;
  transition: background 0.3s;
  padding: 0;
  margin: 0;
  line-height: normal;
  max-width: initial;
}
.zpsPriceSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--input-active-bg);
  border-radius: 50%;
  cursor: pointer;
}
.zp-wrapper .zpsPriceSlider:focus {
  background: var(--input-default-bg);
}
.zp-wrapper .zps-description {
  margin-bottom: 15px;
  margin-top: -5px;
}
.zp-wrapper .zps-price-form {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 15px 0;
  line-height: 1;
}
.zp-wrapper .amountsize {
  color:  rgba(var(--color-foreground), 0.75);
  margin: 0 8px 0 0;
}
.zp-wrapper .zt-amountSize {
  color: rgba(var(--color-foreground), 0.75);
  margin: 0;
  font-weight: 600;
}
.zp-wrapper .zps-price {
  --color-foreground: 18,18,18;
  font-size: 110% !important;
  font-weight: bold;
  margin: 0;
}
.zp-wrapper .zps-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}
.zp-wrapper .loaderDiv {
  margin-top: 20px;
  display: none;
}
.zp-wrapper .loaderDiv img {
  width: 30px;
  height: 30px;
}
.zp-wrapper .zps-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.zp-wrapper .zps-image {
    max-width: 180px;
    flex: 1 0 0;
}
 
.zp-wrapper .zps-button-wapper .zpsDonationBtn {
  height: auto;
  min-height: 30px;
  width: auto;
  min-width: auto;
  padding: 10px 30px;
  margin: 0;
  cursor: pointer;
  line-height: normal;
  position: relative;
}
.zp-wrapper .zps-content .zps-button-wapper {
  text-align: inherit;
  position: relative;
  display: flex;
  align-items: center;
}
.zp-wrapper .zps-content .zps-button-wapper .loaderDiv {
  margin: 0 0 0 10px;
  height: 21px;
}
.zp-wrapper .zps-content .zps-button-wapper .loaderDiv img {
  width: 20px;
  height: 20px;
  mix-blend-mode: multiply;
}
.zps-price-slider {
    line-height: normal;
}
.zps-radio-wrapper {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zps-radio-wrapper label {
  font-weight: 500;
  cursor: pointer;
  line-height: 21px;
  margin: 0;
}

.zps-radio-wrapper input {
  width: 16px;
  height: 16px;
  max-width: 16px;
  accent-color: black;
  margin: 3px 5px 3px 0px !important;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  min-height: auto;
}

.zps-radio-wrapper .zps-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.zps-content.zestRadio .donationOtherAmount {
  border: 1px solid #ccc;
  padding: 5px 8px;
  max-width: 250px;
  width: 100%;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  min-height: 34px;
  height: auto;
  line-height: normal;
  margin: 0;
  text-indent: 0;
}

.zestRadio .zps-button-wapper {
  margin-top: 15px;
}

.zp-wrapper.zp-mobile-wrapper .zps-content {
  flex: 100% 0 0;
}

.zp-wrapper.zp-mobile-wrapper .zps-image {
  max-width: 150px;
}
.zp-wrapper.zp-mobile-wrapper .zps-content-wrapper {
  gap: 10px;
}
.zp-mobile-wrapper .zps-description {
  margin-top: 0;
}
/* tabs */
.zestTabs .zps-tabs-wrapper {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zestTabs .zps-tabs-wrapper label, .zestTabs .zps-tabs-wrapper [type=radio]:not(:checked) + label, .zestTabs .zps-tabs-wrapper label, .zestTabs .zps-tabs-wrapper [type=radio]:not(:checked):not(.product-form__input input[type=radio])+label {
  font-weight: 500;
  cursor: pointer;
  line-height: 21px;
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: auto;
  position: unset;
  text-transform: unset;
}
.zestTabs .zps-tabs-wrapper .zps-item input[type="radio"]:checked + label {
  background: #000;
  border-color: #000;
  color: #fff;
}

.zestTabs .zps-tabs-wrapper input {
  width: 0;
  height: 0;
  margin: 0;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}

.zestTabs .zps-tabs-wrapper .zps-item {
  display: flex;
  align-items: center;
  margin: 0;
}

.zestTabs .zpsTabsTextBox {
  border: 1px solid #ccc;
  padding: 5px 8px;
  max-width: 250px;
  width: 100%;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  min-height: 34px;
  height: auto;
  line-height: normal;
  margin: 0;
  text-indent: 0;
}

.zestTabs .zps-button-wapper {
  margin-top: 15px;
}
.zps-btnTextBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zps-btnTextBox .zpsTextBoxt {
  border: 1px solid #ccc;
  padding: 5px 8px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  min-height: 34px;
  height: auto;
  line-height: normal;
  margin: 0;
  text-indent: 0;
}

.zp-wrapper .zps-btnTextBox .zps-button-wapper .zpsDonationBtn {
  height: 100%;
}

.zps-btnDropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zps-btnDropdown .dropdownOptions {
  border: 1px solid #ccc;
  padding: 8px 15px 8px 8px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  min-height: 33px;
  height: 100%;
  line-height: normal;
  margin: 0;
  text-indent: 0;
  cursor: pointer;
  min-width: 130px;
  width: auto;
}
.zps-btnDropdown .donationOtherAmount {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  min-height: 34px;
  height: 100%;
  line-height: normal;
  margin: 0;
  text-indent: 0;
  width: 100%;
}

.zp-wrapper .zps-btnDropdown  .zps-button-wapper .zpsDonationBtn {
  height: 100%;
}
.zps-select {
  display: flex;
  gap: 10px;
}
.zps-customTextboxWrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* thank you popup css */
.donation-thankyou-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 99999999999;
}

.donation-thankyou-content {
  background: #fff;
  padding: 20px;
  max-width: 840px;
  width: 90%;
  text-align: center;
  border-radius: 9px;
  position: relative;
  animation: popupAnimation 0.3s ease-in-out;
  color: #121212;
  line-height: 1.4;
  font-size: 20px;
}

.dtp-close-thankyou {
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
  color: #777;
  line-height: 0;
  padding: 2px;
  transition: color 0.3s ease;
}
.dtp-close-thankyou svg {
  width: 22px;
  height: 22px;
}
.dtp-close-thankyou path {
  fill: currentColor;
}

.dtp-close-thankyou:hover {
  color: #121212;
}
.dtp-thankyou-icon {
  max-width: 45px;
  height: 45px;
  margin: 0 auto 18px;
}
.dtp-thankyou-icon svg {
  width: 100%;
  height: 100%;
}
.thankyou-ok-btn {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.thankyou-ok-btn:hover {
  background: #45a049;
}
.dtp-popup-title {
  color: #121212;
  font-size: 22px;
  font-weight: 600;
  margin-top: 5px;
}
.donation-thankyou-popup + .donation-thankyou-popup {
  display: none !important;
}
.donation_loader img {
  max-width: 110px;
  height: auto;
}
@keyframes  popupAnimation {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
/* no zp-accordion */
.zp-accordion.zp-NoAccordion .zp-accordion-header {
  background: transparent;
  padding: 0 0 10px;
  font-weight: 500;
}

.zp-accordion.zp-NoAccordion .zps-icon {
  display: none;
}

.zp-accordion.zp-NoAccordion .zp-inner {
  padding: 0;
}

.zp-accordion.zp-NoAccordion {
  padding: 15px;
  box-shadow: 0 2px 10px rgb(205 205 205 / 49%);
}
.zp-accordion.zp-NoAccordion .zp-accordion-header {
  background: transparent;
  padding: 0;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1;
}

@keyframes  p-motion-keyframes-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.zpsDonationBtn .zps-loader {
  display: none;
}

.zpsDonationBtn.btn-loader .zps-loader {
  --loader-size: 18px;
  display: block;
  fill: white;
  width: var(--loader-size);
  height: var(--loader-size);
  animation: p-motion-keyframes-spin 500ms linear infinite;
  position: absolute;
  left: calc(50% - (var(--loader-size) / 2));
  top: calc(50% - (var(--loader-size) / 2));
  font-size: unset;
  margin: 0;
}

.zpsDonationBtn.btn-loader .zps-loader path {
  fill: white;
}
.zpsDonationBtn > .zps-text {
  width: auto;
  height: auto;
  background: transparent;
  color: currentColor;
}
.zpsDonationBtn.btn-loader > .zps-text {
  visibility: hidden;
}

.zpsDonationBtn[disabled] {
  box-shadow: none;
  user-select: none;
  pointer-events: none;
  position: relative;
}
.zpds-hasTitleImage .zp-accordion-header {
    display: none !important;
}

.zpds-hasTitleImage .zps-image {
    display: none !important;
}

.zpds-hasDescription .zps-description {
    display: none !important;
}

.zpds-hasTitleImage .zestTabs .zps-tabs-wrapper {
    margin-top: 0;
}
.zestDonationApp {
  padding: 1px 0;
}

.zestDonationApp .donation_title {
  margin-top: 10px;
}
.zestDonationApp .zp-title {
    font-weight: 700;
    font-size: 110%;
}
.zestHidden { 
    display: none; 
}
.zs-loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
}

.zs-loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: zs-spin 1s linear infinite;
}

@keyframes zs-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.donation .donation_loader {
    display: none;
}
@media  screen and (max-width: 749px) {
  .zp-wrapper .zps-content {
      flex: 100% 0 0;
  }
  .zp-wrapper .zps-description {
    margin-top: 0;
  }
  .zp-wrapper .zps-content {
    flex: 100% 0 0;
  }
  
  .zp-wrapper .zps-image {
    max-width: 150px;
  }
  .zp-wrapper .zps-content-wrapper {
    gap: 10px;
  }
  .zp-wrapper .zps-description {
    margin-top: 0;
  }
  .dtp-thankyou-icon {
      max-width: 36px;
      height: 36px;
      margin: 0 auto 15px;
  }
  .dtp-popup-title {
    font-size: 20px;
  }
}