.page[name='bundle'] {
    background-color: #f8f8f8;
}
.page[name='bundle'] > .content > .wrapper > .price > .total {
    color: #39b200;
}
.page[name='bundle'] > .content > .wrapper > .quantity > .button {
    background-color: #0d6efd;
    color: #ffffff;
}
.page[name='bundle'][customerType='company'] > .content > .wrapper > .quantity > input {
    background-color: #f1f2f4;
}
.page[name='bundle'] > .navigationBar {
    background-color: #f8f8f8;
}