/* ==========================================================
   GLOBAL
   ========================================================== */

.rh_menu__user .rh_menu__user_phone .contact-number,
.user_menu_wrapper .rh_menu__user_phone .contact-number {
    font-size: 1.8rem;
}

@media (min-width:1500px){
    .rh_slide__desc .rh_slide__desc_wrap{
        bottom:10rem;
    }
}

.rh_pagination a{
    border-radius:var(--rh-small-border-radius);
}

.rh_prop_status_sty,
.rh_pagination .current,
.rh_pagination .rh_pagination__btn:hover{
    background-color:var(--rh-global-color-secondary);
}

.rh_slide__desc .rh_label,
.rh_label{
    background-color:var(--rh-global-color-primary);
}

#rh_slider__home .rh_label span,
.rh_label span{
    border-left-color:var(--rh-global-color-primary)!important;
}

.rtl #rh_slider__home .rh_label span,
.rtl .rh_label span{
    border-right-color:var(--rh-global-color-primary)!important;
}

.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link:hover svg,
.rh_property__features_wrap .rh_property__feature .rh_done_icon svg,
.rh_prop_card .rh_prop_card__thumbnail .rh_prop_card__btns a:hover svg path,
.rh_list_card__wrap .rh_list_card__thumbnail .rh_list_card__btns a:hover svg path,
.rh_list_card__wrap .rh_list_card__map_thumbnail .rh_list_card__btns a:hover svg path,
.rh_property__print .rh_single_compare_button .highlight svg path,
.rh_double_check,
.rh_fav_icon_box a:hover svg path,
.rh_address_sty a:hover svg,
.highlight svg path{
    fill:var(--rh-global-color-primary);
}

[data-tooltip]:not([flow])::before,
[data-tooltip][flow^=up]::before{
    border-top-color:var(--rh-global-color-primary);
}

[data-tooltip]::after{
    background-color:var(--rh-global-color-primary);
}

/* Ukrycie napisu Property Type na stronach typów nieruchomości */

.tax-property-type .rh_banner__title p,
.tax-property-type .rh_banner__title span,
.tax-property-type .rh_banner__title small{
    display:none!important;
}