/**
 * 2008-2025 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-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */

.presta-donation-options, .presta-donation-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.presta-donation-buttons {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.donation-option {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    min-width: 90px;
    background: #fff;
    border: 2px solid #002657;
    border-radius: 8px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #002657;
    cursor: pointer;
    position: relative;
    transition: border 0.2s, background 0.2s, color 0.2s;
    text-align: center;
}

.donation-option label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #002657 !important;
    margin: 0;
    z-index: 1;
}

.donation-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.donation-option input[type="radio"]:checked + label {
    background: #002657;
    color: #fff !important;
}

.presta-next-btn-option {
	min-height: 45px;
}

.presta-next-btn-option button {
	font-size: .875rem;
	font-weight: bold;
	width:100%;
	height:100%;
	background:transparent;
	border: 0;
	color: #002657; 
}

.presta_btn {
	text-align: center;
	margin: 20px 0;
}

.cart-grid-body {
    background-color: #f8f8f8;
}

.cart-product-line{
	background-color: white;
}
