.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: 10px 0px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-top: 5px;
}

.item-name {
    font-weight: 700;
    font-size: 1.35em;
    margin-bottom: 5px;
}

.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{
    width: 100%;
    height: 43px;
    border: none;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

.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: 100px;
}

.order-qty-wrapper { height: 100px; }

.line-amount-disp { width: 100%; margin-bottom: 5px; text-align: right; padding-top: 13px; }

.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;
    font-size: 23px;
}

.fa {
    /* position: relative; */
    /* top: 1px; */
}

.sale-price span {
    padding-left: 2px;
}

#loader-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 190px;
}

#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: #282828;
}

#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;
}

#reset-filter { cursor: pointer; }

#filter {
    /*text-transform: uppercase;*/
    text-align: center;
    justify-content: center;
    /*width: 100px;*/
    position: relative;
}

#filter-count {
    /*padding: 0px 13px;
    display: flex;
    align-items: center;*/
    /*position: relative;*/
}

#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: absolute;
    top: 5px;
    right: 7px;
    background-color: #FFB74D;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 0.7em;
    color: #000;
}

.material-icons { font-size: 30px; }

.tot-pieces {
    display: flex;
    align-items: center;
    flex: 1;
    color: #fff;
}

.tot-piece-price {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 22px;
}

.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;
}

.cart-page .omf-avatar .bg-img-wrapper {
    height: 140px !important;
}

.cart2 .cancel p {
    position: relative;
    top: -2px;
}
.cart2 .add-qty {
    margin-top: 10px;
}

#product-list {
    background-color: #ede5e7;
}

/*#product-page .add-qty {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background-color: #fff;
    margin-top: 0 !important;
    justify-content: flex-start;
    align-items: center;
}*/

#product-page .omf-sub-tile {
    display: flex;
    position: relative;
    flex-direction: column;
}

/*#product-page .order-qty-wrapper {
    flex-direction: column;
    gap: 10px 30px;
    margin-top: 10px;
}*/

/*#product-page .prd-added .omf-avatar-wrapper {
    transform: translateX(-100px);
}*/

.inv-stat {
    display: none !important;
    background-color: #dedede;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin-top: 10px;
}

.inv-stat.has-stock { background-color: #4caf50; }
.inv-stat.no-stock { background-color: #ef5350; }
.inv-stat.limit-stock { background-color: #ff9800; }

.omf-topbar-wrapper.primary-bg {
    background-color: #fff !important;
}

#prd-search::placeholder {
    color: #000;
}

.cart2 .omf-tile {
    /*flex-direction: column;*/
}

.cart2 .primary-dtls {
    flex-direction: column;
}
.cart2 .line-amount-disp { text-align: left; }

.cart2 .omf-sub-tile {
    display: flex;
    justify-content: space-around;
}

.qty-button .fa {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.cart-page .swipe-msg {
    display: none !important;
}

.filter-option.price-col {margin-bottom: 21px;}

.price-col input {
    width: 80px;
    border: none;
}

#price-slider {
    width: 100%;
    position: relative;
    margin: 15px 0px;
}

.price-col dt { display: block !important; }

.price-disp {
    padding: 8px 10px;
    border: 3px dotted #a9a9a9;
    display: inline-block;
}

span.ui-slider-handle {
    outline: none;
    color: #000 !important;
    background-color: var(--primary-color) !important;

}
/*.ui-slider-range{
    background-color: var(--primary-color) !important;
}*/
/*span.ui-state-default{
    background-color: var(--primary-color) !important;
}*/
span.ui-state-active{
    border: none !important;
    background-color: var(--primary-color) !important;
}
span.price-min-val, span.price-max-val {
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    color: #818181;
}
span.price-min-val{ left: 0px; }
span.price-max-val{ right: 0px; }

span.price-range-min.value, span.price-range-max.value {
    position: relative;
    top: -20px;
    left: -6px;
    font-size: 12px;
}


a.edit-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #00000087;
    font-size: 10px;
    text-align: center;
    width: 60px;
    padding: 5px 5px !important;
    position: absolute;
    bottom: 5px;
    left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.035em;
    backdrop-filter: blur(2px);
    color: #fff;
    z-index: 1;
    gap: 5px;
}

a.edit-item .fa {
    position: relative;
    font-size: 10px;
    top: 0;
    color: #fff;
}

.warning-hglt {
    color: #ff5722;
    text-transform: uppercase;
}

.line-amount-disp .fa-rupee {
    position: relative;
    left: 3px;
    font-size: 14px;
}

.sale-price .fa-rupee {
    position: relative;
    left: 1px;
}

.prd-checkbox {
    display: none;
}

#product-page .prd-added .prd-checkbox {
    display: block;
    position: absolute;
    left: -5px;
    top: 0px;
    font-size: 9px;
}

.prd-checkbox .fa {
    font-size: 3em;
    position: relative;
    top: -10px;
    left: -5px;
    border: 4px solid #ede5e7;
    border-radius: 50%;
    background-color: #fff;
    color: #2196f3 !important;
    z-index: 2;
}

#product-list .omf-tile.prd-added {
    /*border-color: #f44336 !important;*/
    box-shadow: 2px 2px 0px #a5a5a5 !important;
}

.cart-page .omf-tile.prd-added {
    height: fit-content;
}


#slider {
    width: 140px;
    top: 50px;
    position: absolute;
    z-index: 1;
    right: 20px;
    display: none;
}

#product-list.cart2 {
    margin-top: 0;
}

#product-list.one-col .omf-tile {
    width: 100%;
}

#product-list.one-col .bg-img-wrapper {
    height: 260px;
}

#product-list.two-col .omf-tile {
    width: 46%;
    /*max-height: 490px;*/
}

#product-list.two-col .bg-img-wrapper {
    height: 220px !important;
}

#product-list.two-col .primary-dtls {
    flex-direction: column-reverse;
}

#product-list.three-col .omf-tile {
    width: 30%;
}

#product-list.three-col .bg-img-wrapper {
    height: 160px;
}

#product-list.one-col .add-qty {
    align-items: flex-end;
}

/*#prd-layout-view {
    top: 96px;
    position: fixed;
    z-index: 10;
    right: 0;
    display: flex;
    border-radius: 3px;
    padding-right: 11px;
    column-gap: 9px;
    width: 100%;
    justify-content: flex-end;
    background-color: #ede5e7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.view-type {
    width: 40px;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    background-color: #858585;
}

.view-type .material-icons {
    font-size: 25px;
}

.view-type.selected {
    background-color: #383838;
}*/

.view-type.selected {
    color: #000;
}

#search-filter-wrapper {
    display: flex;
    height: 45px;
    background-color: #efefef;
    position: fixed;
    top: 96px;
    z-index: 10;
    width: 100%;
}

#search-filter-wrapper input::placeholder {
    color: #000;
}

#search-filter-wrapper .material-icons {
    color: #000;
}

#product-list:empty {
    background-color: #fff;
}

.view-type .material-icons { font-size: 25px; }
#multigrid-view .material-icons { font-size: 27px; }

#search {
    width: 45px;
    justify-content: flex-end;
}

#search .material-icons {
    position: relative;
    top: 2px;
}

#filter .material-icons {
    position: relative;
    top: -1px;
}

#search-box input::placeholder {
    font-size: 16px;
}

#search-box input::selection {
    background-color: currentcolor;
}

#tot-results {
    position: absolute;
    top: 15px;
    right: 15px;
}

/*#product-list.filtered-list {
    padding-top: 110px;
}*/

.stock-dtls table td {
    font-size: 13px;
    border-color: #cfcfcf;
}

.stock-dtls tr:nth-child(even) {
    background-color: #f2f2f2;
}

table {
    border-collapse: collapse;
}

.stock-dtls {
    margin-top: 10px;
    max-width: 160px;
}

.spec-dtls {
    margin-top: 10px;
    max-width: 160px;
}

.spec-dtls table td {
    font-size: 13px;
    border-color: #cfcfcf;
}

.spec-dtls tr:nth-child(even) {
    background-color: #f2f2f2;
}

.secondary-dtls .sale-price-disp {
    width: 55px !important;;
    height: 20px !important;
    border: 1px solid #dedede;
}