#send-to-different-customer-orig {
  display: none !important;
}

.product-type-store_credit .legacy-itemprop-offers {
  display: none;
}

.special-gutschein-product .legacy-itemprop-offers {
  display: block;
}

.product-type-store_credit .quantity {
  display: none;
}

#store_credit_custom_amount-description {
  display: none !important;
}

.store-credit-header {
  color: #bc983a;
  display: block;
}

.store-credit-head {
  font-size: 36px;
  font-weight: bold;
}

.product-type-store_credit .product_title {
  font-size: 48px;
  font-style: normal;
}

.product-type-store_credit b,
.product-type-store_credit strong {
  font-weight: bold;
}

.page-content .product-type-store_credit p {
  line-height: 16px;
  margin: 20px 0px;
}

#store_credit_custom_amount {
  width: 261px;
}

.product-type-store_credit input[type="text"],
.product-type-store_credit input[type="email"] {
  border-radius: 10px;
  height: 45px;
}

.product-type-store_credit textarea {
  border-radius: 10px;
}

.wc-store-credit-product-container label {
  color: black;
}

.store-credit-field-desc {
  font-size: 12px;
  display: block;
}

#store_credit_receiver_note_field {
  margin-top: 1rem;
}

.product-type-store_credit .woocommerce-form__label-for-checkbox.checkbox {
  font-size: 16px;
  margin-top: 33px;
  display: block;
  margin-bottom: 33px;
}

#store_credit_receiver_email_field {
  margin: 0;
}

.store-credit-receiver-fields {
  margin-bottom: 1rem;
}

.product-type-store_credit .summary {
  max-width: 560px;
  float: left !important;
  padding-left: 90px;
}

.ticket-coupon-product {
  justify-content: center;
}

.ticket-coupon-wrap {
  display: flex;
  justify-content: start;
  width: 100%;
  padding: 10px 0px;
}

.ticket-coupon-img {
  margin-right: 90px;
  display: flex;
  justify-content: end;
  align-items: center;
  min-width: 400px;
}

.ticket-coupon-img img {
  width: 100%;
  max-height: 200px;
  width: auto;
}

.ticket-coupon-text {
  padding: 35px 0px;
  padding-right: 35px;
}

@media (max-width: 1100px) {
  .ticket-coupon-wrap {
    justify-content: center;
  }

  .ticket-coupon-img {
    max-width: unset;
    justify-content: center;
  }

  .ticket-coupon-text {
    padding-right: 0px;
  }
}

.coupon-product-button {
  margin-top: 40px;
  background: transparent;
  color: black !important;
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid black;
  padding: 6px;
  transition: all 0.4s;
  max-width: 351px;
}

.coupon-product-button:hover {
  color: white !important;
  background: black;
}

@media (max-width: 1100px) {
  .ticket-coupon-wrap {
    flex-direction: column;
  }

  .ticket-coupon-img {
    margin-right: unset;
  }

  .ticket-coupon-text {
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .store-credit-head {
    font-size: 25px;
  }
}

@media (max-width: 650px) {
  .product-type-store_credit .summary {
    max-width: 560px;
    float: left !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.product-type-store_credit .zoomImg {
  display: none !important;
}

.gift-chooser-wrap {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 200px;
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  z-index: 150;
  cursor: pointer;
}

.product-type-store_credit .woocommerce-product-gallery__image {
  position: relative;
}

.gift-choose-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -2px;
}

.gift-chooser-left {
  transform: rotate(180deg);
  width: 50%;
  text-align: right;
  cursor: pointer;
}

.gift-chooser-right {
  width: 50%;
  text-align: right;
  cursor: pointer;
}

.gift-chooser-left,
.gift-chooser-right {
  cursor: pointer;
  height: 15px;
  z-index: 200;
  position: relative;
  cursor: pointer;
}

.wc-store-credit-product-container #send-to-different-customer {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  border: 1px solid black;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: inline-grid;
  place-content: center;
  border-radius: 100%;
  padding: 8px;
}

.wc-store-credit-product-container #send-to-different-customer::before {
  content: "";
  width: 9px;
  height: 9px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: black;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.wc-store-credit-product-container #send-to-different-customer:checked::before {
  transform: scale(1);
}

.product-type-store_credit .single_add_to_cart_button {
  background: transparent !important;
  color: black !important;
  border: 1px solid black !important;
  border-radius: 10px !important;
  padding: 5px 30px !important;
  font-size: 18px !important;
  letter-spacing: 0px !important;
  max-width: 220px !important;
  transition: all 0.4s;
  font-weight: 500 !important;
  margin-bottom: 40px;
}

.product-type-store_credit .single_add_to_cart_button:hover {
  background: black !important;
  color: white !important;
}

.send-to-different-customer span {
  font-weight: normal;
  color: black;
  margin-left: 15px;
  font-style: normal;
  letter-spacing: 0px;
}

.accordion-single-credit {
  background-color: transparent;
  color: black;
  cursor: pointer;
  padding: 12px 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
  border-bottom: 1px solid black;
  font-weight: 500;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the accordion panel. Note: hidden by default */
.panel-credit {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel-credit * {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 26px !important;
}

.accordion-single-credit:after {
  content: "+"; /* Unicode character for "plus" sign (+) */
  font-size: 16px;
  color: black;
  float: right;
  margin-left: 5px;
  font-weight: 500;
}

.accordion-single-credit.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
}

.accordion-single-credit.active {
  border-bottom: 0px;
}

#accordion-store-credit {
  margin-top: 60px;
}

.product-type-store_credit .flex-control-thumbs {
  display: none !important;
}

