/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1713395575
Updated: 2024-04-17 23:12:55

*/

/* SEARCH AND FILTER PRO */

.pcr .searchandfilter > ul > li[data-sf-field-input-type="checkbox"]:not(:has(li)),
.pcr .searchandfilter > ul > li[data-sf-field-input-type="radio"]:not(:has(li + li)),
.pcr .searchandfilter > ul > li[data-sf-field-input-type="select"]:not(:has(option + option)) {
    display:none;
}

@media (max-width: 1024px) {
	
	.pcr .searchandfilter ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	.pcr .searchandfilter li:not(:last-child) {
		margin-right: 20px;
	}
	
	.pcr .searchandfilter li:not(.sf-field-search):not(.sf-field-taxonomy-product_tag):not(.sf-field-taxonomy-product_cat) {
		display: none;
	}
}

@media (max-width: 767px) {
	.pcr .searchandfilter li {
		width: 100%;
		margin-right: 0;
	}
}

.pcr.elementor-kit-5 .yith_ywraq_add_item_browse_message {
	margin-top: 20px;
}

.pcr.elementor-kit-5 .yith_ywraq_add_item_browse_message:hover {
	color:;
}

.pcr.elementor-kit-5 .yith_ywraq_add_item_browse_message a {
	font-size: 16px;
	background-color:;
	color:;
	padding: 10px;
}

.pcr.elementor-kit-5 .searchandfilter .sf-input-text {
	box-shadow: unset;
	border: 1px solid #666;
	border-radius: 3px;
}

.pcr .searchandfilter ul {
	padding-left: 0;
}

.pcr .searchandfilter h4 {
	font-size: 18px;
	font-weight: 700;
}

.pcr.woocommerce .searchandfilter label {
	width: 100%;
}

.pcr.woocommerce .elementor-products-grid ul.products.elementor-grid li.product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Make product images in grid consistent*/
.pcr.woocommerce .elementor-products-grid ul.products.elementor-grid.pcr-shop-grid li.product {
	object-fit: contain;
	height: 250px;
 }

.spec-sheet-button .elementor-button-wrapper:not(:has(.elementor-button-link)) {
    display: none;
}

.pcr .related-categories:has(.woocommerce.columns-5:empty) {
	display: none;
}

.pcr-shop-grid .price {
    display: none;
}