/*
Theme Name: NewHome Child
Theme URI: https://newhome.qodeinteractive.com
Description: A child theme of NewHome
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: newhome
Template: newhome
*/

:root {
	--qode-main-color-one-hover: #000000;
	--qode-secondary-color: rgb(199, 33, 43);
}

button.qodef--compare,
button.qodef--clear {
	color: white !important;
	border: none !important;
}

button.qodef--compare:not(:hover):not(:focus-visible) {
	background-color: var(--qode-secondary-color) !important;
}

button.qodef--clear {
	background-color: var(--qode-main-color-one) !important;
}

button.qodef--clear:after {
	background-color: black !important;
}

.qodef--search button.qodef-e-filter--advanced-opener,
.qodef--search button.qodef-e-filter--search {
	color: white !important;
	border: none !important;
}

.qodef--search button.qodef-e-filter--advanced-opener:not(:hover):not(:focus-visible),
.qodef--search button.qodef-e-filter--search:not(:hover):not(:focus-visible) {
	background-color: var(--qode-secondary-color) !important;
}

.qodef--search button.qodef-e-filter--advanced-opener svg circle {
	fill: currentcolor !important;
}