/* Primary Color Override - Cambiar color principal a #ff7520 */

/* Variables CSS actualizadas */
:root {
    --primary-color: #ff7520;
    --primary-dark: #e0661a;
    --primary-light: #ff8a47;
}

/* Botones primarios */
.btn-primary {
    background: linear-gradient(135deg, #ff7520, #e0661a) !important;
    border-color: #ff7520 !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e0661a, #cc5a16) !important;
    border-color: #e0661a !important;
}

/* Enlaces */
.navbar .nav-link:hover {
    color: #ff7520 !important;
}

.navbar .nav-link.active {
    color: #ff7520 !important;
}

.navbar .navbar-brand {
    color: #ff7520 !important;
}

/* Formularios */
.form-control:focus {
    border-color: #ff7520 !important;
    box-shadow: 0 0 0 3px rgba(255, 117, 32, 0.1) !important;
}

/* Payment forms */
.payment-form .payment-method:hover {
    border-color: #ff7520 !important;
}

.payment-form .payment-method.selected {
    border-color: #ff7520 !important;
    background: rgba(255, 117, 32, 0.05) !important;
}

.payment-summary .total {
    color: #ff7520 !important;
}

/* Cards */
.product-card .price {
    color: #ff7520 !important;
}

/* Stats */
.stats-grid .stat-card .stat-value {
    color: #ff7520 !important;
}

/* Hero section */
.hero-section {
    background: linear-gradient(135deg, #ff7520, #e0661a) !important;
}


/* Features */
.features-section .feature-card .feature-icon {
    background: #ff7520 !important;
}

/* Checkout */
.checkout-container .order-summary .order-total {
    color: #ff7520 !important;
}

/* Footer */
.footer .input-group .btn {
    background-color: #ff7520 !important;
    border-color: #ff7520 !important;
}

.footer .input-group .btn:hover {
    background-color: #e0661a !important;
    border-color: #e0661a !important;
}

/* Social icons */
.social-icon:hover {
    background-color: #ff7520 !important;
}

/* Modal */
#countryModal label i {
    color: #ff7520 !important;
}

#countryModal .btn-primary {
    background-color: #ff7520 !important;
    border-color: #ff7520 !important;
}

#countryModal .btn-primary:hover {
    background-color: #e0661a !important;
    border-color: #e0661a !important;
}

#countryModal select:focus {
    border-color: #ff7520 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 117, 32, 0.25) !important;
}
