.payment .content h4.nextPart div {
  margin-top: 20px;
  font-family: "Poppins-Regular";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000000;
}
.billingForm {
  padding: 20px;
}
.creditCardStripe {
  margin-bottom: 200px;
}
.content_part_payment .el-radio-group {
  width: 100%;
  box-sizing: border-box;
}
.content_part_payment li {
  box-sizing: border-box;
}
.content_part_payment li .creditCard {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: space-between;
  align-items: center;
}
.content_part_payment .el-radio {
  display: flex;
  align-items: center;
}
.content_part_payment .el-radio__label {
  width: 100%;
}
.content_part_payment ul {
  position: relative;
}
.content_part_payment ul div.paypalDescription {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 77px;
  text-align: center;
  background-color: #fafafa;
  padding-top: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0;
}
.content_part_payment ul div.paypalDescription div {
  font-family: "Poppins-Regular";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  width: 70%;
  margin: 0 auto;
}
.content_part_payment ul div.cardDescription {
  width: calc(100% - 16px);
  height: 220px;
  position: absolute;
  top: 355px;
  padding-left: 16px;
}
.content_part_payment ul div.cardDescription .stripeInput {
  width: 80%;
  padding: 4px 16px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
