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


/* testing product description 2 */
.simple-specs {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    max-width: 450px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.08); /* Faint line */
}

.spec-item:last-child {
    border-bottom: none;
}

.label {
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

.label i {
    color: #006994;
    margin-right: 8px;
}

.value {
    color: #555;
    font-weight: normal;
}
