:root,body{
    --theme--primary-color: var(--global-palette1);
    --bs-primary: var(--theme--primary-color);
    --theme--primary-color-20: #f5823920;
    --theme--primary-color-40: #f5823940;
    --theme--primary-color-60: #f5823960;
    --theme--primary-color-80: #f5823980;
    --theme--secondary-color: var(--global-palette5);
  --card--border-radius:  var(--box-radius);
  --theme--border-radius:  var(--box-radius);
  --theme--button-radius:  var(--box-radius);
  --theme--box-shadow : var(--box-shaddow);

}

@media screen and (max-width: 786px) {
   body.tax-hh_groups #searchResults:not(.has-map) .search_col .listing-wrapper.col, .map_col.d-none + .search_col .listing-wrapper.col {
        width: 100%;
        flex: 1 0 100%;
    }
}
@media screen and (min-width: 786px) {
   body.tax-hh_groups #searchResults:not(.has-map) .search_col .listing-wrapper.col, .map_col.d-none + .search_col .listing-wrapper.col {
        width: 50%;
        flex: 0 0 50%;
    }
}
._heartFunction{
    pointer-events: none;
}
.shortlist-container.active svg {
    color:red;
}
.shortlist-container.singlelistingFav svg {
    pointer-events:none;
}
.shortlist-container.singlelistingFav.active svg {
    color: white;
}
