html {
    height: 100%;
    overflow: auto;
}
body {
    height: 100%;
}
.LuckiestSoftieProExtraBold {
    font-family: LuckiestSoftieProExtraBold;
    letter-spacing:1px;
}
.bg-custom-light-bg {
    background-color: #a47fb0;
}
.text-120px {
    font-size: 120px;
    line-height: 120px;
}

.text-10px {
    font-size: 10px;
}

.text-yellow {
    color: #F3CFB2;
}

.bg-categorymenu {
    overflow: auto;
}

.letter-spacing {
    letter-spacing: 4px;
}
.hide{
    display:none;
}
.fullwidth{
    width:100%;
}
.bottom-arrow-button {
    background-image: url(../img/Purple_c.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#_dm_main_menu_modal,
#_dm_instructions_modal {
    /* top: calc(15% - 0.875rem);
    left: calc((100% - 70%) / 2); */
    /* overflow-y: hidden; */
    /* width: 70%; */
    /* height: 70%; */
    opacity: 0.8;
    border-radius: 38.6px;
}

#_dm_instructions_modal {
    /* height: 80%;
    top: calc(10% - 0.875rem); */
}

.dm-modal-content {
    background-color: rgba(85, 85, 85, 0.40);
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.90) !important;
    border-radius: 38.6px;
    padding: 0.5rem;
}

.bg-gray-900 {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.dm_menu_item {
    /* width: 100px;
    height: 100px; */
    padding: 1.0rem;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 0.5rem;
    box-shadow: 2px 4px 5px #000000a2;
    cursor: pointer;
    justify-self: center;
}

.milk_tea_menu_item {
    background-color: #F3CFB2;
}

.fruity_menu_item {
    background-color: #D9B7E2;
}

.signature_menu_item {
    background-color: #FA7598;
}

.dessert_menu_item {
    background-color: #A67EB1;
}

.milkshake_menu_item {
    background-color: #8D90D5;
}

#_dm_main_menu_modal .dm-modal-content {
    max-height: 700px;
    /* overflow-y: scroll; */
}

.dm_modal {
    padding: 0.75rem;
    transform: translate3d(0, 0, 0);
}

.dm_modal_close_btn {
    background: url('../img/Exit button.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    top: -20px;
    right: -15px;
}
.w-27px {
    width: 27px;
}
.h-27px {
    height: 27px;
}
button.slick-prev.slick-arrow {
    left: 0px;
    top: 0px;
}

button.slick-next.slick-arrow {
    right: 0px;
    top: 0px;
}

.slick-prev,
.slick-next {
    z-index: 9;
}

@media (max-width: 640px) and (min-width: 320px) {
    #_dm_main_menu_modal {
        /* width: 90%; */
        /* height: 65%;
        left: 5%;
        top: calc(17.5% - 0.875rem); */
    }

    #_dm_instructions_modal {
        /* width: 90%;
        height: 80%;
        left: 5%;
        top: calc(10% - 0.875rem); */
    }

    .dm_modal_close_btn {
        width: 50px;
        height: 50px;
    }
}

.slick-container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    #proDescp {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        line-height: 20px;
    }

    .slick-container {
        width: 100%;
    }
}

.dm_navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-point-circle {
    border-radius: 25px;
    /* height: 40px;
    width: 40px; */
    background-color: #FA7598;
}

#dm_category_screen {
    /* background: url('/img/common_wave.svg') !important; */
    background-position: top;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 100px;
    background-origin: content-box;
    height: 300px;
}

.ice_descp h5 {
    height: calc(20px + 0.85rem);
    padding-top: 0.425rem;
}

.abs_top_img,
.dm_navbar_container {
    /* background-image: url('/img/cat_top_img.svg'); */
    width: 100%;
    position: absolute;
    z-index: -9;
    transition: background-color 0.3s ease-in-out;
}
.dm_navbar {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.dm_navbar_item {
    padding-left: 0;
    padding-right: 0;
}
.dm_navbar_container {
    z-index: 9;
}

.white_dash {
    /* background-color: #fff; */
    height: 3px;
    width: 50px;
    border-radius: 20px;
    position: relative;
}

.spacer {
    height: 19px;
}

.w-50px {
    width: 50px;
}

.h-50px {
    height: 50px;
}

.w-40px {
    width: 40px;
}

.h-40px {
    height: 40px;
}

.w-45px {
    width: 45px;
}

.h-45px {
    height: 45px;
}

.w-35px {
    width: 35px;
}

.h-35px {
    height: 35px;
}

.w-30px {
    width: 30px;
}

.h-30px {
    height: 30px;
}

.dm_customize_btn {
    min-width: 170px;
    background-color: #FA7598;
    color: white;
    /* box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.54); */
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    padding: 8px 1.5rem;
    border-radius: 25px;
    line-height: 20px;
}

.w-120px {
    width: 120px;
}

.w-140px {
    width: 140px;
}

.w-180px {
    width: 180px;
}

.text-18px {
    font-size: 18px;
}
.text-14px {
    font-size: 13.3px;
}
.text-20px {
    font-size: 20px;
}
.text-22px {
    font-size: 22px;
}
.text-26px {
    font-size: 26px;
}
@media (max-width: 767px) and (min-width: 500px) {
    .sm\:w-180px {
        width: 180px;
    }

    .sm\:w-140px {
        width: 140px;
    }

    .sm\:w-120px {
        width: 120px;
    }

    .sm\:w-50px {
        width: 50px;
    }

    .sm\:h-50px {
        height: 50px;
    }

    .sm\:w-40px {
        width: 40px;
    }

    .sm\:h-40px {
        height: 40px;
    }

    .sm\:w-45px {
        width: 45px;
    }

    .sm\:h-45px {
        height: 45px;
    }

    .sm\:w-35px {
        width: 35px;
    }

    .sm\:h-35px {
        height: 35px;
    }

    .sm\:w-30px {
        width: 30px;
    }

    .sm\:h-30px {
        height: 30px;
    }

    .sm\:text-18px {
        font-size: 18px;
    }

    .sm\:text-20px {
        font-size: 20px;
    }

    .sm\:text-24px {
        font-size: 24px;
    }

    .sm\:text-28px {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .md\:w-140px {
        width: 140px;
    }

    .md\:w-120px {
        width: 120px;
    }

    .md\:w-180px {
        width: 180px;
    }

    .md\:w-50px {
        width: 50px;
    }

    .md\:h-50px {
        height: 50px;
    }

    .md\:w-40px {
        width: 40px;
    }

    .md\:h-40px {
        height: 40px;
    }

    .md\:w-45px {
        width: 45px;
    }

    .md\:h-45px {
        height: 45px;
    }

    .md\:w-35px {
        width: 35px;
    }

    .md\:h-35px {
        height: 35px;
    }

    .md\:w-30px {
        width: 30px;
    }

    .md\:h-30px {
        height: 30px;
    }

    .abs_top_img {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .md\:text-18px {
        font-size: 18px;
    }

    .md\:text-22px {
        font-size: 22px;
    }

    .md\:text-20px {
        font-size: 20px;
    }

    .md\:text-24px {
        font-size: 24px;
    }

    .md\:text-28px {
        font-size: 28px;
    }
}

.slick-next:before {
    position: absolute;
    top: 130px;
    right: 10px;
    font-size: 45px;
    -webkit-mask-image: url('../img/Right Button.svg');
    mask-image: url('../img/Right Button.svg');
    background: url('../img/Right Button.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 40px;
    height: 40px;
    /* z-index: 999; */
    content: attr(data-slick-next);
}

.slick-prev:before {
    position: absolute;
    top: 130px;
    left: 10px;
    font-size: 45px;
    -webkit-mask-image: url('../img/Left Button.svg');
    mask-image: url('../img/Left Button.svg');
    background: url('../img/Left Button.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 40px;
    height: 40px;
    content: attr(data-slick-prev);
    /* z-index: 999; */
}
.slick-prev:before, .slick-next:before {
    color: unset;
}
.slick-slide img {
    margin: auto;
    transition: all 0.2s ease-in-out;
    opacity: 0.5;
    transform: scale(0.4);
    max-height: 364px;
}

.slick-slide.slick-current img {
    opacity: 1;
    transform: scale(0.75);
}
.bottomMenuSection{
    display:none;
}
.itemSliderHolder.slick-current .bottomMenuSection {
    display: block;
}
.white_dash::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 65px;
    width: 60px;
    height: 60px;
    background: url('../img/customize icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .slick-next:before {
        top: 270px;
        right: 10px;
    }

    .slick-prev:before {
        top: 270px;
        left: 10px;
    }

    .white_dash::after {
        width: 50px;
        height: 50px;
        left: 50px;
    }

    /* .boba_instruction {
        width: 40px;
        height: 40px;
        top: calc(50% - 40px);
        left: calc(50% + 15px);
    } */
    #dm_category_screen {
        /* background: url("/img/mobile_wave.svg") !important; */
        background-repeat: no-repeat !important;
        background-size: cover !important;
        margin-top: 75px;
    }
}

@media (max-width: 768px)  {
    .slick-container {
        margin-top: 55px;
    }
}

@media (max-width: 425px) {
    .slick-container {
        margin-top: 25px;
    }
}

@media (max-width: 640px) {
    .slick-next:before, .slick-prev:before {
        right: 10px;
        top: 242px;
    }

    #dm_category_screen {
        margin-top: 85px;
    }
}

@media (max-width: 450px) {
    .slick-next:before {
        font-size: 40px;
        right: 30px;
    }

    .slick-prev:before {
        left: 25px;
        font-size: 40px;
    }
}

.slick-slide .slick_bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: scale(0);
    transform-origin: center;
    transition: all 0.3s ease-in-out;
}

.slick-slide.slick-current .slick_bg {
    transform: scale(1);
}

.bottomMenuSection {
    max-width: 700px;
    margin: auto;
    margin-top: 30px;
    column-gap: 0.75rem;
    height: 50px
}

.flavorsContent {
    max-width: 700px;
    margin: auto;
    column-gap: 0.75rem;
}

.prevCat,
.nextCat {
    background-color: rgba(170, 151, 184);
    width: 50px;
    height: 50px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    /* box-shadow: 0px 4px 4px rgba(85,85,85,0.8); */
}

.prevCat {
    transform: rotate(-15deg);
}

.nextCat {
    transform: rotate(15deg);
}

.prevCat:hover,
.nextCat:hover {
    background: #FA7598;

    border-radius: 55%;
}

.prevCat img,
.nextCat img {
    height: 50%;
    width: auto;
}

.bg-gray-900 {
    z-index: 999;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
img {
    position: unset;
    z-index: unset;
}

.text-shadow {
    text-shadow: 0px 1px 1px rgba(0,0,0,0.25)
}
.digitalmenu_pink_wavy {
    background-image: url("../img/digitalmenu_pink_wavy.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 250px;
    width: 100%;
    bottom: -50px;
}

.dmRaibow {
    transform: rotate(-5deg) scale(1.1);
    top: 15%;
    left: 8%;
}

.dmIceCream {
    transform: rotate(-19deg) scale(1.1);
    top: 40%;
    left: 20%;
}

.dmBubble {
    transform: rotate(-5deg) scale(1.1);
    top: 60%;
    left: 5.5%;
}

.dmWaffle {
    transform: rotate(15deg) scale(1.1);
    top: 40%;
    left: 75%
}

.dmCup {
    transform: rotate(10deg) scale(1.1);
    top: 15%;
    left: 85%;
}

@media (max-width: 768px) {
    .dmpic {
        width: 260px;
    }

    .digitalmenu_pink_wavy {
        width: 100%;
    }

    .desktop-icon {
        display: none;
    }

    .dmRaibow {
        transform: rotate(-5deg) scale(1.4);
        top: 0px;
        right: 15%;
    }

    .dmBubble {
        top: 56%;
        left: 9%;
        transform: rotate(-5deg) scale(1.4);
    }
}

@media (max-width: 960px) {
    .dmBubble {
        transform: rotate(-5deg) scale(1.3);
        left: 5.5%;
    }
}

@media (max-width: 768px) {
    .dmBubble {
        transform: rotate(-5deg) scale(1.3);
        top: 2.0%;
        left: 70%;
    }
}

@media (max-width: 480px) {

    /* pic */
    .dmpic {
        width: 200px;
    }

    .digitalmenu_pink_wavy {
        width: 100%;
    }

    .desktop-icon {
        display: none;
    }

    .dmRaibow {
        transform: rotate(-5deg);
        top: 0px;
        right: 15%;
    }

    .dmBubble {
        top: 2%;
        left: 70%;
        transform: rotate(-5deg);
    }

    .bottomMenuSection {
        margin-top: 30px;
    }

    .slick-slide {
        margin: auto;
    }
}



@keyframes animatedBackground {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.slick__item {
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    animation: animatedBackground 0.4s;
}

.singleSlick .slick-slide {
    transform: scale(0);
    transition: transform 0.4s;
}

.singleSlick .slick-slide.slick-current {
    transform: scale(1);
}

#main_menu_front {
    position: fixed;
    bottom: 0px;                                
 /*   transform: translateY(0px);*/
    z-index: 999;
    transition: transform 0.3s ease-in-out;
    height: 100%;
    width: 100%;
}

#open_pop_up,
#open_pop_up2 {
    cursor: pointer;
}

.text-capitalize {
    text-transform: capitalize;
}

.popping_boba {
    grid-template-columns: 2fr 1fr;
}

.popping_boba img {
    width: 18px;
}

.new-price-circle {
    background-image: url("../img/point_circle_new.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px;
}

/* .new-price-circle h4 {
    margin-left: -5px;
} */

.text-pink {
    color: #FA7598;
}

/* #choose_drink_container {
    h4 {
        line-height: 20px;
    }
} */
h4.font-watermelon {
    line-height: 20px !important;
}

.dm-modal-content {
    width: fit-content;
}

#_dm_milk_instructions_modal .dm-modal-content {
    padding: 0px;
}

.flavorsContent:last-child .flavorItem:last-child {
    margin-bottom: 20px;
}

/* ===== Animation for digital menu page ======  */
.fading {
    animation: fadeInOut 1.75s ease-in-out infinite;
    /* Adjust the duration and easing as needed */
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.floating-image {
    position: relative;
    animation: floatUpDown 2s ease-in-out infinite;
    /* Adjust the duration and easing as needed */
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        /* Adjust the distance you want the image to move up and down */
    }
}

.dmBubble-dmRaibow-animation {
    animation: bubbleRaibowAnimation 5s ease-in-out infinite;
    
}

.dmBubble.dmBubble-dmRaibow-animation {
    animation-delay: 1.5s;
}

@keyframes bubbleRaibowAnimation {

    0%,
    100% {
        transform: translate(1px, 1px);
    }

    50% {
        transform: translate(-5px, -5px);
    }
}

.rotate-and-scale {
    animation: rotateAndScale 5s infinite;
}

@keyframes rotateAndScale {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(15deg) scale(1.1);
    }
}

.rotate-and-scale {
    animation: rotateAndScale 5s infinite;
}

.dmCup-animation {
    animation: dmCupAnimation 5s infinite;
}

@keyframes dmCupAnimation {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(10deg) scale(1.1);
    }
}

.dmIceCream-animation {
    animation: dmIceCreamAnimation 5s infinite;

}

@keyframes dmIceCreamAnimation {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(-19deg) scale(1.1);
    }
}
.cat_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 1.25rem;
    position: relative ;
    z-index: 9999;
}
.cat_btn, .how_to_order_btn {
    background-color: #8B85CA;
    color: white;
    min-width: 235px;
    text-align: center;
    cursor: pointer;
    border-radius: 60px;
    padding: 0.5rem;
}
#tabsContainer {
    column-gap: 2.0rem;
    height: 35px;
}
.tabItem {
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 0.16em;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}
.tabItem.selected {
    font-weight: 600;
    position: relative;
}
.tabItem.selected .tabUnderline {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 8px;
    /* background-image: url("/img/selectedLine.svg"); */
    background-repeat: no-repeat;
    background-size: contain; 
}
.textUpper {
    text-transform: uppercase;
}

@media screen and (max-width: 425px) {
    #tabsContainer {
        column-gap: 1.0rem;
    }
}
#selectedProductDescription {
    line-height: 16px;
}
#selectedCatName {
    line-height: 30px;
}
#selectedProductName {
    text-transform: uppercase;
}
.py-22px {
    padding-top: 22px;
    padding-bottom: 22px;
}
#dm_category_screen {
    display: none;
}
.carousel-control.left, .carousel-control.right {
    background: transparent !important;
}
.order-type-container, .order-type-selection {
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    max-width: 768px;
    text-align: center;
}
.carousel-item {
    width: 100%;
    position: relative;
}

.carousel-caption {
    top: 100%;
}
/*.carousel-inner {
    overflow: unset;
}
    .carousel-inner .item {
    display: inline-flex;
    justify-content: center;
    margin: auto;
}
    .carousel-inner .item .carousel-caption {
        display: none;
    }
    .carousel-inner .item.active .carousel-caption {
        display: block;
    }
.carousel-inner {
    display: flex;
    flex-wrap: nowrap;
}

.carousel-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}*/
.carousel-img-container img {
    text-align: center;
    margin: auto;
    max-width: 100% !important;
    max-height: 330px !important;
    width: auto !important;
}
.carousel-img-container .carousel-caption {
    right: 0;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    width: 100%;
}
.order-type-container .btn {
    width: 140px;
    height: 150px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 900 !important;
    color: #ffffff;
    background-color: #FA7598;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin: 10px;
}
.order-type-selection .btn {
    width: 200px;
    height: 120px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ea7898;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin: 10px;
}
.order-type-container .btn:hover {
            background-color: rgb(139 133 202);
            box-shadow: 0px 15px 20px rgba(139, 133, 202, 0.4);
            color: #fff;
            transform: translateY(-7px);
}
.order-type-selection .btn:hover {
    background: #efbec6;
    color: #a280af;
    transform: translateY(-7px);
}
.efbec6Color {
    color: #efbec6;
}
.dm_navbar_container {
    z-index: 1000;
}
.carousel-caption {
    position: relative;
    left: 0;
    right: 0;
}
.bottomMenuSection {
    height: auto;
}
.carousel-item-previmg, .carousel-item-nextimg {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 40%;
    right: 0;
    left: auto;
    align-content: baseline;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.5;
    /* transform: scale(0.6) translateX(0px); */
}
.prevNextcontainer {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}
    .prevNextcontainer div {
        width: 50%;
        height: 100%;
        align-items: center;
        display: flex;
    }
    .prevNextcontainer img {
        height: 35%;
        margin: auto;
    }
    .prevNextcontainer img.first-child{
        height:25%;
    }
    .carousel-item-previmg {
        left: 0;
    }
.carousel-item-nextimg {
    right: 0;
}
.prevNextcontainer.flexEnd {
    justify-content: flex-end;
}
.boxed-white-ribbon {
    background: #ffffff;
    width: 100px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    opacity: 0.85;
    z-index: 1050;
}
.left-block-ribbon {
    left: 8px;
}
.right-block-ribbon {
    right: 28px;
}
.bottom-block-ribbon {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    bottom: 0;
    border-radius: 0;
    height: 64px;
    top: auto;
    background-color: #ffffff;
    border-top: solid 1px #ffffff;
    z-index: 1000;
}
.top-block-ribbon {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: 64px;
    top: 0;
    background-color: #ffffff26;
    display: flex;
}
.bottom-block-ribbon ul, .top-block-ribbon ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: space-evenly;
}
.boxed-white-ribbon li {
        width: 100%;
        padding: 0.25rem;
        position: relative;
        padding: 1rem;
        white-space: nowrap;
        /* text-align: center; */
        color: rgba(#000000,.25);
        border: none;
        font-size: .65625rem;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 0;
        margin: 0;
        border-bottom: solid 1px #f5f5f5;
        color: #000000;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
.top-block-ribbon ul li {
    border-bottom:none;
}
.bottom-block-ribbon li a, .top-block-ribbon li a {
    color: #8b85ca;
}
.boxed-white-ribbon li span {
    width: 100%;
    position: relative;
    display: block;
}
.bottom-block-ribbon li span.cartBadge, .top-block-ribbon li span.cartBadge {
    width: auto;
    position: absolute;
    display: inline;
    margin-left: 4px;
    /* font-size: 11px; */
    top: -12px;
}
.cursorLink {
    cursor: pointer;
    border-radius: 14px;
}
.nav-link {
    color: #212529;
}
.form-control:focus {
    border: solid 1px !important;
}
.modal-right .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 360px;
    max-width: 100%;
    margin: 0;
    -webkit-transform: translate(100%, 0) !important;
    transform: translate(100%, 0) !important;
    -webkit-transition: .5s;
    transition: .5s;
}
.modal-right.show .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
.modal-right .modal-dialog.halfWidth {
    width: 50%;
}
.modal-dialog.Width65 {
    width: 50%;
    max-width: 100%;
}
.modal-right .modal-dialog.Width34 {
    width: 90%;
}
.modal-right .modal-dialog.Width100 {
    width: 100%;
}
.modal-right .modal-dialog.fullHeight {
    height: 100%;
    border: solid 3px #ffffff;
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-right .modal-content {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.empty-cart {
    text-align: center;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .empty-cart h2 {
        font-size: 24px;
        color: #333;
    }

.add-items-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .add-items-btn:hover {
        background-color: #0056b3;
    }
.dm_customize_btn {
    margin: 4px;
}
label.option-label.cursorLink.flex {
    padding-left: 16px;
    padding-right: 16px;
}
.option-list .option .option-input {
    display: none;
}
.option-list .option .option-input:checked + .option-label h2{
        color: #8B85CA !important;
}
    .option-list .option .option-input:checked + .option-label .item-point-circle {
        background: #8B85CA;
    }
.cartBadge {
    font-size: 13px;
    width: 25px;
    border-radius: 50px;
    display: inline-flex;
}
.pos .pos-sidebarKiosk {
    width: 50% !important;
    flex: 0 0 50%;
}
.KioskPaymentWrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    margin: 2px;
    border-top: solid 1px;
    border-top: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
}
    .KioskPaymentWrapper .btn {
        margin:2px;
    }
.kioskItemcontainer {
    /*    padding: 40px 80px;*/
    display: flex;
    flex-wrap: wrap;
    /*    justify-content: center;*/
    justify-content: flex-start;
    margin: 0;
}
    .kioskItemcontainer .card {
        position: relative;
        /*        box-shadow: rgb(255 255 255 / 66%) 0 3px 6px 0, inset #efefef 0 0 0 1px, inset rgb(241 241 241 / 50%) 0 0 0 1px;*/
        transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        border: none !important;
        max-height: 360px;
        height: 365px;
        cursor: pointer;
        box-shadow: rgb(241 241 241 / 10%) 0 1px 3px 0, inset #dfdfdf 0 0 0 1px, inset rgb(255 255 255 / 10%) 0 0 0 1px;
        border-radius: 10px;
    }
.kioskItemcontainer .card-bg {
        opacity: 0.5;
        position: absolute;
        top: -20px;
        left: -20px;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        pointer-events: none;
    }
.kioskItemcontainer .card-info {
        padding: 20px;
        position: absolute;
        bottom: 0;
        color: #fff;
        transform: translateY(40%);
        transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
.kioskItemcontainer .card-info p {
            opacity: 0;
            text-shadow: black 0 2px 3px;
            transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }
.kioskItemcontainer .card-info * {
            position: relative;
            z-index: 1;
        }
.kioskItemcontainer .card-info:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
            background-blend-mode: overlay;
            opacity: 0;
            transform: translateY(100%);
            transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        }
.kioskItemcontainer .card-info h1 {
            font-family: "Playfair Display";
            font-size: 36px;
            font-weight: 700;
            text-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px;
        }
    .kioskItemcontainer .card:after, .kioskItemcontainer .card:before {
        content: none;
        position: absolute;
    }
    .kioskItemcontainer .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .kioskItemcontainer .card .overlay {
        position: absolute !important;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 100%; */
        /* background: rgb(183 183 183 / 70%); */
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 100%);
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        transition: bottom 0.3s;
        border-radius: 10px;
       /* box-shadow: rgb(241 241 241 / 10%) 0 1px 3px 0, inset #dfdfdf 0 0 0 1px, inset rgb(255 255 255 / 10%) 0 0 0 1px;
        transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);*/
    }

    .kioskItemcontainer .card .card:hover .overlay {
        bottom: 0;
    }

    .kioskItemcontainer .card .overlay h2 {
        margin: 0;

    }

    .kioskItemcontainer .card .overlay p {
        margin: 8px 0 0;

    }
.icon-hover:hover {
    border-color: #3b71ca !important;
    background-color: white !important;
    color: #3b71ca !important;
}

    .icon-hover:hover i {
        color: #3b71ca !important;
    }
.catagory-product-card-2, .kioskCard {
    margin-top: 30px;
    padding: 40px 30px;
    position: relative;
    background: rgb(184,144,196);
/*    background: linear-gradient(180deg, rgba(184,144,196,1) 0%, rgba(238,238,237,1) 100%);*/
    overflow: auto;
    border: solid 2px #ffffff;
}
.posCashier-itemswrapwer .catagory-product-card-2 {
    background: rgb(255, 255, 255) !important;
    height: 304px;
    padding-top: 10px;
    border-radius: 24px;
    overflow: inherit;
}
.posCashierItemSelector .kioskCard {
    background: rgb(255, 255, 255) !important;
}
.posCashier-itemswrapwer .catagory-product-card-2 .priceinfo {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    overflow: hidden;
}
        .posCashier-itemswrapwer .catagory-product-card-2 .priceinfo button {
            width: 48px;
            height: 48px;
            border-radius: 50px;
            display: inline-grid;
            font-family: LuckiestSoftieProExtraBold;
            font-size: 0.8rem;
            letter-spacing: 2px;
            margin-left: 2px;
            margin-right:2px
        }
            .posCashier-itemswrapwer .catagory-product-card-2 .priceinfo button.bigAmount {
                font-size: 1.3rem;
            }
            .posCashier-itemswrapwer .catagory-product-card-2 .catagory-product-content, .posCashier-itemswrapwer .catagory-product-card-2 .catagory-product-content h4 {
                color: #ea7898;
            }
    .catagory-product-card-2 {
        height: 464px;
        overflow: hidden;
    }
.kioskCard {
    box-shadow: rgba(149,157,165,.2) 0px 8px 24px;
    border-radius: 14px;
}
#modalPosItem .kioskCard .card {
    border: none !important;
    background: transparent;
    box-shadow: none;
}
    #modalPosItem .kioskCard .card .itemPrice {
        font-size: 44px;
        font-weight: 700;
    }

     .kioskCard .card .itemPrice {
        font-size: 44px;
        font-weight: 700;
    }
.kioskCard .modal-pos-product .modal-pos-product-img, .kioskCard .modal-pos-product .modal-pos-product-info {
    width: 100% !important;
    max-width:100% !important;

}
    .kioskCard .modal-pos-product .modal-pos-product-info .option-list .option {
        min-width: 140px;
        max-width: 140px;
        min-height: 64px;
    }
 .kioskCard .card:before,  .kioskCard .card:after {
    content: none !important;
}
    #modalPosItem .kioskCard .card .card-body {
        background: transparent;
    }

    .shadow-style {
        box-shadow: rgba(149,157,165,.2) 0px 8px 24px;
        border-radius: 14px;
    }
.catagory-product-card-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    border-radius: 14px;
    background-color: transparent;
    transition: all .35s ease-in-out;
}
.catagory-product-card-2:hover:before {
    height: 100%;
    /* background-color: #f27999;
    background-image: url(https://modinatheme.com/foodking/wp-content/themes/foodking/assets/img/shape/catagory-card-shape.jpg);*/
        background: rgb(242, 189, 199);
        background: linear-gradient(147deg, rgba(242, 189, 199, 1) 0%, rgba(241, 189, 199, 1) 99%);
    }
.posCashier-itemswrapwer .catagory-product-card-2:hover:before{
    background:rgb(255,255,255);
}

.catagory-product-card-2 .icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #000000;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    transition: all .4s ease-in-out;
    display: none;
}
.catagory-product-card-2 .catagory-product-image {
    position: relative;
    z-index: 1;
    height: 245px;
}
.posCashier-itemswrapwer .catagory-product-card-2 .catagory-product-image {
    position: relative;
    z-index: 1;
    height: 205px;
}
.d-block {
    display: block !important;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
.catagory-product-card-2 .catagory-product-image img {
    object-fit: contain;
    height: 90%;
    max-width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.catagory-product-card-2 .catagory-product-content {
    position: relative;
    z-index: 9;
}
    .catagory-product-card-2 .catagory-product-content .catagory-button {
        margin-bottom: 20px;
        opacity: 1;
        transition: all .4s ease-in-out;
        border-radius: 30px;
        color: #ffffff !important;
        background-color: #f2bdc7;
        position: relative;
        width: 100%;
    }
.catagory-product-card-2:hover .catagory-product-content .catagory-button {
    background-color: #000000;
}
        .catagory-product-card-2 .catagory-product-content .info-price {
            gap: 10px;
            margin-bottom: 10px;
        }
        .catagory-product-card-2 .catagory-product-content .info-price p {
            font-size: 16px;
            font-weight: 600;
            background-color: #FA7598;
            padding: 6px 6px;
            border-radius: 3px;
            color: #ffffff;
        }
.catagory-product-card-2:hover .catagory-product-content p {
    background-color: #ffffff;
}
.catagory-product-card-2 .catagory-product-content .catagory-button .theme-btn-2 {
    color: #ffffff !important;
    z-index: 2;
    position: relative;
    font-family: LuckiestSoftieProExtraBold;
}
.catagory-product-card-2 .catagory-product-content .catagory-button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(0, 0);
    z-index: -1;
    transition: all .5s ease;
    border-radius: 30px;
}
.catagory-product-card-2 .catagory-product-content .catagory-button:hover:before {
    background-color: #000000;
    transform: scale(1, 1);
    z-index: 0;
}
.catagory-product-card-2 .catagory-product-content .catagory-button .theme-btn-2:before {
    border-radius: 30px;
}
.catagory-product-card-2 .catagory-product-content .info-price bdi {
    color: #636363;
}
.catagory-product-card-2:hover .catagory-product-content .catagory-button {
    opacity: 1;
}
.footer-selection {
    margin-top: 3rem;
}
.modal.modal-pos .modal-pos-product .buttonWrapper {
    margin: -.333rem;
    padding: .333rem 0;
    display: flex;
    flex-wrap: wrap;
}
.buttonWrapper button {
    width: 50%;
    max-width: 50%;
    padding: .333rem;
    flex: 0 0 33.33%;
    min-width: 140px;
    max-width: 140px;
    margin:4px;
}
.kioskCard .modal-pos-product .modal-pos-product-info .option-list .option {
    background: transparent !important;
    border: none !important;
}
    .kioskCard .modal-pos-product .modal-pos-product-info .option-list .option .option-label {
        border: none !important;
        background: transparent !important;
        border-bottom: solid 5px rgba(var(--bs-inverse-rgb), .25) !important;
    }
    .kioskCard .modal-pos-product .modal-pos-product-info .option-list .option .option-input:checked + .option-label {
        /* border-bottom: solid 5px #eb7d9a !important;*/
        border-bottom: solid 5px #ffffff !important;
        font-weight: 900;
    }
.kioskCard .modal-pos-product .modal-pos-product-info .option-list .option {
    width: 50%;
    max-width: 50%;
}
.catagory-product-card-2:hover .catagory-product-image img {
    -webkit-transform: scale(1.2) translateY(30px);
    -ms-transform: scale(1.2) translateY(30px);
    transform: scale(1.2) translateY(-30px);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.kioskMenuContainer {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
}
    .kioskMenuContainer li a {
        border-radius: 6px;
        padding: 1em;
        margin: 2em;
        flex: 0 0 17.3vw;
        height: 17.3vw;
        display: block;
        background: #eeb6c1;
        transition: all 300ms;
        color: #a47fb0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        overflow: hidden;
        flex: 0 0 234px;
        height: 80px;
        width: 234px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        text-align: center;
        font-size: 1.5rem;
    }
        .kioskMenuContainer li a{cursor:pointer;}
        .kioskMenuContainer li a span {
            display: block;
        }
        .kioskMenuContainer li a:hover {
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        }
.flexEqualBtn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.flex-grow-1 {
    flex-grow: 1;
    width: -webkit-fill-available;
}
.modalthirdforth{
    max-width:60% !important;
}
.modal.modal-pos .modalthirdforth .modal-pos-product .modal-pos-product-info .option-list .option {
    width: 25%;
    max-width: 25%;
}
.itemdescription {
    font-size: 12px;
    color: #747474;
/*    position: absolute;*/
    bottom: 0;
    /* top: 0; */
    display: flex;
    justify-content: end;
    padding: 1.5rem;
    padding-left: 2.5rem !important;
}
.blurbackdrop {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: red;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index:99;
}
.totaldiscountContainer .option-list {
    margin: -.333rem;
    padding: .333rem 0;
    display: flex;
    flex-wrap: wrap;
}
.totaldiscountContainer .option-list .option {
        width: 30%;
        max-width: 30%;
        margin-right:3%;
        margin-block:4px;
}
.totaldiscountContainer .option-list .option .option-input {
        display: none;
}
    .totaldiscountContainer .option-list .option .option-label {
        padding: .625rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        border: #f27999 !important;
        background: #e37b99 !important;
        border: solid 1px #e37b99 !important;
        border-radius: 25px !important;
    }
.totaldiscountContainer .form-label {
    font-weight: 500;
    font-size: 1.5rem;
}
.totaldiscountContainer .option-list .option .option-label.selectedDiscount {
    background: #8f85c8 !important;
    border-color: #8f85c8 !important;
}
.bigButton {
    font-size: 1.5rem;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.totaldiscountContainer
tr.peritem {
    border-bottom: solid 1px #f4f4f4;
}
.no-border{
    border:none !important;
}
.bigInput {
    padding: 1.1rem;
    border-radius: 25px !important;
}
.errorcontainerkot {
    font-size: 12px;
    color: #e37d9b;
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding: 0 .5rem 0 .5rem;
    display: block;
    width: 100%;
    background: #f4f4f4;
}
.height-150 {
    height: 150px !important;
}
.posCashier-header {
    display: flex;
    justify-content: flex-start;
    margin: 2rem;
    font-family: LuckiestSoftieProExtraBold;
    letter-spacing: 1px;
}
.posCashier-categories {
    display: flex;
    justify-content: flex-start;
    margin: 2rem;
}
    .posCashier-categories .categoryList {
        /*display: flex;
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;*/
        display: flex;
        flex-wrap: wrap; /* Allows the items to wrap to the next line */
        justify-content: flex-start;
        width: 100%;
        overflow-x: hidden; /* Hides the horizontal scrollbar */
        overflow-y: hidden;
        z-index: 1;
    }
        .posCashier-categories .categoryList li .btn {
            border: none;
            border-radius: 10px;
            font-size: 1.5rem;
            margin-right: .5rem;
            white-space: nowrap; /* Prevent text from breaking */
            display: flex;
            justify-content: center;
            align-items: center;
            flex-grow: 1; /* Allow buttons to grow */
            padding: 10px 20px; /* Add padding for better appearance */
            margin-bottom:0.25rem;
        }
            .posCashier-categories .categoryList li .btn.btn-secondary {
                background: #eeb6c1;
                color: #a280af;
            }
            .posCashier-header .home, .posCashier-header .customeradd, .posCashier-header .mainmenu {
                flex: 0 0 auto;
                margin-right: 0.5rem;
            }
    .posCashier-header .search {
        flex: 1 1 auto;
        margin-right: 0.5rem;
    }
    .posCashier-header .mainmenu{
        margin-right:0;
    }
    .posCashier-header .search .input-group {
        height: 100%;
    }
    .posCashier-header .search .searchinput {
        width: 100%;
        height: 100%;
        border-radius: 15px !important;
        border: none;
        background: white;
    }
    .posCashier-header .search .searchbtn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;background:transparent;
    }
    .posCashier-header .search .submitbtn {
        margin: 0;
        height: 100%;
        background: transparent;
        border: none;
        border-radius: 15px;
    }
.cashiermodelClose {
    z-index: 99999;
    padding: 1rem;
    opacity: 1;
    background: #ea7898;
    border-radius: 50px;
    right: -36px !important;
    top: -36px !important;
}
.text-themebg {
    color: #ea7898;
}
.bg-themeSecondary {
    background: #a47fb0 !important;
    color: #ffffff;
    border: none;
    background-color: #a47fb0 !important;
}
.text-themeSecondary {
    background: #d3b8de;
    color: #ffffff;
    border: none;
}
.bigtitle {
    font-size: 1.5rem;
}
.itemPricecashier{
    border:none;
    width:100%;
}
.itemQtycashier .cursorLink {
    flex: 0 0 auto;
}
.itemQtycashier input {
    flex: 1 1 auto;
    border-radius: 14px;
    margin-left: 4px;
    margin-right: 4px;
}
.dimensioncontainer, .toppingclasscontainer {
    font-family: LuckiestSoftieProExtraBold;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.dimensioncontainer .option-set {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
    .dimensioncontainer .option-set .dimensionoption button, .dimensioncontainer .option-set .dimensionoption .buttonLbl {
        background: #eeb6c1;
        color: #a47fb0;
        font-size: 1.5rem;
        border: solid 3px #eab7c1;
        margin-right: 8px;
        padding: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 14px;
    }
    .dimensioncontainer .option-set .dimensionoption .buttonLbl {
        padding: 1rem;
    }
.stickyDiv {
    position: sticky; /* makes it stick */
    top: 20px; /* distance from the top of viewport */
    align-self: flex-start; /* ensures proper alignment in flex/grid */
}
        .dimensioncontainer .option-set .dimensionoption button.checkedBtn, .dimensioncontainer .option-set .dimensionoption button, .dimensioncontainer .option-set .dimensionoption .checkedBtn {
            border: solid 3px #a280af;
        }

.toppingContainer {
    background: #f7f2f9;
    border-radius: 14px;
    padding: 0.5rem;
}
button.selectBtn, .AddOnSelectionContainer select {
    background: #e8dbef;
    width: 100%;
    border-radius: 14px;
    padding: 0.5rem;
    text-align: left;
    color: #8d85c9;
    letter-spacing: 1px;
}
.AddOnSelectionContainer select {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 16px;
    border-radius: 8px;
}
    .AddOnSelectionContainer select option {
        color: #8D85C8 !important;
        font-size: 18px; /* larger text in dropdown */
        line-height: 1.5;
    }
.toppingSelectionChoice {
        position: relative;
    }
.hiddenChoices {
/*    display: none;*/
    position: absolute;
    left: 0;
    right: 0;
}
::-webkit-scrollbar {
    width: 12px; /* Make the scrollbar thin */
    height: 12px; /* If horizontal scrollbars are used */
}

::-webkit-scrollbar-thumb {
    background-color: #8d85c9; /* Color of the scrollbar */
    border-radius: 4px; /* Rounded corners */
    border: 1px solid #fff; /* Border around the scrollbar thumb */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Background color of the track */
    border-radius: 4px; /* Rounded corners */
}

ul.poscashieschoices {
    background: #e7dbef;
    border-radius: 14px;
    padding: 0.5rem;
    margin-top: 2px;
    z-index: 9999;
    max-height: 360px;
    overflow: auto;
}
ul.poscashieschoices li {
        color: #8d85c9;
        padding: 0.25rem;
        border-bottom: solid 1px #a47fb0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
}
.bg-modal {
    background: #8d85c9;
}
.cashierModal-theme.modal-right .modal-dialog.fullHeight {
    border: none;
}
.cashierModal-theme .modal-header, .cashierModal-theme.pos .pos-sidebar .pos-sidebar-body {
    border-bottom: solid 3px #b796c3;
}
.cashierModal-theme .pos-sidebar-header {
    background:  #b796c3 !important;
}
.cashierModal-theme, .cashierModal-theme.pos .pos-sidebar .pos-sidebar-header .title {
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    font-family: WatermelonRegular, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 100 !important;
}
.pos .pos-sidebar .pos-sidebar-header {
    align-items: flex-start;
}
.pos .pos-sidebar .pos-sidebar-body {
    overflow-x: hidden;
}
.cashierModal-theme.pos .pos-sidebar .modal-title, .cashierModal-theme .modal-title {
    color: #ffffff;
    font-size: 1.5rem;
}
.cashierModal-theme.pos .pos-sidebar .pos-sidebar-body::-webkit-scrollbar {
    width: 16px;
    background: #b796c3;
}
.cashierModal-theme.pos .pos-sidebar .pos-sidebar-body::-webkit-scrollbar-track {
    background: #b796c3; /* Track color */
}
.cashierModal-theme.pos .pos-sidebar .pos-sidebar-body::-webkit-scrollbar-thumb {
    background-color: white; /* Thumb color */
    border-radius: 15px; /* Roundness */
    border: 3px solid #b796c3; /* Optional: adds space around thumb */
}
.cashierModal-theme.pos .pos-sidebar .pos-sidebar-body::-webkit-scrollbar-thumb:hover {
        background: #cccccc; /* Thumb color when hovered */
}
.cashierModal-theme.pos .pos-sidebar .pos-sidebar-body {
    scrollbar-width: thin; /* Scrollbar width */
    scrollbar-color: white #b796c3; /* Thumb color and track color */
}
.bg-main {
    background: #F5F5F7;
}
button.fit {
    border-radius: 25px !important;
    width: 25px !important;
    background: #e37b99 !important;
}
.add-to-cart {
    text-align: center;
    padding: 0.5rem;
}
tr.productInfo td {
    color: #ffffff !important;
    font-size: 1.5rem;
}
    tr.productInfo td.text-cashier, .text-cashier {
        color: #8d85c9 !important;
    }
.productCrud .btn {
    font-size: 2rem;
    border-radius: 20px;
    min-width: 124px;
}
.cashierModal-theme .cartItems tr, .cashierModal-theme .cartItems tr td {
    border: none !important;
}
.cashierModal-theme .cartItems tr.borderedTr td {
        border-bottom: solid 2px #b796c3 !important;
}
tr.productDiscountInfo td {
    color: #a47fb0;
    padding-top: 0;
    padding-bottom: 0;
}
span.dimensionInfo span.small {
    display: block;
    color: #a47fb0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.15rem;
}
.cashierModal-theme .cartItems tr td:first-child {
    padding-left: 1.5rem;
}

.cashierModal-theme .cartItems tr td:last-child {
    padding-right: 1.5rem;
}
.cashierModal-theme .pos-sidebar-footer{
    padding:0 !important;
}
.padCashier {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-bottom: solid 2px #b796c3 !important;
}
.cashierModal-theme .pos-sidebar .pos-sidebar-footer {
    border: none !important;
}
.cashierModal-theme .paymentSummary .btn-theme {
    padding: 1.2rem;
    border-radius: 25px;
}
.orderTypeBtn {
    max-width: 124px;
    margin-right: 8px;
}
    .orderTypeBtn img {
        background-color: #e37b99;
        border-radius: 25px;
        background-color: #e37b99;
        border-radius: 25px;
        padding: 0px;
        border: none;
    }
.payableAmountWrapper {
    background: transparent;
    color: #ffffff !important;
}
.cashierInput {
    padding: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 25px;
    border: none;
    color: #948ccc !important;
    font-size: 1.5rem;
    background: #ffffff !important;
    outline: none;
}
.paymentBtn {
    font-size: 1.5rem;
    padding: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    letter-spacing: 1px;
}
.methodWrapper table tr th {
    background: #8f85c8;
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
}
.methodWrapper table tr td {
    color: #8f85c8;
    font-weight: 400;
    font-size: 1.2rem;
}
.ItemInformationModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    overflow: auto;
    border: none;                                                                   
}
    .ItemInformationModal .cashiermodelClose {
        right: 0px !important;
    }
.tf-box-row {
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 8px;
    display: flex;
    gap: 12px;
    background: #ffffff;
}
    .tf-box-row.style-2 {
        align-items: center;
        position: relative;
    }
    .tf-box-row.style-2 {
        padding: 14px;
    }
.menu-listing-img, .cart-img, .address-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}
.tf-box-row .img-box {
    border-radius: 14px;
    overflow: hidden;
    max-width: 106px;
    height: 79px;
}
.tf-box-row.style-2 .img-box {
    overflow: unset;
    width: 106px;
    height: 106px;
}
.cart-img img {
    height: 60% !important;
}
.tf-box-row.style-2 .img-box img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 30px 0px rgba(3, 63, 56, 0.14);
    border-radius: 50%;
}
.tf-box-row.style-2 .img-box img {
    height: 100%;
    width: auto;
    border-radius: 0px;
    box-shadow: none;
}
.cartQtyBox {
    background: #f5f5f7;
    border-radius: 50px;
    padding: 4px;
}
.tf-box-row .content-box {
    flex-grow: 1;
}
.tf-box-row .content-box {
    text-transform: capitalize;
}
.text-gray {
    color: #b796c3;
}