.athome-catalog__filter {
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .athome-catalog__filter {
    margin-top: 32px;
  }
}
.athome-catalog .show-filter {
  cursor: pointer;
  display: flex;
  gap: 8px;
  padding: 20px;
  border-radius: 20px;
  background: #F2F0F7;
  align-items: center;
  justify-content: left;
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .athome-catalog .show-filter {
    display: none;
  }
}
.athome-catalog .show-filter svg {
  width: 10px;
}
@media screen and (max-width: 959px) {
  .athome-catalog .filter-group {
    display: none;
  }
}
.athome-catalog .filter-group.show {
  display: block;
}

.athome-stories {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .athome-stories {
    justify-content: center;
    margin-top: 16px;
  }
}
.athome-stories__item {
  cursor: pointer;
}
.athome-stories__item .image {
  width: 65px;
  height: 65px;
  opacity: 0.5;
  border: 1px solid #8E61D9;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
  filter: grayscale(0.5);
}
@media screen and (min-width: 960px) {
  .athome-stories__item .image {
    width: 115px;
    height: 115px;
  }
}
.athome-stories__item .text {
  margin-top: 4px;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .athome-stories__item .text {
    font-size: 14px;
  }
}
.athome-stories__item.active .image, .athome-stories__item:hover .image {
  filter: grayscale(0);
  opacity: 1;
}
.athome-stories__item img {
  width: 100%;
}

.add-limit {
  margin: 20px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-limit .athome-button {
  font-size: 18px;
  width: 300px;
}

.items-holder {
  margin-top: 16px;
  min-height: 600px;
}
.items-holder.map-view .item-row {
  height: 600px;
  overflow: scroll;
}

.athome-property-item {
  position: relative;
}
.athome-property-item__icon-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px 20px;
}
.athome-property-item__icon-box i {
  font-size: 17px;
}
.athome-property-item__icon-box .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
  position: relative;
}
.athome-property-item__icon-box .item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: -11px;
  background-color: var(--Border);
}
.athome-property-item__tags {
  position: absolute;
  top: 7px;
  left: 7px;
  gap: 3px;
  display: flex;
  flex-wrap: wrap;
  z-index: 7;
}
.athome-property-item__tag {
  padding: 4px 8px;
  text-align: center;
  color: white;
  border-radius: 20px;
  background: black;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.athome-property-item__sold {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  background-image: url(/images/athome/sold_out.png);
  background-position: top left;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.athome-property-item .price_newold {
  display: flex;
  gap: 8px;
}
.athome-property-item .price_newold .old_price {
  position: relative;
  color: gray;
  font-size: 0.8em;
}
.athome-property-item .price_newold .old_price:after {
  display: block;
  content: " ";
  height: 2px;
  width: 100%;
  background-color: gray;
  position: absolute;
  top: 45%;
}

/*# sourceMappingURL=catalog.css.map */
