.zestPricebar {
  text-align: left;
}
.zp-wrapper .zp-title {
    font-weight: bold;
}
.zp-wrapper .zp-inner {
  margin: 10px auto;
  padding: 15px;
  background-color: rgb(var(--color-background));
  border-radius: 8px;
  box-shadow: 0 2px 10px rgb(205 205 205 / 49%);
  color: rgba(var(--color-foreground), 0.75);
  text-align: left;
}
.zp-wrapper .zp-price-wrapper {
  display: flex;
  flex-direction: column;
}
.zp-wrapper .zps-title {
  font-weight: 600;
  margin-bottom: 12px;
  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 #pricebar_slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  transition: background 0.3s;
  padding: 0;
  margin: 0;
  line-height: normal;
  max-width: initial;
}
#pricebar_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: black;
  border-radius: 50%;
  cursor: pointer;
}
.zp-wrapper #pricebar_slider:focus {
  background: #ccc;
}
.zp-wrapper .zps-description {
  margin-bottom: 15px;
}
.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 .zps-price {
  --color-foreground: 18,18,18;
  font-size: 120% !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: 1.5rem;
}
.zp-wrapper  .zps-image {
    max-width: 200px;
    flex: 1 0 0;
    margin-top: 6px;
}
 
.zp-wrapper .zps-button-wapper .donation_button {
  height: auto;
  min-height: auto;
  width: auto;
  min-width: auto;
  padding: 10px 30px;
  margin: 0;
  cursor: pointer;
  line-height: normal;
}
.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: 15px;
  height: 15px;
  accent-color: black;
  margin: 3px 5px 3px 0px;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
}

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

.zestRadio .zps-content input#radio_textbox {
  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: 1rem;
}
@media screen and (max-width: 749px) {
  .zp-wrapper .zps-content {
      flex: 100% 0 0;
  }
}