.white-bg {
  background-color: #FFFFFF;
}

#ac-wishlist {
  background-color: #F4F4F4;
}

.wishlist-count {
  background-color: #ffffff;
  color: #5F92CE;
}

.wishlist-count.selected {
  background-color: #376DAB;
  color: #ffffff;
}

.wishlist-count:hover {
  color: #376DAB;
  background-color: #EFF4FA;
}

.ac-wishlist-dashboard {
  min-height: 480px;
}

.wishlist-card,
.multiple-wishlist-card {
  background-color: #ffffff;
}

.wishlist-card .wishlist-card-close,
.multiple-wishlist-card .wishlist-card-close {
  background-color: #F4F4F4;
  top: 8px;
  right: 8px;
  z-index: 100;
}

.wishlist-top-border-mobile {
  border-bottom: 1px dashed #B6B6B6; 
}

.wishlist-top-border-pc {
  border-top: none;
}

.wishlist-image {
  border-radius: 4px;
}

div.wishlist-card-close {
  cursor: pointer;
}

.wishlist-card .ha-link {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
  .wishlist-top-border-mobile {
    border-bottom: none;
  }
  .wishlist-top-border-pc {
    border-top: 1px dotted #DADADA;
  }
}

.wishlist-image-box {
  max-width: 80px;
}

.return-home.fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    background-color: #fff;
    z-index: 1020;
}

/* SilverEgg Recommendation START */
.recommend_ac_wrapper a {
  color: #484848;
}

.recommend_ac_wrapper .dv_rc_img {
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.66%; /* aspect-ratio-3-2 settings */
}

.recommend_ac_wrapper .dv_rc_img img {
  top: -6.66%;
  width: 100%;
  position: absolute;
}

.recommend_ac_wrapper .dv_rc_description,
.recommend_ac_wrapper .price {
  margin-bottom: 0px;
}

.recommend_ac_wrapper .price,
.recommend_ac_wrapper .star {
  color: #E4336B;
}

.recommend_ac_wrapper .star,
.recommend_ac_wrapper .dv_rc_price .reviews {
  display: inline-block;
  margin: 0 8px 0 0;
}

.recommend_ac_wrapper .dv_rc_price .reviews {
  color: #5F92CE;
}

.recommend_ac_wrapper .dv_rc_name,
.recommend_ac_wrapper .dv_rc_description,
.recommend_ac_wrapper .price,
.recommend_ac_wrapper .star,
.recommend_ac_wrapper .dv_rc_price .reviews {
  font-size: 0.875rem;
}

.recommend_ac_wrapper .dv_rc_description {
  display: none;
}

.recommend_ac_wrapper .price {
  font-weight: bold;
}

.recommend_ac_wrapper .dv_recommend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
  overflow-x: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.recommend_ac_wrapper .dv_rc_title,
.recommend_ac_wrapper .dv_rc_header {
  position: absolute;
}

.recommend_ac_wrapper .dv_rc_items {
  min-width: 47%;
  margin: 10px;
}

.recommend_ac_wrapper .dv_rc_name {
  line-height: 1.27rem;
  overflow: hidden!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

@media screen and (min-width: 992px) {
  .recommend_ac_wrapper .dv_recommend {
    display: flex;
    margin-left: 0;
    padding-left: 0;
    overflow-x: auto;
    padding-bottom: 24px;
    margin-bottom: -32px;
  }

  .recommend_ac_wrapper .dv_rc_items {
    padding: 0 4px;
    margin: 0px;
    max-width: 310px;
    min-width: 47%;
  }

  .recommend_ac_wrapper .dv_rc_name {
    line-height: 1.27rem;
    overflow: auto!important;
    display: block;
  }
}

/* SilverEgg Recommendation END */

.first_layer_wishlist {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.second_layer_wishlist {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#crumb {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .recommend_ac_wrapper .dv_rc_items {
    min-width: 25%;
  }
  .recommend_ac_wrapper .dv_recommend {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

/********
Maintenance Banner
********/
#newsarea {
  background: #FEFCF3;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 20px 54px 20px;
  font-size: 13px;
  position: relative;
}
#newsarea a {
  color: #40A9F5;
  text-decoration: none;
}
#newsarea p {
  margin: 0px;
  font-size: 13px;
}
#newsarea_close_btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
}
@media screen and (min-width: 992px) {
  #newsarea_close_btn {
      top: 35px;
  }
}