.lema-step-number span {
  display: inline-block;
  background: #fc0 !important;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  background-clip: border-box;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  text-align: center;
  line-height: 27px;
}

.lema-button-small {
  border: 0 !important;
}

.lema-step-row-amounts {
border-top: #ccc 1px solid;
padding-top: 30px;
margin-top: 10px;
}

/* step 1 only */

*, *::before, *::after {
    box-sizing: inherit;
}

.form-step_1 {
    border: none!important;
    margin-bottom: 30px;
    background: #f6f6f6;
    background-size: contain;
}
.step_1-header {
      position: relative;
    border-bottom: #333 1px solid;
    padding-top: 13px;
    padding-bottom: 13px;
    background: #fff;
}
.step_1-header-text {
  color: #333;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    padding-left: 45px;
  }
  
.step_1-number {
  position: absolute;
    top: 12px;
    left: 0;
    z-index: 1;
    font-weight: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #fff;
  }
.step_1-number-text  {
  display: inline-block;
    background: #fc0 !important;
    color: #333;
    font-weight: 500;
    font-size: .875rem;
    background-clip: border-box;
    width: 1.75rem;
    height: 1.75rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    text-align: center;
    line-height: 1.75rem;
  }
.step_1-content {
  padding: 30px 15px 30px 15px;
  padding-left: 45px;
    padding-right: 45px;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    padding: 30px 15px 30px 15px;
    width: 100%;
    position: relative;
    border: 0!important;
    background: #f6f6f6;
  }
.step_1-row {
  position: relative;
    min-height: 0;
    line-height: 1.2;
    padding: 10px 0 10px 0;
  }
.step_1-row-amounts {
  border-top: #ccc 1px solid;
    padding-top: 30px;
    margin-top: 10px;
  }  
.amount-box {
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 90px;
    height: 90px;
    background: #fff;
    border: #ccc 1px solid;
    padding: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #777;
    cursor: pointer;
  }
.amount-box-currency {
  font-size: 10px;
    display: block;
    margin-bottom: 2px;
  }
.amount-box-amount {
    display: block;
    font-size: 1.875rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: normal;
    }
      
.lema-hidden {
  position: absolute;
    z-index: -1;
    opacity: 0;
  }
.lema-input-text {
  /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    height: 46px;
    border: #ccc 1px solid;
    padding: 0 20px;
    font-weight: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #333;
    text-align: center;
  }
.lema-input-text-small {
  display: inline-block;
    margin-bottom: 0;
  }
  
.lema-amount-box-custom-input {
    width: 66px;
    position: absolute;
    top: 27px;
    left: 10px;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}  

.lema-input-text:focus {
    border: #333 1px solid;
    outline: none;
}

.lema-active {
    border: #333 2px solid;
    color: #333;
}

.lema-summary-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    /*margin-right: 54px;*/
    margin-bottom: 40px;
    font-weight: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.lema-button {
  width: 100px;
  background: #fc0 !important;
  color: #333 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  -webkit-border-radius: 3px;
  border: none;
  background-clip: padding-box;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding: 10px;
}

.lema-button:hover {
    opacity: .8;
    text-decoration: none;
}

.step_1-container {
  /*font-family: sans-serif;*/
  padding: 0px 20px 0px 20px !important;
  display: block;
  width: 75%;
  background-color: #fff;
}

.step_1-inner {
  width: 100%;
}

