/**
* 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
*/

.cms-donation-widget {
    border: 1px solid #d6d4d4;
    padding: 20px;
    margin: 20px 0;
    background-color: #fff;
}

.cms-donation-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.cms-donation-body {
    display: table;
    width: 100%;
}

.cms-donation-description {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    color: #555;
    padding-right: 20px;
}

.cms-donation-action {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
    text-align: right;
}

.cms-donation-price-input {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.cms-donation-price-input .input-group {
    width: 100px;
}

.cms-donation-price-input .form-control {
    height: 40px;
    border: 1px solid #979797;
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.cms-donation-price-input .input-group-addon {
    height: 40px;
    border: 1px solid #979797;
    color: #777;
}

.cms-donation-fixed-price {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.cmsDonationAddToCart {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    white-space: nowrap;
}

.cms-donation-price-error {
    color: #d4323d;
    font-size: 13px;
    margin: 5px 0 0 0;
}

.cms-donation-note {
    font-size: 13px;
    margin-top: 8px;
    color: #d4323d;
}

.cms-donation-note span {
    font-weight: 700;
    color: #d4323d;
}

.hide {
    display: none;
}

@media (max-width: 767px) {
    .cms-donation-body {
        display: block;
    }

    .cms-donation-description {
        display: block;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .cms-donation-action {
        display: block;
        white-space: normal;
        width: auto;
        text-align: left;
    }
}
