.properties-list-top {
  padding: 20px 0;
}

.breadcrumbs {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs li,
.breadcrumbs a,
.breadcrumbs span {
  font-family: 'NotoSans';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 700;
}
.breadcrumbs li + li::before {
  content: '/';
  margin: 0 8px;
}

.properties-page-top {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 19.7px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.properties-page-top .showing {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
}
.properties-page-top .showing span {
  font-weight: 700;
}
.properties-page-top .sort-and-view {
  display: flex;
  align-items: center;
}
.properties-page-top .sort-and-view .blog-sort {
  margin: 0;
}
.properties-page-top .sort-and-view .blog-sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/chevron-down.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px);
  padding-right: 20px;
}
.properties-page-top .sort-and-view .view {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid rgba(51, 51, 51, 0.1019607843);
}
@media screen and (max-width: 991px) {
  .properties-page-top .sort-and-view .view {
    display: none;
  }
}
.properties-page-top .sort-and-view .view form {
  display: flex;
  align-items: center;
}
.properties-page-top .sort-and-view .view label {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  transition: all 0.2s;
}
.properties-page-top .sort-and-view .view label svg rect,
.properties-page-top .sort-and-view .view label svg line {
  transition: all 0.2s;
}
.properties-page-top .sort-and-view .view label + label {
  margin-left: 20px;
}
.properties-page-top .sort-and-view .view input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.properties-page-top .sort-and-view .view label:has(input[type='radio']:checked) {
  background-color: #446654;
  border-color: #446654;
}
.properties-page-top .sort-and-view .view label:has(input[type='radio']:checked) svg rect,
.properties-page-top .sort-and-view .view label:has(input[type='radio']:checked) svg line {
  stroke: #fff;
}
@media screen and (max-width: 575px) {
  .properties-page-top {
    flex-direction: column;
    align-items: start;
    padding: 20px;
  }
  .properties-page-top .sort-and-view {
    margin: 20px 0 0;
  }
}

.properties-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1199px) {
  .properties-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .properties-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.properties-list {
  display: grid;
  gap: 50px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .properties-list {
    gap: 20px;
  }
}

.property {
  background-color: #fff;
  box-shadow: 0px 0px 19.7px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 14px;
  position: relative;
}
.property .property-image {
  position: relative;
  height: 300px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
}
.property .property-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s;
}
.property .property-image .p-location,
.property .property-image .p-wish,
.property .property-image .p-label {
  position: absolute;
  z-index: 2;
}
.property .property-image .p-location {
  top: 20px;
  left: 20px;
  border-radius: 14px;
  background-color: var(--light-bg);
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 7px 33px;
  max-width: 50%;
}
.property .property-image .p-location svg {
  margin-right: 5px;
}
.property .property-image .p-wish {
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.property .property-image .p-wish svg {
  transition: all 0.5s ease;
}
.property .property-image .add-wish svg {
  fill: #fff;
  transform: rotateY(180deg);
}
.property .property-image .p-label {
  top: 0;
  right: 20px;
  padding: 15px 16px;
  padding-bottom: 35px;
  background-image: url('../images/property-label.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;
}
.property .property-image .p-label span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: linear-gradient(260.81deg, #999999 2.35%, #ffffff 112.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  line-height: 100%;
  transform: rotate(180deg);
}
.property .property-image .sold {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 1.2px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  text-transform: uppercase;
}
.property .property-info {
  padding: 20px;
}
.property .property-info .info-top,
.property .property-info .info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property .property-info .info-top .type {
  color: #344e40;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.property .property-info .info-top .date {
  color: rgba(51, 51, 51, 0.6980392157);
  letter-spacing: 0;
  font-size: 14px;
}
.property .property-info .property-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.75px;
  margin: 5px 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 57.6px;
}
.property .property-info .property-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.35px;
  color: var(--primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property .property-info .property-spec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 25px;
}
.property .property-info .property-spec div {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.35px;
  margin-right: 15px;
  margin-top: 10px;
}
.property .property-info .property-spec div svg {
  margin-right: 6px;
}
.property .property-info .property-spec div:last-child {
  margin-right: 0;
}
.property .property-info .property-spec div + div {
  padding-left: 15px;
  border-left: 1px solid rgba(34, 34, 34, 0.1019607843);
}
.property .property-info .info-bottom {
  margin-top: auto;
}
.property .property-info .info-bottom .property-price {
  color: #344e40;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.75px;
}
.property .property-info .info-bottom a {
  color: #999999;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #999999;
  box-shadow: 0px 0px 24.57px 0px rgba(245, 245, 245, 0.2784313725);
  border-radius: 8px;
  padding: 6px 29px;
}
.property .property-info .info-bottom a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .property .property-image {
    height: 250px;
  }
  .property .property-image .p-label {
    padding: 10px 12px;
    padding-bottom: 30px;
    right: 30px;
  }
  .property .property-image .p-wish {
    right: 30px;
  }
  .property .property-image .sold {
    font-size: 40px;
    letter-spacing: 1px;
  }
  .property .property-info .property-title {
    font-size: 22px;
    letter-spacing: 0.5px;
    min-height: 52.8px;
  }
  .property .property-info .property-spec div {
    margin-right: 10px;
  }
  .property .property-info .property-spec div + div {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .property .property-info .property-title {
    min-height: unset;
  }
}
@media screen and (max-width: 575px) {
  .property .property-image .sold {
    font-size: 30px;
  }
  .property .property-image .p-location {
    padding: 7px 20px;
    top: 15px;
    left: 15px;
  }
  .property .property-image .p-location svg {
    max-width: 12px;
    max-height: 15px;
  }
  .property .property-info .property-title {
    font-size: 18px;
    margin-top: 10px;
  }
  .property .property-info .info-bottom .property-price {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}

.property:hover .property-image img {
  transform: scale(1.1);
}

.property:has(.remove) {
  margin-top: 50px;
  position: relative;
}
.property:has(.remove) .remove {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 600;
  font-style: Italic;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.property:has(.remove) .remove svg {
  margin-left: 10px;
}

.properties-list .property {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-height: 326.4px;
}
.properties-list .property .property-image {
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}
.properties-list .property .property-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px 50px 25px 30px;
}
.properties-list .property .property-info .property-title {
  min-height: unset;
}
.properties-list .property .property-info .property-desc {
  -webkit-line-clamp: 4;
}
.properties-list .property .property-info .info-bottom {
  margin-top: auto;
}

.open-search {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  background-color: #fff;
  max-width: 80px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 1;
}
.open-search svg {
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .open-search {
    position: static;
    transform: none;
    max-width: unset;
    width: 100%;
    flex-direction: row;
    padding-bottom: 0;
  }
  .open-search svg {
    margin-top: 0;
    margin-left: 10px;
  }
}

.open-search-0 {
  opacity: 0;
}

.properties-filter-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 19.7px 0px rgba(0, 0, 0, 0.0705882353);
  width: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.properties-filter-wrap .minimize {
  background-color: #333333;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  cursor: pointer;
}
.properties-filter-wrap .minimize svg {
  margin-left: 5px;
}
@media screen and (max-width: 1399px) {
  .properties-filter-wrap {
    position: fixed;
    max-width: 100%;
    z-index: 100;
    max-height: 100%;
    overflow-y: auto;
    border-radius: 0;
  }
  .properties-filter-wrap .minimize {
    border-top-right-radius: 0;
  }
}
.properties-filter-wrap .search-title,
.properties-filter-wrap .search-subtitle {
  font-weight: 700;
  color: var(--primary-color);
}
.properties-filter-wrap .search-title {
  font-size: 24px;
  letter-spacing: 0.75px;
  margin-bottom: 50px;
}
.properties-filter-wrap .search-subtitle {
  font-size: 18px;
  letter-spacing: 0.35px;
  margin: 30px 0;
}
.properties-filter-wrap .main-details {
  position: relative;
}
.properties-filter-wrap .main-details summary {
  background-image: url('../images/chevron-down.svg');
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 10px;
}
.properties-filter-wrap .main-details .property-dropdown {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 360px;
  overflow-y: auto;
  border: 1px solid #d3d3d3;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #fff;
  box-shadow: 0px 0px 19.7px 0px rgba(0, 0, 0, 0.0705882353);
}
.properties-filter-wrap .main-details .property-dropdown::-webkit-scrollbar {
  width: 8px;
}
.properties-filter-wrap .main-details .property-dropdown::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border: 2px solid #fff;
  border-radius: 4px;
}
.properties-filter-wrap .main-details .property-dropdown {
  /* Buttons */
}
.properties-filter-wrap .main-details .property-dropdown::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  width: 8px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.properties-filter-wrap .main-details .property-dropdown {
  /* Up */
}
.properties-filter-wrap .main-details .property-dropdown::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url('../images/up2.svg');
}
.properties-filter-wrap .main-details .property-dropdown {
  /* Down */
}
.properties-filter-wrap .main-details .property-dropdown::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url('../images/down2.svg');
}
.properties-filter-wrap .main-details .property-dropdown .property-check {
  list-style: none;
}
.properties-filter-wrap .main-details .property-dropdown .property-check > li > label {
  padding: 10px;
  font-size: 16px;
  font-family: 'Varta';
  font-weight: 700;
  letter-spacing: 0.35px;
  cursor: pointer;
}
.properties-filter-wrap .main-details .property-dropdown .property-check > li li label {
  padding: 10px 20px;
  font-size: 14px;
  font-family: 'Varta';
  font-weight: 600;
  letter-spacing: 0.35px;
}
.properties-filter-wrap .main-details .property-dropdown .property-check li {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.properties-filter-wrap .main-details .property-dropdown .property-check li label {
  display: flex;
  align-items: center;
  border-radius: 14px;
  transition: all 0.2s;
  cursor: pointer;
}
.properties-filter-wrap .main-details .property-dropdown .property-check li label input {
  cursor: pointer;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(51, 51, 51, 0.3490196078);
  border-radius: 5px;
  transition: all 0.2s ease;
  background-color: #fff;
  transform: translateY(-2px);
}
@media screen and (max-width: 575px) {
  .properties-filter-wrap .main-details .property-dropdown .property-check li label input {
    transform: translateY(-3px);
  }
}
.properties-filter-wrap .main-details .property-dropdown .property-check li label input::before {
  width: 20px;
  height: 20px;
  content: '';
  display: flex;
  transition: all 0.2s ease;
  background-image: url('../images/check-green.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
  transform: scale(0);
}
.properties-filter-wrap .main-details .property-dropdown .property-check li label input:checked::before {
  transform: scale(1);
}
.properties-filter-wrap .main-details .property-dropdown .property-check li label:hover,
.properties-filter-wrap .main-details .property-dropdown .property-check li label:has(> input:checked) {
  background-color: #446654;
  color: #fff;
}
.properties-filter-wrap .details-bg {
  padding-left: 25px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 19px;
}
.properties-filter-wrap .bedrooms {
  background-image: url('../images/bedrooms.svg');
}
.properties-filter-wrap .bathrooms {
  background-image: url('../images/bathrooms.svg');
}
.properties-filter-wrap .distance {
  background-image: url('../images/distance.svg');
}
.properties-filter-wrap .floor {
  background-image: url('../images/floor.svg');
}
.properties-filter-wrap .completion {
  background-image: url('../images/completion.svg');
}
.properties-filter-wrap .other {
  background-image: url('../images/other.svg');
}
.properties-filter-wrap .details-like,
.properties-filter-wrap .main-details summary {
  width: 100%;
  font-family: 'NotoSans';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.35px;
  color: rgba(51, 51, 51, 0.5019607843);
  height: 45px;
  padding: 0 10px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.properties-filter-wrap .details-like,
.properties-filter-wrap .main-details {
  margin-top: 20px;
}
.properties-filter-wrap .details-like-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background-color: rgba(17, 17, 17, 0.7);
  backdrop-filter: blur(37px);
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.properties-filter-wrap .details-like-window .page-padding {
  padding: 50px 0;
}
.properties-filter-wrap .details-like-window .page-padding .close-area {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 50px;
}
.properties-filter-wrap .details-like-window .page-padding .close-area .close {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .properties-filter-wrap .details-like-window .page-padding {
    padding: 20px 0 50px;
  }
  .properties-filter-wrap .details-like-window .page-padding .close-area {
    padding-bottom: 20px;
  }
  .properties-filter-wrap .details-like-window .page-padding .close-area button svg {
    max-width: 20px;
    max-height: 20px;
  }
}
.properties-filter-wrap .details-like-window .page-padding .area {
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  overflow: hidden;
}
.properties-filter-wrap .details-like-window .page-padding .area .area-title {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-align: center;
  padding: 50px 20px 20px;
}
@media screen and (max-width: 1399px) {
  .properties-filter-wrap .details-like-window .page-padding .area .area-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .properties-filter-wrap .details-like-window .page-padding .area .area-title {
    font-size: 24px;
    padding: 40px 10px 10px;
  }
}
.properties-filter-wrap .details-like-window .page-padding .area .scrollable-area {
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 130px - 155px - 50px);
  overflow-y: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
@media screen and (max-width: 575px) {
  .properties-filter-wrap .details-like-window .page-padding .area .scrollable-area {
    max-height: calc(100vh - 65px - 155px - 50px);
  }
}
.properties-filter-wrap .details-like-window .page-padding .area .scrollable-area::-webkit-scrollbar {
  width: 10px;
}
.properties-filter-wrap .details-like-window .page-padding .area .scrollable-area::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 5px;
}
.properties-filter-wrap .details-like-window .page-padding .area .scrollable-area {
  /* Buttons */
}
.properties-filter-wrap
  .details-like-window
  .page-padding
  .area
  .scrollable-area::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.properties-filter-wrap .details-like-window .page-padding .area .scrollable-area {
  /* Up */
}
.properties-filter-wrap
  .details-like-window
  .page-padding
  .area
  .scrollable-area::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url('../images/up.svg');
}
.properties-filter-wrap .details-like-window .page-padding .area .scrollable-area {
  /* Down */
}
.properties-filter-wrap
  .details-like-window
  .page-padding
  .area
  .scrollable-area::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url('../images/down.svg');
}
.properties-filter-wrap .details-like-window .page-padding .area .city-area {
  padding: 30px 20px 0;
}
.properties-filter-wrap .details-like-window .page-padding .area .city-area .area-subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.95px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .properties-filter-wrap .details-like-window .page-padding .area .city-area .area-subtitle {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
.properties-filter-wrap .details-like-window .page-padding .area .city-area ul {
  list-style: none;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 20px;
}
@media screen and (max-width: 575px) {
  .properties-filter-wrap .details-like-window .page-padding .area .city-area ul {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}
.properties-filter-wrap .details-like-window .page-padding .area .city-area ul li {
  display: flex;
  align-items: center;
}
.properties-filter-wrap .details-like-window .page-padding .area .city-area ul li input {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 7px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.properties-filter-wrap .details-like-window .page-padding .area .city-area ul li input::before {
  width: 30px;
  height: 30px;
  background-image: url('../images/check-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
  transition: all 0.2s ease;
  transform: scale(0);
  content: '';
  display: flex;
}
@media screen and (max-width: 575px) {
  .properties-filter-wrap .details-like-window .page-padding .area .city-area ul li input {
    width: 20px;
    height: 20px;
    border-radius: 5px;
  }
  .properties-filter-wrap .details-like-window .page-padding .area .city-area ul li input::before {
    width: 20px;
    height: 20px;
  }
}
.properties-filter-wrap .details-like-window .page-padding .area .city-area ul li input:checked::before {
  transform: scale(1);
}
.properties-filter-wrap .details-like-window .page-padding .area .city-area ul li label {
  font-family: 'NotoSans';
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.35px;
}
@media screen and (max-width: 575px) {
  .properties-filter-wrap .details-like-window .page-padding .area .city-area ul li label {
    font-size: 16px;
  }
}
.properties-filter-wrap .details-like-window .page-padding .area .center-btn {
  padding: 50px 20px;
}
.properties-filter-wrap .details-like-window .page-padding .area .center-btn svg {
  margin-right: 10px;
}
.properties-filter-wrap .details-like-window .page-padding .area .center-btn .btn {
  min-height: 55px;
  min-width: 280px;
}
.properties-filter-wrap .details-like-window.opened {
  opacity: 1;
  visibility: visible;
}
.properties-filter-wrap .tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.properties-filter-wrap .tags li {
  font-family: 'NotoSans';
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5019607843);
  border-radius: 7px;
  list-style: none;
  margin-bottom: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.properties-filter-wrap .tags div {
  font-family: 'NotoSans';
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.5019607843);
  border-radius: 7px;
  padding: 10px 15px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.properties-filter-wrap .tags li label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 10px 15px;
  display: block;
}
.properties-filter-wrap .tags li.active,
.properties-filter-wrap .tags li:hover,
.properties-filter-wrap .tags div.active,
.properties-filter-wrap .tags div:hover {
  background-color: #446654;
}
.properties-filter-wrap .range .range-slider {
  margin-bottom: 30px;
}
.properties-filter-wrap .range .range-price {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.properties-filter-wrap .range .range-price label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 5px;
}
.properties-filter-wrap .range .range-price .range-input-box {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 10px;
}
.properties-filter-wrap .range .range-price .range-input-box,
.properties-filter-wrap .range .range-price .range-input-box input {
  font-family: 'NotoSans';
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(51, 51, 51, 0.6980392157);
}
.properties-filter-wrap .range .range-price .range-input-box input {
  border: none;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
}

.properties-filter-wrap.open-filters {
  width: 370px;
  padding: 65px 50px 50px;
}
@media screen and (max-width: 575px) {
  .properties-filter-wrap.open-filters {
    width: 100%;
  }
}

.noUi-connect {
  background: #446654 !important;
}

.noUi-horizontal {
  height: 3px !important;
}

.noUi-target {
  background: rgba(0, 0, 0, 0.05) !important;
  border: none !important;
  border-radius: 0 !important;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background-color: #446654;
  box-shadow: none;
  top: -7px;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.properties-page {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
}

.property-margin-left {
  padding-left: 420px;
}
.property-margin-left .properties-grid {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1399px) {
  .property-margin-left {
    padding-left: 0;
  }
  .property-margin-left .properties-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .property-margin-left .properties-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .property-margin-left .properties-grid {
    grid-template-columns: 1fr;
  }
} /*# sourceMappingURL=properties.css.map */
