.header {
  background: #764FA0;
}

.header__container {
  max-width: 1850px;
  width: 100%;
  padding: 0.8rem 0;
  margin: 0 2rem;
}

.image__woman {
  border-radius: 50%;
  margin: 0 1.5rem;
}

.main {
  height: calc(100vh - 84.08px)
}

.aside__checkoutPayment {
  height: 100%;
  background: #341F65;
  width: 400px;
}

.aside__checkoutPayment {
  padding: 1.5rem 1rem;
}

.title__resume {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}

.title__resume img {
  margin: 0 0.3rem 0 0;
}

.ul__list {
  list-style: none;
  margin: 1.5rem 0 0 0;
}

.ul__list li {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #532585;
  color: #C9C4D7;
  font-weight: 500;
  font-size: 15px
}

.ul__list li:first-child {
  border-top: 1px solid #532585;
}

.li__totalPrices {
  flex-direction: column;
}

.title__coupon {
  margin: 1rem 0 0 0;
}

.title__payFull {
  margin: 1rem 0 0 0;
  font-weight: 600;
  color: #D6D2E0;
  font-size: 16px;
}

.button__confirmPurchase {
  height: 55px;
  outline: none;
  background: #F4992D;
  border: none;
  cursor: pointer;
  border: 1px solid #DC8A34;
  margin: 0 0 1rem 0;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.button__confirmPurchase:hover {
  background: #bb6c18;
}

.button__confirmPurchase img {
  margin: 0 0.5rem 0 0;
}

.title__payment {
  border-bottom: 1px solid #E8E8E8;
  padding: 1rem 2rem;
  width: 100%;

}

.section__checkoutPayment {
  width: 100%;
}

.text__payment {
  font-weight: 600;
}

.text__payment img {
  margin: 0 0.5rem 0 0;
}

/* card__selectPayment */


.inputs__methodPayments {
  margin: 2.5rem 0 0 0;
}

.title__prefertoPay {
  margin: 2rem;
  font-weight: 600;
  color: #292929;

}

.information__checkInput {
  padding: 0.5rem 0;
  border-bottom: 1px solid #EDEDED;
}

.card__selectPayment {
  border: 1px solid #EFEFEF;
  margin: 1.5rem 2rem;
  padding: 1rem;
  border-radius: 0.8rem;
  max-width: 980px;
  width: 100%;
}

.label__inputPayment input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.title__cardDebit {
  margin: 0 0 0 1rem;
  font-weight: 600;
}

.title__cardDebit img {
  margin: 0 0.5rem 0 0;
}

/* inputs__payment*/

.inputs__payment {
  margin: 0.5rem 0 0 0;
  padding: 8px;
}

.inputs__payment input {
  height: 50px;
  padding: 0 0.5rem;
  border-radius: 0.3rem;
  outline: none;
  border: none;
  border: 1px solid #D7D7D7;
  color: #A5A5A5;
  font-weight: 500;
}

.inputs__payment input:first-child {
  width: 38%;
}

.input__cpf {
  width: 61%;
}

.information__payment {
  margin: 0 0 0 0.5rem;
}

.information__payment img {
  margin: 0 0.5rem 0 0;
}

.title__nameMethodPayment {
  font-weight: 500;
  color: #525252;
}

/* checkbox method payments*/

.label__inputPayment input {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid #A6A6A6;
  /* The outline will be the outer circle */
}

.label__inputPayment input:checked {
  background: orange;
  border: 1px solid orange;
}

.activeCheck {
  border: 1px solid #9475B5;
}

@media (max-width: 990px) {
  .main {
    flex-direction: column;
  }

  .header__container {
    display: flex;
    justify-content: space-between;
  }

  .title__prefertoPay {
    text-align: center;
  }

  .aside__checkoutPayment {
    width: 100%;
  }

  .button__confirmPurchase {
    margin: 1rem 0 0 0;
  }

  .card__selectPayment {
    margin: 1.5rem 0;
  }

  .inputs__payment {
    flex-direction: column;
  }

  .inputs__payment input {
    width: 100% !important;
    margin: 0.5rem 0;
  }

  .inputs__methodPayments {
    width: 95%;
    margin: 2.5rem 0;
  }

  .aside__checkoutPayment {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 725px) {
  .image__woman {
    margin: 0 1rem;
  }
}