/*
Theme Name: Tableware International Restaurant Design
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: PRIDE Centric Resources
Author URI: pridecentricresources.com
Version: 3.0.1.1716919518
Updated: 2024-05-28 11:05:18

*/

/* SHOP TEMPLATE
/************************************/

/* 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-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 GRIDS CONSISTENT HEIGHT/WIDTH */

.pcr.woocommerce ul.products li.product a img {
	object-fit: contain;
	height: 250px;
}

/* HIDE PRICING */

/*.pcr.woocommerce .woocommerce-Price-amount {
	display: none;
}*/

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

/* ADJUST YITH RAQ LINKS AND BUTTONS */

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