/*
Theme Name:   xstore-my
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
*/
.woocommerce-orders-table .button.cancel {
    background-color: red !important;
    color: white !important;
    border-radius: 5px;
    padding: 8px 12px;
}

#billing_phone::placeholder {
    content: "+91 ";
}

/* Discount line styling at checkout */
.woocommerce-checkout-review-order-table tfoot .fee {
    background: #e0ffe0;
    color: #007700;
    font-weight: bold;
    border-top: 2px solid #00aa00;
    padding: 10px;
}

/* Discount label in cart */
.woocommerce-cart .cart-discount.online-payment-discount {
    background: #f0fff0;
    color: #006600;
    padding: 8px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    border: 1px dashed #00cc00;
}
/* Discount row styling */
.woocommerce-checkout-review-order-table tfoot .fee {
    background: #e0ffe0;
    color: #007700;
    font-weight: bold;
    border-top: 2px solid #00aa00;
    padding: 10px;
    font-size: 16px;
}

/* Feel free to customize colors, font size, border */

/* Cart page discount notice */
.online-payment-offer {
    background-color: #e6ffec;
    border: 2px dashed #00cc00;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #006600;
    text-align: center;
}

/* Online Payment Offer box */
.online-payment-offer {
    margin-top: 5px;
    background: #e6f9e6;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
}

/* Online Payment Discount Badge */
.online-payment-badge {
    background: #00cc00;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
}

/* Single Product page discount notice */
.online-payment-offer-single {
    background-color: #f0fff5;
    border: 2px solid #00cc00;
    padding: 10px;
    margin-top: 15px;
    font-size: 15px;
    color: #007700;
    text-align: center;
}
