.buy {
display: inline-block;
flex-wrap: wrap;
white-space: nowrap;
font-size: 14px;
margin-left: 12px;
position: relative;
}
.buy:after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 67px;
height: 4px;
background-color: #000;
}