/* 1 Header */

/* 1.1 Change My Account Icon / Show Only Icon Without Text */
.user-menu .user-name .usrname {
display: none;
}

/* 5. Listing Card */

/*************************************/

/* 5.2 Listings Carousel Widget ( Grid Card on Home Page Desktop ) */
.slick-track > .fw-carousel-item .listing-item {
  border-radius: 10px 10px 10px 10px;
}
.fw-carousel-item .slider-image-nl {
  margin-bottom: 100px;
}
.fw-carousel-item .listing-details-nl > div {
  margin-bottom: -10px;
  margin-top: -100px;
  padding-bottom: 25px;
  padding-top: 25px;
}
/* 5.2 Listings Carousel Widget ( Grid Card on Home Page Tablet ) */

.slick-track > .fw-carousel-item .listing-item {
  border-radius: 10px 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  .slick-current .slider-image-nl {
    margin-bottom: 0px;
  }
  .slick-current .listing-details-nl > div {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* 5.2 Listings Carousel Widget ( Grid Card on Home Page Mobile ) */

.slick-track > .fw-carousel-item .listing-item {
  border-radius: 10px 10px 10px 10px;
}
@media screen and (max-width: 375px) {
  .slick-current .slider-image-nl {
    margin-bottom: 60px;
  }
  .slick-current .listing-details-nl > div {
    margin-top: -60px;
    margin-bottom: -10px;
  }
}

/*************************************/

/* 5.3 Remove Review/Price Footer in Grid Card */
.listing-card-nl .details-sidebar-col-nl,
.listing-item-content .star-rating,
.listing-item-content .numerical-rating,
.listing-item .listing-item-content .listing-price {
display: none !important;
} 

/*************************************/

/* Grid Card on Listings Page */
.slick-track > .fw-carousel-item .listing-item {
  border-radius: 10px 10px 10px 10px;
}
.listings-container > #listeo-listings-container > .listing-card-container-nl .listing-image-container-nl {
  padding-bottom: 30px;
  margin-bottom: -30px;
}
#listeo-listings-container > .listing-card-container-nl .listing-details-nl > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*************************************/















