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

body {
    --et_main-color: #dbb85c;
    background-color: #FFF;
}

.header-main {
    /* margin-bottom: 0; */
}

.et_b_header-logo.et_element-top-level img {
    border-radius: 0;
}

.content-product .product-content-image img, .category-grid img, .categoriesCarousel .category-grid img {
    height: 35vh;
    object-fit: contain;
    object-position: center;
}

.content-product .product-title {
    font-size: calc(var(--product-title-size-proportion) * 1.2rem);
}




.products-grid .ajax-content {
    display: flex;
    flex-wrap: wrap;
}

.products-grid .ajax-content .product {
    display: flex;
    flex-direction: column;
}

.products-grid .ajax-content .product .content-product {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products-grid .ajax-content .product .content-product .product-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.products-grid .product-details .button:not(.compare) {
    margin-top: auto;
}


.product_grid_wrapper .etheme-product-grid-image img {
    height: 30vh;
    object-fit: contain;
    object-position: center;
}

.vertical_menu_wrapper ul {
    padding: 0;
    flex-direction: column;
}

.vertical_menu_wrapper ul li {
  align-self: unset!important;
}

.footer-widget p {
    color: unset;
}

.mobile-menu-content .et_b_header-logo img {
    border-radius: 0;
}