#category-wrapper::-webkit-scrollbar,
.filter-chip-blk::-webkit-scrollbar {
    display: none;
}


.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: .75em;*/
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-top: 0px;
}

.item-name {
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 6px !important;
}

.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: var(--bg-light);}

.secondary-dtls.has-spec {
    background: #f5f5f5;
    padding: 0 !important;
    /* border: 2px solid #cfcfcf; */
    border-radius: 10px;
    margin: 0 !important;
    overflow: hidden;
}

/*.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 {
    display: block;
    width: 100%;
    font-size: 0.85em;
    padding: 0px;
    margin: 8px 0 0;
    white-space: nowrap;
}

.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;
}

.pointunits .count {
    width: 48px;
}


.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: var(--search-bar);
}

#clear-search img {
    width: 16px;
}

#back-to-menu img {
    width: 20px;
}

#filter-bar {
    background-color: #505050;
    color: var(--bg-light);
    padding: 0 16px;
    height: 56px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

#reset-filter { cursor: pointer; font-size: 0.85em; }

#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: var(--bg-light);
    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: var(--bg-light);
}

#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: var(--bg-light);
}

.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: 100dvh;
    position: fixed;
    top: 0;
    z-index: 1010;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .85;
}

#app-loading {
    background: var(--bg-light);
    width: 100%;
    height: 100dvh;
    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;
}

.omf-app-overlay {
    background: var(--bg-light);
    position: fixed;
    width: 100%;
    height: 100dvh;
    z-index: 10009;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    padding: 20px 16px;


    h1 {
        font-size: 1.5em;
        font-weight: 400;
        margin: 10px 0 6px;
        text-align: center;
    }

    h3 {
        font-size: 1.15em;
        font-weight: 500;
        margin: 10px 0 6px;
        text-align: center;
    }

    p{
        font-size:14px;
        line-height:1.5;
        margin:8px 0;
        text-align: center;
    }
    
    
}


#order-confirmed, #order-processing {


    #order-no{
        font-weight:600;
    }

    .order-mail{
        color:var(--text-grey);
        margin-bottom:24px;
    }

    .omf-action-btn:active{
        transform:scale(.96);
    }

    .omf-action-btn.order-processing-btn {
        background: #e7e7e7;
        color: #4b4b4b;
        pointer-events: none;
    }

}

#order-processing {
    padding-bottom: 90px !important;
}

/* --------------------------------------------- */

@keyframes successRipple{
    0%{transform:scale(.7);opacity:.6}
    100%{transform:scale(1.2);opacity:0}
}

@keyframes checkScale{
    to{transform:scale(1)}
}

@keyframes orderPop{
    from{transform:scale(.92);opacity:0}
    to{transform:scale(1);opacity:1}
}

/* --------------------------------------------- */

#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 {
    width: 80px !important;
    height: 80px !important;
}

.cart-page .omf-avatar .bg-img{
    border-radius: 6px;
}

.cart-page .offer-tag{
    right: 30px;
    display: none;
}

.cart-page .stock-dtls{
    display: none;
}

.cart2 .cancel p {
    position: relative;
    top: -2px;
    z-index: 1;
}
.cart2 .add-qty {
    margin-top: 10px;
}

#product-list {
    background-color: var(--pink-bg);
    /*background-color: var(--bg-light);*/
}

/*#product-page .add-qty {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background-color: var(--bg-light);
    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: var(--bg-light);
    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: var(--bg-light) !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;
}



.cart-page .swipe-msg {
    display: none !important;
}

.filter-option.price-col {margin-bottom: 21px;}

.price-col input {
    width: 80px;
    border: none;
}

#price-slider {
    width: 95%;
    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: var(--bg-light);
    z-index: 1;
    gap: 5px;
}

a.edit-item .fa {
    position: relative;
    font-size: 10px;
    top: 0;
    color: var(--bg-light);
}*/

.warning-hglt {
    color: var(--warning-color);
    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: -3px;
    top: 2px;
    font-size: 6px;
}

.prd-checkbox .fa {
    font-size: 3em;
    position: relative;
    top: -10px;
    left: -5px;
    border: 4px solid #ede5e7;
    border-radius: 50%;
    background-color: var(--bg-light);
    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;
}*/

.cart-page .omf-tile.prd-added {
    height: fit-content;
    border-bottom: 3px dotted #e0e0e0;
    border-radius: 0;
    padding-bottom: 20px !important;
    margin: 0 0px 20px !important;
}

.cart-page .omf-tile.prd-added:not(:has(~ .prd-added)) {
    padding-bottom: 0 !important;
    border-bottom: none;
}

#slider {
    width: 140px;
    top: 50px;
    position: absolute;
    z-index: 1;
    right: 20px;
    display: none;
}

#product-list.cart2 {
    margin-top: 0;
    background: #fff;
}



#product-list.one-col {
    background-color: var(--bg-light);


    .omf-tile {
        width: 100%;
        display: flex;
        align-items: flex-start;
        padding: 0 !important;
        background: 0;
        border: none;
        box-shadow: none !important;
        /*border-bottom: .5px solid #d3d3d3;*/
        border-bottom: 3px dotted #e0e0e0;
        border-radius: 0;
        padding-bottom: 20px !important;
        margin: 0 16px 20px !important;
        background-color: var(--bg-light);
        
        .omf-sub-tile {
            min-width: 60px;
            max-width: 80px;
        }

        .omf-avatar-wrapper {
            border-radius: 8px;
            width: 100%;
            aspect-ratio: 1 / 1;
            overflow: hidden;
        }

        .omf-avatar .bg-img-wrapper {
            height: 100% !important;
        }

        .zoom-icon{
            /*bottom: 8px;*/
            top: 8px !important;
            top: unset;
        }

        .rounded-corder-holder{
            display: none;
        }

        .stock-dtls{
            max-width: unset;
        }

        .primary-dtls, .secondary-dtls:not(.has-spec) {
            padding: 0px !important;
        }

        .omf-tile-details{
            margin-left: 14px !important;
            height: 100%;
            display: flex;
            flex-direction: row;
        }

        .brand{
            line-height: 16px;
        }

        .full-width.omf-action-btn-wrapper {
            width: 60px;
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
            position: relative;
        }


        .full-width.omf-action-btn-wrapper.add-btn-v2 {
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
            position: relative;
            margin-top: 10px;


            .order-qty-wrapper {
                width: 127px;
            }

            .qty-button.count {
                width: 60px !important;
                border-radius: 4px;
            }

            .order-qty-disp {
                width: 100% !important;
            }

        }

        .full-width.omf-action-btn-wrapper.add-btn-v3 {

            /*width: 60px;*/
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
            position: relative;

            .add-qty{
                width: 60px !important;
            }

            .order-qty-wrapper {
                width: 100%;
            }

        }

        .omf-input-wrapper{
            overflow: auto;
                
            .qty-button.count {
                width: 60px !important;
                border-radius: 4px;
                border: none;
            }

            .order-qty-disp {
                width: 60px !important;
            }

        }

        .omf-action-btn.add-qty-btn{
            padding: 6px 10px;;
        }

        .add-qty {
            min-width: fit-content;
            margin: 0;
            /*position: absolute;
            top: 40px;
            right: 0;*/
        }

        .offer-tag {
            top: 0;
            right: 0;
        }

        .prd-checkbox{
            visibility: hidden;
        }

        .item-name {
            font-size: 0.95em;
            letter-spacing: 0.05em;
            line-height: 1.25em;
            font-weight: 600;
            margin-bottom: 4px !important;
            padding-right: 10px;
        }

        .spec-calculations-blk {
            background: #d1d1d1;
            padding: 2px 10px;
            font-size: 14px;
            height: 40px;
        }

        .spec-calculations-blk i{
            font-size: 12px;
        }

        span.line-qty {
            white-space: nowrap;
        }

        input.sale_price {
            /* border: none !important; */
            /* border-radius: 6px; */
            /* height: 28px !important; */
            padding: 2px 6px;
            text-align: center;
        }

        /*.item-name h4 {
            width: auto;
            white-space: normal;
            line-height: 18px;
            font-weight: 600;
            color: #000;
            word-break: break-all;
        }*/

        .stock-dtls table td{
            border: 1px solid #cdcdcd;
        }


    }  

    .omf-tile:last-of-type {
        border-bottom: none;
        padding-bottom: 10px !important;
        margin-bottom: 0 !important;
    }



}

#product-list.one-col {
    padding: 20px 0px;
}


#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: 170px !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;
}

#product-list.one-col{

    .omf-action-btn-wrapper{
        padding: 0 !important;
    }

}

/*#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: var(--bg-light);
    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 {
    height: 50px;
    /*position: sticky;*/
    /*top: 55px;*/
    /*z-index: 200;*/
    padding: 10px 16px 6px;
    background: var(--bg-light);
}

.search-filter-holder {
    height: 100%;
    display: flex;
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 50px;
}



#search-filter-wrapper input::placeholder {
    color: var(--text-black);
}


/**::placeholder {
    font-size: 14px !important;
}*/

#search-filter-wrapper .material-icons {
    color: var(--text-black);
    font-size: 23px;
}

#product-list:empty {
    background-color: var(--bg-light);
}

.view-type .material-icons { font-size: 25px; }
#multigrid-view .material-icons { font-size: 27px; }

#search {
    width: 40px;
    justify-content: center;
    padding-left: 10px;
}

#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 tr td{border-bottom: 1px solid #cdcdcd;}

.stock-dtls table tr:last-child td{border-bottom: none;}

.stock-dtls table td {
    font-size: 11px;
    border-color: #cfcfcf;
    padding: 4px;
}

/*.stock-dtls tr:nth-child(even) {
    background-color: #f2f2f2;
}*/

table {
    border-collapse: collapse;
}

.stock-dtls {
    margin-top: 10px;
    max-width: 160px;
}

#fullscreen-wrapper .edit-item{
    display: none;
}


/* Filter Chip Block */

.filter-chip-blk {
    height: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    position: sticky;
    top: 55px;
    z-index: 200;
    background: #e5e5e5;
    /* border-bottom: 1px solid #b1b1b1; */
    zoom: 80%;
}

.filter-chip-holder.flex {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.filter-chip {
    height: 32px;
    align-items: center;
    margin-right: 10px;
    white-space: nowrap;
    border: 1px solid var(--text-muted);
    padding: 10px;
    border-radius: 60px;
    font-size: 0.90em;
    letter-spacing: 0.025em;
    font-weight: 500;
    color: #454545;
    gap: 4px;
    line-height: 17px;
    cursor: pointer;
    background: #fff;
}

.filter-chip i {
    font-size: 12px;
    line-height: 13px;
}

span.remove-filter {
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red-color);
    display: none;
}

.remove-filter i{
    font-size: 14px;
}

.filter-chip.selected-chip{
    border: 1px solid var(--primary-color);
}

.selected-chip .remove-filter{
    display: flex;
}

.filter-chip #filter-count .sup {
    /* position: relative; */
    background: var(--primary-dark);
    color: var(--bg-light);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 50%;
    margin-right: 3px;
}

.filter-chip.dynamic-chip {
    background: var(--primary-100);
}


.filter-hdr-blk {
    align-items: center !important;
    padding: 20px 16px;
    border-bottom: 1px solid #cdcdcd;
}

.filter-inner-wrapper {
    padding: 0 16px;
}


/* 2026/06/13 */

.omf-input-wrapper{

    /*gap:10px;*/

    .omf-input-hdr {
        margin: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        color: #000;
    }

    input {
        /*width: 56px;*/
        padding: 3px;
        border-radius: 2px;
        margin-right: 2px;
        border: 1px solid #a2a2a2 !important;
        height: 28px !important;
        text-align: center;
    }

    input::placeholder{
        font-size: 12px;
        color: #444 !important;
    }

}

.stickers-label-wrapper.v1{
    margin-top: 10px;

    .stickers-label {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E3F2FD;
        padding: 6px 10px;
        border-radius: 4px;
        gap: 6px;
        font-size: 0.85em;
        letter-spacing: 0.035em;
        font-weight: 500;
    }

    .stickers-label, .stkr-val {
        white-space: nowrap !important;
        flex-wrap: nowrap;

        span{
            white-space: nowrap !important;
        }
    }

    .violet.stickers-label {
        background-color: #EDE7F6;
        color: #673AB7;
    }

    .green.stickers-label {
        background: #E8F5E9;
        color: green;
    }

}


.stickers-label-wrapper.v2{
    justify-content: center;

    .stickers-label {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        background: #E3F2FD;
        border-radius: 4px;
        gap: 6px;
        font-size: 0.85em;
        letter-spacing: 0.035em;
        font-weight: 500;
        min-width: 100px;
        padding: 12px;

        span.stkr-hdr{
            font-weight: 300 !important;
            line-height: 10px;

            i{display: none;}
        }

        span.stkr-val{
            /*font-size: 18px !important;*/
        }

    }

    .violet.stickers-label {
        background-color: #EDE7F6;
        color: #673AB7;
    }

    .green.stickers-label {
        background: #E8F5E9;
        color: green;
    }

}

.stickers-label-wrapper.v3{
    justify-content: center;
    background: #efefef;
    border-radius: 10px;
    gap: 0;

    .stickers-label{
        border-right: 1px solid #9E9E9E;
    }

    .stickers-label:last-child{
        border-right: none !important;
    }


    .stickers-label {
        flex: 1;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 6px;
        letter-spacing: 0.035em;
        font-weight: 500;
        min-width: 100px;
        padding: 12px 12px;

        span.stkr-hdr{
            font-weight: 300 !important;
            line-height: 10px;
            font-size: 0.9em;

            i{display: none;}
        }

        span.stkr-val{
            /*font-size: 18px !important;*/
        }

        .warning-hglt {
            white-space: nowrap;
            font-size: 13px;
        }

    }

    .violet.stickers-label {
        color: #673AB7;
    }

    .green.stickers-label {
        color: green;
    }

}

.cart-page {
    .add-qty {
        /*width: 60px !important;
        min-width: fit-content !important;*/
    }    
}

.omf-input-wrapper.flex.gap-5.wrap .omf-input-blk {
    padding: 9px 2px;
    flex: 1;
}

.omf-input-blk {
    flex: 1;
    background: #ebebeb;
    padding: 7px 4px;
    padding-bottom: 10px;
}

.bg-lt-gray {
    background-color: #efefef;
}

.bg-gray {
    background-color: #e3e3e3;
}

input[readonly] {
    color: #000000;
    background-color: #dfdfdf;
}

.chip-label.vr2 {
    border: none;
}

.hglt-slate {
    background-color: #475569;
    color: #fff !important;
}

.hglt-maroon {
    background-color: #8B0D12;
    color: #fff !important;
}

.hglt-wine {
    background-color: #7A1E2C;
    color: #fff !important;
}

.hglt-charcoal {
    background-color: #374151;
    color: #fff !important;
}

.hglt-steel {
    background-color: #5B6470;
    color: #fff !important;
}

.hglt-coffee {
    background-color: #6D4C41;
    color: #fff !important;
}

.hglt-plum {
    background-color: #6A1B4D;
    color: #fff !important;
}


/*Blue family*/
.hglt-navy {
    background-color: #1E3A8A;
    color: #fff !important;
}

.hglt-royal {
    background-color: #2563EB;
    color: #fff !important;
}

.hglt-cobalt {
    background-color: #1D4ED8;
    color: #fff !important;
}

.hglt-steel-blue {
    background-color: #4682B4;
    color: #fff !important;
}

.in-stock {
    position: absolute;
    bottom: 3px;
    background: var(--primary-dark);
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}