/*
Theme Name:   Xstore Child
Theme URI:    https://jodhpurstore.com
Description:  This is the child theme for JodhpurStore, a multi-purpose WooCommerce store offering the best products from Jodhpur.
Author:       Your Name or Business Name
Author URI:   https://jodhpurstore.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, woocommerce, shop, jodhpur-store, local-business, elementor, business, rtl-language-support, light
*/

/* Custom CSS starts here */

/* To enable scroll for the register tab on the right sidebar */
.etheme-elementor-off-canvas_content .et_b-tab-content {
    overflow: auto;
    max-height: 100%;
}

/* To enable scroll for the find a store dropdown list */
selector .nav-sublist-dropdown {
    max-height: 50vh;
    min-height: 200px;
    overflow: auto;
}
