.cpa_wr {
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-family: sans-serif, Arial, Helvetica;
}
.cpa_form-wr {
  box-sizing: border-box;
  background-color: #fffaf4;
  max-width: 660px;
  min-width: 320px;
  width: 100%;
}
.cpa_img-block {
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}
.cpa_prod-img {
  min-width: 300px;
  max-width: 660px;
  max-height: 320px;
  object-fit: contain;
}
.cpa_bages {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2px;
  background-color: #fef4e6;
}
.cpa_bage-item-wr {
  flex-basis: 70px;
  aspect-ratio: 1 / 1;
}
.cpa_bage-item {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cpa_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px;
}
.cpa_form-title {
  display: inline-block;
  color: #96260d;
  font-size: 14px;
  font-weight: 600;
  padding: 20px;
}
.cpa_price {
  align-self: flex-start;
  position: relative;
  height: 3rem;
  width: 80%;
  color: #fff;
  font-size: 24px;
  background-color: #96260d;
  background-size: 80%;
  text-align: center;
  line-height: 3rem;
  padding-right: 1.5rem;
}
.cpa_price::after {
  display: block;
  content: '';
  background-color: #fffaf4;
  height: 3rem;
  position: absolute;
  right: -1.5rem;
  top: 0px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  width: 3rem;
}
@media screen and (max-width: 425px) {
  .cpa_price {
    font-size: 18px;
  }
}
.cpa_old-price {
  text-decoration: line-through;
  text-decoration-color: black;
}
.cpa_timer {
  padding: 20px;
  text-align: center;
}
.cpa_timer-title {
  font-size: 12px;
  font-weight: 600;
  color: black;
}
.cpa_timer-clock {
  padding: 10px;
  font-size: 18px;
}
.cpa_timer-item {
  color: #fff;
  background-color: black;
  border-radius: 5px;
  padding: 5px;
}
.cpa_hours,
.cpa_minutes,
.cpa_seconds {
  box-sizing: content-box;
  line-height: 1.1;
  margin-right: 3px;
  display: inline-block;
  width: 1.5rem;
  height: 1.2rem;
  position: relative;
}
.cpa_hours::before {
  content: 'Studen';
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  left: 0.5px;
  color: black;
}
.cpa_minutes::before {
  content: 'Minuten';
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  left: -1px;
  color: black;
}
.cpa_seconds::before {
  content: 'Secunden';
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  left: -4px;
  color: black;
}
.cpa_timer-subscribtion {
  font-size: 10px;
  font-weight: 600;
  color: black;
}
.cpa_input-label {
  display: block;
  font-size: 12px;
  width: 100%;
  max-width: 300px;
}
.cpa_input-label-txt {
  display: block;
  padding-bottom: 3px;
}
.cpa_input-label:nth-of-type(2) {
  padding-top: 15px;
}
.cpa_input {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  height: 2rem;
  background-color: #fef4e6;
  border-width: 0.5px;
  border-color: #fef4e6;
  outline: 0;
}
.cpa_submit-btn {
  margin: 15px 0;
  padding: 10px;
  background-color: #8da334;
  border: 0;
  border-bottom: 3px solid #54611f !important;
  width: 100%;
  max-width: 300px;
  font-size: 20px;
  font-weight: 600;
  color: #00000091;
  word-wrap: break-word;
}
