/*
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.2
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
*/

/* Custom Link Styling for Product Description Areas */
.woocommerce-product-details__short-description a:not(.button):not(.btn),
.woocommerce-Tabs-panel a:not(.button):not(.btn),
.product-short-description a:not(.button):not(.btn) {
    color: #c29b62 !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.woocommerce-product-details__short-description a:not(.button):not(.btn):hover,
.woocommerce-Tabs-panel a:not(.button):not(.btn):hover,
.product-short-description a:not(.button):not(.btn):hover {
    color: #9c6d3a !important;
}