.archive-property-action .property-status ul li a,
.archive-property-action .view-as span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.above-archive-property .archive-property-action {
  z-index: 99;
}
.above-archive-property .ere-heading,
.archive-property-action,
.archive-property-action-item {
  margin-bottom: 15px;
}
.above-archive-property
  .archive-property-action
  .archive-property-action-item:first-child,
.ere-advanced-search-wrap .above-archive-property .ere-heading {
  float: left;
}
.above-archive-property
  .archive-property-action
  .archive-property-action-item:last-child {
  float: right;
}
.above-archive-property .archive-property-action .sort-property {
  text-align: left;
}
.archive-property-action .property-status ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.archive-property-action .property-status ul li {
  display: inline-block;
  margin-right: 1px;
}
.archive-property-action .property-status ul li:last-child {
  margin-right: 0;
}
.archive-property-action .property-status ul li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 8px 20px 6px;
  background-color: #222;
  transition: all 0.3s;
}
.archive-property-action .property-status ul li a:focus,
.archive-property-action .property-status ul li a:hover,
.archive-property-action .property-status ul li.active a {
  background-color: var(--deltait-essential-real-estate-color-primary);
}
.archive-property-action .sort-property {
  position: relative;
  display: inline-block;
  width: 230px;
}
.archive-property-action .sort-property span {
  cursor: pointer;
  display: block;
  background-color: #f6f6f6;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  margin-right: 70px;
}
.archive-property-action .sort-property span:after {
  position: absolute;
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.archive-property-action .sort-property span.active:after {
  content: "\f106";
}
.archive-property-action .sort-property ul {
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 70px;
  z-index: 16777271;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.archive-property-action .sort-property ul:not(.active) {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.archive-property-action .sort-property ul li.active,
.archive-property-action .sort-property ul li:hover {
  background-color: #f6f6f6;
}
.archive-property-action .sort-property ul li.active a,
.archive-property-action .sort-property ul li:hover a {
  color: #222;
}
.archive-property-action .sort-property ul li a {
  display: block;
  padding: 5px 10px;
}
.archive-property-action .view-as span {
  position: relative;
  width: 28px;
  height: 34px;
  display: inline-block;
  cursor: pointer;
  background-color: #222;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.archive-property-action .view-as span i {
  line-height: 34px;
}
.archive-property-action .view-as span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-property-action .view-as .view-as-list {
  margin-right: 5px;
}
.archive-property-action .view-as .view-as-list:before {
  border-bottom: solid 0 transparent;
  border-top: solid 34px #222;
  border-right: solid 6px transparent;
  left: 100%;
}
.archive-property-action .view-as .view-as-grid:before {
  border-bottom: solid 34px #222;
  border-top: solid 0 transparent;
  border-left: solid 6px transparent;
  right: 100%;
}
.archive-property-action .view-as span.active,
.archive-property-action .view-as span:hover {
  background-color: var(--deltait-essential-real-estate-color-primary);
}
.archive-property-action .view-as span.active:before,
.archive-property-action .view-as span:hover:before {
  border-top-color: var(--deltait-essential-real-estate-color-primary);
  border-bottom-color: var(--deltait-essential-real-estate-color-primary);
}
.ere-property-wrap .ere-search-properties.color-dark .form-search-wrap {
  padding-top: 0 !important;
}
.sort-view-property {
  position: relative;
}
.sort-view-property .view-as {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .above-archive-property .ere-heading {
    margin-bottom: 30px !important;
  }
  .above-archive-property,
  .above-archive-property > div {
    display: block;
  }
}
@media (max-width: 767px) {
  .archive-property-action-item,
  .ere-advanced-search-wrap .above-archive-property .ere-heading,
  .sort-view-property {
    float: none !important;
  }
  .archive-property-action .sort-property {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .archive-property-action > div {
    margin-bottom: 20px;
  }
  .above-archive-property .archive-property-action {
    display: block;
  }
}
.advanced-saved-searches {
  margin-bottom: 30px;
}
.ere-advanced-search-wrap .above-archive-property .archive-property-action {
  text-align: right;
}
