#payment .content-payment{
    max-width: 555px;
    border-radius: 3px;
    background-color: #000;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: #fff;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
}

#payment .content-payment .row-item{
    margin-bottom: 12px;
}

#payment .content-payment .row-item .value-item{
    text-align: left;
}

.process-payment .button-process-payment{
    width: 137px;
  height: 31px;
  border-radius: 3px;
  background-color: #3b1c3f;
  text-align: center;
  margin-left: auto;
    margin-right: auto;
}

.process-payment .button-process-payment a{
    line-height: 31px;
    font-family: Brandon;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.process-payment .button-cancel{
    margin-left: 25px;
}

.process-payment .button-cancel a{
    font-family: Brandon;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  line-height: 31px;
}