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

.read-more {
    text-transform: none;
}

.category-grid img {
    object-fit: contain;
    aspect-ratio: 4/3;
}

/* Product category heading changed from h4 to h3 */
.category-grid .categories-mask h3 {
    margin-bottom: .1em;
    font-size: 1rem;
}

.etheme-media-carousel-item img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* Search trending heading changed from h3 to div for SEO */
div.etheme-search-trending-searches-heading {
    font-weight: inherit;
    line-height: inherit;
    margin: inherit;
}

/* Cart Product title */
.title h3, blockquote, .share-post .share-title, .sidebar-widget .tabs .tab-title, .widget-title, .related-posts .title span, .content-product .product-title a, .results-ajax-list .ajax-item-title, table.cart .product-details .product-title, .product_list_widget li .product-title a, .woocommerce table.wishlist_table .product-name a, .comment-reply-title, .et-tabs .vc_tta-title-text, .single-product-right .product-information-inner .product_title, .single-product-right .product-information-inner h1.title, .post-heading h2 a, .post-heading h2, .post-heading h1, .sidebar .recent-posts-widget .post-widget-item h4 a, .et-tabs-wrapper .tabs .accordion-title span, .woocommerce-cart-form table thead th {
    color: #1e1a16;
}

/* Cart header link color */
.header-main-wrapper .cart-checkout-nav-simple a,
.header-main-wrapper .cart-checkout-nav-simple .et-right-arrow:before {
    color: #1e1a16;
}

/* Blog single */
.single-post-large-wrapper .post-heading  {
    display: none;
}

/* Product gallery thumbs */
.slick-list.draggable {
    overflow: hidden;
}

/* category after content */
.category-after-content ul,
.category-after-content ol {
    padding-left: 24px;
}