.cart{
    font-size: 1.15rem;
}
.cart > .cart-item{
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    height: 1.8rem;
    line-height: 1.8rem;
    vertical-align: middle;
}
.cart > .cart-item:first-child{
    justify-content: space-around;
    font-weight: bold;
}
.cart-item > div {
    margin:0;
    padding:0;
}
.button-remove{
    margin-left: 0.1rem;
    margin-bottom: 0.2rem;
    text-decoration: none;
    height: 1.4rem;
    width: 2.6rem;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
    font-weight: bold;
    color: #FEFEFE;
    background: #d90b49;
    border-radius: 4px;
    border: none;
}
