.page[name='basket'] > .header,
.page[name='basket'] > .content > .items > .item {
    border-bottom: 1px solid #e0e0e0;
}
.page[name='basket'] > .content > .items > .message {
    color: #888888;
}
.page[name='basket'] > .content > .items > .item > table > tbody > tr > .unit > .button {
    background-color: #0d6efd;
    color: #ffffff;
}
.page[name='basket'] > .content > .items > .item > table > tbody > tr > .information > div[key='description'] {
    background-color: #0373f3;
    color: #ffffff;
}
.page[name='basket'] > .content > .items > .item > table > tbody > tr > .information > div[key='price'] {
    color: #0373f3;
}
.page[name='basket'] > .content > .items > .item > .operations > .button {
    background-color: #c82c08;
    color: #ffffff;
}
.page[name='basket'] > .content > .button {
    background-color: #0373f3;
    color: #ffffff;
}
.page[name='basket'] > .navigationBar {
    background-color: #ffffff;
}