#mageworx-donation-form .fieldset {
    margin: 5px 0 0px;
}

#mageworx-donation-form strong span {
    font-size: 1.2rem;
    font-weight: 400;
}

.minimum_donation {
    margin-top: -10px;
    font-size: 1.2rem;
    font-weight: 400;
}

.default_description_donation {
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

#mageworx-donation-form .select-charity {
    margin-top: 15px;
}

#mageworx-donation-form .select-charity img {
    vertical-align: top;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

#mageworx-donation-form .minimum_donation {
    margin-bottom: 10px;
}

#mageworx-donation-form fieldset {
    margin-bottom: 10px;
}

.mageworx_roundup {
    margin-top: 10px;
}

/* compatibility with Amasty_JetTheme */
.amasty-jet-theme .cart-summary #block-donation-wrapper {
    margin-top: 30px;
    margin-bottom: -20px;
}

.amasty-jet-theme .cart-summary #block-donation > .title {
    cursor: pointer;
}

.amasty-jet-theme .cart-summary #block-donation > .title:after{
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: url(static/media/arrow-bottom.1c402be5.svg) no-repeat 100% / contain;
    content: '';
    vertical-align: middle;
}

.amasty-jet-theme .cart-summary #block-donation.active > .title:after {
    transform: rotate(180deg);
}

.amasty-jet-theme .cart-summary #block-donation > .title > strong {
    vertical-align: middle;
    font-weight: 400;
}

@media all and (min-width: 1024px), print {
    .amasty-jet-theme .opc-block-summary .amtheme-summary-content {
        max-height: none;
    }
}

.block-donation-heading{
    font-size: 1.6rem;
}
#block-donation .title::after{
    content: unset;
}
.block-donation-summary{
    padding-bottom: 5px;
}
.default_description_donation{
    font-family: 'Roboto-Light';
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 1.5rem;
}
.mageworx_add input[type="checkbox"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left: unset;
    top: unset;
}
.mageworx_add input[type="checkbox"] + label{
    font-family: 'Lato-Regular';
    cursor: pointer; 
}
#mageworx-donation-container a {
    font-family: 'Lato-Regular';
}

.mageworx_add input[type="checkbox"] + label:before {
    border: 2px solid #000;
    box-sizing: border-box;
    content: "";
    cursor: pointer;
    display: inline-block;
    min-height: 16px;
    min-width: 16px;
    position: relative;
    margin: 0px 10px 0 0;
    top: 1px;
}
.mageworx_add input[type="checkbox"]:checked + label:before{
    background: url('../images/check.png');
    border: 0;
}