/*
Theme Name: Arrow Restaurant Equipment
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: PCR
Author URI: pridecentricresources.com
Description: Hello-Elementor child theme for Arrow Restaurant Equipment
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1755283773
Updated: 2025-08-15 11:49:33

*/

/*REQUEST A QUOTE CART*/

.pcr .mini-quote-dropdown {
	padding: 15px;
	box-shadow: 0px 0px 5px #212B60;
	max-width: 300px;
}

.pcr .mini-quote-dropdown .addify-rfq-mini-cart__empty-message {
	white-space: wrap;
}

/*------------SHOP VIEWS--------------*/

/* HIDE FILTER VALUES WHEN ATTRIBUTES ARE EMPTY */

.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;
}

/* STYLE THE SEARCH BAR */

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

/* STYLE THE FILTERS AND HEADINGS */
.pcr .searchandfilter ul {
	padding: 15px;
}

.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;
}

.pcr.woocommerce .search-filter-reset {
	border: none;
}

.pcr.woocommerce .search-filter-reset:hover {
	background-color: var(--e-global-color-accent);
}

/* MAKE PRODUCT IMAGES IN GRIDS CONSISTENT HEIGHT/WIDTH */

.pcr.woocommerce ul.products li a img {
	object-fit: contain;
	height: 200px;
	margin-bottom: 0;
}



/* FILTER RESPONSIVE STYLING */

@media (max-width: 1024px) {
	
	.pcr .searchandfilter ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	.pcr .searchandfilter li:not(:last-child) {
		margin-right: 20px;
	}
	
	/* HIDE ALL ATTRIBUTE FILTERS ON TABLET AND MOBILE,EXCEPT CATEGORIES AND VENDORS*/
	
	.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;
	}
}
