.items-wrapper .container {
    box-sizing: border-box;
}

#product-list.fixed {
    position: fixed;
}

.container {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand {
    text-transform: uppercase;
    font-size: .85em;
    padding-bottom: 2px;
}

.item-name {
    font-size: 1.1em;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #393d46;
}

.spacer {
    width: 10px;
}

.sale-price {
    display: inline-flex;
    border-radius: 6px;
    font-size: 1.05em;
    line-height: 15px;
    align-items: center;
}

.pack-size-wrapper {
    margin-bottom: 11px;
    margin-right: 10px;
}

select, .secondary-dtls input {
    width: 100%;
    height: 30px !important;
    font-size: 1.0em;
}

select {
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}

.pack-size input {
    flex: 1;
    width: 70px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin-right: 6px;
    padding: 0px 10px;
    text-align: center;
}

.add-qty {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    height: 30px;
    flex-direction: column;
    align-items: flex-end;
}

.add-qty input[type="button"] {background-color: #795548;color: #fff;}

.add-qty input, .number {
    width: 40px;
    height: 30px;
    border-radius: 3px;
    border: none;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    border: 1px solid #d4d4d4;
}

.add-qty input.order-qty {
    width: 40px;
}

/** HEADER STYLES */

.menu {
    width: 50px;
}

.more {
    flex-basis: 35px;
}

.sign-out .app-icons {
    text-align: center;
    display: block;
}

.top-bar-icons img {
    width: 24px;
    display: none;
}

#logo a img {
    mix-blend-mode: multiply;
}

.add-qty .button {
    padding: 0px 15px;
    height: 30px;
}

.order-qty-wrapper { height: 100px; }

.line-amount-disp { width: 100%; margin-bottom: 5px; padding-top: 3px; }

.qty-button {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    height: 25px;
    font-size: 1.20em;
    cursor: pointer;
}

.count {
    border: none;
    font-weight: bold;
    position: relative;
    top: 1px;
}

.pointunits .count {
    width: 48px;
}

.qty-button span {
    position: relative;
    top: -1px;
}

.fa {
    /* position: relative; */
    /* top: 1px; */
}

.sale-price span {
    padding-left: 2px;
}

#loader-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

#loader-wrapper .fa {
    font-size: 4.5em;
}

.fa-spin {
    animation: fa-spin 1.4s infinite linear;
}

#search-box, #filter-head {
    flex: 1;
    height: 100%;
}

#search-box input {
    border: none;
    background-color: transparent;
    height: 100%;
    width: 100%;
    font-size: 1.25em;
    color: #fff;
}

#clear-search img {
    width: 16px;
}

#back-to-menu img {
    width: 20px;
}

#filter-bar {
    background-color: #505050;
    color: #fff;
    padding: 0 16px;
    height: 56px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

#filter {
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    width: 100px;
}

#filter-count {
    padding: 0px 13px;
    display: flex;
    align-items: center;
}

#filter-img {
    display: flex;
    align-items: center;
}

#apply-filter {
    height: 56px;
    background-color: #505050;
    color: #fff;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}

#filter-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #fff;
}

#filter-form fieldset {
    border: none;
    outline: none;
    margin: 0;
    padding: 0 0 24px 0;
}

#filter-form legend {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 102%;
    color: #717171;
    font-weight: bold;
    background-color: #eee;
    padding: 8px 20px;
    margin-left: -5px;
    border-top: 1px solid #cdcdcd;
}

#filter-form select {
    border: none;
    outline: none;
    border-bottom: 1px solid #cecece;
    width: 100%;
    font-size: 16px;
    padding: 16px 0 8px 0;
    height: 50px !important;
}

#filter-form-wrapper {
    margin-top: 100px;
}

.doc-field { padding: 0 16px; }

#filter-count .sup {
    position: relative;
    top: -8px;
    left: 2px;
    background-color: #FFB74D;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-size: 0.83em;
    color: #000;
}

.material-icons { font-size: 30px; }

.tot-pieces {
    display: flex;
    align-items: center;
    flex: 1;
    color: #fff;
}

.tot-piece-price {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
}

.plus-tax {
    font-size: .65em;
    margin-top: 1px;
    position: relative;
    top: -3px;
}

.cart-action-wrapper {
    flex-basis: 150px;
}

.mrp-disp {
    font-size: 1em;
    color: #868686;
}

.order-confirm-overlay {
    background-color: rgba(255, 255, 255, 0.9);  /** background-color: rgba(0, 0, 0, 0.71); */
    color: #000;
    width: 100%;
    height: 100vh;
    z-index: 998 !important;
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 100px 30px;
    box-sizing: border-box;
}

.order-confirm-overlay i {
    color: #95ba2c;
}

.order-confirm-overlay p {
    font-size: .9em;
}

.order-confirm-overlay label {
    margin-bottom: 5px;
}

.order-confirm-overlay p {
    font-size: .9em;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    text-align: justify;
}

.order-confirm-overlay textarea{
    background-color: transparent;
}

.Order-confirmed-btn {
    display: flex;
}

.Order-confirmed-btn div {
    flex: 1;
    margin: 20px;
}

#app-overlay {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .85;
}

#app-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 10000;
    bottom: 0;
    justify-content: center;
}

#app-progress {
    color: white;
    font-size: 1em;
    position: fixed;
    bottom: 15%;
    z-index: 10010;
    text-align: center;
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
    line-height: 1.1em;
}

#order-confirmed {
    background: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10009;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
}

#comment { padding: 10px; }

.add-qty .loading {
    width: 70px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-nav {
    /* margin: 7px 10px; */
    display: flex;
    /* border-radius: 5px; */
    background-color: #FFC107;
}

.breadcrumb-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    padding: 10px 20px;
}

.breadcrumb-nav a::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -3px;
    width: 15px;
    height: 15px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    /* background-color: #808080; */
    box-shadow: 2px -2px 0 2px #da4f4f33, 4px -3px 0 0px #ff000059;
    border-radius: 0 5px 0 50px;
}

.breadcrumb-nav a:last-child::after {
    content: none;
}