/*
Theme Name: Supreme 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- PRIDE Centric resources
Author URI: pcradvantage.com
Description: A custom theme for Supreme Restaurant Equipment
Version: 1.0.0.1781709584
Updated: 2026-06-17 11:19:44

*/

/* ADDIFY REQUEST A QUOTE STYLING */
/************************************/

.pcr li#quote-li {
	list-style: none;
}

.pcr .afrq-menu-item {
	color: var(--e-global-color-secondary);
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.pcr .afrq-menu-item {
		font-size: 12px;
	}
}

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

.pcr .mini-quote-dropdown .addify-rfq-mini-cart__empty-message {
	font-size: 14px;
}

.pcr .mini-quote-dropdown li.addify-rfq-mini-cart-item {
	padding-bottom: 10px;
}

.pcr .mini-quote-dropdown .arfq-pro-detail a {
	color: var(--e-global-color-primary);
	font-weight: 500!important;
	font-size: 12px!important;
}

.pcr .mini-quote-dropdown .addify-rfq-mini-cart__buttons a#view-quote {
	background-color: var(--e-global-color-primary);
	border: none;
}



/* ADDIFY RAQ PDF BUTTON STYLING */
[type=button]#af_rfq_get_qoute_by_my_account_pdf {
	background-color: var(--e-global-color-primary) !important;
	color: white;
	padding: 10px;
	border: none;
}

/* PRODUCT TABLE AND FORM */

body.pcr .addify-quote-form button.addify_checkout_place_quote.button.alt {
 	background-color: var(--e-global-color-secondary);
 	color: white;
	font-size: 16px;
	border-radius: 0;
}

body.pcr .addify-quote-form button.addify_checkout_place_quote.button.alt:hover {
	background-color: #17557D;
	color: white;
}

body.pcr .addify-quote-form td.product-name a {
 	color: var(--e-global-color-primary);
}

body.pcr .addify-quote-form td.product-name a:hover {
	color: var(--e-global-color-accent);
}

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

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

@media (max-width: 1024px) {
	.pcr.woocommerce ul.products li.product a img {
		height: 215px;
	}
}

@media (max-width: 767px) {
	.pcr.woocommerce ul.products li.product a img {
		height: 176px;
	}
}

.pcr.woocommerce .products .product a .woocommerce-loop-category__title {
	line-height: 1.2em;
}

.pcr.woocommerce .products .product a .woocommerce-loop-category__title mark {
	display: none;
}

/* FILTER RESPONSIVE STYLING */

@media (max-width: 1024px) {
	
	.pcr .searchandfilter ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.pcr .searchandfilter li {
		width: 45%;
		margin-right: 0;
	}
	
	.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):not(.sf-field-taxonomy-pa_product-type) {
		display: none;
	}
}

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

/* VENDOR ARCHIVE */

.pcr.woocommerce.term-vendors ul.products li.product a img {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	padding: 10px;
}

.pcr.woocommerce.term-vendors .woocommerce-loop-category__title {
	display: none;
}

/* SINGLE PRODUCT TEMPLATES
/************************************/

/* HIDE PRODUCT SPEC SHEET BUTTON IF THERE IS NONE. MUST ADD THE CLASS .spec-sheet-button TO THE BUTTON */

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

.pcr .spec-sheet-button .elementor-button,
.pcr .spec-sheet-button .elementor-button:hover {
	background-image: none;
}

/* MAKE RELATED PRODUCTS SAME HEIGHT */

/* Equal-height related product cards - Owl Carousel / WooCommerce */
.pcr.single-product .related.products .owl-stage {
  display: flex;
  align-items: stretch;
}

.pcr.single-product .related.products .owl-item {
  display: flex;
  height: auto;
}

.pcr.single-product .related.products .owl-item > li.product,
.pcr.single-product .related.products .owl-item .product {
  display: flex;
  flex-direction: column;
	align-items: center;
  width: 100%;
  height: auto;
}

/* Make inner card fill the available height */
.pcr.single-product .related.products .owl-item .product-inner,
.pcr.single-product .related.products .owl-item .product-wrapper,
.pcr.single-product .related.products .owl-item .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* Push buttons to bottom */
.pcr.single-product .related.products .owl-item .button,
.pcr.single-product .related.products .owl-item .add-request-quote-button,
.pcr.single-product .related.products .owl-item .yith-ywraq-add-to-quote {
  margin-top: auto;
}

/* FORMS
*******************************************/

.pcr div.wpforms-container-full .wpforms-submit-container button[type=submit] {
	width: 100%;
	background: unset;
	background-image: linear-gradient(45deg, var(--e-global-color-e160abd) 0%, var(--e-global-color-a060e3d) 100%);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
}

.pcr div.wpforms-container-full .wpforms-submit-container button[type=submit]:hover {
	background-image: linear-gradient(45deg, var(--e-global-color-a060e3d) 0%, var(--e-global-color-e160abd) 100%);
}

.pcr div.wpforms-container-full input:not([type="button"]):not([type="submit"]),
.pcr div.wpforms-container-full textarea,
.pcr div.wpforms-container-full select {
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
	border-radius: 0;
}












