#client_view_order_details .static.buttons,
.productlists .static.buttons {
    position: fixed;
    bottom: -10px;
    z-index: 4;
    background-color: rgb(35, 53, 69);
    width: 100%;
    left: 0;
    padding: 0px 0 0px;
    color: white;
    transition: bottom .33s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.static.buttons .counter {
    /* border: solid; */
    display: inline-block;
    width: 6%;
    margin-right: 1%;
}

.static.buttons .row .counter .check-all {
    display: inline-block;
    width: 4em;
    text-align: center;
    cursor: pointer;
}

.static.buttons .row .label {
    display: inline-block;
    font-size: 18px;
}

.buttons .counter {
    display: none;
}

.buttons .row.content {
    margin: 0;
}

.buttons.static .row.content {
    margin: 0 auto;
    background-color: rgb(28, 42, 54);
    padding: 10px 0 20px;
}

footer.fixedBottomBar.temp-hidden {
  bottom: -4em;
  transition: bottom .25s ease-in;
}

.buttons {
    bottom: -4em;
    padding: 0;
}

div[data-for=confirm-list-container] {
    display: inline;
}
