.drawer-b2b .cart-item__error-text:empty + svg.icon.icon-error {
    display: none;
}
.drawer-b2b .drawer__heading {
    margin: 0;
}
.drawer-b2b .drawer__close svg {
    width: 20px;
    height: 20px;
}
.drawer-b2b tbody {
    overflow-y: auto;
    max-height: calc(100vh - 279px);
}
.drawer-b2b #CartDrawer-CartErrors {
    display: none;
}