UpgradeShopItem {
display: flex;
flex-direction: row;
min-height: 60px;
.item {
align-items: center;
.info {
flex-direction: column;
}
.btn-buy {
min-width: 110px;
align-items: center;
justify-content: center;
}
}
}