 /*.fdonation-width-50 {*/
    /*float: left;*/
    /*width: 45%;*/
/*}*/

 /*.fdonation-content {*/
    /*clear: both;*/
    /*width: 100%;*/
    /*float: left;*/
/*}*/
/*.fdonation-wrap {*/
    /*width: 100%;*/
    /*clear: both;*/
/*}*/

 /*.fdonation-content label,*/
 /*.fdonation-content input {*/
     /*width: 100%;*/
     /*max-width: 70%;*/
     /*float:  left;*/
 /*}*/

 .fdonation-content {
     display: inline-block;
     width: 100%;
 }

 .fdonation-content .sr-only {
     display: none;
 }

.breadcrumb {
    float: left;
    width: 100%;
}
 .fdonation-amount-slider {
     height: 50px;
 }


 .fdonation-payment-box {
     box-sizing: border-box;
     width: 33%;
     float: left;

     text-align: center;
     padding: 12px;
 }

 @media screen and (max-width: 768px) {
     .fdonation-payment-box {
         width: 100%;
         margin-top: 20px;
     }
 }
 .fdonation-payment-box > label {
     border: 1px solid #ccc;
     min-height: 90px;
     padding: 5px;
     padding-top: 10px;
     padding-bottom: 10px;
 }
 .fdonation-payment-box img {
     margin: auto;
     display: block;
     max-width: 100%;
     max-height: 50px;
     clear: both;
 }
 .fdonation-payment-box > label {
     display: block;
     width: 100%;
 }
 .fdonation-content .fdonation-wrap > label > div {
     margin-bottom: 25px;
     float: left;
     width: 100%;
 }

 .fdonation-payments {
     width: 100%;
     clear: both;
     float: left;
     margin-bottom: 10px;
 }
 .fdonation-amount-container #slider-amount {
     overflow: visible !important;
     margin: auto !important;
 }
 .fdonation-content .fdonation-wrap input[type="radio"]:checked+label {
     border-color: #000;
 }
