/*
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
*/


.custom-product-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

/* Override on mobile */
@media (max-width: 767px) {
    .custom-product-image {
        width: 150px;
        height: 150px;
    }
}

.footer-copyrights p {
    color: white !important;
}


/**************** Responsive ********************/



@media (max-width: 767px) {
	span.et-toggle.pos-absolute.et-close.full-left.top svg {
    position: absolute;
    right: -30px;
}
	.et-off-canvas .et-mini-content.active, .et-content_toggle .et-mini-content.active {
    position: fixed !important;
    max-width: 85% !important;
}
	
	
}