.checkout-site {
    margin-top: 100px;
}

.checkout-block {
    background-color: var(--c-light-grey-2);    
}

.click_login_button {
    text-decoration: underline;
    cursor:pointer;
}

/* FORM */

.fieldlabels {    
    color: gray;
    font-weight:bold;  
}

/* FORM INPUT TEXTAREA*/
/* letter-spacing: 1px */


.progressbar {    
    text-align: center;
    width: 70%;
    
}
.progressbar .active {    
}

.progressbar .active a {        
    color: var(--c-brown);
    /* text-decoration: underline;*/    
    border-bottom: none;
    cursor: default;
    pointer-events: none;
}

.progressbar .active:hover a {        
    border-bottom: none;
}

.progressbar .progressbar-inside {        
    width: 25%;
    /*float: left;*/
    position: relative;
    /*font-weight: 400*/
}


.progressbar .progressbar-inside:before {
    content: "";
    width: 50px;
    height: 50px;    
    display: block;    
    background: var(--c-light-grey-2);    
    /*border-radius: 50%;*/
    margin: 0 auto 10px auto;    
}
.progressbar .progressbar-inside:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;   
}
.progressbar .progressbar-inside.active:before,
.progressbar .progressbar-inside.active:after {
    background: var(--c-brown);                
}

/*.progress {
    height: 20px
}*/

.progressbar-inside a {    
    color: var(--c-grey); 
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px var(--c-grey);
}

.progressbar-inside:hover a {    
    color: var(--c-brown);     
    border-bottom: solid 1px var(--c-brown);
}

.city {    
    display: none;
}




.pay-checkout-input {
  display: none;
}


.pay-checkout-label {
  display: inline-flex; 
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
}

.pay-checkout-label span {
  position: relative;
  line-height: 20px;
  display: flex; 
  align-items: center; 
}


.pay-checkout-label span:before,
.pay-checkout-label span:after {
  content: '';
}


.pay-checkout-label span:before {
  border: 1px solid #222021;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}


.pay-checkout-label span:after {
  background: #222021;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 13px;
  left: 3px;
  transition: 300ms;
  opacity: 0;
}


.pay-checkout-label input:checked+span:after {
  opacity: 1;
}



label span {
  position: relative;
  line-height: 20px;
  display: flex; 
  align-items: center; 
}


.pay-checkout-label span:before,
.pay-checkout-label span:after {
  content: '';
}


.pay-checkout-label span:before {
  border: 1px solid #222021;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}


.pay-checkout-label span:after {
  background: #222021;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 13px;
  left: 3px;
  transition: 300ms;
  opacity: 0;
}


.pay-checkout-label input:checked+span:after {
  opacity: 1;
}



