.brand-wishlist-btn {
display: block;
color:#e4007f;
border:1px solid #ddd;
background: #fff;
border-radius: 4px;
position: relative;
text-align: center;
min-height: 48px;
line-height: 16px;
font-size: 16px;
padding: 0 13px;
margin: 10px 0;
width: 100%;
outline: none;
}
.brand-wishlist-btn.is-selected {
background: #f17fbf;
border: 0;
color: #fff;
}
.brand-wishlist-btn::before {
content: '';
display: inline-block;
background-image: url('/sp/images/common-img-sprite.png');
background-repeat: no-repeat;
background-size: 158px auto;
background-position: 0 -2043px;
width: 13px;
height: 16px;
vertical-align: 1px;
margin-right: 5px;
transform: scale(1.5);
}
.brand-wishlist-btn.is-selected::before {
background-position: 0 -2026px;
}
.program-brand-wrapper{
  position: relative;
}
.program-brand-balloon-message {
  bottom: 25px;
  text-align: center;
}
.program-brand-balloon-message .program-brand-list-message {
  min-width: 110px;
  padding: 7px 3px;
  letter-spacing: -1px;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px solid #333;
  border-radius: 6px;
  width: 142px;
  background: #fff;
  text-align: center;
  z-index: 10;
}
.program-brand-balloon-message .program-brand-list-message:before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  height: 10px;
  width: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-style: solid;
  border-color: #333;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  content: "";
  z-index: 1027;
}