@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

body {
    font-family: 'Quicksand', sans-serif;
    line-height: 1.2;
}

/* Responsive Side Menu Open  */

.checkbtn {
    display: none;
}

#check {
    display: none;
}

.container{
    margin: 10px auto !important;
}
.lh-1-5{
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .container{
        margin: 10px auto !important;
    }

    .menu-section:not(:first-child){
        padding-top: 20px;
    }

    .bi-grid-fill {
        font-size: 24px;
    }

    .checkbtn {
        display: block;
        margin-top: 12px;
    }

    .responsive-sidebar-container {
        position: fixed;
        background: transparent;
        color: #FFFFFF;
        left: 10px;
        bottom: 85px;
        width: 50px;
        height: 50px;
        top: 27px;
        text-align: center;
        border-radius: 10px;
    }

    .responsive-sidebar-menu-contain {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100vh;
        background-color: #FFFFFF;
        padding: 1rem;
        display: block;
        overflow-y: auto;
        transition: all 0.5s;
        /* z-index: 99; */
    }

    #check:checked~.responsive-sidebar-menu-contain {
        left: 0;
        top: 0;
        padding-bottom: 150px;
        margin-left: -16px;
    }

}

/* Responsive Side Menu Ends */

.top-header{
    background-color: rgb(185, 0, 0);
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.top-header > p{
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.top-34{
    position: relative;
    top: 34px !important;
}

.top-58{
    top: 58px !important;
}

.header-navbar {
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    background-color: #ddd;
    text-align: center;
    z-index: 999;
}

.logo-icon-parent{
    width:auto;
    margin-right: 16px;
    height: auto;
    max-height: 100px;
}

.logo-container {
    display: flex;
    text-decoration: none;
    color: #1a1a1a;
    height: auto;
    max-height:100px;
    width: auto;
    max-width: 160px;
}

.logo-container:hover {
    color: #1a1a1a;
    text-decoration: none;
}

.logo-container h5 {
    font-weight: 600;
}

.logo-container img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 160px;
    border-radius: 5px;
}

.search-input {
    background: #FFFFFF;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ced4da;
    border-left: none;
}
.truncate{
    word-break: break-word;
    width: 180px;
}

.background-color{
    background-color: var(--main-theme-color);
}

.backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}

.shareModal{
    background-color: #fff;
    height: max-content;
    width: 400px;
    padding: 5px 0 20px;
    cursor: default;
    border-radius: 6px;
}
.modalSpacing{
    padding: 10px 25px;
}
.modalSpacing > i {
    cursor: pointer;
}

.cpyDiv{
    border: 1px solid #5f5f5f;
    margin: 10px 15px;
    border-radius: 6px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpyDiv > p {
    font-size: 12px;
    width: 90%;
    margin: 0;
    cursor: text;
    line-height: 1.2;
}

.cpy-btn{
    background-color: #0579d5;
    color: #fff;
    padding: 5px 15px;
    border-radius: 14px;
    border: none;
    font-size: 12px;
    height: max-content;
    font-weight: bold;
}

.mob-navlink-category,
.mob-navlink-bag,
.mob-navlink-account {
    display: block;
}

.nav-links-container {
    display: flex;
}

.nav-links-container a {
    display: flex;
    padding: 10px;
    color: #333333;
    align-items: center;
}

.nav-links-container a:hover {
    text-decoration: none;
}

.nav-links-container a i {
    margin-right: 5px;
}

.banner-container {
    position: relative;
    top: 100px;
    height: auto;
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #dee2e6;
}

.s-banner{
    display: none;
}

.banner-image-col-container {
    display: flex;
}

.banner-image img {
    border-radius: 10px;
    height: 200px;
    object-fit: fill;
}

section {
    position: relative;
    top: 100px;
    height: 100%;
}

.sections-container {
    display: flex;
}

/* Left Section */
.section-left {
    width: 25%;
    border-right: 1px solid #dee2e6;
}

.drawer-menu{
    height: 100vh;
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.drawer-menu div ul li {
    padding: 15px 15px;
}

.drawer-menu div ul li.active {
    background: linear-gradient(90deg, #FFFFFF, #b2caed);
    border-right: 10px solid #2266cc;
}

.drawer-menu div ul li a {
    font-weight: 600;
    text-decoration: none;
    color: #333333;
}

.drawer-menu div ul li.active a {
    color: #2266cc;
}


/* Left Section Ends */

/* Center Section */
.section-center {
    width: 50%;
}

.section-title {
    position: sticky;
    top: 100px;
    display: flex;
    padding: 10px;
    background-color: #FFFFFF;
    z-index: 9;
}

.section-title p {
    font-family: 'Quicksand';
    font-size: 20px;
    font-weight: 600;
    margin: auto 15px auto 0px;
}

.text-col-black{
    font-family: 'Poppins', sans-serif !important;
    color: #333333;
    font-size: 20px;
    font-weight: 400 !important;
    margin: auto 15px auto 0px;
}

.blk-col-desc{
    color: #404040;
    font-size: 12px !important;
}

.fw-blc{
    color: #333;
    font-size: 14px;
}

.section-title span {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    align-self: center;
    color: #fff;
    background: #2266cc;
    border-radius: 5px;
    width: 20px;
    height: auto;
    padding: 2px;
}

.card {
    padding: 25px 20px;
    border: none;
    border-radius: 0;
    transition: 0.2s ease-in-out;
}

.card:hover {
    background-color: #EEEEEE;
}

.card-image-container {
    text-align: center;
    align-self: center;
    height: 150px;
    box-shadow: 0px 0px 5px #ddd;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.card-img {
    height: 100% !important;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}

.padding-left {
    padding-left: 10px;
}

.discount-tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background: #2266cc;
    padding: 2px 10px;
    border-radius: 5px;
}

.card-body {
    text-align: start;
}

.veg-icon {
    font-size: 12px;
    color: #22aa00;
}

.product-name {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.product-detail {
    font-size: 15px;
    font-weight: 600;
    color: #666666;
}

.offer-price {
    font-size: 18px;
    font-weight: 700;
    color: #ed5a6b;
}

.moreless{
    font-size: 14px;
    color: #444444;
}

.price {
    font-weight: 600;
    align-self: center;
    margin: 0 10px;
    color: #888888;
}

.add-btn {
    border: 1px solid #2266cc;
    background: #2266cc;
    color: #fff;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    width: 100%;
}

.add-btn:hover {
    background: #3478dd;
    color: #fff;
}

/* Center Section Ends */

/* Right Section */
.section-right {
    width: 25%;
    border-left: 1px solid #dee2e6;
}

.cart-container {
    padding: 20px 20px;
}

.bag-title {
    font-size: 22px;
    font-weight: 600;
}

.cart-count {
    padding: 0 10px;
    margin-left: 15px;
    background-color: #146eb4;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    height: 100%;
}

.clear-cart-btn {
    font-size: 14px;
    font-weight: 600;
}

.cart-pro-name {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.cart-pro-price {
    font-size: 16px;
    font-weight: 600;
}

.cart-total {
    font-weight: 600;
}

.checkout-btn {
    width: 100%;
    font-weight: 600;
    color: #FFFFFF;
    background: #2266cc;
    transition: 0.2s ease-in-out;
}

.checkout-btn:hover {
    color: #FFFFFF;
    background-color: #3478dd;
}

/* Right Section Ends */

.section-left-container,
.section-right-container {
    position: sticky;
    top: 100px;
}

/* Footer Css */
.mobile-screen-footer {
    display: none;
}

.desktop-screen-footer {
    display: block;
}

.footer {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    /* background-color: #1a1a1a; */
    background-color: var(--main-theme-color);
    color: #FFFFFF;
}

.footer-cols-heading {
    font-weight: 600;
}

.footer-cols-desc {
    font-size: 14px;
    font-weight: 600;
}

.footer-cols-desc a {
    text-decoration: none;
    color: #FFFFFF;
}

.store-detail {
    border-top: 1px solid #ced4da;
    /* border-bottom: 1px solid #ced4da; */
}

.store-title {
    font-weight: 600;
}

.store-name, .about > a > h6 , .contact div {
    font-size: 14px;
    font-weight: 600;
}


.store-address {
    font-size: 14px;
    font-weight: 400;
}

.social {
    font-weight: 600;
}

.social-media-insta {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #FFFFFF;
}

.social-media-insta:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/* Footer Css Ends */

/* Navbar Search */
.search-container {
    margin: auto;
    width: 45%;
}

.search-btn {
    width: 10%;
}

.search-input {
    width: 90% !important;
}

/* Navbar Search */

#linked_section {
    padding-bottom: 20px !important;
    background-color: #1a1a1a;
}

.bag-content {
    overflow-y: scroll;
    max-height: 400px;
    height: auto;
}

.bag-content::-webkit-scrollbar {
    display: none;
}

.cart-page-btn {
    display: flex;
}

.cart-page-qty-btn {
    margin-bottom: 0;
    justify-content: space-between;
}

.desktop-remove-btn {
    display: block;
}

.mobile-remove-btn {
    display: none;
}

.varient-alignment{
    text-align: left;
    width: 100%;
    margin: 0;
    margin-left: 5px;
    cursor: pointer;
}

.cursor-pointer{
    cursor: pointer;
}

.download-invoice-btn{
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #007BFF;
    outline: none;
}

.coupon-card{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    background: rgb(255, 141, 141);
    border-radius: 10px;
    padding: 2px;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
}

.sendOtpBtn{
    padding-left: 16px;
    padding-right: 0;
}

.fw-100{
    font-weight: 100 !important;
}

.fw-600{
    font-weight: 600;
}

.single-banner{
    padding: 60px 0;
    margin-top: 80px;
}

.width-max{
    width: 100%;
}

.pd-breadcrumb__list{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.has-separator::after{
    content: '/';
    padding: 0 10px;
}

.pd-container{
    margin: 10px 20px;
}

.pd-detail__name{
    font-size: 24px;
    font-weight: 600;
}

.pd-detail__inline{
    font-size: 18px;
    font-weight: 500;
}

.search-box{
    top: 100px;
    position: sticky;
    z-index: 10;
    background-color: #fff;
    padding: 15px 0;
}

.resOff{
    filter: grayscale(1);
    cursor: not-allowed !important;
}

.disableAdd{
    pointer-events: none;
    cursor: not-allowed !important;
}
.status-border
{
    border: 2px solid;
    width: max-content;
    padding: 2px;
    display: flex;
    background-color: #fff;
}

.status-border > i {
    font-size: 6px;
    margin-top: 0.1px;
}
.emp-space{
    height: 14px;
}

.order-status-tab {
    position: relative;
}
.order-status-tab > li{
    width: 25%;
    position: relative;
}
.order-status-tab > li > span{
    border: 1px solid #5f5f5f;
    border-radius: 100%;
    padding: 5px 10px;
    position: relative;
    z-index: 5;
    background-color: #f1f1f1;
    padding-bottom: 5px;
}
.order-status-tab > li > p{
    position: relative;
    left: -30px;
}
.order-status-tab > li:not(:last-child)::after{
    content: '';
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 8px;
    left: 5px;
    z-index: 1;
}
.order-status-tab > li.completed::after{
    background-color: #28A745;
}

.order-status-tab > li.cancelled::after{
    background-color: #dc3545;
}

.order-status-tab-vertical{
    position: relative;
    height: 100%;
}

.order-status-tab-vertical > li{
    display: flex;
    gap: 10px;
    height: 80px;
}

.order-status-tab-vertical > li > div {
    position: relative;
    font-size: 14px;
}

.order-status-tab-vertical > li > div > .circle{
    /* border: 1px solid #5f5f5f; */
    border-radius: 100%;
    padding: 0px 6px;
    height: 12px;
    display: block;
    position: relative;
    background-color: #bfbfbf;
}

.order-status-tab-vertical > li > div > .complete{
    background-color: #2aa241;
}

.order-status-tab-vertical > li > div > .line{
    top: 12px;
    left: 5px;
    height: 100%;
    position: absolute;
    border-left: 3px solid #bfbfbf;
}

.order-status-tab-vertical > li > div > .complete-line{
    border-left: 3px solid #2aa241;
}
.close-btn{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.close-btn > p{
    font-size: 35px;
}
/* .log-email{
    padding: 0;
} */

.view-cart-btn-mobile{
    display: none;
}

#backBtn{
    display: none;
}

.cl-btn{
    border-radius: 100%;
    position: absolute;
    top: -19px;
    right: -19px;
}

.titlehead{
    font-size: 18px;
    font-weight: bold;
}

#btn-area{
    gap: 10px;
    margin: 0;
}

@media screen and (max-width: 480px) {
    .cl-btn{
        right: -8px;
        top: -14px;
    }
    .f-12{
        font-size: 12px;
    }
    .f-14{
        font-size: 14px;
    }
    .top-25{
        position: relative;
        top: 25px !important;
    }

    .order-status-tab > li > p {
        left: -15px;
        font-size: 12px;
        text-align: center;
        line-height: 1.2;
        padding-top: 5px;
    }

    .cart-titles, .cart-total{
        font-size: 14px !important;
    }
    .width-max{
        width: max-content;
    }
    .m-t-10{
        margin-top: 12px !important;
    }
    .row-wrap{
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .sendOtpBtn, .log-email{
        padding: 0;
    }
    .log-email a{
        width: 100%;
    }
    .emailLogbtn{
        padding-left: 30px;
        padding-right: 0;
        max-width: 100%;
    }
    .view-cart-btn-mobile{
        display: block;
        background: white;
        position: sticky;
        bottom: 50px;
        z-index: 9;
        width: 100%;
        border: 1px solid white;
        padding: 10px 0;
    }

    .view-cart-btn-txt-mobile{
        background-color: var(--main-theme-color);
        color: white;
        font-weight: bold;
        max-width: 100%;
        margin: 0px 20px;
        text-align: center;
        padding: 10px;
        font-size: 18px;
        border-radius: 8px;
        display: block;
    }
    .view-cart-btn-txt-mobile:active, .view-cart-btn-txt-mobile:hover{
        color: white;
    }
    .check-btn-mobile{
        bottom: 0;
    }
    .check-txt-mobile{
        margin: 0;
    }
    .dis-check{
        pointer-events: none;
        cursor: not-allowed;
    }
    .dis-check > a {
        background-color: var(--main-theme-color);
        opacity: 0.5;
    }
    .hide-btn{
        display: none;
    }
    #backBtn{
        display: block;
    }
    #backBtn > i{
        transform: scale(2, 1.5);
        font-size: 14px;
    }
    .guest-track-modal{
        display: grid;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .guest-track-modal > div{
        max-width: 100%;
        padding: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .guest-track-modal > div > label{
        padding: 0;
    }
    .guest-track-modal > div.col-3{
        text-align: right;
        margin-top: 5px;
    }
    .guest-track-otp{
        max-width: 100%;
        margin: 0;
    }
    .guest-track-otp >label{
        max-width: 33.333%;
        flex: 0 0 33.333%;
        padding: 0;
    }
    .img-parent-a{
        /* height: 230px !important; */
    }
    /* .guest-track-otp >input{
        max-width: 66.666%;
    } */
}

.track-order-footer{
    position: fixed;
    z-index: 55;
    bottom: 75px;
    right: 12px;
    padding: 15px;
    border-radius: 100%;
    background: #2178d0;
    cursor: pointer;
    font-size:10px;
    font-weight:bold
}
.track-order-footer > a {
    color: white;
}

.call-waiter-btn{
    position: fixed;
    bottom: 10px;
    right: 80px;
    background-color: #212121;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {

    .desktop-remove-btn {
        display: none;
    }

    .mobile-remove-btn {
        margin-top: 10px;
        display: block;
        border: 1px solid #ddd;
        padding: 10px 0;
    }

    .cart-page-qty-btn {
        margin-bottom: 10px;
        justify-content: center;
    }

    .cart-page-btn {
        display: block;
    }

    .search-container {
        display: none;
    }

    .mob-navlink-category,
    .mob-navlink-account {
        display: none !important;
    }

    .banner-image-col-container {
        overflow-x: scroll;
    }

    .banner-image img {
        max-width: -webkit-fill-available;

    }

    .banner-container {
        padding: 10px;
    }

    .banner-image {
        padding-right: 5px;
        padding-left: 5px;
    }

    .section-left {
        width: 0;
        border: 0;
        z-index: 100000;
        position: relative;
    }

    .zi-100{
        z-index: 100 !important;
    }

    .section-center {
        width: 100%;
        z-index: -1;
    }

    .card {
        padding: 20px;
        background: #2266cc15;
        border-radius: 10px;
        margin-bottom: 25px;
    }

    /* .card-body {
        padding: 30px 0px 0px 0px;
    } */

    .card-image-container {
        text-align: center;
        max-width: 120px;
        height: 120px;
    }

    .discount-tag {
        left: 50%;
        transform: translateX(-50%);
    }

    .section-right {
        display: none;
    }

    /* Mobile Screen Footer */

    /* .footer {
        padding-bottom: 72px;
    } */

    .mobile-screen-footer {
        display: block;
    }

    .responsive-footer-tab {
        position: fixed;
        bottom: 0;
        left: 0;
        transform: translate(0%, 0%);
        width: 100%;
        background: #fff;
        padding: 10px;
        z-index: 9;
        border-top: 1px solid #ddd;
    }

    .responsive-tab-button-container {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .tab-icon-img {
        text-align: center;
    }

    .tab-icon-img span {
        position: absolute;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        align-self: center;
        color: #fff;
        background: #333333;
        border-radius: 5px;
        width: 20px;
        height: auto;
        padding: 2px 6px;
    }

    .button-tab {
        color: #333333;
        width: calc(100% / 4);
    }

    .mobile-tab-icon {
        font-size: 20px;
    }

    .tab-title {
        font-size: 12.5px;
        text-align: center;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
    .contact{
        padding-bottom: 80px !important;
    }

    .track-order-footer{
        display: none;
    }
    /* Mobile Screen Footer Ends */
}

/* Category Page Css */
.category-section {
    padding: 50px 0;
}

.category-titles {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.category-col {
    margin-bottom: 30px;
}

.category-card {
    width: 100%;
    min-height: 150px;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #ced4da;
    transition: 0.2s ease-in-out;
}

.category-card:hover {
    border: 1px solid #2266cc;
    cursor: pointer;
}

.category-name {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-bottom: 10px;
    font-weight: 600;
    color: #FFFFFF;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {

    .category-section {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .drawer-menu{
        max-height: 100vh;
    }

}

/* Category Page Css Ends */

/* Cart Page Css */
.cart-section {
    padding: 50px 0 0;
}

.cart-titles {
    font-weight: 600;
}

.cart-total {
    font-weight: 600;
}

.cart-product-name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0 10px;
}

.cart-offer-price {
    font-size: 16px;
    font-weight: 600;
}

.cart-discount {
    font-weight: bold;
    color: orange;
}

.cart-saved {
    font-size: 14px;
    font-weight: bold;
    color: #22aa00;
}

.cart-select {
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    border-color: #555555;
    border-radius: 5px;
    padding: .375rem;
}

.remove-btn {
    font-size: 14px;
    color: #FFFFFF;
    /* background-color: #555555; */
    background-color: red;
    border-color: #555555;
}

.remove-btn:hover {
    color: #FFFFFF;
}

.percent-icon-div {
    color: #22aa00;
}

.coupon-div p {
    font-size: 14px;
    font-weight: 600;
    margin: auto;
}

.coupon-div small {
    font-weight: 600;
    color: #888;
}

.progress-bar{
    background-color: var(--main-theme-color);
}

.btn{
    background-color: var(--main-theme-color);
    border: none;
}

.btn-outline{
    background-color: #fff;
    border: 2px solid var(--main-theme-color);
    color: var(--main-theme-color);
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 6px;
}

.search-btn {
    background-color: #FFFFFF !important;
    border-radius: 5px 0 0 5px;
    border: none;
}

.details-add{
    background-color: #212121;
}
.font-14{
    font-size: 14px !important;
}

.apply-btn {
    font-size: 14px;
    font-weight: 600;
    /* color: #2266cc; */
    color: #fff;
    border-color: #2266cc;
    padding: 2px 10px;
    width: max-content;
}

.apply-btn:hover {
    color: #2266cc;
}

.item-total,
.item-total-price,
.delivery-tilte,
.delivery-charge,
.tax,
.delivery-time {
    font-size: 14px;
    font-weight: 600;
}

.item-total-price del {
    color: #AAAAAA;
}

.delivery-charge {
    color: #22aa00;
}

.grand-total,
.grand-total-price {
    font-weight: 600;
}

.tax {
    color: #777777;
}

.delivery-time span {
    color: #777777;
}

.total-saved {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #22aa00;
    background: aliceblue;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.continue-btn {
    width: 100%;
    font-weight: 600;
    color: #FFFFFF !important;
    /* background: #2266cc; */
    padding: 10px;
    transition: 0.2s ease-in-out;
}

.continue-btn:hover {
    background-color: #3478dd;
    color: #FFFFFF;
}

.cateList{
    width: 100%;
    display: block;
}

.cart-container{
    margin-top: 80px;
    text-align: center;
    margin-inline: auto;
}

#empty-bag, #register{
    margin-top: 0;
}

@media (768px <= width <= 810px) {
    .container-wrap{
        flex-wrap: nowrap !important;
    }
}

@media screen and (max-width: 768px) {
    /* .product-name {
        margin: 0 0 0 6px;
    } */

    /* .card-img {
        height: auto;
    } */

    .sm-pad-l {
        padding-left: 8px;
    }

    .pt {
        /* padding-top: 8px; */
    }

    .offer-price {
        font-size: 16px;
    }

    .product-name {
        font-size: 16px;
    }

    .card-body {
        padding: 0px 10px;
    }

    .cart-section {
        padding-top: 25px;
        /* padding-bottom: 80px; */
    }

    .cart-titles,
    .cart-total {
        font-size: 18px;
    }

    .cart-section-row {
        margin-bottom: 30px;
    }

    .cart-footer {
        position: relative;
        bottom: 72px;
    }

    .cart-footer-line {
        margin-top: 20px;
    }
}

/* Cart Page Css Ends */

/* Checkout Form Css */
.checkout-form-section {
    padding: 50px 0 20px;
}

.form-user-btn {
    font-size: 14px;
    font-weight: 600;
    color: #2266cc;
    border-color: #2266cc;
}

.form-user-btn:hover {
    color: #2266cc;
}

.form-group,
.form-row {
    margin-bottom: 20px;
}

.form-group,
.form-row label {
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .checkout-form-section {
        padding-top: 25px;
        /* padding-bottom: 100px; */
    }
}

/* Checkout Form Css Ends */

/*  */
.payment-nav-pills {
    display: block;
}

.payment-link {
    font-weight: 600;
}

.confrim-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.order-confirm-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #2266cc;
    padding: 10px;
    transition: 0.2s ease-in-out;
}

.order-confirm-btn:hover {
    color: #FFFFFF;
    background-color: #3478dd;
}

.form-check {
    margin-bottom: 10px;
}

.form-check-label {
    font-weight: 600;
}

.cod {
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {

    .payment-container {
        margin-bottom: 20px;
    }

    .confrim-title {
        margin-top: 20px;
    }

    .payment-nav-pills {
        display: flex;
    }

    .payment-link {
        width: 50%;
    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .container{
        max-width: 100%;
    }
    .section-left{
        width: 25%;
    }
    .section-center{
        width: 50%;
    }
    /* .section-right{
        display: none;
    } */
    .search-container{
        width: auto;
    }

    .card-image-container{
        max-width: 170px;
    }

}



@media(max-width:768px) {
    .sections-container {
        display: block !important;

    }

    .product-detail {
        font-size: 15px;
        font-weight: 600;
        color: #666666;
        /* padding-left: 25px; */
    }

    .card {
        padding: 5px 10px !important;
    }
    .container.sections-container {
        padding: 7px !important;
    }

    .drawerCloseBtn {
        width: max-content !important;
        display: block !important;
        color: white;
        margin-left: auto;
        text-align: end;
        height: 30px;
        font-size: 24px;
        margin-top: 5px;
        background: black;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 4 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(0) !important;
    }

    .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%) !important;
    }
}

.product-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-price {
    display: flex;
}

.price {
    font-size: 14px;
}

.card-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.card-desc-font{
    font-size: 12px !important;
    font-weight: 700;
    color: #77838F;
}

.card-title {
    font-size: 14px;
}

.drawerCloseBtn {
    display: none;
}
.s-banner{
    /* max-height: 360px !important; */
    height: auto !important;
}
.bnr-img{
    width:100%;
    object-fit:fill;
    height: auto !important;
    border-radius: 8px;
}
.img-parent-a{
    /* height: 290px; */
    display: flex;
}

.rounded-cate-container{
    position: relative;
    top: 100px;
    margin: 0 auto 20px;
    padding: 20px 0px;
    width: 100%;
    max-width: 1220px;
}

.cate-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cate-bar>label{
    font-size: 20px;
    font-weight: bold;
}

.cate-bar-arrow{
    display: flex;
    gap: 15px;
    align-items: center;
}

.cate-bar-arrow-l, .cate-bar-arrow-r{
    background-color: #dddddd;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
    color: #212121;
    display: block !important;
}

.rounded-category-container{
    display: flex !important;
    overflow: auto;
    height: max-content;
    width: 100%;
}

.rounded-category-container::-webkit-scrollbar{
    height: 5px;
    display: none;
}

.rounded-category-container::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
    border-radius: 14px;
}

.rounded-category{
    display: grid !important;
    justify-content: center;
    gap: 10px;
    margin: 0 12px;
    color: #212121;
    font-weight: bold;
}

.rounded-category:hover{
    color: #212121;
}

.rounded-category > span {
    font-size: 14px;
    width: 15ch;
}

.rounded-category > img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    box-shadow: 3px 5px 4px #a8a8a8;
}

@media (max-width: 576px) {
    .cate-bar-arrow{
        display: none;
    }
    .rounded-cate-container{
        padding: 20px 10px;
    }
    .rounded-category-container{
        gap: 20px;
    }
    .rounded-category{
        width: 60px;
        margin: 0;
    }
    .rounded-category > span {
        font-size: 12px;
        width: 10ch;
    }
    .rounded-category > img {
        width: 60px;
        height: 60px;
    }
}
.width-100{
    width: 100%;
}

.width-50{
    width: 50%;
}

.h-auto{
    height: auto !important;
}

.login-divider{
    color: #212121;
    padding: 10px;
    position: relative;
}

.login-divider::before{
    content: "";
    position: absolute;
    border-bottom: 1px solid #bebebe;
    top: 50%;
    left: 0;
    width: 47%;
}

.login-divider::after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #bebebe;
    top: 50%;
    right: 0;
    width: 47%;
}

@media (min-width: 577px) and (max-width: 768px) {
    .cate-bar-arrow{
        display: none;
    }
    .rounded-cate-container{
        padding: 20px 10px;
    }
    .rounded-category > span {
        font-size: 12px;
    }
    .rounded-category > img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 768px) {
    .s-banner{
        /* max-height: 260px !important; */
        height: auto !important;
    }
    .bnr-img{
        width:100%;
        object-fit:fill;
        height: auto !important;
    }
}
@media (max-width: 480px) {
    .form-row{
        margin: 0;
        gap: 10px;
    }
}




    .payment-success-text {
        font-size: 2rem;
        font-weight: 600;
    }

    .path-title {
        color: #999999;
    }

    .thank-you-title .active {
        color: rgba(234, 10, 10, 0.97);
    }

    .payment-success {
        width: 20%;
        height: auto;
        margin: auto;
        text-align: center;
    }

    .confirmation-container {
        text-align: center;
        padding: 50px 0;
        border: 1px solid #dddddd;
        border-radius: 10px;
    }

    .confirmation-thank {
        font-weight: bolder;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .confirmation-detail {
        color: #999999;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .go-back-shopping-btn {
        background-color: rgba(234, 10, 10, 0.97);
        color: white;
        border: none;
        padding: 10px 30px;
        border-radius: 10px;
        text-transform: uppercase;
        font-size: 14px;
    }

    @media screen and (max-width: 768px) {
        .payment-success-text {
            font-size: 25px;
        }

        .payment-success {
            width: 65%;
            height: auto;
        }
    }
    .active-filter{
        border-color:red !important
    }
    .filter-box{
        border:1px solid #d6d1d1;
        align-items:center; 
        border-radius:10px;
        width:80px;
        height:40px;
        cursor:pointer;
    }
    .n-veg{
        width:120px;
    }
    .food-icons{
        height:15px;
        width:15px
    }