/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: A modified version of Hellp Elementor child for a WooCommerce book shop built with Elementor Pro by WP Academy
Author URI: https://twitter.com/MrShahzadRaza
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.no-p-margin p, .woocommerce-breadcrumb, .woocommerce-product-gallery {
	margin-bottom: 0 !important;
}

.woocommerce-product-gallery {
	margin-bottom: 0 !important;
}


/**
* WooCommerce Archive Products 
*/
.elementor-grid .star-rating {
	display: none !important;
}
.elementor-grid li.product {
	text-align: center !important;
	position: relative !important;
	padding-bottom: 20px !important;
}
.elementor-grid li.product img {
	border-radius: 5px;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 50px;
}
.elementor-grid .woocommerce-loop-product__title {
	color: #232B2B !important;
	font-size: 14px !important;
}
.elementor-grid .price {
	font-size: 14px !important;
}
.woocommerce ul.products li.product .button {
	display: none !important;
}

.woocommerce-notices-wrapper {
	max-width: 1240px;
    margin: 20px auto;
}
@media all and (max-width: 960px) {
    .wpac-authors-grid {
        grid-template-columns: repeat(3, 1fr);
    }
	.wpac-authors-grid .grid-item .author-image img {
		max-width: 160px;
	}
	.shop-filters {
		display: none;
	}
}
@media all and (max-width: 767px) {
    .wpac-authors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.woocommerce-tabs ul.wc-tabs li {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	.woocommerce-tabs ul.wc-tabs li a {
		border-radius: 5px !important;
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.elementor-widget-wc-archive-products .products {
		grid-template-columns: 100% !important;
	}
}
@media all and (max-width: 500px) {
    .wpac-authors-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.single .woocommerce-product-rating {
		align-items: center !important;
		justify-content: center !important;
	}
}
