/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* 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 CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

.hidden {
    display: none;
}
.donation-price-block {
    margin-top: 20px;
}
#donation-price-input, .donation-price-input-addon {
    height: 35px;
    border: 1px solid #979797;
}
#donation-price-input {
    background-color: #FFFFFF;
}
#donation-price-note {
    margin-top: 8px;
    font-size: 13px;
}
#product.content_only div.primary_block div.pb-right-column .box-info-product .exclusive {
    width: 100%;
    display: block;
}
.donation-add-to-cart span {
    font-size: 20px !important;
}
.price-error {
    color: #d4323d;
}
#donation-block-seperator {
    margin-bottom: 0px;
}

#add_to_cart {
    display: none;
}
#pQuantityAvailable {
    display: none !important;
}
.product_attributes {
    display: none;
}


