/*
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.charity-block {
    padding: 16px;
}
.donation-block {
    padding-top: 12px;
}
.donation-title {
    padding-top: 5px;
    font-size: 15px;
}
.donation-description, .donation-note {
    padding-top: 10px;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
}
.donation-price-div, .donation-btn {
    padding-top: 10px;
    display: flex;
    align-items: center;
    height: 0%;
}
.hide {
    display: none;
}
.donation-price{
    font-size: 16px;
}
.donation-btn-text {
    padding: 10px 16px;
    font-size: 12px;
}
.price-error {
    font-size: 14px;
}