.payment-methods .payment-method label.label {
    color: #000;
    font-weight: 600;
}
.checkout-agreements  .checkout-agreement {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

/*Checkout*/
.checkout-agreements .checkout-agreement + .checkout-agreement{
  margin-top: 16px;
}
/*Checkout*/
.checkout-agreements .checkout-agreement label {
  width: calc( 100% - 52px);
  display: inline-block;
  text-align: left;
}
.checkout-agreements .checkout-agreement label button{
  text-align: left;
}

.bss-onestepcheckout #opc-sidebar .discount-code #discount-form {
  width: 100%;
  display: table;
}
.bss-onestepcheckout #opc-sidebar .discount-code #discount-form div.payment-option-inner {
  width: auto;
  display: table-cell;
  vertical-align: top;
}
.bss-onestepcheckout #opc-sidebar .discount-code #discount-form div.actions-toolbar {
  float: none;
  display: table-cell;
  padding-left: 5px;
}

@media only screen and (max-width: 440px){
  .bss-onestepcheckout #opc-sidebar .discount-code #discount-form div.payment-option-inner input[type="text"]{
    height:48px;
  }
  .bss-onestepcheckout #opc-sidebar .discount-code #discount-form div.actions-toolbar button{
    height:48px;
  }
}

.form-create-account .field-name-adres {
  display: none;
}

.checkout-container .opc-wrapper #checkoutSteps #opc-shipping_method {
  top: 0;
}

.checkout-container .opc-wrapper #checkoutSteps #payment {
  top: 15px;
}

.bss-onestepcheckout .page-header.navbar-fixed-top {
  background: none;
  position: relative;
}

.customer-account-create .form-create-account .fieldset-fullname .field-name-prefix,
.customer-account-create .form-create-account .fieldset-fullname .field-name-suffix {
  width: auto;
}

@media only screen and (max-width: 767px){
  .authentication-wrapper {
    margin-top: -15px;
  }

}

@media only screen and (min-width: 768px){
  .authentication-wrapper .action-auth-toggle{
    background: #349b90;
    border-radius: 4px;
    box-shadow: none;
    min-height: 58px;
    color: #fff;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    text-decoration: none;
    margin-bottom: 15px;
  } 
  .authentication-wrapper .action-auth-toggle:hover{
    background: #b9d6bc;
  }
}

