:root{
	--corporative-color: #8A6E4B;
	--mirai-ui-border-radius: 50  px;
	--mirai-ui-button-secondary-color-active: #53422D;
	--mirai-ui-button-background-active: #785A2B;
	--mirai-ui-calendar-selected-background: #785A2B;
	--mirai-finder-background: #ffffff;
	--mirai-finder-border: solid 1px#ddd;
	--mirai-finder-field-border-active: #53422D;
	--mirai-finder-field-separator-color: #8A6E4B;
	--mirai-finder-border-radius: 64px;
}

/* HEADERS CSS */

/* header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header-hidden{
    display: none;
} */

/* HIDE FINDER IN OFFERS AND ROOMS DETAIL PAGES */
body:is(.cat-offer-detail, .cat-room-detail) .elementor-widget-Mirai-Finder{
    display: none;
}
