/*Hide Order Dashboard Tile */
li#cdash_myrecentorders {
   display: none;
}

.ex-cart .cartproductlines_container tbody td.qnt-count input {
    width: 150px !important;
    height: 22px;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    background: #f5f5f5;
    margin-top: 1px;
}

.ex-loggedout .header-mobile .header-right .quickordertoggle {
  display: none;
}

.header-mobile .header-right .quickordertoggle i {
  color: #da291c;
}