/* removes approve order button forcing user to endit order and use checkout */
a.approve-order.text-success {
    display: none
}
a.approve-await-order.text-success {
    display: none;
}


/* quickfix for quickordertoggle until repo has changes*/
header .header-full .headersection-menu .shoppingtools_container:has(.quickordertoggle) {
  padding: 0 15px !important;
}