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


@media (min-width: 1025px) {

    .elementor-element-cfe03b1 .e-con-inner {
        display: flex !important;
        justify-content: center !important;
    }

    .elementor-element-cfe03b1 .etheme-search-form {
        max-width: 800px;
        margin: 0 auto;
    }

}

.mini-cart-buttons a {
    color: #ffffff;
    -webkit-text-fill-color: currentColor;
    background-color: #299347;
    border-color: #299347;
    line-height: 1;
    display: block;
    padding: 1rem 1.7rem;
    text-align: center;
}
.mini-cart-buttons a:focus, .mini-cart-buttons a:hover, .mini-cart-buttons a:hover:focus {
    color: #ffffff;
    background-color: #165B29 !important;
    border-color: #165B29 !important;
	    opacity: 1 !important;
}

.btn-checkout, .mini-cart-buttons .btn-checkout {
    color: var(--et_btn-active-color);
    background-color: #299347 !important;
    border-color: #299347 !important;
}