.cart {
    width: 90%;
    margin: 0 auto;
}

.cart__aside {
    border: 2px solid #4f4a6a;
    border-radius: 10px;
    padding: 10px;
}

thead.line-item-table__header-group.hidden-phone {
    color: white;
    background-color: #4f4a6a;
    font-weight: bold;
}

button.cart__checkout-button.checkout-button.button.button--primary.button--full {
    background-color: #4f4a6a !important;
}

input.quantity-selector__input.text--xsmall {
    width: 40px;
}

.quantity-selector.quantity-selector--small {
    border: 1px solid #4f4a6a;
    border-radius: 3px;
}

button.line-item__remove-button.btn_item_delete.link.text--subdued.text--xsmall.hidden-phone {
    width: fit-content;
    margin: 20px auto 0;
}

a.line-item__image-wrapper {
    border: 1px solid #4f4a6a;
    border-radius: 3px;
}

tr.line-item {
    border-bottom: 1px solid #4f4a6a69;
}