/*
Theme Name:   3dverse_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
*/


.elementor-3136 .elementor-element.elementor-element-6f0e4dfb li:has(> .etheme-elementor-nav-menu-item-parent):hover > .etheme-elementor-nav-menu-item-parent .elementor-item {
    background: #fa6831 !important;
}

.ftr-hour {
    position: relative; /* Allow positioning the badge within the li */
}

.ftr-hour::after {
    content: "09.00 - 15.00"; /* The text inside the badge */
    background-color: #88b643; /* Orange background */
    color: white; /* White text */
    padding: 4px 8px; /* Smaller padding */
    font-size: 12px; /* Smaller font size */
    border-radius: 10px; /* Rounded corners */
    text-align: center; /* Center the text */
    position: absolute; /* Position it inside the li element */
    top: 0%; /* Vertically center the badge */
    right: 15px; /* Adjust position to the right of the list item */
    transform: translateY(-50%); /* Correct vertical alignment */
}

.ftr-247 {
    position: relative; /* Allow positioning the badge within the li */
}

.ftr-247::after {
    content: "24/7"; /* The text inside the badge */
    background-color: #e6bd47; /* Orange background */
    color: white; /* White text */
    padding: 4px 8px; /* Smaller padding */
    font-size: 12px; /* Smaller font size */
    border-radius: 10px; /* Rounded corners */
    text-align: center; /* Center the text */
    position: absolute; /* Position it inside the li element */
    top: 0%; /* Vertically center the badge */
    right: 70px; /* Adjust position to the right of the list item */
    transform: translateY(-50%); /* Correct vertical alignment */
}

