.b-user-wish {
  padding: 30px 15px 40px 15px;
  position: relative;
}

.b-user-wish__content {
  position: relative;
}

.b-user-wish__header{
  position: relative;
  margin-bottom: 25px;
}

.b-user-wish__label{
  font-size: 28px;
  color: #fff;
}

.b-user-wish__action{
  background: url(img/arrow-down.png) right center no-repeat;
  padding-right: 15px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 3px;
  font-weight: bold;
}

.b-user-wish__item{
  margin-bottom: 15px;
  width: 100%;
}

.b-user-wish__item:after{
  content: ' ';
  clear: both;
  display: block;
  height: 1px;
}

.b-user-wish__item:last-child {
  margin-bottom: 0;
}

.b-user-wish__item-avatar {
  float: left;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  border: rgba(241,241,241,.3) solid 4px;
  overflow: hidden;
}

.b-user-wish__item-avatar img{
  width: 100%;
  height: auto;
}

.b-user-wish__item-info {
  vertical-align: top;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: var(--global-border-radius-base);
  position: relative;
  margin-left: 90px;
  min-height: 75px;
}

.b-user-wish__item-info-triangle {
  position: absolute;
  top: 32px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 0;
  border-color: transparent #fff transparent transparent;
}

.b-user-wish__item-info-top {
  color: #000;
}

.b-user-wish__item-info-bottom {
  color: #bfbfbf;
  font-size: .8rem;
  margin-top: .5rem;
}

.b-user-wish__item-name a {
  color: #8bbe26 !important;
  white-space: nowrap;
}

.b-user-wish__item-text {
}

.b-user-wish__item-age {
  white-space: nowrap;
}

.b-user-wish__item-gender {
  white-space: nowrap;
}

.b-user-wish__item-address {
  white-space: nowrap;
}