.cwl-wishlist {
  overflow-y: scroll;
  max-height: 270px;
}
.cwl-wishlist .re__header {
  font-size: 17px !important;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.16px;
  color: #2c2f36;
  padding: 12px 0;
  font-weight: bold;
  border-bottom: 1px solid #ebedf0;
  margin-bottom: 0;
  text-decoration: underline;
  /*position: fixed;*/
  width: 400px;
  height: 44px;
  background: #fff;
  z-index: 999;
  border-radius: 4px 4px 0 0;
}
.cwl-wishlist tbody tr:hover {
  cursor: pointer;
  background: #ebedf0;
}
.cwl-wishlist tbody tr td {
  vertical-align: middle;
}
.cwl-wishlist img {
  height: 48px;
  max-width: 64px !important;
  float: left;
  border-radius: 4px;
  border: none;
  background: none;
}
.cwl-btn-add span {
  color: #AF1F26;
}
.cwl-btn-delete span {
  color: #AF1F26;
}
.cwl-wishlist {
  color: #313132;
}
.cwl-table {
  margin-top: 10px;
}
.cwl-table tbody tr {
  box-sizing: border-box;
  padding: 8px 16px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebedf0;
  position: relative;
}
.cwl-table tbody tr td a {
  color: #313132;
}
.cwl-table tbody tr td a:hover {
  color: #313132;
}
.cwl-table tbody tr td a.title-post-wishList {
  padding-left: 8px;
  display: block;
}

