/*
Theme Name: Child Theme Name
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: https://pridecentricresources.com/
Description: A custom Child Theme for (Dealer Name Here).
Version: 1.0.1707769764
Updated: 2024-02-12 20:29:24

*/

/* IN-PAGE LINKS */

.pcr .elementor-widget-text-editor p > a {
	color: ;
	text-decoration: ;
}

.pcr.elementor-kit-5 .site-main a:not(.elementor-button):not(.elementor-accordion-title):not(.elementor-icon):not(.elementor-button) {
	font-size: ;
	font-weight: ;
	color: inherit;
	text-decoration: ;
}

.pcr.elementor-kit-5.woocommerce .product-category a,
.pcr.elementor-kit-5.woocommerce .product-category a h2 {
	color: ;
}


.pcr.elementor-kit-5.woocommerce .detail-content a {
	color: inherit;
	font-size: ;
}

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

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

.pcr .afrq-menu-item {
	color: var(--e-global-color-primary);
	font-weight: bold;
	font-size: 18px;
	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 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;
	border-radius: 5px;
}

.pcr .addify-quote-form #afrfq_update_quote_btn {
	color: white;
}

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

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


/* REQUEST A QUOTE
/************************************/

/* CHANGE 'UPDATE LIST' BUTTON*/

.pcr .update-list-wrapper input.button {
	color: white;
}

/* CHANGE 'RETURN TO SHOP' BUTTON */

.pcr .yith-ywraq-before-table a {
	color: ;
	background-color: ;
	border-radius: ;
	font-family: ;
	font-weight: ;
	text-transform: ;
}

/* CHANGE FORM SUBMIT BUTTON */

.pcr #yith-ywraq-form .wpforms-submit-container > button.wpforms-submit {
	background-color: ;
	border-radius: ;
	font-family: ;
	font-weight: ;
	text-transform: ;
}

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

/* HIDE PRODUCT SPEC SHEET BUTTON IF THERE IS NONE */

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

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

