
/* ////////////// */
/* Apartment list */
/* ////////////// */

.egressy-apartment-list-block {
  display: flex;
  width: 100%;
}



.egressy-apartment-rooms {
  width: 150px;
  margin-top: 20px;

}

.egressy-apartment-rooms p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
}


.egressy-apartment-room-item {
  color: #BAC0C4;
}

.egressy-apartment-room-item.active {
  color: #1A2E3B;
}

.egressy-apartment-list {
  display: none;
  width: calc( 100% - 170px );
  
}


.eal-room-1 {
  display: block;
}

.egressy-apartment-list-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* max-width: 250px; */
  /* padding: 20px; */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.egressy-apartment-list-item a:hover {
  text-decoration: none;
}

.egressy-apartment-list-item img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}

.egressy-apartment-list-item__feature-image-block {
  position: relative;
}

.egressy-apartment-list-item__sold-out {
  
    width: calc(100% + 40px);
    height: 100%;
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
    margin-left: -20px;
    margin-top: -20px;
    margin-right: -20px;

}

.egressy-apartment-list.v1 .egressy-apartment-list-item__sold-out {
  margin-top: 0px;
}

.egressy-apartment-list-item__feature-image {
  object-fit: contain !important;
}

.egressy-apartment-list-item__meta {
  display: none;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}

.egressy-apartment-list-item__meta > div {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;  
  color: #1A2E3B;

}

.egressy-apartment-list-item__meta > div > span,
.egressy-apartment-list-item__meta > div > div > span  {
  color: #BAC0C4;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}


.egressy-apartment-list-item.swiper-slide-active .egressy-apartment-list-item__meta {
  display: flex;
}

.egressy-apartment-list-item.swiper-slide-active .egressy-apartment-list-item__features {
  display: block;
}

.egressy-apartment-list-item.swiper-slide-active {
  /* transform: scale(1.4); */
}

.egressy-apartment-list-item.swiper-slide-active > a > img {
  height: 300px !important;
}



.egressy-apartment-list-item__price {

}


@media only screen and (max-width: 1024px) {
  
  .egressy-apartment-list-block {
    flex-direction: column;
  }  
  
  .egressy-apartment-rooms {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
  }

  .egressy-apartment-rooms p {
    margin-right: 20px;
  }

  .egressy-apartment-list {
    width: 100%;
  }
}



/* ////////////////// */
/* Apartment list v2 */
/* ///////////////// */



.egressy-button {
  border: 1px solid #1A2E3B;
  color: #1A2E3B;
  padding: 20px 10px;
  text-transform: uppercase;
  font-size:16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  
}

.egressy-button:hover {
  border: 1px solid #fff;
  background-color: #1A2E3B;
  color: #fff;
}

.egressy-apartment-list-scroll {
  display: none;
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .egressy-apartment-list-scroll {
    display: block;
  }  
}


.egressy-apartment-filters {
  width: 300px;
  margin-top: 20px;
  margin-right: 50px;
}



.egressy-apartment-list.v2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.egressy-apartment-list-item.v2 {
  background-color: #F9F9F9;
  width: calc(33.33% - 30px);
  margin: 15px;
  padding: 20px;
  height: fit-content;
}

.egressy-apartment-main-list .egressy-apartment-list-item.v2 {
  width: calc(50% - 30px);
}


@media only screen and (max-width: 992px) {
  .egressy-apartment-main-list .egressy-apartment-list-item.v2 {
    width: 100%;
  } 
}


.egressy-apartment-list-item.v2 img {
  height: 250px;
  margin: 40px auto;
  object-fit: contain;
}

.egressy-apartment-list-item.v2 .egressy-apartment-list-item__meta {
  display: flex;
}

.egressy-apartment-list-item.v2 .egressy-apartment-list-item__meta > div:first-child {
  width: 30%;
}

.egressy-apartment-list-item.v2 .egressy-apartment-list-item__meta > div:last-child {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}

.egressy-apartment-list-item.v2 .egressy-apartment-list-item__price p {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
}

.egressy-apartment-list-item .egressy-apartment-list-item__price p a {
  text-decoration: none;
  color: #1A2E3B;
}

.egressy-apartment-list-item.v2 .egressy-apartment-list-item__price p a {
  text-decoration: none;
  color: #1A2E3B;
}

.egressy-apartment-list-item.v2 .egressy-apartment-list-item__meta > div > div {
  margin-left: 20px;
  margin-top: 24px;
  font-size: 12px;
  line-height: 16px;
} 


.filter-block {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E3E3E3;
}

.filter-block.last {
  border: 0 !important;
  margin-bottom: 0 !important;
}

.filter-block p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #1A2E3B;
  margin-bottom: 20px;
  text-align: left;
}

.filter-rooms {
  display: flex;
  justify-content: space-between;
}

.filter-room {
  border: 1px solid #1A2E3B;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin: 5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-room:hover,
.filter-room:active,
.filter-room.active {
  background-color: #1A2E3B;
  color: #fff;
}


.filter-slider {
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.filter-slider .marker {
  background: #fff;
  border: 1px solid #1A2E3B;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
}

.slider .marker:active::after {
  /* display: none; */
  /* background: transparent; */
}



.filter-slider .marker-min {

}

.filter-slider .marker-max {

}





.filter-extra {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.filter-extra:hover,
.filter-extra:active,
.filter-extra.active {
  text-decoration: underline;
}

.filter-extra img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

.egressy-apartment-list-item__features {
  display: none; /* flex */
  margin: 10px 0 0 0;
}

.egressy-apartment-list-item.v2 .egressy-apartment-list-item__features {
  display: flex;
}

.egressy-apartment-list-item__features img {
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  margin-right: 10px !important;
}

.slider.ultra-thin .backside, .slider.ultra-thin .buffer, .slider.ultra-thin .complete {
  height: 1px;
}

.slider-text-min,
.slider-text-max {
  display: none !important;
}

.slider .hint {
  background-color: #fff;
  color: #1A2E3B;

}

.filter-slider button:not(:hover):not(:active):not(.has-background) {
  background: #fff;
  border: 1px solid #1A2E3B;
  width: 32px;
  height: 32px;
  position: absolute;
}


.slider .marker:active::after {
  background-color: #fff;
}

.filter-slider button::after,
.slider .marker:active::after {
    width: 32px;
    height: 32px;
    
    display: block;
    position: absolute;
    left: 0;
    opacity: 1 !important;
    top: 2px;
    /* right: 0; */
    /* bottom: 0; */
    margin: auto;
    color: #1A2E3B;
  
}

.slider .marker:active::after {
  width: 28px;
    height: 26px;
    left: 2px;
}

.filter-slider .marker-min::after,
.filter-slider .marker-min:active::after,
.slider .marker.marker-min:active::after  {
  content: '<' !important;
}

.filter-slider .marker-max::after,
.filter-slider .marker-max:active::after,
.slider .marker.marker-max:active::after {
  content: '>' !important;
}


/* 
.slider .marker:active::after {
  display: block;
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: rgba(187,187,187,.5);
  opacity: .3;
  top: 50%;
  left: 50%;
  margin-top: -1.5625rem;
  margin-left: -1.5625rem
} */

@media only screen and (max-width: 1024px) {
  
/* 
  .egressy-apartment-list-item.v2 {
    width: 100%;
    margin: 15px 0;
  } */

  

  .egressy-apartment-list-item.v2 {
    width: calc(50% - 30px);
  }


  .egressy-apartment-main-list .egressy-apartment-list-item.v2 .egressy-apartment-list-item__meta { 
  flex-direction: column;
  }

  .egressy-apartment-main-list .egressy-apartment-list-item.v2 .egressy-apartment-list-item__size {
    margin-left: 0;
  }

  .egressy-apartment-main-list .egressy-apartment-list-item.v2 .egressy-apartment-list-item__meta > div:last-child {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

}


@media only screen and (max-width: 768px) {
  
  .egressy-apartment-filters {
    padding: 20px;
    width: 100%;
  }

  .egressy-apartment-list-item.v2 {
    width: calc(100% - 30px);
  }


}






/* Apartment search  */
.apartment-search {
  width: 100%;
}

.apartment-search form {
  display: flex;
  justify-content: space-between;
  position: relative;
}


.apartment-search form::before {
  width: 100%;
  height: 100%;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


@media only screen and (max-width: 1024px) {
    
  .apartment-search form::before {
    background-color: rgba(255, 255, 255, 0);
  }
}




  .apartment-search-col {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 20px;
    /* background: rgba(255, 255, 255, 0.352); */
    color: #fff;
    width: 100%;
  }

  .apartment-search-col:first-child {
    /* max-width: 200px; */
    width: calc(100vw - 360px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .apartment-search-col:first-child p  { 
    width: 100%;
    max-width: 145px;
  }

  .apartment-search-col:first-child .apartment-search-checkbox {
    margin-right: -25px;
  }

  .apartment-search-col:last-child {
    /* max-width: 200px; */
    width: calc(100vw - 360px);
  }

  .apartment-search-col:nth-child(2) {
    max-width: 340px;
  }

  .apartment-search-col:nth-child(3) {
    max-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .apartment-search-col:nth-child(3) p {
    max-width: 150px;
    width: 100%;
    text-align: left;
  }

  .apartment-search-col:nth-child(4) {
    max-width: 177px;
  }

  .apartment-search-col:nth-child(2) .apartment-search-checkbox label {
    min-width: 64px;
  }

    .apartment-search-col p {
      font-weight: 400;
      font-size: 16px;
      line-height: 21px;
      text-transform: uppercase;
      color: #FFFFFF;
    }

  .apartment-search-checkbox {
    display: flex;
  }

  .size-plus,
  .size-minus {
    cursor: pointer;
  }

  input[type=checkbox]:after {
    border: 3px solid #fff !important;
    border-top: 0 !important;
    border-left: 0 !important;
  }

  .apartment-search-checkbox label {
    padding: 20px 20px 0px 0;
    color: #fff;
    display: flex;
    min-width: 85px;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 21px !important;
    text-transform: uppercase !important;
  }

    .apartment-search-checkbox input[type=checkbox] {
      border: 1px solid #fff;
      background: transparent;
      margin-right: 10px !important;
    }

  .apartment-search-range {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .apartment-search-range span {
    margin: 0 10px;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  .apartment-search-range input {
    background: transparent;
    border: 0px !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px !important;
    text-transform: uppercase;
    width: 30px;
    padding: 5px !important;
    margin: 0 5px !important;
    text-align: center;
  }


  .apartment-search-col.submit {
    padding: 0;
  }

.apartment-search-col.submit input {
  width: 100%;
  height: 100%;
  background: #fff !important;
  color: #1A2E3B !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  border: 0;
  padding: 30px !important;
  text-transform: uppercase;
  text-align: left;

}

.apartment-search-col.submit input:hover {
  border: 0;
}


@media only screen and (max-width: 1100px) {
  

  .apartment-search form {
    flex-wrap: wrap;
  }


  .apartment-search-col:last-child {
    max-width: 100% !important;
    width: 100%;
  }

   
  .apartment-search-col {
    max-width: 50% !important;
  }

}


@media only screen and (max-width: 1024px) {
 

}

@media only screen and (max-width: 768px) {
  

  .apartment-search-col {
    max-width: 100% !important;
  }

  .apartment-search-col:first-child,
  .apartment-search-col:nth-child(3) {
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
  }

}


/* Apartment search  */



/* Apartment rooms  */
.apartment-rooms {
  /* background: #EDE9E4; */
}

.ap-room {
  display: none;
  padding: 100px 0;
}


.ap-room-1 {
  display: flex;
}

.ap-room-gallery {
  width: 60%;
  overflow: hidden;
}

.apartment-gallery {
  width: 100%;
  overflow: hidden;
  max-height: 600px;
}

.apartment-gallery img.swiper-slide  {
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}

.ap-room-gallery .apartment-layout {
  width: 100% !important;
  height: auto !important;
}

.ap-room-gallery .swiper-wrapper {
  display: flex;
  align-items: center;
}

.ap-room-gallery img {
  width: 100%;
  max-width: 100%;
  height: fit-content;
  object-fit: cover;
}

.ap-room-meta {
  width: 40%;
  padding-left: 100px;
}

.ap-room-meta h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 56px;
  line-height: 74px;
  display: flex;
  margin-bottom: 30px;
}

.ap-room-meta h2 span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin: auto 0 10px auto;
}

.ap-room-meta p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.ap-room-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 100px;
  margin-bottom: 0;
}

.ap-room-list li  {
  cursor: pointer;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1A2E3B;
  opacity: 0.3;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 10px 0px;
}

.ap-room-list li.active,
.ap-room-list li:hover {
  opacity: 1;
}

.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
  background-image: url('../img/arrow-right.svg') !important;
  width: 64px !important;
  height: 64px !important;
  /* right: 40px !important; */

}

.elementor-swiper-button-next,
.elementor-swiper-button-prev {
  margin-top: -32px;
}

.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
  background-image: url('../img/arrow-left.svg') !important;
  width: 64px !important;
  height: 64px !important;
  /* left: 40px !important; */
}

/* Apartment rooms  */


/* Apartment datasheet info */

.apartment-datasheet-info h2 {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 1em !important;
  text-transform: uppercase;
  color: #1A2E3B;
}


.apartment-datasheet-info .egressy-apartment-list-item__meta {
  display: flex;
  width: fit-content;
  margin-bottom: 20px;
}

.apartment-datasheet-info .egressy-apartment-list-item__features {
  margin-bottom: 30px;
  margin-top: 30px;
}


.apartment-datasheet-info .egressy-apartment-list-item__meta > div {
  padding-right: 20px;
}

.apartment-datasheet-info ol {
padding-left: 0;
margin-left: 0;
}

.apartment-datasheet-info ol li,
.apartment-datasheet-info p {
  font-size: 16px;
  line-height: 21px;
}

.apartment-datasheet-info-p {
  margin-bottom: 20px;
}

.apartment-datasheet-info-p table {
  border: 0;
  margin-top: 20px;
  width: auto;
  min-width: 320px;
}

.apartment-datasheet-info-p table tr:nth-child(odd) {
  background: #FFF;
  border: 0;
}

.apartment-datasheet-info-p table td {
  border: 0;
  font-size:14px;
  text-transform: uppercase;
}

.apartment-datasheet-info-p table tr td:last-child {
  text-align: right;
}
/* Apartment datasheet info */


/* Style image gallery */
.gallery-style {
  display: none;
}

.eicon-chevron-left:before {
  background-image: url('../img/arrow-left.svg') !important;
  width: 64px !important;
  height: 64px !important;
  position: absolute;
  left: 20px;
  content: '' !important;
}

.eicon-chevron-right:before {
  background-image: url('../img/arrow-right.svg') !important;
  width: 64px !important;
  height: 64px !important;
  position: absolute;
  right: 20px;
  content: '' !important;
}


.apartment-floor-layout {
  position: relative;
  padding: 20px;
}

.apartment-floor-layout svg {
  width: 100%;
}


/* Style image gallery  */




.old-price,
.sale-price {
}

/* áthúzott, tompított eredeti ár */
.old-price {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  color: #7a7a7a;            /* tompított szürke */
  margin-right: 0.6em;
  display: inline-block;     /* jól kezelje a margót */
  vertical-align: middle;
  text-transform:none !important;
}

/* kiemelt karácsonyi akciós ár */
.sale-price {
  display: inline-block;
  background: #d9302b;       /* piros háttér (szín: módosítható) */
  color: #fff !important;               /* fehér szöveg */
  padding: 0.15em 0.5em;     /* fent/lent, bal/jobb padding */
  border-radius: 0px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  vertical-align: middle;
  position: relative;        /* ha később kell pontosítás */
  text-transform:none !important;
}

/* fenyőfa ikon az ár után - SVG data URI, fill a currentColor-t használja */
.sale-price::after{
 content: "";
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    right: -1.3em;
    top: -1.1em;
    margin-left: 0.45em;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/christmas.svg);
    background-color: #d9302b;
    padding: 1.1em;
    border-radius: 25px;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    background-size: 80%;
    background-position: center;
}

/* kisebb képernyőkön csökkentett méret */
@media (max-width: 480px){
  .old-price, .sale-price { font-size: 0.95rem; }
  .sale-price::after { width: 0.9em; height: 0.9em; margin-left: 0.35em; }
}

.swiper-button-next:after, .swiper-button-prev:after {
  opacity: 0;
}