	
/*  */
.recent_carousel .owl-item.active {
    max-width: 380px;
	width: 100% !important;
}

.recent_carousel .item {
    max-width: 378px;
    width: 100% !important;
}

.pdp_recomended_card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.pdp_recomended_card-img-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.wishlist-icon a.cta-button.cta-share:before{margin-top: -5px;}
.wishlist-icon {
  position: absolute;
  top: 17px;
  right: 16px;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 5px;
  z-index:9;
}
.card-custom .old-price {
    text-decoration: line-through;
    text-decoration-color: red; /* Line-through color */
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Poppins Regular';
}
.card-custom .price {
  color: white;
  font-size: 17px;
  font-family: 'Poppins Medium';
}

.Recommended-carousel .book-btn {
    height: 40px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 9.5px;
    padding-right: 16px;
    padding-bottom: 9.5px;
    padding-left: 16px;
    background: #ff0000;
    font-family: 'Poppins Bold';
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
    border: none;
    width: 100%;
 }

.recent_carousel .card-item {
  max-width: 478px;
  width: 100%;
  height: 114px;
  border-radius: 14px;
  border: 1px solid #00000033;
  display: flex;
  }


.recent_carousel img {
max-width: 160px;
height: 114px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}

.recent_carousel .card-content {
  padding-left: 12px;
  width: 100%; ;
}

.recent_carousel .view-detailss {font-family: 'Poppins Regular';font-size: 14px;line-height: 100%;color: #FF0000;padding-top: 0;}

.caedbottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card.card-custom {
  max-width: 100%;
  width: 100%;
  border: none;
}

.card.card-custom img {
  max-width: 100%;
  height: 395px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

h4.recomended_heading {
    padding-top: 50px;
    padding-bottom: 16px;
    font-family: 'Poppins SemiBold';
    font-size: 20px;
    line-height: 100%;
    color: #444444;
}

h5.card-title {
    line-height: 100%;
    color: #FFFFFF;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-family: 'Poppins Bold';
}

p.card-text.small {
    font-family: 'Poppins Regular';
    align-items: center;
    height: 34px;
    font-size: 12px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    padding: 6px;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-custom .prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    font-family: 'Poppins Bold';
    font-size: 17px;
}

p.recent_heading {
    padding-top: 60px;
    padding-bottom: 16px;
    font-family: 'Poppins SemiBold';
    font-size: 20px;
    line-height: 100%;
    margin: 0px;
    color: #444444;
}

.cardbottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 9px;
}

h5.recent-card-title {
  padding-top: 12px;
  font-family: 'Poppins semibold';
  font-size: 16px;
  line-height: 100%;
  color: #444444;
  padding-right: 12px;
}

ul.recent-rating {
  display: flex;
  margin: 0;
  padding-left: 0px;
  padding-bottom: 8px;
  align-items: center;
  gap: 8px;
}

.recent-rating li{
    width: auto;
    font-family: 'Poppins Regular';
    font-size: 15px;
    line-height: 100%;
    color: #444444;
    list-style: none;
    align-items: center;
    display: flex;
    gap: 4px;
}


.recent-rating li:first-child {
  /* list-style: none; */
}

.recent-price {
font-family: 'Poppins SemiBold';
  font-size: 18px;
  line-height: 100%;
  color: #444444;
}


i.moonicon {
    display: inline-block;
    background: url(/images/holiday/Icon-Sprite-PDP.png)no-repeat -382px -534px;
    width: 18px;
    height: 19px;
}

/*  */

.wishlist-icon .far.fa-share {
    width: 14px;
    height: 15px;
    background: url("/images/holiday/Icon-Sprite-PDP.png") -2px -150px no-repeat;
}

.wishlist-icon .far.fa-heart  {
    width: 16px;
    height: 15px;
    background: url("/images/holiday/Icon-Sprite-PDP.png") -188px -77px no-repeat;
}

i.starticon {
    background: url('/images/holiday/Icon-Sprite-PDP.png') no-repeat -2px -605px;
    width: 16px;
    height: 15px;
    display: inline-block;
    align-items: center;
}

/* Parent wrapper should be relative */
.recent_section {
  position: relative;
  padding-bottom: 30px;
}

/* Style the owl-nav to position arrows */
.recent_section .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: space-between;
  pointer-events: none; /* allow clicks only on arrows */
}

.recent_section .owl-nav button {
  background: none;
  border: none;
  pointer-events: all; /* re-enable click on buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

/* Left arrow */
.recent_section .owl-nav .owl-prev {
  left: -15px; /* adjust spacing */
}

/* Right arrow */
.recent_section .owl-nav .owl-next {
  right: -15px; /* adjust spacing */
}


.recent-custom-prev, .recent-custom-next {
  display: inline-block;
  width: 36px;
  height: 37px;
  background-image: url('/images/holiday/Icon-Sprite-PDP.png');
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s ease;
}

.recent-custom-prev {
  background-position: -391px -217px !important; /* Left arrow sprite position */
}

.recent-custom-next {
  background-position: -1px -295px !important; /* Right arrow sprite position */
}

/* When arrow is disabled */
.owl-nav .disabled .recent-custom-prev,
.owl-nav .disabled .recent-custom-next {
 background-image: url('/images/holiday/Icon-Sprite-PDP.png');
 c;
 cursor: default;
 pointer-events: none;
}

i.spritedot {
    background: url(/images/holiday/Icon-Sprite-PDP.png) no-repeat -335px -540px;
    width: 6px;
    height: 7px;
}


@media (max-width: 678px) {

.recent_carousel .item {
    max-width: 323px;
}

.recent_carousel .owl-item.active {
    max-width: 323px;
    width: 100% !important;
}

  .recomended_section .container , .recent_section .container{
    padding-right: 0 !important;
    padding-left: 0px !important;
  }
  
  .recent_carousel .card-item {
    max-width: 323px;
    width: 100%;
    height: 96px;
}

.recent_carousel img {
    height: 96px;
    max-width: 110px;
}
.recent_section .owl-nav {
    display: none !important;
  }
}


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

h4.recomended_heading{font-size:15px !important;}
.Recommended-carousel .owl-item.active {
	min-width: 289px;
    max-width: 289px;
}
.Recommended-carousel .item{
    min-width: 289px;
    max-width: 289px;
}
}

.recent-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;         /* Show up to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;             /* line-height * line-clamp */
  word-break: break-word;       /* Prevent overflow on long words */
}

.recent_carousel button.owl-prev.disabled,.recent_carousel button.owl-next.disabled{
    opacity: 0;
}
.button-add_to_wishlist.icon-svg-favorite.added_to_favourite{
font-size: 0;
}

.button-add_to_wishlist.icon-svg-favorite {
    font-size: 0;
}