/*
Theme Name:   Xstore child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

/* ===== DroneAir: XStore-style buttons ===== */

/* Bottone offerta prodotto - stile uguale al carrello XStore */
a.droneair-offer-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    height: 52px !important;
    padding: 0 24px !important;
    background-color: #00796b !important;
    border: none !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
    vertical-align: middle !important;
}
a.droneair-offer-button:hover {
    background-color: #00695c !important;
    color: #fff !important;
}
a.droneair-offer-button .et-icon {
    font-size: 18px !important;
    line-height: 1 !important;
}

/* Fluent Forms submit button - stile uguale al carrello XStore */
.fluentform .ff-btn-submit {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    height: 52px !important;
    padding: 0 28px !important;
    background-color: #00796b !important;
    border: none !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}
.fluentform .ff-btn-submit:hover {
    background-color: #00695c !important;
}
.fluentform .ff-btn-submit .et-icon {
    font-size: 18px !important;
    line-height: 1 !important;
}