.steps{
  width: 100%;
  margin:0 auto;
}

.steps > ol{
  display: flex;
  justify-content: space-between;
  counter-reset: step;
font-family: "Bahnschrift Light";
}

.steps > ol > li{
  position: relative;
  text-align: center;
  width: 100%;
}

.steps > ol > li::before{
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border:1px solid #ddd;
  display: block;
  text-align: center;
  margin:0 auto 10px auto;
  border-radius: 50%;
  line-height: 30px;
  background: #fff;
  position: relative;
  z-index: 1
}

.steps > ol > li::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px; 
  background: #ddd;
  top:15px;
  left: -50%;
  z-index: 0;
}


.steps > ol > li:first-child::after{
  content: none;
}

.steps > ol > li.active{
  color:#9acd32;
}


.steps > ol > li.active::before{
  background: #9acd32;
  color:#fff;
}

.steps > ol > li.active + li:after{
background: #9acd32;
}

.step-content{
  width: 100%;
  height: 100%;
  padding:10px;
  border:1px solid #ccc;
  margin-top:20px;
  min-height: 300px;
}

#form-checkout-register .form-fieldset {
  max-width: 100%;
  border:0;
}

#form-checkout-register .form-fieldset > div{
  padding:0 15px;
}

.step-content.payment{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.payment-methods{
  display: flex;
  justify-content: space-around;
}

.nav-method-payment{
  width: 30%;
}
.method-payment-content{
  width: 70%;
}

.nav-method-payment > ul > li > a {
  display: block;
  width: 100%;
  background: #ccc;
  margin-bottom: 5px;
  color:#333;
  padding:10px 5px;
  text-decoration: none;
 
}

.nav-method-payment > ul > li > a.active{
  background: #9acd32;
} 

.method-payment-content > div{
    padding: 10px;
    border: 1px solid #f5f5f5;
    margin-left: 5px;

}

.col-identified{
  width: 50%;
  padding:0 50px;
}

@media (max-width: 640px) {
  .noregister.d-flex-between{
    flex-direction: column;
  }
    .col-identified{
      width: 100%;
      padding:0 5px;
    }
}


.checkout-identification h3{
      text-align: center;
    color: #000;
    font-size: 32px;
    font-weight: 200;
    margin-bottom: 5px;
    color:#777;
}

.checkout-identification  .subtitle{
      text-align: center;
    color: #88B34A;
    font-size: 16px;

}

#form-checkout-primary{
  max-width: 60%;
  margin:0 auto;
  padding:20px 30px;
  display: flex;
}

#form-checkout-primary input{
  width:100%;
  padding:10px;
  border:1px solid #ccc;
  margin:0 10px;
}

#form-checkout-primary button{
  padding:10px;
      color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.checkout-identification .alert{
    max-width: 400px;
    margin: 20px auto 0;
    background: #fcfcfc;
    border-radius: 4px;
    border: solid 1px #E2EDD3;
    padding: 10px 15px 15px 10px;
}

.checkout-identification .alert h4{
     color: #88B34A;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 10px 5px;
    text-align: center;
}

.checkout-identification .alert ul{
  list-style: disc;
  padding-left:20px;
}

.checkout-identification .alert ul li {
  padding-bottom: 5px;
}

.checkout-login{
   max-width: 60%;
  margin:0 auto;
  padding:20px 30px;
}
.checkout-login h2 {
      text-align: center;
    color: #000;
    font-size: 32px;
    font-weight: 200;
    margin-bottom: 5px;
    color: #777;
}

.checkout-completion, .container-customer  {
   display: flex;
   justify-content: space-between;
   padding:15px 0;
   flex-wrap: wrap;
}
.checkout-completion > div, .container-customer > div{
 
  margin:20px 10px;
  border:1px solid #ccc;
  border-radius: 5px;
  border-top:2px solid #ccc;
  box-shadow: 0 0 10px #ccc;
  padding:10px 5px;

  flex: 0 0 auto;
  width: 31.5%;
}

.container-customer > div{
  width: 48%;
}


.checkout-completion > div:nth-child(1),
.container-customer > div:nth-child(1){
  margin-left:20px;
  margin-right: 0px;
}
.checkout-completion > div:nth-child(3),
.container-customer > div:nth-child(3){
  margin-right:20px;
  margin-left:0px
}


@media (max-width: 640px) {

  .checkout-completion > div,
  .checkout-completion > div:nth-child(1),
  .checkout-completion > div:nth-child(3){
    width:100%;
    margin:20px 10px;
  }

#form-checkout-primary{
  max-width: 100%;
  flex-direction: column;
  padding:10px 0;
}
#form-checkout-primary input{
  margin:0 0 10px;

}
.checkout-completion {
  flex-direction: column;
  padding:10px;
}

.checkout-completion > div{
   margin:0 0 20px;
}

}

.checkout-completion h3,
.container-customer h3{
  font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1;
    text-align: left;
}

.checkout-customer h2{
  text-align: center;
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 5px;
  color: #777;
}

#agree{
  width: auto;
}

.title-address {
  padding: 10px 0;
  margin-top: 20px;
}

.checkout-completion h3 i,
.container-customer h3 i{
  font-size: 16px;
    font-weight: normal;
    color: #9ACD32;
}

.checkout-customer .actions{
   width:100%;
   text-align: center;
}

.checkout-completion .fields,
.container-customer .fields{
  padding:5px;
}

.checkout-completion .fields input,
.checkout-completion .fields select,
.container-customer .fields input,
.container-customer .fields select{
  padding:5px;
  width: 100%;
  border:1px solid #e5e5e5;
}

.accordion-group .payment{
  border:1px solid #ccc;
  padding:0;
  margin:0;
}

.accordion-group .payment > .payment-header{
    margin: 0;
    min-height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.accordion-group .payment > .payment-body{
  padding:10px;
}

.accordion-group .payment > .payment-body h5{
  text-align: center;
}
.accordion-group .payment > .payment-header > label > .payment-radio{
    height: 38px;
    padding: 0 10px;
    float: left;
    background: #e5e5e5;
    line-height: 38px;
}
.accordion-group .payment > .payment-header > label > .payment-item{
    display: flex;
    margin-left: 0;
    padding: 0 15px;
    position: relative;
    height: 38px;
    line-height: 38px;
    align-items: center;

}

.accordion-group .payment > .payment-header > label >  .payment-item  > img{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.accordion-group .payment > .payment-header > label >  .payment-item  span{
      color: #777;
    font-size: 0.8rem;
}




.bt-finish{
  width: 100%;
  margin:20px auto;
}

.accordion-group .payment > .payment-header > label{
  display: flex;
  align-items: center;
  border-bottom:1px solid #ccc;
}

.accordion-group .payment > .payment-header > label  .payment-radio{
  padding:5px
}

.card-wrapper{
    padding: 10px 0 20px;
}

#wirecard_creditcard .d-flex-between > div{
  width: 50%;
}
.payment-body {
  background: #e5e5e5;
  padding:10px 5px;
}

.payment-body ul{
  font-size: 0.9em;
    color: #777;
    margin-top: 5px;
    background: #fff;

}

.payment-body p{
  font-size: 0.9em;
  color: #777;
  text-align: center;
  line-height: 1.3rem;
}



.payment-body ul > li{
  border: 1px solid #ccc;
  padding: 5px;
}

.payment-body ul > li:hover{
  background: #f5f5f5;
}


.checkout-confirm .container{
  padding: 10px 20px;
}

.checkout-confirm .container table td{
   text-align: center;
}

.text-method-payment{
  text-align: center;
  padding:30px 10px;
  color:#777;
  background:#f5f5f5;
  margin:5px 0;
  border:1px solid #ccc;
}

.orders{
  padding-bottom: 30px;
}

.orders .table.table-noborder > tbody > tr > td{
  font-size: 0.8rem;
}

.orders .table.table-noborder > tbody > tr > td.price{
  width: 75px;
}

#fa-order{
  width: 17px;
  position: relative;
  color: #9ACD32;
  top: 2px;
}

#app-checkout-confirm p{
  font-size:1.1rem;
  color:#777;
  text-align: center;
}

#app-checkout-confirm article{
  max-width: 700px;
  margin:0 auto;
}

.alert-payment{
  
  margin: 15px auto;
}

.alert-payment h3{
  text-align: center;
  font-size:1.2rem;
  margin-bottom: 20px;
  color:#333
}

#app-checkout-confirm article td{
  color:#333;
  font-size:1rem;
}

.text-customer{
  color:#9ACD32;
  font-size:1.1rem;
  font-weight: bold;
}

.block-account,
.block-edit{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height:280px;
  margin-bottom: 25px;
}

.block-account{
  margin-top:20px;
}




.block-account > div,
.block-edit > div{
  width: 100%;
  flex: 0 0 23%;
  max-width: 23%;
  border:1px solid #ccc;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin:0 5px ;
  background: #f0f0f0;  
  
}

.block-account > div:hover,
.block-edit > div:hover{
  background: #FFF;
}

.block-account > div:hover h3,
.block-account > div:hover h4,
.block-edit > div:hover h3{
  color: #9acd32;
}

.block-account > div img,
.block-edit > div img{
  margin:10px auto;
  display: block;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -20%);
  width:150px;
  
}

.block-edit > div:nth-child(1){
  margin-left:0
}

.block-edit > div:nth-child(3){
  flex: 0 0 50%;
  max-width: 48.8%;
  margin-right: 0;
}



.block-account > div h3,
.block-edit > div h3{
  text-align: center;
  padding:30px 0 0;
  text-transform: uppercase;
  font-size:1.1rem;
  color:#a9a9a9;
}
.block-account > div h4{
  text-align: center;
  padding:0;
  padding:0;
  font-size:1rem;
  color:#a9a9a9;
}
.block-account > div:nth-child(1){
  margin-left: 0;
  background: #9acd32;
}

.block-account > div:nth-child(1) h3{
  color:#FFF;
  text-transform: none;
}

.block-account > div:nth-child(1) p.amount{
  color:#FFF;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;

}
.block-account > div:nth-child(1) p.amount span{
  font-size:1.5rem;
}

.block-account > div:nth-child(4){
  margin-right: 0;
}

@media (max-width:778px){

  .block-account,
  .block-edit{
    flex-direction: column;
    height: auto;
    margin:0;
  }

  .block-account > div,
  .block-edit > div{
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin:0;
    height:200px;

  }

  .block-account > div img,
.block-edit > div img{
  display: block;
  margin:20px auto;
  position: static;
  width: auto;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  
}

}

