/*================

##WGL Real Estate Plugin
    #Profile
    #Property Search
    #Property

=================*/
.elementor-widget .wgl-dashboard-profile .wgl-navbar .wgl-dashboard-profile_avatar:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar .wgl-dashboard-profile_avatar:before {
  border: 1px solid var(--synta-primary-color);
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar > li:hover > .sub-menu,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar > li:hover > .sub-menu {
  top: calc(100% + 2px);
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li {
  padding-right: 0;
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li:before {
  display: none;
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu {
  background-color: var(--synta-submenu-background);
  color: var(--synta-submenu-color);
  font-family: var(--synta-submenu-font-family);
  font-size: var(--synta-submenu-font-size);
  font-weight: var(--synta-submenu-font-weight);
  letter-spacing: var(--synta-submenu-letter-spacing);
  line-height: var(--synta-submenu-line-height);
  border-radius: 5px;
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu li:hover a,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu li:hover a {
  color: currentColor;
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu li:hover a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu li:hover a:before {
  color: currentColor;
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu li.my_properties a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu li.my_properties a:before {
  content: "";
  width: 18px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url(../../img/real_estate/dashboard/dashboard_properties.svg);
  mask-image: url(../../img/real_estate/dashboard/dashboard_properties.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu li.add_new_property a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu li.add_new_property a:before {
  content: "";
  width: 18px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url(../../img/real_estate/rent.svg);
  mask-image: url(../../img/real_estate/rent.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu li.profile a:before,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu li.profile a:before {
  content: "";
  width: 18px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-image: url(../../img/real_estate/dashboard/home.svg);
  mask-image: url(../../img/real_estate/dashboard/home.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu li .button,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu li .button {
  border: 0;
  border: 1px solid currentColor;
}
.elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu li .button:hover, .elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu li .button:focus, .elementor-widget .wgl-dashboard-profile .wgl-navbar li .sub-menu li .button:active,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu li .button:hover,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu li .button:focus,
.wgl-theme-header .wgl-dashboard-profile .wgl-navbar li .sub-menu li .button:active {
  background-color: var(--synta-button-bg-hover);
  border-color: var(--synta-button-border-hover);
  color: var(--synta-button-color-hover);
}

body {
  --wgl-info-color: #2562FF;
  --wgl-warning-color: #FF7425;
  --wgl-success-color: #74A033;
  --wgl-error-color: #E44F39;
}
body div.wgl-property-notice-box.closable {
  padding-left: 53px;
}
body div.wgl-property-notice-box .message_title {
  margin-bottom: -1px;
  font-size: 18px;
  line-height: 1.25;
  color: inherit;
}
body div.wgl-property-notice-box .message_text {
  font-size: 14px;
  line-height: 1.45;
  color: var(--synta-header-font-color);
}
body div.wgl-property-notice-box li {
  padding-right: 0;
}
body div.wgl-property-notice-box li::before {
  display: none;
}
body div.wgl-property-notice-box .message_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
}
body div.wgl-property-notice-box .message_close_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 53px;
  height: auto;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #d2d2d2;
  cursor: pointer;
  transition: 0.4s;
  margin: 0;
}
body div.wgl-property-notice-box .message_close_button:hover {
  color: #b74f4f;
}
body div.wgl-property-notice-box.type_info {
  color: #5280af;
}
body div.wgl-property-notice-box.type_info .message_icon_wrap {
  background-color: #5280af;
}
body div.wgl-property-notice-box.type_info .message_icon:before {
  content: "\f108";
}
body div.wgl-property-notice-box.type_success {
  color: #4a9e72;
}
body div.wgl-property-notice-box.type_success .message_icon_wrap {
  background-color: #4a9e72;
}
body div.wgl-property-notice-box.type_success .message_icon:before {
  content: "\f109";
}
body div.wgl-property-notice-box.type_error {
  color: #b74f4f;
}
body div.wgl-property-notice-box.type_error .message_icon_wrap {
  background-color: #b74f4f;
}
body div.wgl-property-notice-box.type_error .message_icon:before {
  content: "\f136";
}
body div.wgl-property-notice-box.type_warning {
  color: #cbbc9d;
}
body div.wgl-property-notice-box.type_warning .message_icon_wrap {
  background-color: #cbbc9d;
}
body div.wgl-property-notice-box.type_warning .message_icon {
  transform: rotate(-0.5turn);
}
body div.wgl-property-notice-box.type_warning .message_icon:before {
  content: "\f137";
}

.wgl-auth-form .wgl_modal-window,
.login-in-dashboard.wgl-dashboard .wgl_modal-window {
  height: 100vh;
}
.wgl-auth-form .overlay,
.login-in-dashboard.wgl-dashboard .overlay {
  display: block;
}
.wgl-auth-form input:-webkit-autofill,
.wgl-auth-form input:-webkit-autofill:hover,
.wgl-auth-form input:-webkit-autofill:focus,
.wgl-auth-form input:-webkit-autofill:active,
.login-in-dashboard.wgl-dashboard input:-webkit-autofill,
.login-in-dashboard.wgl-dashboard input:-webkit-autofill:hover,
.login-in-dashboard.wgl-dashboard input:-webkit-autofill:focus,
.login-in-dashboard.wgl-dashboard input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #616161;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: none;
}
.wgl-auth-form input[type=checkbox],
.login-in-dashboard.wgl-dashboard input[type=checkbox] {
  --input-color: var(--synta-property-color);
}
.wgl-auth-form input[type=checkbox]:before, .wgl-auth-form input[type=checkbox]:after,
.login-in-dashboard.wgl-dashboard input[type=checkbox]:before,
.login-in-dashboard.wgl-dashboard input[type=checkbox]:after {
  margin-top: 2px;
}
.wgl-auth-form .modal_content .tabs-panel input[type=submit],
.wgl-auth-form .modal_content .tabs-panel .button-primary,
.wgl-auth-form .register input[type=submit],
.wgl-auth-form .register .button-primary,
.wgl-auth-form .login input[type=submit],
.wgl-auth-form .login .button-primary,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel input[type=submit],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .button-primary,
.login-in-dashboard.wgl-dashboard .register input[type=submit],
.login-in-dashboard.wgl-dashboard .register .button-primary,
.login-in-dashboard.wgl-dashboard .login input[type=submit],
.login-in-dashboard.wgl-dashboard .login .button-primary {
  background-color: var(--synta-button-bg-hover);
  color: var(--synta-button-color-hover);
}
.wgl-auth-form .modal_content .tabs-panel input[type=submit]:hover, .wgl-auth-form .modal_content .tabs-panel input[type=submit]:focus, .wgl-auth-form .modal_content .tabs-panel input[type=submit]:active,
.wgl-auth-form .modal_content .tabs-panel .button-primary:hover,
.wgl-auth-form .modal_content .tabs-panel .button-primary:focus,
.wgl-auth-form .modal_content .tabs-panel .button-primary:active,
.wgl-auth-form .register input[type=submit]:hover,
.wgl-auth-form .register input[type=submit]:focus,
.wgl-auth-form .register input[type=submit]:active,
.wgl-auth-form .register .button-primary:hover,
.wgl-auth-form .register .button-primary:focus,
.wgl-auth-form .register .button-primary:active,
.wgl-auth-form .login input[type=submit]:hover,
.wgl-auth-form .login input[type=submit]:focus,
.wgl-auth-form .login input[type=submit]:active,
.wgl-auth-form .login .button-primary:hover,
.wgl-auth-form .login .button-primary:focus,
.wgl-auth-form .login .button-primary:active,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel input[type=submit]:hover,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel input[type=submit]:focus,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel input[type=submit]:active,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .button-primary:hover,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .button-primary:focus,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .button-primary:active,
.login-in-dashboard.wgl-dashboard .register input[type=submit]:hover,
.login-in-dashboard.wgl-dashboard .register input[type=submit]:focus,
.login-in-dashboard.wgl-dashboard .register input[type=submit]:active,
.login-in-dashboard.wgl-dashboard .register .button-primary:hover,
.login-in-dashboard.wgl-dashboard .register .button-primary:focus,
.login-in-dashboard.wgl-dashboard .register .button-primary:active,
.login-in-dashboard.wgl-dashboard .login input[type=submit]:hover,
.login-in-dashboard.wgl-dashboard .login input[type=submit]:focus,
.login-in-dashboard.wgl-dashboard .login input[type=submit]:active,
.login-in-dashboard.wgl-dashboard .login .button-primary:hover,
.login-in-dashboard.wgl-dashboard .login .button-primary:focus,
.login-in-dashboard.wgl-dashboard .login .button-primary:active {
  background-color: var(--synta-button-bg-idle);
  color: var(--synta-button-color-idle);
}
.wgl-auth-form .modal_content .tabs-panel,
.wgl-auth-form .login,
.wgl-auth-form .register,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel,
.login-in-dashboard.wgl-dashboard .login,
.login-in-dashboard.wgl-dashboard .register {
  text-align: center;
}
.wgl-auth-form .modal_content .tabs-panel form label,
.wgl-auth-form .login form label,
.wgl-auth-form .register form label,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form label,
.login-in-dashboard.wgl-dashboard .login form label,
.login-in-dashboard.wgl-dashboard .register form label {
  color: var(--synta-property-color);
  font-weight: 600;
}
.wgl-auth-form .modal_content .tabs-panel form > p.login-password:after,
.wgl-auth-form .modal_content .tabs-panel form > p.login-username:after,
.wgl-auth-form .login form > p.login-password:after,
.wgl-auth-form .login form > p.login-username:after,
.wgl-auth-form .register form > p.login-password:after,
.wgl-auth-form .register form > p.login-username:after,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form > p.login-password:after,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form > p.login-username:after,
.login-in-dashboard.wgl-dashboard .login form > p.login-password:after,
.login-in-dashboard.wgl-dashboard .login form > p.login-username:after,
.login-in-dashboard.wgl-dashboard .register form > p.login-password:after,
.login-in-dashboard.wgl-dashboard .register form > p.login-username:after {
  display: none;
}
.wgl-auth-form .modal_content .tabs-panel form > p.login-remember,
.wgl-auth-form .login form > p.login-remember,
.wgl-auth-form .register form > p.login-remember,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form > p.login-remember,
.login-in-dashboard.wgl-dashboard .login form > p.login-remember,
.login-in-dashboard.wgl-dashboard .register form > p.login-remember {
  margin-top: 20px;
}
.wgl-auth-form .modal_content .tabs-panel form > p.login-remember label,
.wgl-auth-form .login form > p.login-remember label,
.wgl-auth-form .register form > p.login-remember label,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form > p.login-remember label,
.login-in-dashboard.wgl-dashboard .login form > p.login-remember label,
.login-in-dashboard.wgl-dashboard .register form > p.login-remember label {
  color: var(--synta-property-color);
}
.wgl-auth-form .modal_content .tabs-panel form input[type=checkbox],
.wgl-auth-form .login form input[type=checkbox],
.wgl-auth-form .register form input[type=checkbox],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=checkbox],
.login-in-dashboard.wgl-dashboard .login form input[type=checkbox],
.login-in-dashboard.wgl-dashboard .register form input[type=checkbox] {
  margin: -5px 0 0 0.45rem;
  font-size: 16px;
}
.wgl-auth-form .modal_content .tabs-panel form input[type=checkbox]:before, .wgl-auth-form .modal_content .tabs-panel form input[type=checkbox]:after,
.wgl-auth-form .login form input[type=checkbox]:before,
.wgl-auth-form .login form input[type=checkbox]:after,
.wgl-auth-form .register form input[type=checkbox]:before,
.wgl-auth-form .register form input[type=checkbox]:after,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=checkbox]:before,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=checkbox]:after,
.login-in-dashboard.wgl-dashboard .login form input[type=checkbox]:before,
.login-in-dashboard.wgl-dashboard .login form input[type=checkbox]:after,
.login-in-dashboard.wgl-dashboard .register form input[type=checkbox]:before,
.login-in-dashboard.wgl-dashboard .register form input[type=checkbox]:after {
  margin-top: 1px;
  border-radius: 0;
}
.wgl-auth-form .modal_content .tabs-panel form input[type=text],
.wgl-auth-form .modal_content .tabs-panel form input[type=url],
.wgl-auth-form .modal_content .tabs-panel form input[type=search],
.wgl-auth-form .modal_content .tabs-panel form input[type=email],
.wgl-auth-form .modal_content .tabs-panel form input[type=password],
.wgl-auth-form .modal_content .tabs-panel form input[type=tel],
.wgl-auth-form .modal_content .tabs-panel form input[type=time],
.wgl-auth-form .modal_content .tabs-panel form select,
.wgl-auth-form .modal_content .tabs-panel form textarea,
.wgl-auth-form .login form input[type=text],
.wgl-auth-form .login form input[type=url],
.wgl-auth-form .login form input[type=search],
.wgl-auth-form .login form input[type=email],
.wgl-auth-form .login form input[type=password],
.wgl-auth-form .login form input[type=tel],
.wgl-auth-form .login form input[type=time],
.wgl-auth-form .login form select,
.wgl-auth-form .login form textarea,
.wgl-auth-form .register form input[type=text],
.wgl-auth-form .register form input[type=url],
.wgl-auth-form .register form input[type=search],
.wgl-auth-form .register form input[type=email],
.wgl-auth-form .register form input[type=password],
.wgl-auth-form .register form input[type=tel],
.wgl-auth-form .register form input[type=time],
.wgl-auth-form .register form select,
.wgl-auth-form .register form textarea,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=text],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=url],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=search],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=email],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=password],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=tel],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form input[type=time],
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form select,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel form textarea,
.login-in-dashboard.wgl-dashboard .login form input[type=text],
.login-in-dashboard.wgl-dashboard .login form input[type=url],
.login-in-dashboard.wgl-dashboard .login form input[type=search],
.login-in-dashboard.wgl-dashboard .login form input[type=email],
.login-in-dashboard.wgl-dashboard .login form input[type=password],
.login-in-dashboard.wgl-dashboard .login form input[type=tel],
.login-in-dashboard.wgl-dashboard .login form input[type=time],
.login-in-dashboard.wgl-dashboard .login form select,
.login-in-dashboard.wgl-dashboard .login form textarea,
.login-in-dashboard.wgl-dashboard .register form input[type=text],
.login-in-dashboard.wgl-dashboard .register form input[type=url],
.login-in-dashboard.wgl-dashboard .register form input[type=search],
.login-in-dashboard.wgl-dashboard .register form input[type=email],
.login-in-dashboard.wgl-dashboard .register form input[type=password],
.login-in-dashboard.wgl-dashboard .register form input[type=tel],
.login-in-dashboard.wgl-dashboard .register form input[type=time],
.login-in-dashboard.wgl-dashboard .register form select,
.login-in-dashboard.wgl-dashboard .register form textarea {
  margin-bottom: 20px;
}
.wgl-auth-form .wgl-property-notice-box,
.login-in-dashboard.wgl-dashboard .wgl-property-notice-box {
  text-align: right;
  background-color: #F5F5F5;
}
.wgl-auth-form .modal_content .wgl-property-notice-box,
.login-in-dashboard.wgl-dashboard .modal_content .wgl-property-notice-box {
  padding: 11px 15px 11px 10px;
}
.wgl-auth-form .modal_content .wgl-property-notice-box .message_icon_wrap,
.login-in-dashboard.wgl-dashboard .modal_content .wgl-property-notice-box .message_icon_wrap {
  margin-top: 0;
}
.wgl-auth-form .modal_content .wgl-property-notice-box .message_close_button,
.login-in-dashboard.wgl-dashboard .modal_content .wgl-property-notice-box .message_close_button {
  top: 0;
  left: -10px;
}
.wgl-auth-form .modal_content .tabs-panel .lost-password,
.login-in-dashboard.wgl-dashboard .modal_content .tabs-panel .lost-password {
  margin-top: 0;
}
.wgl-auth-form .modal_content .message_content,
.login-in-dashboard.wgl-dashboard .modal_content .message_content {
  margin-top: 5px;
}
.wgl-auth-form .wgl_message,
.login-in-dashboard.wgl-dashboard .wgl_message {
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.wgl-auth-form .wgl_message ul li,
.login-in-dashboard.wgl-dashboard .wgl_message ul li {
  padding-right: 0;
  line-height: inherit;
}
.wgl-auth-form .wgl_message ul li::before,
.login-in-dashboard.wgl-dashboard .wgl_message ul li::before {
  display: none;
}
.wgl-auth-form .button.login-in-dashboard_link,
.login-in-dashboard.wgl-dashboard .button.login-in-dashboard_link {
  padding: 0;
}

/*==================== ##Properties Search ==================== */
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field select {
  width: 100%;
  padding-right: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt input {
  background-image: var(--synta-bg-caret);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .rbt-input-multi.rbt-input {
  border: 1px solid #dedede !important;
  border-width: 0 0 1px 0 !important;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .rbt-input-multi.rbt-input input {
  border-color: transparent !important;
  border-width: 0 0 1px 0 !important;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple,
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--single {
  border-bottom: 1px solid #232323 !important;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple {
  min-height: 40px;
  background: transparent;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  margin: 6px 0 8px 3px;
  color: var(--synta-property-color);
  border: 1px solid var(--synta-property-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 6px 12px 6px 24px;
  position: relative;
  white-space: pre-wrap;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 0;
  vertical-align: middle;
  color: rgba(165, 165, 165, 0.5);
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  margin-left: 7px;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::before, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  border: 3px solid currentColor;
  margin: 0;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::before {
  content: "";
  width: 0;
  height: 100%;
  border-radius: 0;
  border-width: 0.5px;
  right: 50%;
  background-color: currentColor;
  transition: all 0.3s, background-color 0s linear 0.3s;
  transform: translateX(0.5px) rotate(-45deg);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::after {
  border-width: 0.5px;
  width: 0;
  margin-right: 0;
  margin-top: 0;
  background-color: currentColor;
  transition: all 0.3s;
  height: 100%;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-selection--single,
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-selection--multiple,
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt input {
  padding-left: 0;
  background-image: none;
  color: #232323;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-selection--single::placeholder,
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-selection--multiple::placeholder,
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt input::placeholder {
  color: #232323;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-selection--single .select2-selection__rendered::after,
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt .select2-selection--multiple .select2-selection__rendered::after,
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field .rbt input .select2-selection__rendered::after {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 14px;
  -webkit-mask-image: var(--synta-bg-caret);
  mask-image: var(--synta-bg-caret);
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 12px;
  mask-size: 12px;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.status_option .rbt:before, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field.type_option .rbt:before, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field.category_option .rbt:before, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field.location_option .rbt:before {
  content: "";
  width: 18px;
  height: 18px;
  right: 0;
  top: 10px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0% center;
  z-index: 1;
  background-color: var(--synta-primary-color);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter {
  width: var(--synta-property-top-columns-button, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.status_option {
  width: var(--synta-property-top-columns-status, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.status_option .rbt:before {
  -webkit-mask: url(../../img/real_estate/status.svg);
  mask: url(../../img/real_estate/status.svg);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.type_option {
  width: var(--synta-property-top-columns-type, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.type_option .rbt:before {
  -webkit-mask: url(../../img/real_estate/type.svg);
  mask: url(../../img/real_estate/type.svg);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.category_option {
  width: var(--synta-property-top-columns-categories, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.category_option .rbt:before {
  -webkit-mask: url(../../img/real_estate/category.svg);
  mask: url(../../img/real_estate/category.svg);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.location_option {
  width: var(--synta-property-top-columns-location, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.location_option .rbt:before {
  -webkit-mask: url(../../img/real_estate/location.svg);
  mask: url(../../img/real_estate/location.svg);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.adv_btn_filter .advanced_btn {
  border: 1px solid #232323;
  cursor: pointer;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.adv_btn_filter .advanced_btn::before {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-mask: url(../../img/real_estate/settings.svg);
  mask: url(../../img/real_estate/settings.svg);
  background-color: #232323;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter button {
  letter-spacing: 1.3px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 700;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter button .active_count {
  background: #fff;
  border: 1px solid var(--synta-property-color);
  color: var(--synta-property-color);
  top: -10px;
  left: 8px;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter button::before {
  content: "";
  width: 18px;
  height: 18px;
  right: -2px;
  top: 6px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0% center;
  -webkit-mask: url(../../img/real_estate/advance.svg);
  mask: url(../../img/real_estate/advance.svg);
  background-color: var(--synta-property-color);
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter button.active, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter button:hover, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter button:focus {
  background: var(--synta-property-color);
  color: #fff;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter button.active:before, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter button:hover:before, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field.advanced_filter button:focus:before {
  background-color: #fff;
}
.wgl-properties .elementor-search .wgl-properties_search-fields .item_field.send_button button:hover, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field.send_button button:focus, .wgl-properties .elementor-search .wgl-properties_search-fields .item_field.send_button button:active {
  color: #fff;
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-price {
  width: var(--synta-property-bottom-columns-price, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-area {
  width: var(--synta-property-bottom-columns-area, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-bedrooms {
  width: var(--synta-property-bottom-columns-bedrooms, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-bathroom {
  width: var(--synta-property-bottom-columns-bathroom, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-floor {
  width: var(--synta-property-bottom-columns-floor, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-year {
  width: var(--synta-property-bottom-columns-year, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-categories {
  width: var(--synta-property-bottom-columns-categories, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-type {
  width: var(--synta-property-bottom-columns-type, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-block-ameneties {
  width: var(--synta-property-bottom-columns-ameneties, 25%);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-reset-btn {
  margin-bottom: -14px;
  margin-top: -14px;
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .search_wrapper .item_field.field-reset-btn .reset_btn {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: var(--synta-property-color);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .title_label {
  font-weight: 700;
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .btn-group-toggle > label > span {
  color: var(--synta-property-color);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .btn-group-toggle > label > span:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../img/real_estate/check.svg);
  background-color: #fff;
  border: 1px solid #D9D9D9;
  color: var(--synta-button-color-idle);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .btn-group-toggle > label input:hover + span, .wgl-properties .elementor-search .wgl-properties_search-advanced .btn-group-toggle > label input:checked + span {
  color: #fff;
  background: var(--synta-property-color);
  border-color: var(--synta-property-color);
}
.wgl-properties .elementor-search .wgl-properties_search-advanced .btn-group-toggle > label input:checked + span:after {
  opacity: 1;
}
/*==================== ##Properties ==================== */
.wgl_module_properties {
  position: relative;
  z-index: 1;
}
.wgl_module_properties .property__media-wrap {
  position: relative;
  z-index: 1;
}
.wgl_module_properties .property__media-wrap .property__thumbnail::before,
.wgl_module_properties .property__media-wrap .swiper-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  transition: 0.4s;
  background: linear-gradient(-180deg, rgba(var(--synta-primary-rgb), 0) 25%, rgba(var(--synta-primary-rgb), 0.5) 100%);
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper {
  overflow: hidden;
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel {
  margin-right: auto;
  margin-left: auto;
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .wgl-navigation_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  margin: 18px 11px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  gap: 10px;
  z-index: 1;
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .wgl-navigation_wrapper .elementor-swiper-button,
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .wgl-navigation_wrapper .motion-arrow {
  pointer-events: auto;
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel button {
  pointer-events: auto;
  --wgl-swiper-button-diameter: 40px;
  display: block;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  margin: unset;
  width: var(--wgl-swiper-button-diameter);
  height: var(--wgl-swiper-button-diameter);
  border-radius: var(--wgl-swiper-button-diameter);
  padding: 0;
  line-height: 0.5em;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: unset;
  text-align: center;
  text-indent: unset;
  box-shadow: unset;
  cursor: pointer;
  transition: all 0.4s, transform 0.15s;
  transform: unset;
  flex-shrink: 0;
  box-sizing: content-box;
  background-color: transparent;
  border: 1px solid transparent;
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel button i::before {
  display: block;
  content: "";
  -webkit-mask-image: var(--synta-arrow-down-right-h);
  mask-image: var(--synta-arrow-down-right-h);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 1em;
  mask-size: 1em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  padding: 0;
  box-shadow: none;
  background-color: currentColor;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  font-size: 23px;
  transition: 0.4s;
  color: inherit;
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel button.elementor-swiper-button-prev i {
  display: inline-block;
  transform: scale(1) rotate(-45deg);
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .elementor-swiper-button {
  position: initial;
  display: block;
  color: #fff;
  border: unset;
  box-shadow: unset;
  background: transparent;
  transform: translateY(0);
  padding: 0;
  --wgl-swiper-button-diameter: 40px;
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .elementor-swiper-button.swiper-button-disabled {
  opacity: 1;
  cursor: unset;
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .elementor-swiper-button i::before {
  display: block;
  content: "";
  -webkit-mask-image: var(--synta-arrow-down-right-h);
  mask-image: var(--synta-arrow-down-right-h);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 1em;
  mask-size: 1em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  padding: 0;
  box-shadow: none;
  background-color: currentColor;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  font-size: 21px;
  transition: 0.4s;
  color: inherit;
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .elementor-swiper-button.elementor-swiper-button-prev i {
  display: inline-block;
  transform: scale(1) rotate(-45deg);
}
.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .elementor-swiper-button:hover:not(.swiper-button-disabled) {
  opacity: 0.6;
}
.wgl_module_properties .property__media-wrap .property__statuses {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.wgl_module_properties .property__media-wrap .property__statuses a {
  background-color: #fff;
}
.wgl_module_properties .property__media-wrap .property__statuses a:hover {
  background-color: var(--synta-property-color);
}
.wgl_module_properties .property__media-wrap .property__favorite {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  transition: 0.45s;
}
.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button {
  border: 0;
  padding: 0;
  min-height: auto;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #fff;
}
.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button.liked, .wgl_module_properties .property__media-wrap .property__favorite .property_favorite button:hover {
  background: var(--synta-primary-color);
}
.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button.liked i, .wgl_module_properties .property__media-wrap .property__favorite .property_favorite button:hover i {
  fill: #fff;
  color: #fff;
}
.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button i::before {
  display: block;
  content: "";
  -webkit-mask-image: var(--synta-like);
  mask-image: var(--synta-like);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 1em;
  mask-size: 1em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  padding: 0;
  box-shadow: none;
  background-color: currentColor;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  transition: all 0.45s;
}
.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.45s;
  color: var(--synta-primary-color, #232323);
  fill: var(--synta-primary-color, #232323);
}
.wgl_module_properties .property__thumbnail {
  display: block;
  border-radius: 0;
  overflow: hidden;
}
.wgl_module_properties .property__thumbnail img {
  transition: 0.4s;
  border-radius: inherit;
}
.wgl_module_properties .property__info {
  margin-top: 26px;
  margin-bottom: 10px;
}
.wgl_module_properties .property__location {
  font-size: 14px;
  font-weight: 500;
  color: #3C3C3B;
  margin-bottom: 8px;
}
.wgl_module_properties .property__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
.wgl_module_properties .property__title a,
.wgl_module_properties .property__title span {
  font: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  transition: 0.4s;
}
.wgl_module_properties .property__title span {
  cursor: default;
}
.wgl_module_properties .property__title a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.1em;
}
.wgl_module_properties .property__title a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.wgl_module_properties .property__excerpt {
  font-size: 14px;
  line-height: 2;
  margin-top: 11px;
}
.wgl_module_properties .property__meta-wrapper {
  border-top: 1px solid var(--synta-property-color);
  margin-top: 20px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wgl_module_properties .property__price {
  font-size: 18px;
  font-weight: 600;
  color: var(--synta-property-color);
}
.wgl_module_properties .property__meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--synta-property-color);
}
.wgl_module_properties .property__meta > * {
  display: inline-block;
  vertical-align: middle;
}
.wgl_module_properties .property__meta > *::before {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  font-size: 22px;
  width: 22px;
  height: 22px;
}
.wgl_module_properties .property__meta-area::before {
  content: "";
  background-image: url(../../img/real_estate/area.svg);
}
.wgl_module_properties .property__meta-bedrooms::before {
  content: "";
  background-image: url(../../img/real_estate/double-bed.svg);
}
.wgl_module_properties .property__meta-baths::before {
  content: "";
  background-image: url(../../img/real_estate/bath.svg);
}
.wgl_module_properties .property__meta-rooms::before {
  content: "";
  background-image: url(../../img/real_estate/rooms.svg);
}

.wgl_module_properties {
  --synta-properties-grid-gap: 30px;
}
.wgl_module_properties .properties:not(.carousel) {
  display: flex;
  flex-wrap: wrap;
}
.wgl_module_properties .properties:not(.carousel) .property__item {
  margin-bottom: var(--synta-properties-grid-gap);
}
@media (min-width: 768px) {
  .wgl_module_properties .properties:not(.carousel) {
    margin-left: calc(var(--synta-properties-grid-gap) / 2 * -1);
    margin-right: calc(var(--synta-properties-grid-gap) / 2 * -1);
  }
  .wgl_module_properties .properties:not(.carousel) .property__item {
    margin-left: calc(var(--synta-properties-grid-gap) / 2);
    margin-right: calc(var(--synta-properties-grid-gap) / 2);
  }
}
.wgl_module_properties .properties.carousel .swiper {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.wgl_module_properties .properties.carousel > .wgl-carousel_wrapper {
  margin-left: calc(var(--synta-properties-grid-gap) / 2 * -1);
  margin-right: calc(var(--synta-properties-grid-gap) / 2 * -1);
}
.wgl_module_properties .properties.carousel .property__wrapper {
  margin-left: calc(var(--synta-properties-grid-gap) / 2);
  margin-right: calc(var(--synta-properties-grid-gap) / 2);
}
.wgl_module_properties .grid-col--1 .property__item {
  width: 100%;
}
.wgl_module_properties .grid-col--2 .property__item {
  width: calc(50% - var(--synta-properties-grid-gap));
}
.wgl_module_properties .grid-col--3 .property__item {
  width: calc(33.333333% - var(--synta-properties-grid-gap));
}
.wgl_module_properties .grid-col--4 .property__item {
  width: calc(25% - var(--synta-properties-grid-gap));
}
.wgl_module_properties .grid-col--5 .property__item {
  width: calc(20% - var(--synta-properties-grid-gap));
}
@media (max-width: 1500px) {
  .wgl_module_properties .grid-col--5 .property__item {
    width: calc(25% - var(--synta-properties-grid-gap));
  }
}
@media (max-width: 1370px) {
  .wgl_module_properties .grid-col--4 .property__item, .wgl_module_properties .grid-col--5 .property__item {
    width: calc(33.333333% - var(--synta-properties-grid-gap));
  }
}
@media (max-width: 1025px) {
  .wgl_module_properties .grid-col--3 .property__item, .wgl_module_properties .grid-col--4 .property__item, .wgl_module_properties .grid-col--5 .property__item {
    width: calc(50% - var(--synta-properties-grid-gap));
  }
}
@media (max-width: 767px) {
  .wgl_module_properties .grid-col--2 .property__item, .wgl_module_properties .grid-col--3 .property__item, .wgl_module_properties .grid-col--4 .property__item, .wgl_module_properties .grid-col--5 .property__item {
    width: 100%;
  }
}

.related_property {
  margin-top: 48px;
  margin-bottom: 62px;
}
.related_property .synta_module_title {
  margin-bottom: 30px;
}

.elementor-widget-wgl-header-favorite .wgl-favorite_wrapper {
  line-height: 30px;
  height: 100%;
  letter-spacing: 0;
  color: var(--synta-header-font-color);
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.elementor-widget-wgl-header-favorite .wgl-favorite_wrapper .wgl-favorite {
  font-size: 0;
  list-style: none;
}
.elementor-widget-wgl-header-favorite .wgl-favorite_wrapper .wgl-favorite .favorite-count {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-style: normal;
  color: inherit;
  backface-visibility: hidden;
  transition: 0s;
}
.elementor-widget-wgl-header-favorite .wgl-favorite_wrapper .wgl-favorite .favorite-count .wgl-icon-favorite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: unset;
  font-weight: normal;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  color: var(--synta-tertiary-color);
  background: var(--synta-primary-color);
  transition: 0.4s;
}
.elementor-widget-wgl-header-favorite .wgl-favorite_wrapper .wgl-favorite .favorite-count svg {
  width: 1em;
  height: 1em;
}
.elementor-widget-wgl-header-favorite .wgl-favorite_wrapper .wgl-favorite .favorite-count span {
  display: inline-block;
  font-family: var(--synta-header-font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  min-width: 24px;
  text-align: center;
  padding: 0 3px;
  color: var(--synta-primary-color);
  background-color: var(--synta-tertiary-color);
  border-radius: 24px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  transform: translate(2px, -2px);
}
.elementor-widget-wgl-header-favorite .wgl-favorite_wrapper .wgl-favorite .favorite-count[data-count="0"]::after, .elementor-widget-wgl-header-favorite .wgl-favorite_wrapper .wgl-favorite .favorite-count[data-count=""]::after {
  display: none;
}

div.wgl-property-notice-box {
  background-color: #F5F5F5;
  color: var(--synta-content-color);
}
div.wgl-property-notice-box.wgl-properties-info {
  background-color: #F5F5F5;
  color: var(--synta-content-color);
}
div.wgl-property-notice-box .message_icon_wrap {
  background: transparent !important;
}
div.wgl-property-notice-box .message_icon::before {
  position: static;
  display: block;
  content: "";
  -webkit-mask-image: var(--synta-notice-info);
  mask-image: var(--synta-notice-info);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 1em;
  mask-size: 1em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  padding: 0;
  box-shadow: none;
  color: var(--wgl-info-color);
  background-color: currentColor;
  font-size: 28px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  line-height: 1em;
  transition: 0.3s;
}
div.wgl-property-notice-box.type_info .message_icon::before {
  -webkit-mask-image: var(--synta-notice-info);
  mask-image: var(--synta-notice-info);
  color: var(--wgl-info-color);
}
div.wgl-property-notice-box.type_success .message_icon::before {
  -webkit-mask-image: var(--synta-notice-success);
  mask-image: var(--synta-notice-success);
  color: var(--wgl-success-color);
}
div.wgl-property-notice-box.type_error .message_icon::before {
  -webkit-mask-image: var(--synta-notice-error);
  mask-image: var(--synta-notice-error);
  color: var(--wgl-error-color);
}
div.wgl-property-notice-box.type_warning .message_icon::before {
  -webkit-mask-image: var(--synta-notice-warning);
  mask-image: var(--synta-notice-warning);
  color: var(--wgl-warning-color);
}
div.wgl-property-notice-box .message_close_button::before {
  position: relative;
  padding: 0;
  display: inline-block;
  z-index: 5;
  transition: 0.5s;
  font-size: 22px;
  content: "";
  -webkit-mask-image: var(--synta-close-h);
  mask-image: var(--synta-close-h);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 1em;
  mask-size: 1em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1em;
  height: 1em;
  line-height: 1em;
  box-shadow: none;
  background-color: rgba(var(--synta-header-rgb), 1);
}
div.wgl-property-notice-box .message_close_button:hover::before {
  background-color: var(--wgl-error-color);
}