/*
Theme Name: Alliance Child
Template: alliance
Theme URI: https://alliance.themerex.net/
Description: Alliance is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* Custom Orders Page Styling */
.dejavoo-no-orders-message {
    text-align: center;
    padding: 40px 20px;
}

.dejavoo-no-orders-message .woocommerce-message {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #9A17FF;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(154, 23, 255, 0.1);
}

.dejavoo-no-orders-message h3 {
    color: #9A17FF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.dejavoo-no-orders-message p {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.dejavoo-order-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.dv-button-primary, .dv-button-secondary {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.dv-button-primary {
    background: #9A17FF;
    color: white;
    border-color: #9A17FF;
}

.dv-button-primary:hover {
    background: #7c14d1;
    border-color: #7c14d1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(154, 23, 255, 0.3);
}

.dv-button-secondary {
    background: transparent;
    color: #9A17FF;
    border-color: #9A17FF;
}

.dv-button-secondary:hover {
    background: #9A17FF;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(154, 23, 255, 0.3);
}