/* popup card */

.popup-price-night-wrapper p{
    display: flex;
    /*flex-direction: column;*/
    padding: 0px !important;
    gap: 1px;
    width: fit-content;
}

/* popup before price */
.popup-price-night-wrapper del {
    display: none !important;
}

/* popup after price */
.popup-price-night-wrapper ins{
    padding: 0px;
	text-decoration: none !important;
}
.popup-price-night-wrapper ins span{
	font-size: 16px !important;
}


/* pagination */
/* Pagination wrapper */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-family: 'Pluto', sans-serif;
}

/* Page buttons */
.page-btn {
  background: none;
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

/* Hover effect */
.page-btn:hover:not(.active):not(.disabled) {
  background: #e4e4e0;
  color: #000;
}

/* Active page (current) */
.page-btn.active {
  background: #e4e4e0;
  color: #000;
  font-weight: 600;
}

/* Disabled prev/next */
.page-btn.disabled {
  color: #aaa;
  cursor: not-allowed;
}
.page-btn.disabled:hover{
	background-color: transparent !important;
}

/* Previous and Next arrows */
.prev-btn,
.next-btn{
	background-repeat: no-repeat !important;
	background-size: 8px !important;
}
.next-btn,
.next-btn:hover{
	background-position: 55% 48% !important;
}
.prev-btn,
.prev-btn:hover{
	background-position: 45% 48% !important;
}

.prev-btn,
.prev-btn:hover{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'><path d='M7 1L2 6l5 5' fill='none' stroke='black' stroke-width='2'/></svg>") !important;
}

.next-btn,
.next-btn:hover{
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'><path d='M1 1l5 5-5 5' fill='none' stroke='black' stroke-width='2' /></svg>") !important;
}

/* Disabled arrows: light gray */
.prev-btn.disabled {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'><path d='M7 1L2 6l5 5' fill='none' stroke='%23aaa' stroke-width='2' /></svg>") !important;
}

.next-btn.disabled {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'><path d='M1 1l5 5-5 5' fill='none' stroke='%23aaa' stroke-width='2' /></svg>") !important;
}


/* Pagination info line */
.pagination-info {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-top: 6px;
  font-family: 'Pluto', sans-serif;
}

.ellipsis{
	width: 16px;
	height: 32px;
	text-align: center;
}
.elementor-swiper-button.elementor-swiper-button-next{
	background-position: 12px 7px !important;
}
.elementor-swiper-button.elementor-swiper-button-prev{
	background-position: 8px 7px !important;
}
.price-night-wrapper:not(:has(.loop-item-product-price)) .loop-item-night-text,
.popup-price-night-wrapper:not(:has(.loop-item-product-price)) .loop-item-night-text{
  display: none;
}
@media (max-width: 767px){
	#hover-popup-container{
        transform: translateY(0px) !important;
        bottom: 25vh !important;
	}
}

/* mobile hover card */
/* .property-card .hover-popup{
    display: none !important;
}
  .hover-popup-sticky-area {
    position: sticky;
    bottom: 0;
    height: 0;
    overflow: visible;
    z-index: 1000;
	 overflow: hidden;
  }

  #hover-popup-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    min-width: 400px;
    max-width: 700px;
    height: 200px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    display: none;
    transform: translateX(25vw);
    margin-bottom: 20px;
  }

  #hover-popup-container.active {
    display: flex;
  }

  #hover-popup-container.hidden {
    display: none;
  }

  .popup-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 5px;
    flex-shrink: 0;
    transition: color 0.2s ease;
    position: absolute;
      top: 0;
      right: 0;
      
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
  }
    .popup-close-btn:hover {
        background: none !important;
    }
  
  #popup-content-area .hover-popup > div{
      display: flex;
      flex-direction: row !important;
  }
  .popup-featured-image img{
      height: 100%;
      width: 250px;
      object-fit: cover;
      border-radius: 5px;
  }

  .popup-close-btn:hover {
    color: #333;
  }

  .popup-content {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    padding: 5px;
  }
  
  .tus-room-item-with-img{
    width: 100px;
    height: 28px;
    overflow: hidden;
    transform: translateY(-4px);
  }
  img.tus-room-item-with-img{
      width: 30px !important;
      height: 25px !important;
      transform: translateY(-1px) !important;
  }
  p.tus-room-item-with-img{
      height: 20px;
      transform: translateY(-5px);
  }
  
  .popup-price-night-wrapper{
      flex-direction: row !important;
      align-items: center;
      justify-content: flex-start;
      gap: 5px;
      padding-left: 0px;
      
    margin-top: auto;
    padding-bottom: 0px;
  }
  .popup-price-night-wrapper > :last-child {
 margin-left: auto;
}
  .popup-price-night-wrapper *{
      font-size: 14px;
      font-weight: 400;
      color: black;
  }
  .popup-type-and-locaiton-wrapper{
      flex-direction: row !important;
      padding: 0px !important;
      height: 15px;
      color: #595B60;
      gap: 8px;
  }
    .popup-type-and-locaiton-wrapper * {
        color: #595B60 !important;
    }
 */