/*
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
*/
.new-device-price,
.new-device-price-loop {
    color: #777;
    font-size: 14px;
}

.new-device-price strong {
    color: #0B3954;
}
.new-device-price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin-top: 10px;
}

.new-price-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.tooltip-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0B3954;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: help;
}

.tooltip-text {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;

    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);

    width: 280px;
    background: #222;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.4;
    z-index: 999;
}

.new-price-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.product-content .price{
color: var(--et_btn-dark-bg-color) !important;
}
.single-product p.price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.single-product p.price >* {
    width:fit-content;
}

.single-product p.price .woocommerce-price-suffix {
    display: inline;
    margin: 0;
    line-height: 1;
}
.single-product .woocommerce-tabs {
    margin-top: 25px;
}

.single-product .sml-spec-collapse {
    max-height: 280px;
    overflow: hidden;
    position: relative;
}

.single-product .sml-spec-collapse.is-open {
    max-height: none;
}

.single-product .sml-spec-collapse:not(.is-open)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.single-product .sml-spec-toggle {
    margin-top: 12px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
}
.sml-system-installation-box {
    margin: 15px 0;
	width:100%
}