.amer #checkout-payment-method-load dd {
  display: block;
  border: 0 none;
  max-height: 0;
  visibility: hidden;
  margin: 10px 0;
  padding: 0;
  background: none;
  line-height: 13px;
  -webkit-transition-duration: 0.7s, 0.1s;
  transition-duration: 0.7s, 0.1s;
  -moz-transition-duration: 0.7s, 0.1s;
  -o-transition-property: max-height, visibility;
  -webkit-transition-property: max-height, visibility;
  -moz-transition-property: max-height, visibility;
  transition-property: max-height, visibility;
  clear: both;
  position: relative;
}
.checkout .amer form .item.payment {
  height: auto;
}
.checkout .amer .payment-methods {
  display: block !important;
}
.checkout .amer .payment-methods .radiocontainer {
  margin-bottom: 30px;
}
.checkout .amer .payment-methods .radiocontainer label {
  padding-left: 28px;
  line-height: 22px;
  font: 1.4em/20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  font-weight: bold;
  display: inline-block;
}
.checkout .amer .payment-methods .radiocontainer label .validation-advice {
  font-size: 0.643em;
}
.checkout .amer .payment-methods .radiocontainer label span {
  color: inherit;
  font: 1em/20px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.checkout .amer .payment-methods .radiocontainer label span.description {
  font: 0.9em/18px "Futura BT Medium Condensed", arial, "helvetica", sans-serif;
  letter-spacing: 0.06em;
  width: 100%;
  display: block;
  padding-top: 5px;
  color: #d3d3d3;
}
.checkout .amer .payment-methods .radiocontainer label span.price {
  margin-top: 0px;
  float: none;
}
.checkout .amer .payment-methods .img_adyen_hpp_paypal {
  width: 3em;
}
.checkout .amer .payment-method .adyen_payment_creditcard_labels {
  display: none;
}
.checkout .amer .adyen_payment_creditcard_labels {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 20px;
}
.checkout .amer .adyen_payment_creditcard_labels img.grey {
  margin: 0;
  padding: 0;
  background: none;
}
.checkout .amer .adyen_payment_creditcard_labels img.img_adyen_cc {
  height: 22px;
}
.account .my-account form .form-control::-webkit-input-placeholder {
  color: #cfcfcf;
}
.account .my-account form .form-control:-moz-placeholder {
  color:  #cfcfcf;
  opacity: 1;
}
.account .my-account form .form-control::-moz-placeholder {
  color:  #cfcfcf;
  opacity: 1;
}
.account .my-account form .form-control:-ms-input-placeholder {
  color: #cfcfcf;
}
.account .my-account form .form-control::-ms-input-placeholder {
  color: #cfcfcf;
}
.account .my-account form .form-control::placeholder {
  color: #cfcfcf;
}
.account .my-account form a.additional-street-address-btn {
  display: block;
  margin: 0 0 20px;
  font-size: 0.8em;
  font-family: arial, "helvetica", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.account .my-account form a.additional-street-address-btn:hover {
  color: #31BABC;
}
.account .my-account form .additional-street-address-hidden {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1413px) {
  .amer .payment-methods .radiocontainer label {
    width: 100%;
  }
}
@media only screen and (max-width: 709px) {
  .checkout .amer .payment .item {
    display: inline-block;
    width: 90%;
    padding-right: 0;
  }
  .checkout .amer .payment-methods .radiocontainer label {
    width: 100%;
  }
  .checkout .amer .payment .radiocontainer label span.description {
    font-size: 1em;
  }
}
@media only screen and (max-width: 400px) {
  .checkout .amer .payment .radiocontainer label,
  .checkout .amer .payment .radiocontainer label span.description {
    margin-right: 0px;
    box-sizing: border-box;
    width: 95%;
  }
}
@media only screen and (max-width: 390px) {
  .checkout .amer .payment-methods .radios ul .radiocontainer {
    background: url(../images/global/radio2_2x.png) -8px -12px no-repeat !important;
    background-size: 40px !important;
  }
  .checkout .amer .payment-methods .radios ul .radiocontainer.radiocontainerChecked {
    background-position: -8px -560px !important;
  }
}