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

*:not(i) {
    font-family: 'Alice' !important;
}

.archive .etheme-product-grid-image img, #cus-img .etheme-product-grid-image img{
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.etheme-product-grid p.sales-booster-total-sales {
    margin-bottom: 20px !important;
}

.page-heading, .breadcrumb-trail {
    padding: 80px 0 110px !important;
    background: url(https://doj-testserver.dotgroove.com/wp-content/uploads/2024/04/home-page-06_NEW_ARRIVAL-scaled-1.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
}

div#sales-booster-popup {
    display: none !important;
}

table.variations label {
    text-transform: capitalize;
}

.grecaptcha-badge {
    z-index: 99;
}

.swiper-vertical-images .vertical-thumbnails-wrapper .slick-list {
    overflow: hidden;
}

.etheme-category-grid-image img {
    height: 300px;
    object-fit: scale-down;
    object-position: center;
}

.no-link .item-title-holder a {
    pointer-events: none;
}
article.blog-post .wp-picture.blog-hover-zoom, article.post-grid .wp-picture.blog-hover-zoom img {
    height: 350px;
    object-fit: cover;
}

span.sku_wrapper.detail-container {
    display: none !important;
}

th.woocommerce-product-attributes-item__label {
    text-transform: capitalize;
}




@media only screen and (max-width: 1000px){
	
	.etheme-product-grid-content {
    text-align: center;
	}
	
	.etheme-product-grid-image img {
    height: unset !important;
	}
	
	.etheme-testimonials .testimonial .inner-content {
    text-align: center;
	}
	
	section#foot-mid {
    text-align: center;
}

#foot-mid .et-menu-list li {
    text-align: center;
}

.et-follow-buttons, .et-follow-buttons a {
    justify-self: center;
    margin-bottom: 40px;
}
	
}