.price-list{
  position:relative;
  margin-right:-15px;
}
.price-list::before{
  content:'';
  position:absolute;
  z-index:9;
  right:0;
  height:100%;
  width:15px;
  color:#fff;
}

