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

#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;
    }
}
