#tab-orange{
	color: #FEC866 !important;
	border-color:#FEC866 !important;
}
#tab-orange[aria-selected="true"]{
	background: #FEC866 !important;
	color:#ffffff !important;
}
#tab-orange:hover{
	background: #FEC866 !important;
	color:#ffffff !important;
}
#tab-green{
	color: #5BC587 !important;
	border-color:#5BC587 !important;
}
#tab-green[aria-selected="true"]{
	background: #5BC587 !important;
	color:#ffffff !important;
}
#tab-green:hover{
	background: #5BC587 !important;
	color:#ffffff !important;
}
#tab-purple{
	color: #B4658D !important;
	border-color:#B4658D !important;
}
#tab-purple[aria-selected="true"]{
	background: #B4658D !important;
	color:#ffffff !important;
}
#tab-purple:hover{
	background: #B4658D !important;
	color:#ffffff !important;
}


#donationForm .back-button {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid #F4A460;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            margin-bottom: 20px;
            transition: all 0.3s;
        }

        #donationForm .back-button:hover {
            background: #F4A460;
            transform: translateX(-3px);
        }

        #donationForm .back-button::before {
            content: '‹';
            font-size: 24px;
            color: #F4A460;
        }

        #donationForm .back-button:hover::before {
            color: white;
        }

        
        #donationForm .subtitle {
            color: #F4A460;
            text-align: center;
            line-height: 1.6;
            margin-bottom: 30px;
            font-size: 16px;
        }

        #donationForm .range-info {
            background: #FFF8E7;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 25px;
            border-left: 4px solid #F4A460;
        }

        #donationForm .range-info p {
            color: #333;
            font-size: 14px;
        }

        #donationForm .range-info strong {
            color: #F4A460;
            font-size: 18px;
        }

        #donationForm .form-group {
            margin-bottom: 25px;
        }

        #donationForm label {
            display: block;
            color: #333;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 14px;
        }

        #donationForm .input-wrapper {
            position: relative;
        }

        #donationForm .currency-symbol {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
            font-weight: 600;
            font-size: 18px;
        }

        #donationForm input[type="number"] {
            width: 100%;
            padding: 15px 15px 15px 35px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-size: 18px;
            transition: all 0.3s;
            font-weight: 600;
        }

        #donationForm input[type="number"]:focus {
            outline: none;
            border-color: #F4A460;
            box-shadow: 0 0 0 3px rgba(244, 164, 96, 0.1);
        }

        #donationForm input[type="text"] {
            width: 100%;
            padding: 15px 15px 15px 35px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-size: 18px;
            transition: all 0.3s;
            font-weight: 600;
        }

        #donationForm input[type="text"]:focus {
            outline: none;
            border-color: #F4A460;
            box-shadow: 0 0 0 3px rgba(244, 164, 96, 0.1);
        }

        #donationForm .clear-button {
			padding:0;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            background: #f0f0f0;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
			font-family:"Lato";
			line-height:normal;
            font-size: 20px;
            color: #3B3B3B;
        }

        #donationForm .clear-button:hover {
            background: #F4A460;
            color: white;
        }

        #donationForm .clear-button.visible {
            display: flex;
        }

        #donationForm .quick-amounts {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
            margin-bottom: 25px;
        }

        #donationForm .quick-amount {
            padding: 10px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            background: white;
            cursor: pointer;
            text-align: center;
            transition: all 0.3s;
            font-size: 14px;
            font-weight: 600;
            color: #666;
        }

        #donationForm .quick-amount:hover {
            border-color: #F4A460;
            background: #FFF8E7;
            color: #F4A460;
            transform: translateY(-2px);
        }

        #donationForm .quick-amount.selected {
            border-color: #F4A460;
            background: #F4A460;
            color: white;
        }

        #donationForm .submit-button {
            width: 100%;
            padding: 18px;
            background: #F4A460;
            color: white;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(244, 164, 96, 0.3);
        }

        #donationForm .submit-button:hover {
            background: #E89450;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(244, 164, 96, 0.4);
        }

        #donationForm .submit-button:disabled {
            background: #ccc;
            cursor: not-allowed;
            transform: none;
        }

       
       #donationForm .error-message {
            color: #e74c3c;
            font-size: 12px;
            margin-top: 5px;
            display: none;
        }
  form.cart {
                display: flex !important;
                flex-wrap: wrap !important;
            }
            

            form.cart.variations_form,
            form.cart {
                flex-wrap: wrap !important;
            }
            
            .precio-personalizado-wrapper {
                width: 100% !important;
                flex-basis: 100% !important;
                flex-grow: 1;
                flex-shrink: 0;
                margin: 20px 0;
                padding: 20px;
                background: #f9f9f9;
                border: 1px solid #e0e0e0;
                border-radius: 8px;
                clear: both;
                order: -1;
                box-sizing: border-box;
            }
            .precio-personalizado-wrapper label {
                display: block;
                margin-bottom: 10px;
                font-weight: 600;
                font-size: 16px;
                color: #333;
            }
            .precio-personalizado-wrapper input[type="number"] {
                width: 100%;
                max-width: 100%;
                padding: 12px 15px;
                border: 2px solid #ddd;
                border-radius: 5px;
                font-size: 18px;
                font-weight: 500;
                box-sizing: border-box;
                transition: border-color 0.3s ease;
            }
            .precio-personalizado-wrapper input[type="number"]:focus {
                outline: none;
                border-color: #0071a1;
            }
            .precio-info {
                margin-top: 10px;
                padding: 10px;
                background: #fff;
                border-left: 3px solid #0071a1;
                font-size: 14px;
                color: #666;
            }
            .precio-info strong {
                color: #333;
            }