/**
* 2008-2023 Prestaworld
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one website.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
*
* DISCLAIMER
*
* Do not alter or add/update to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    prestaworld
* @copyright 2008-2023 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/

.presta-donation-top-banner,
.presta-donation-bottom-banner {
    position: relative;
    margin-block-end: 20px;
    height: 350px;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
}

.presta-donation-top-banner-img,
.presta-donation-bottom-banner-img {
    width: 100%;
    position: absolute;
}

.presta-donation-top-banner-image,
.presta-donation-bottom-banner-image {
    width: 100%;
    height: 350px;
    filter: brightness(0.5);
}

.presta-donation-top-banner-content,
.presta-donation-bottom-banner-content {
    /* position: absolute; */
    height: 350px;
}

.presta-donation-top-banner-content-title,
.presta-donation-bottom-banner-content-title,
.presta-donation-product-page-content-title,
.presta-donation-category-page-banner-title  {
    min-height: 46px;
    margin-top: 24px;
    text-align: center;
    color: #ffffff;
    font-size: 2.1rem;
}

.presta-donation-top-banner-content-description,
.presta-donation-bottom-banner-content-description {
    color: #ffffff;
    text-align: center;
    line-height: 21px;
    min-height: 215px;
    margin-bottom: 7px;
}

.presta-donation-top-banner-content-btn,
.presta-donation-bottom-banner-content-btn {
    background-color: #21d4fa1f;
    border: 1px solid#ddd;
    width: auto;
}

.presta-donation-top-banner-content-button,
.presta-donation-bottom-banner-content-button {
    min-height: 38px;
    text-align: center;
}

.presta-donation-product-page,
.presta-donation-category-page-banner {
    position: relative;
    background-color: #000;
    margin-block-end: 20px;
    min-height: 400px;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
}

.presta-donation-product-page::before{
    background: url(https://i.pinimg.com/474x/fd/ac/d1/fdacd10f98197db735cce1a081c62b31.jpg)
    no-repeat center center;
    background-size: cover;
}

.presta-donation-product-page-content,
.presta-donation-category-page-banner-content {
    position: absolute;
    min-height: 400px;
    text-align: center;
    color: #ffffff;
}

.presta-donation-product-page-content-title,
.presta-donation-category-page-banner-title {
    margin-top: 25px;
}

.presta-donation-product-page-content-description,
.presta-donation-category-page-banner-description {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}

.presta-donation-product-page-cart-button,
.presta-donation-category-page-banner-button {
    position: absolute;
    bottom: 30px;
}

.presta-donation-product-page-donate-btn,
.presta-donation-category-page-banner-btn {
    background-color: #21d4fa1f;
    border: 1px solid #ddd;
    width: 100%;
}

.presta-donation-cart-page-checkbox{
    padding: 0px;
    width: 52px;
}
#presta-donation-cart-page-checkbox {
    float: right;
}

#presta-donation-checkked {
    width: 20px;
    height: 39px;
}

.presta-donation-cart-page-input{
    float: right;
    padding: 0px;
    width: 135px;
}

.presta-donation-cart-page-charity-btn {
    float: right;
    margin-top: 25px;

}

#presta-donation-amount {
    width: 120px;
    height: 40px;
    text-align: center;
}

.presta-donation-category-page-banner::before{
    background: url(../../img/banner1.jpg) no-repeat center center;
    background-size: cover;
}

.presta-donation-input-group {
    width: auto;
    display: inline-block;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}

.presta-donattion-btn-icon {
    font-size: 16px;
    line-height: 0.7;
}

.presta-donation-click {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.25);
    height: 1.35rem;
}

.presta-donation-click:focus {
    outline: none;
}

.presta-donation-cart-price-details {
    padding: 0px;
}

#donation-smile-icon {
    font-size: 45px;
    margin-left: 5px;
    color: #ff9a00;
}
