body {
    font-family: "Lexend Regular", sans-serif;
    font-family: "Helvetica", sans-serif;
    /* Other CSS properties */
}

/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}

.offcanvas.offcanvas-start {
    width: 300px !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.no-spin {
    /* Remove spin buttons for number input */
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

#numberInput::-webkit-inner-spin-button,
#numberInput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#numberInput {
    /* Firefox */
    -moz-appearance: textfield;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler:hover {
    background-color: #e2e1e1;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.dropdown-menu li {
    position: relative;
}

.sticky-nav {
    position: sticky;
    top: 0px;
}

.sm-header {
    display: none;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0%;
    padding-left: 0%;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -9px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover {
    background-color: #f1f1f1;
}

.dropdown-menu > li:hover > .submenu {
    display: block;
}

.flex-wrap1 {
    justify-content: space-around;
    flex-wrap: wrap;
}

.navbar-toggler:hover {
    background-color: transparent !important;
    border: none !important;
}

.location-btn:hover {
    background-color: transparent !important;
    border-color: #f8f9fa !important;
    transition: none;
}

/* Styles for tablets and mobiles */
@media only screen and (max-width: 991px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        /* Initially off-screen */
        width: 80%;
        /* Adjust the width as needed */
        height: 100%;
        background: #fff;
        transition: left 0.3s ease;
        overflow-y: auto;
        /* Enable vertical scrollbar for small screens */
        z-index: 999;
        /* Bring sidebar above content */
    }

    .sidebar.active {
        left: 0;
        /* Slide in from the left when active class is applied */
    }

    .toggle-sidebar-btn {
        display: block;
        /* Show the toggle button on smaller screens */
    }
}

/* ########################## NAV BAR ######################### */
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 72px;
    padding: 12px 8px;
    margin: 0 auto;
}

.hr-height {
    height: 6px;
}

.main-logo {
    height: 36px;
}

.navbar-toggler {
    padding: 3% 0%;
    font-size: 20px !important;
    line-height: 1;
    color: #8a8a8a !important;
    background-color: transparent;
    border: none !important;
}

.navbar-toggler-icon {
    filter: grayscale();
}

.ft-lime {
    color: #57b33b;
}

.btn-nav {
    color: #666464;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.dropdown-toggle::after {
    display: none !important;
}

.form-search {
    padding: 1rem 1.8rem !important;
}

.search {
    position: relative;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    background-color: #f1f1f1;
}

.faa-search {
    color: #727272;
    font-size: 24px !important;
}

.search input {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-indent: 30px;
    border: none !important;
    background-color: transparent !important;
    overflow: hidden;
    height: 40px;
}

.search input::placeholder {
    color: #b2b0b0;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid blue;
}

.search .fa-search {
    color: #b2b0b0;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    top: 12px;
    right: 24px;
    cursor: pointer;
}
.searchIcon {
    display: block;
}

.search {
    position: relative;
    width: 300px; /* Adjust the width as needed */
}

.searchInput {
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px; /* Space for the scrollbar */
}

.searchResults {
    position: absolute;
    top: 102%;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-height: 400px; /* Adjust the maximum height as needed */
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff;
}

.searchResults::-webkit-scrollbar {
    width: 6px;
}

.searchResults::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}

.searchResults::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.searchResults li {
    padding: 8px;
    cursor: pointer;
}

.searchResults li:hover {
    background-color: #f0f0f0;
}

.login-btn {
    color: #57b33b;
    /* background-color: #57b33b; */
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    border-radius: 8px;
    border-color: #57b33b !important;
}

.profile-btn {
    color: #57b33b;
    /* background-color: #57b33b; */
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    border-radius: 8px;
    border-color: #57b33b !important;
}

.login-btn:hover {
    background-color: #57b33b;
    color: #fff;
}

.bg-lime {
    background-color: #57b33b;
}

.second-nav {
    width: 100%;
}

.mx-item {
    margin: 0% 2.7%;
}

.download-app {
    font-family: "Lexend Regular";
    color: #57b33b !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    list-style: 78px !important;
    border-bottom: none !important;
}

.download-img-google {
    height: 32px;
    width: auto;
}

.download-img-app {
    height: 32px;
    width: auto;
}

.second-nav .nav-item:hover {
    border-bottom: 4.4px solid #57b33b;
}

.text-navbar {
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

.second-nav .active {
    border-bottom: 4.4px solid #57b33b;
}

.second-nav .dropdown-item {
    padding-left: 13% !important;
}

.dropdown-menu {
    --bs-dropdown-min-width: 126px !important;
}

.second-nav .dropdown-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #736c6c !important;
    background-color: #ffffff;
}

.second-nav .dropdown-item:hover {
    color: white !important;
    background-color: #57b33b;
}

.second-nav .drop-item:hover {
    color: #736c6c !important;
    background-color: #dfdddd !important;
}

.second-nav .child-item:hover {
    color: #736c6c !important;
    background-color: #f0eded !important;
}

/* ############### SIDE BAR ################# */
.profile-img {
    height: 60px;
    border: 3.7px solid #ffffff;
    border-radius: 50%;
}

.offcanvas-body {
    padding: 0 !important;
}

.back-style {
    font-size: 24px;
    color: #ffffff;
}

.offcanvas-title {
    font-family: "Lexend Regular";
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-left: 5%;
}

.sidebar-link {
    font-family: "Lexend Regular";
    color: #747272;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
}

.faa-profile {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    margin-right: 5%;
}

.faa-profile-dropdown {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-right: 5% !important;
}

.profile-item-drop {
    font-family: "Lexend Regular";
    color: #908e8e;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    padding-left: 15%;
}

/* #################### BANNER ####################### */

.carousel-control-next,
.carousel-control-prev {
    width: 2% !important;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 3rem !important;
}

.banner-heading {
    font-family: "Lexend Regular";
    color: white;
    font-size: 65px;
    font-weight: 700;
    line-height: 80px;
}

.banner-heading-low {
    font-family: "Lexend Regular";
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}

.text-lime {
    color: #57b33b;
}
.theme-bg {
    background-color: #57b33b;
}

.banner-content {
    font-family: "Lexend Regular";
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-right: 24%;
}

.btn-lime {
    font-family: "Lexend Regular";
    color: white;
    background-color: #57b33b;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding: 0.6% 3%;
}

.btn-lime:hover {
    color: white;
    background-color: #57b33b;
}

.banner-img1 {
    height: 500px;
    width: fit-content;
}

/* ################ ABOUT US ################# */
.about-heading {
    font-family: "Lexend Regular";
    color: #57b33b;
    font-size: 38px;
    font-weight: 700;
}

.about-content {
    font-family: "Helvetica";
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.about-btn-lime {
    font-family: "Helvetica";
    color: white;
    background-color: #57b33b;
    font-size: 18px;
    font-weight: 700;
    border-radius: 16px;
    padding: 1% 6%;
}

.about-btn-lime:hover {
    color: white;
    background-color: #57b33b;
}

.about-img {
    height: 400px;
    width: auto;
}

/* ############### ORDER PROCESS ############### */
.bg-lime-order {
    background-color: #57b33b;
}

.order-title {
    color: white;
    font-family: "Lexend Regular";
    font-size: 36px;
    font-weight: 500;
    line-height: 58px;
}

.order-img {
    height: 100px;
    width: 100px !important;
}

.order-heading {
    color: white;
    font-family: "Lexend Regular";
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin-top: 8%;
}

.order-size {
    width: 20%;
}

.faa-order {
    position: absolute;
    font-size: 40px;
    left: 93%;
    top: 15%;
    color: white;
}

/* ############### Shop Categories ############### */

/* owl nav */
.owl-prev span,
.owl-next span {
    color: #999191;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: -25px;
}

.owl-next {
    right: -25px;
}

/* removing blue outline from buttons */
button:focus,
button:active {
    outline: none;
}

.bg-shop-cat {
    background-color: #e6effa;
}

.brand-carousel .owl-item {
    background-color: #fcdcd1;
}

.shop-title {
    color: #737472;
    font-family: "Lexend Regular";
    font-size: 32px;
    font-weight: 500;
    line-height: 56px;
}

.shop-btn-lime {
    font-family: "Lexend Regular";
    color: white;
    background-color: #57b33b;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    padding: 1.5% 10%;
}

.shop-btn-lime:hover {
    color: white;
    background-color: #57b33b;
}

.shop-heading {
    color: #6f6a6a;
    font-family: "Lexend Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-top: 12%;
    border-radius: 32px;
}

.shop-img-slide {
    background-color: white;
    height: 175px;
    width: 180px !important;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 0px #00000040;
}

.padd-card-custom {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/* ################# FOOD CART ############### */
.cat-img-abs {
    position: absolute;
    height: 486px;
    right: 0px;
}

.box-shd {
    box-shadow: 0px 0px 6px 0px #00000040;
}

.card-padd {
    padding: 3% 1% !important;
}

.green-dot {
    position: absolute;
    top: 6%;
    left: 6%;
}

.faa-heart-trans {
    position: absolute;
    top: 6%;
    height: 22px;
    vertical-align: middle;
    text-align: center;
    width: 22px;
    padding: 0px !important;
    line-height: 24px;
    right: 6%;
    color: #858484;
    font-size: 14px;
    background-color: #e4e0e0cc;
    border-radius: 50%;
    opacity: 0.8;
}

.star-food {
    vertical-align: middle;
    display: inline-flex;
    font-family: "Lexend Regular";
    color: white;
    background-color: #57b33b;
    font-size: 13.9px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 2px;
    padding: 1% 4%;
    padding-bottom: 0.5%;
}

.fs-food {
    font-size: 10px;
    margin-right: 5%;
}

.food-title {
    font-family: "Lexend Regular";
    color: #4d4545 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

.price-discount {
    font-family: "Lexend Regular";
    color: #4d4545 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 34px !important;
}

.price-mrp {
    font-family: "Lexend Regular";
    color: #828282 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-decoration: line-through !important;
}

.btn-food {
    font-family: "Helvetica";
    color: white !important;
    background-color: #57b33b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    border-radius: 6px !important;
    padding: 3% 10% !important;
    text-align: center !important;
}

.faa-food {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
}

/* ################# OFFERS ################# */
.offer-img {
    height: 180px;
    width: 100%;
}

/* ################# HANDMADE PRODUCT ################# */
.bg-img {
    background-image: url("../../img/handmade-back.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.homemade-title {
    font-family: "Lexend Regular";
    color: #830c0f;
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
}

.homemade-content {
    font-family: "Lexend Regular";
    color: #3a3838;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.btn-homemade {
    background-color: transparent;
    font-family: "Lexend Regular";
    color: #3a3838;
    font-size: 18px;
    font-weight: 500;
    padding: 0.5% 3%;
    border: 0.7px solid #171616;
}

.btn-homemade:hover {
    background-color: #3a3838;
    font-family: "Lexend Regular";
    color: white;
}

.padd-home {
    padding-left: 40%;
}

/* ########### FAST FOOD ########## */
.fastfood-title {
    color: #626262;
    font-family: "Lexend Regular";
    font-size: 40px;
    font-weight: 500;
}

.fastfood-title-green {
    color: #57b33b;
}

.fastfood-content {
    color: #868585;
    font-family: "Lexend Regular";
    font-size: 20px;
    font-weight: 400;
    padding-right: 32%;
}

.fastfood-img-google {
    height: 60px;
    width: 100%;
    padding: 1.5%;
}

.fastfood-img-app {
    height: 60px;
    width: 100%;
    padding: 1.5%;
}

.bg-fastfood {
    height: 350px;
    width: fit-content;
    background-color: #ddf5f0;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
}

.fastfood-img {
    height: 380px;
    width: auto;
    overflow: visible;
}

/* ############### Cards ############## */
.card-container {
    display: grid !;
    /* grid-template-columns: repeat(5, 1fr); */
    /* grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;   */
    /* grid-template-rows: auto; */
    gap: 10px;
    /* align-items: center; */
}
.catg-tittle {
    font-family: "Lexend Regular";
    font-size: 40px;
    font-weight: 600;
    line-height: 46.4px;
    text-align: left;
    color: #484848;
}
.card-fig-discount {
    position: absolute;
    width: 56.36px;
    height: 17.83px;
    top: 9.5px;
    left: 0px;
    border-radius: 0px 20px 20px 0px;
    opacity: 0px;
    background-color: #e3fadd;
    font-family: "Lexend Regular";
    font-size: 10.17px;
    font-weight: 600;
    color: #57b33b;
}

.custom-cardstitle {
    font-family: "Lexend Regular";
    font-size: 13.44px;
    font-weight: 500;
    line-height: 14.16px;
    text-align: left;
    color: #4d4545;
}

.tile-figure {
    height: 177.31px;
    overflow: hidden;
}

.tile-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the figure area while maintaining its aspect ratio */
}

.tile-favorite {
    width: 25.49px;
    height: 25.49px;
    background: #C8C2BF;
    top: 8.21px;
    right: 13.93px;
}

.card-rating-text {
    font-family: "Lexend Regular";
    font-size: 9.95px;
    font-weight: 500;
    line-height: 14.93px;
    text-align: left;
    color: #828282;
}
.card-amount {
    font-size: 18.08px;
    font-weight: 400;
    line-height: 24.3px;
    text-align: left;
    color: #4d4545;
}
.card-cut-amount {
    font-size: 13.95px;
    font-weight: 400;
    line-height: 15.92px;
    text-align: left;
    color: #727171;
}
.card-selectbox {
    width: 80px;
    height: 22px;
    color: #6f6e6e;
    font-size: 12.49px;
}
.card-qnty-inputbox {
    width: 75.23px;
    height: 24.92px;
    border-radius: 2px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid #c9c8c8;
}
.card-Addbutton {
    width: 80.63px;
    height: 24.92px;
    border-radius: 2px;
    background-color: #57b33b;
    border: none;
    color: #fff;
}

/* ########### FAST FOOD ########## */
.wcu-fullcontainer {
    background-color: #e3fadd;
    margin-top: 70px;
    margin-bottom: 90px;
}
.wcu-heading {
    background-image: url("../../../assets/img/why-choose-us-background.png") !important;
    background-size: cover;
    background-position: center;
    font-family: "Lexend Regular";
    font-size: 35.25px;
    font-weight: 500;
    text-align: left;
    color: #57b33b;
    width: 370px;
    border-radius: 0px, 200px, 200px, 0px;
    padding: 39.24px 38.59px 44.53px 44.53px;
}
.wcu-insideimg {
    border-right: 2px solid #d6cfcb;
}
.wcu-tittle {
    font-family: "Lexend Regular";
    font-size: 29.56px;
    font-weight: 600;
    color: #57b33b;
    text-align: left;
}
.wcu-prg {
    font-family: "Lexend Regular";
    font-size: 11.32px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    max-width: 203px;
}

/* ############### FEATURED ############## */
.featured-img-abs {
    position: absolute;
    height: 486px;
    left: 0px;
}

.featured-heading {
    color: #57b33b;
    font-family: "Lexend Regular";
    font-size: 40px;
    font-weight: 500;
}

.featured-title {
    color: #626262;
    font-family: "Lexend Regular";
    font-size: 24px;
    font-weight: 500;
    margin-top: 2%;
}

.featured-content {
    color: #868585;
    font-family: "Lexend Regular";
    font-size: 14px;
    font-weight: 400;
}

.featured-img {
    height: 180px;
    width: auto;
}

/* ############ TESTIMONIAL ############# */
.testimonial_carousel_section .owl-dots {
    text-align: center;
}

.testimonial_carousel_section .owl-dot {
    display: inline-block !important;
    height: 10px !important;
    width: 50px !important;
    background-color: #ffffff !important;
    opacity: 0.8;
    border-radius: 4px;
    margin: 0px 4px;
}

.testimonial_carousel_section .owl-dot.active {
    background-color: #57b33b !important;
}

.testimonial_carousel_section .owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.testimonial_carousel_section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 3% !important;
}

.bg-testimonial {
    background: #fff;
}

.radd-card {
    border-radius: 14px !important;
}

.radd-card:hover {
    background-color: #57b33b;
}

.radd-card:hover p {
    color: white !important;
    background-color: #57b33b;
}

.testimonial-img {
    height: 75px !important;
    width: 75px !important;
    background-color: white !important;
}

.testimonial-heading {
    color: #57b33b;
    font-family: "Lexend Regular";
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
}

.testimonial-heading-strong {
    color: #57b33b;
    font-family: "Lexend Regular";
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
}

.testimonial-title {
    color: #696767;
    font-family: "Lexend Regular";
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.ratings i {
    color: #ffe600;
    font-size: 12px;
}

.testimonial-content {
    color: #696767;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
}

.canvas-form {
    max-width: 100%;
    overflow: auto;
}

.btn-captcha {
    height: fit-content;
    margin: auto;
}

/* ############# FOOTER ############## */
.faa-padd {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0px !important;
    margin-right: 3%;
}

.faa-padd1 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0px !important;
    margin-right: 3%;
}

.copyright {
    font-family: "Helvetica";
    color: #817b7b;
    font-size: 12px;
    font-weight: 300;
}

.footer-para {
    color: #ffffff;
    font-family: "Helvetica";
    font-size: 14px;
    font-weight: 400;
    padding-right: 10%;
}

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

.margin-footer-link {
    color: #57b33b;
    font-family: "Lexend Regular";
    font-size: 18px;
    font-weight: 700;
}

.fa-ul {
    margin-left: 0px !important ;
}

.fa-ul .footer-li {
    color: #ffeaea;
    font-family: "Lexend Regular";
    font-size: 14px;
    font-weight: 400;
}

.fa-ul .footer-li-right {
    color: #ffeaea;
    text-align: left;
    font-family: "Lexend Regular";
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    padding-bottom: 4%;
}

.faa-footer-fa {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 14px;
    color: white;
    background-color: #57b33b;
    border-radius: 50%;
}

/* ########################## Download  our app Section  ########################### */
.dop-container {
    background-color: #e5f1f7;
}
.dop-items img{
    width: 450px;
}
.dop-heading {
    text-transform: capitalize;
    font-family: "Lexend Regular";
    font-size: 74.79px;
    font-weight: 500;
    max-width: 393px;
    line-height: 68.06px;
    text-align: left;
    color: #57b33b;
}
.dop-prg {
    font-family: "Lexend Regular";
    font-size: 23.55px;
    max-width: 407px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 34.32px;
    text-align: left;
    color: #716e6e;
}
.market-btn {
    display: inline-block;
    padding: 0.3125rem 0.875rem;
    padding-left: 2.8125rem;
    -webkit-transition: border-color 0.25s ease-in-out,
        background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out,
        background-color 0.25s ease-in-out;
    border: 1px solid #e7e7e7;
    background-position: center left 0.75rem;
    background-color: #191918;
    background-size: 1.5rem 1.5rem;
    border-radius: 8px;
    background-repeat: no-repeat;
    text-decoration: none;
}
.market-btn .market-button-title {
    display: block;
    color: #fff;
    font-size: 1.125rem;
}
.market-btn .market-button-subtitle {
    display: block;
    margin-bottom: -0.25rem;
    color: #fff;
    font-size: 0.75rem;
}

.apple-btn {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.google-btn {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

/* ########################## BREADCRUMB ########################### */

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    line-height: 38px;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">") !important;
}

.bread-head a {
    font-family: "Lexend Regular";
    font-size: 16px;
    font-weight: 400;
    color: #57b33b;
    line-height: 38px;
    text-decoration: none;
}

.bread-title a {
    font-family: "Lexend Regular";
    font-size: 16px;
    font-weight: 400;
    color: #57b33b;
    line-height: 38px;
    text-decoration: none;
}

.bread-active {
    font-family: "Lexend Regular";
    font-size: 16px;
    font-weight: 400;
    color: #818689;
    line-height: 38px;
}

/* ########################## PRODUCT DETAIL PAGE ########################### */

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* ########################## PRODUCT NAV START ########################### */
.header-nav-wrapper {
    background-color: #57b33b;
}

.header-nav-container {
    max-width: 1230px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 auto;
}

.header-nav-l2-wrapper,
.header-nav-l2-wrapper__right,
.header-nav-l3-wrapper,
.header-nav-l3-wrapper__right {
    display: none;
}

.header-nav-l1 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.header-nav-l1-item {
    position: relative;
    padding: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    margin-right: 16px;
    color: #fff;
    cursor: pointer;
    font-family: "JioType", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.07px;
}

.header-nav-l1-item:hover {
    /* border-bottom: 4px solid #ddf5f0; */
    background-color: #57b33b;
}

.header-nav-l1-item:hover > .header-nav-l2-wrapper,
.header-nav-l1-item:hover > .header-nav-l2-wrapper__right {
    display: block;
}

.header-nav-l1-item-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
}

.header-nav-l2,
.header-nav-l2__right {
    max-width: 250px;
    min-width: 250px;
    max-height: 475px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.65);
    padding: 8px;
    font-family: "JioType", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.08px;
    line-height: 1.5;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: 20px solid #f5f5f5;
}

.header-nav-l2-wrapper,
.header-nav-l2__right-wrapper {
    position: absolute;
    top: 43px;
    left: 0px;
    z-index: 20;
    padding-bottom: 15px;
    background-color: #f5f5f5;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.header-nav-l2-wrapper__right,
.header-nav-l2__right-wrapper__right {
    position: absolute;
    top: 43px;
    left: unset;
    right: 0;
    z-index: 20;
}

.header-nav-l2-item,
.header-nav-l2-item__right,
.header-nav-l2__right-item,
.header-nav-l2__right-item__right {
    padding: 0 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    color: rgba(0, 0, 0, 0.65);
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-nav-l2-item:hover,
.header-nav-l2-item__right:hover,
.header-nav-l2__right-item:hover,
.header-nav-l2__right-item__right:hover {
    padding: 0 16px;
    /* background-color: #e5f1f7; */
    background-color: #57b33b;
    color: #141414;
    transition-property: background-color;
    transition: cubic-bezier(0.35, 0, 0.25, 1) 300ms;
}

.header-nav-l2-item:hover > .header-nav-l3-wrapper,
.header-nav-l2-item:hover > .header-nav-l3-wrapper__right,
.header-nav-l2-item__right:hover > .header-nav-l3-wrapper,
.header-nav-l2-item__right:hover > .header-nav-l3-wrapper__right,
.header-nav-l2__right-item:hover > .header-nav-l3-wrapper,
.header-nav-l2__right-item:hover > .header-nav-l3-wrapper__right,
.header-nav-l2__right-item__right:hover > .header-nav-l3-wrapper,
.header-nav-l2__right-item__right:hover > .header-nav-l3-wrapper__right {
    display: block;
}

.header-nav-l2-item-link,
.header-nav-l2-item-link__right,
.header-nav-l2-item__right-link,
.header-nav-l2-item__right-link__right,
.header-nav-l2__right-item-link,
.header-nav-l2__right-item-link__right,
.header-nav-l2__right-item__right-link,
.header-nav-l2__right-item__right-link__right {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 0;
}

.header-nav-l2-item:hover,
.header-nav-l2__right-item:hover {
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
}

.header-nav-l2-item__right:hover,
.header-nav-l2__right-item__right:hover {
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
}

.header-nav-l2 {
    padding: 8px 0 8px 8px;
}

.header-nav-l3,
.header-nav-l3__right {
    position: absolute;
    max-width: 250px;
    min-width: 250px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65);
    padding: 8px 16px;
    font-family: "JioType", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.08px;
    line-height: 1.5;
}

.header-nav-l3-wrapper,
.header-nav-l3__right-wrapper {
    position: absolute;
    left: calc(100% - 16px);
    top: 0;
    bottom: 0;
}

.header-nav-l3-wrapper__right,
.header-nav-l3__right-wrapper__right {
    position: absolute;
    left: calc(-100% + 8px);
    top: 0;
    bottom: 0;
}

.header-nav-l3-item,
.header-nav-l3-item__right,
.header-nav-l3__right-item,
.header-nav-l3__right-item__right {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-nav-l3-item:hover,
.header-nav-l3-item__right:hover,
.header-nav-l3__right-item:hover,
.header-nav-l3__right-item__right:hover {
    color: #57b33b;
    font-family: "JioType", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.08px;
    line-height: 1.5;
}

.header-nav-l3-item-link,
.header-nav-l3-item-link__right,
.header-nav-l3-item__right-link,
.header-nav-l3-item__right-link__right,
.header-nav-l3__right-item-link,
.header-nav-l3__right-item-link__right,
.header-nav-l3__right-item__right-link,
.header-nav-l3__right-item__right-link__right {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 0;
}

.header-nav-l3 {
    border-bottom-right-radius: 16px;
    clip-path: inset(0 0 0 0 round 0 0 16px 0);
}

.header-nav-l3__right {
    border-bottom-left-radius: 16px;
}

/* ########################## PRODUCT NAV END ########################### */

/* ########################## PRODUCT PAGE ########################### */

.hr {
    /* margin: 0 30%; */
    border-top: 4px solid;
    color: #57b33b;
}

.sidebar-shado {
    box-shadow: 0px 0px 4px 1px #00000040;
    border-radius: 13px;
}

.sidebar-header {
    font-family: "Lexend Regular";
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    color: #4d4545;
}

.sidebar-title {
    font-family: "Lexend Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #73787a;
    text-decoration: none;
}

.sidebar-subtitle {
    font-family: "Lexend Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    color: #73787a;
    text-decoration: none;
    padding: 1% 6%;
}

.btn-sort {
    font-family: "Helvetica";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #848181 !important;
    background-color: #ffffff;
    border: 0.85px solid #57b33b;
    border-radius: 20px;
    right: 6%;
    top: 40%;
}

.btn-sort:hover {
    border: 0.8px solid #369519;
    border-radius: 20px;
}

.btn-quant {
    color: white !important;
    background-color: #57b33b !important;
    border-radius: 6px !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0px !important;
    margin-bottom: 2%;
}

.quantity-btn {
    border: 1.3px solid #57b33b;
    border-radius: 8px;
    padding: 3% 0%;
}

.fw-quant {
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 500;
    width: 30px;
    border-radius: 6px;
}

.faa-quant {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* ##################### PRODUCT DETAIL PAGE #################### */

.image-gallery {
    margin: 0 auto;
    display: flex;
}

.primary,
.thumbnails {
    display: flex;
}

.primary {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    background-color: #cccccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.thumbnail-image {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin: 20px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Bottom Bar */
.bottombar {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background-color: #f8f9fa;
    color: #4d4545;
    transition: transform 0.3s ease;
}

.bottombar.hidden {
    transform: translateY(100%);
}

.bottombar_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem;
}

.bottombar_link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
    gap: 5px;
}

.text-subtle-medium {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.nav-postion {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
}

.content-margin {
    margin-top: 138px;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

#content {
    max-width: 650px;
    text-align: center;
}

#featured_img img,
#thumb_img img {
    max-width: 100%;
    max-height: 260px;
}

#thumb_img {
    margin-top: 2%;

    img {
        float: left;
        max-width: 32%;
        width: 32%;
        cursor: pointer;
        margin-right: 2%;
        border: 2px solid #eee;
        box-sizing: border-box;

        &.active {
            border: 2px solid #cac6b8;
        }

        &:last-child {
            margin-right: 0;
        }
    }
}

.img-pro-detail {
    padding-top: 3%;
    padding-right: 1%;
}

.img-pro-detail-last {
    padding-top: 3%;
}

.btn-pro {
    font-family: "Helvetica";
    color: white !important;
    background-color: #57b33b !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 18px !important;
    padding: 1% 8% !important;
    text-align: center !important;
}

.faa-pro {
    color: white !important;
    background-color: #57b33b !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding-right: 8px;
}

.pro-title {
    font-family: "Lexend Regular";
    color: #4d4545;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.special {
    font-family: "Helvetica";
    color: #4d4545;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.pro-discount {
    font-family: "Lexend Regular";
    color: #4d4545;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}

.pro-mrp {
    font-family: "Lexend Regular";
    color: #828282;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: line-through;
    margin-left: 10px;
}

#heart {
    color: gray;
    font-size: 26px;
    vertical-align: middle;
}

#heart.red {
    color: red;
}

.faa-share {
    vertical-align: middle;
    font-size: 26px;
    color: gray;
    font-weight: 600;
}

.star-pro {
    vertical-align: middle;
    display: inline-flex;
    font-family: "Lexend Regular";
    color: white;
    background-color: #57b33b;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 2px;
    padding: 1% 4%;
    padding-bottom: 1%;
    vertical-align: middle;
}

.border-pro {
    border-bottom: 1px solid #b7b7b7;
}

.pro-li {
    font-family: "Helvetica";
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #4d4545;
}

.medium {
    font-family: "Lexend Regular";
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #4d4545;
}

.faa-plus {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

.food-pro-title {
    font-family: "Lexend Regular";
    color: #4d4545 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

.btn-faa-pro {
    font-family: "Helvetica";
    color: white !important;
    background-color: #57b33b !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    border-radius: 6px !important;
    padding: 4% 12% !important;
    text-align: center !important;
}

/* ###################### Order Summary Page #####################  */
.card-order {
    box-shadow: 0px 1.0453660488128662px 4.181464195251465px
        1.0453660488128662px #00000040;
    border-radius: 12px;
}

.padd-img-order {
    padding: 1.2%;
}

.pro-order-title {
    font-family: "Lexend Regular";
    color: #4d4545;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.pro-order-discount {
    font-family: "Lexend Regular";
    color: #4d4545;
    font-weight: 400;
    margin-bottom: 5px;
}

p.pro-order-discount {
    font-size: 16px;
}

.pro-order-discount.text-big {
    font-weight: 600;
    font-size: 22px;
}

.pro-order-mrp {
    font-family: "Lexend Regular";
    color: #828282;
    text-decoration: line-through;
}

.quant-order-btn {
    border: 2px solid #57b33b;
    border-radius: 10px;
}

.quant-order-btn:hover {
    border: 2.5px solid #57b33b !important;
    border-radius: 10px;
}

.bg-order-pm {
    color: white !important;
    background-color: #57b33b !important;
    border: none !important;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.faa-trash {
    color: #981212;
    background-color: #eaeaea;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.fw-quant-order {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-weight: 600;
}

.fw-quant-order-value {
    color: #564e4e;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.display-pmt {
    display: -webkit-box;
}

.abs-btn1 {
    top: 14px;
    right: 14px;
    position: absolute;
}

.abs-btn2 {
    bottom: 14px;
    right: 14px;
    position: absolute;
}

.card-order-place {
    box-shadow: 0px 0px 4px 1px #00000040;
}

.order-place-title {
    font-family: "Lexend Regular";
    color: #20241f;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10%;
}

.order-place-subtitle {
    color: #c8c8c8;
    font-size: 10px;
    font-family: "Lexend Regular";
    font-weight: 600;
    line-height: 0px;
}

.form-order-place {
    font-family: "Lexend Regular";
    color: #aeaeae;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 0.75rem 0.75rem !important;
    border-radius: 0;
    background-color: #f0eeee;
}

.btn-order-coupon {
    font-family: "Lexend Regular";
    color: #ffffff;
    background-color: #57b33b;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    line-height: 17px;
}

.order-price-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 7px, 7px, 0px, 0px;
}

.order-place-content {
    font-family: "Lexend Regular";
    color: #20241f;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 6%;
}

.btn-order-place {
    font-family: "Helvetica";
    color: white !important;
    background-color: #57b33b !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-radius: 12px !important;
    padding: 0.8% 8% !important;
    text-align: center !important;
}

/* ############### SHIP ORDER PAGE ###############  */
.ship-category {
    font-family: "Lexend Regular";
    color: #6d726c;
    font-size: 32px;
    font-weight: 500;
    line-height: 52px;
}

.btn-order-ship {
    font-family: "Helvetica";
    color: white !important;
    background-color: #57b33b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 6.8px !important;
    padding: 0.5% 5% !important;
    text-align: center !important;
}

.card-order-ship {
    border: 2.5px solid #57b33b;
    border-radius: 14px;
    box-shadow: 0px 0px 8px 0px #00000040;
}

.faa-ship {
    color: #57b33b !important;
    background-color: white !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    padding-right: 10px;
}

.order-ship-title {
    font-family: "Lexend Regular";
    color: #555555;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 15px;
    border-bottom: 0.88px solid #e0e0e0;
}

.order-ship-content {
    font-family: "Lexend Regular";
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.42 px;
    padding-bottom: 10px;
}

.order-ship-box {
    border: 2px solid #e2e1e1;
    border-radius: 10px;
}

.border-ship {
    box-shadow: 0px 0px 4px 1px #00000040;
    border-radius: 12px;
}

.h-ship {
    height: 75px;
}
.cart-card-product-h {
    height: 120px;
}
.mini-image{
    width: 100%;
    max-height: 75px;
    object-fit: contain;
}

.pro-ship-title {
    font-family: "Lexend Regular";
    color: #4d4545;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.pro-ship-discount {
    font-family: "Lexend Regular";
    color: #4d4545;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.pro-ship-mrp {
    font-family: "Lexend Regular";
    color: #828282;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: line-through;
}

.pro-ship-quant {
    font-family: "Lexend Regular";
    color: #4d4545;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.active > .page-link,
.page-link.active {
    color: white !important;
    background-color: #57b33b !important;
    border: 1px solid #57b33b !important;
}

/* ############### MODAL ONE ###############  */
.card-modal-ship-active {
    border: 2px solid #57b33b;
    border-radius: 14px;
    box-shadow: 0px 0px 8px 0px #00000040;
}

.card-modal-ship-inactive {
    border: 2px solid #cdcdcd;
    border-radius: 14.03px;
    box-shadow: 0px 0px 8px 0px #00000040;
}

.modal-category {
    font-family: "Lexend Regular";
    color: #3c3c3c;
    font-size: 32px;
    font-weight: 400;
    line-height: 54px;
}

.modal-ship-title {
    font-family: "Lexend Regular";
    color: #555555;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 8px !important;
}

.faa-modal {
    color: #57b33b !important;
    background-color: white !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    padding-right: 8px;
}

.modal-ship-content {
    font-family: "Lexend Regular";
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.faa-dott {
    color: #57b33b !important;
    background-color: #eeeeee;
    border-radius: 50%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    width: 40px;
    line-height: 40px;
}

.btn-modal-active {
    font-family: "Helvetica";
    color: white !important;
    background-color: #57b33b !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 12px !important;
    padding: 1% 8% !important;
    text-align: center !important;
}

.btn-modal-inactive {
    font-family: "Helvetica";
    color: #696262 !important;
    background-color: #cdcdcd !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    border-radius: 12px !important;
    padding: 1.4% 10% !important;
    text-align: center !important;
}

/* ############ MODAL TWO Add Address #############  */
.validate-input {
    position: relative;
}

.wrap-input3 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d7d7d7;
    margin-bottom: 27px;
}

.faa-form-input {
    color: #57b33b;
    font-size: 30px;
}

input.input3 {
    padding-left: 6%;
    height: 45px;
}

.input3 {
    display: block;
    width: 100%;
    background: 0 0;
    font-family: "Helvetica";
    font-size: 24px;
    color: #858484;
    line-height: 34px;
    padding: 0 5px;
    outline: none;
    border: none;
    overflow: visible;
}

.focus-input3 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -4px;
    left: 0;
    pointer-events: none;
}

.focus-input3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

/* ############ MODAL Three Order Placed #############  */
.order-confirm-img {
    height: 300px;
}

.order-confirm-title1 {
    font-family: "Lexend Regular";
    color: #5f5f5f;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.order-confirm-title2 {
    font-family: "Lexend Regular";
    color: #57b33b;
    font-size: 50px;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase;
}

.z-index-1000 {
    z-index: 10000;
}

.order-confirm-title3 {
    font-family: "Lexend Regular";
    color: #5f5f5f;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}

/* ######### location popover ########## */
.popover1 {
    display: none;
    position: absolute;
    width: 500px;
    z-index: 200;
    top: 54%;
    left: 18%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 20px;
    text-align: justify;
}

.close-btn-icon {
    border: none;
    background-color: #fff;
}

.close-btn-icon:hover {
    background-color: #f0eded;
}

.popover1 h4 {
    color: #5f5f5f;
    font-weight: 800;
}

.popover1 p {
    color: #5f5f5f;
}

.current-location-btn {
    background-color: #57b33b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 40px;
}

.current-location-btn:hover {
    color: white;
    background-color: #57b33b;
}

/* ################### ABOUT US ################# */
.bg-aboutus {
    background-image: url("../../img/breadcrumb-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.bread-heading {
    font-family: "Lexend Regular";
    color: #ffffff;
    font-size: 44px;
    font-weight: 600;
}

.bread-subheading {
    font-family: "Lexend Regular";
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.text-about-justi {
    text-align: justify;
}

.contact {
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 1px 6px 2px #00000040;
    border-radius: 30px;
}

.form {
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.contact-getintouch {
    font-family: "Lexend Regular";
    color: #57b33b;
    font-size: 38px;
    font-weight: 600;
}

.contact-detail {
    font-family: "Lexend Regular";
    color: #696868;
    font-size: 20px;
    font-weight: 500;
}

.form form {
    display: flex;
    flex-direction: column;
}

.flex-rev {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
}

.flex-rev input,
.flex-rev textarea {
    border: none;
    background-color: #f2f2f2;
    padding: 12px 10px;
    font-size: 16px;
    resize: none;
    margin-top: 7px;
    margin-bottom: 16px;
    border-radius: 5px;
    color: #243342;
    outline-color: #243342;
    outline-width: thin;
    -webkit-appearance: none;
}

.flex-rev textarea {
    height: 150px;
}

.circle-icon {
    background: white;
    border: 2.75px solid #57b33b;
    font-size: 20px;
    color: #57b33b;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    vertical-align: middle;
    margin-right: 3%;
}

.contct-iconp {
    font-family: "Lexend Regular";
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 500;
    padding: 1% 2%;
}

.contact-img {
    height: 400px;
    width: 100%;
}

/* ############# Login Page ############## */
.login-img {
    height: 600px;
    width: auto;
}

.login-name {
    font-family: "Lexend Regular";
    color: #57b33b;
    font-size: 36px;
    font-weight: 600;
}

.input-text-style {
    color: #878787 !important;
    width: 74px !important;
    background-color: #57b33b;
    border-bottom-right-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.faa-login {
    font-size: 26px;
    color: white;
    background-color: #57b33b;
    margin: auto;
}

.input-grp {
    box-shadow: 0px 0px 7px 0px #00000040 !important;
    background-color: white !important;
    border-radius: 15px !important;
}

.login-input {
    color: #878787 !important;
    background-color: white !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.login-detail {
    font-family: "Lexend Regular";
    color: #708090;
    font-size: 22px;
    font-weight: 400;
}

.login-detail-reg {
    font-family: "Lexend Regular";
    color: #57b33b;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
}

/* ############# OTP ############ */

.form-otp {
    font-size: 2rem !important;
}

.otp-input {
    height: 60px;
    width: 60px;
}

.login-detail {
    font-family: "Lexend Regular";
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 400;
}

.login-detail-reg {
    font-family: "Lexend Regular";
    color: #57b33b;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

/* #################### Dashboard ##################  */
.card-dash {
    border: 2px solid #4a4f4833;
}

.dash-category {
    font-family: "Lexend Regular";
    color: #3e3939;
    font-size: 28px;
    font-weight: 500;
}

.dash-number {
    font-family: "Lexend Regular";
    color: #57b33b;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 1% !important;
}

.dash-total {
    font-family: "Lexend Regular";
    color: #3e3939;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0% !important;
}

.card-dash-padd {
    padding: 3% 5% !important;
}

.dash-abs-img {
    right: -25px;
    top: 20px;
}

.bg-dash-in {
    background-color: #57b33b;
    border-color: #57b33b;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.bg-dash-out {
    margin-right: 10%;
    background-color: #57b33b;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.dash-balance {
    font-family: "Lexend Regular";
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0% !important;
}

.dash-money {
    font-family: "Lexend Regular";
    color: white;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0% !important;
}

/* ############### My Order Page ################ */
.card-myorder {
    border: 1.25px solid #eaeaea;
    border-radius: 16px;
}

.myorder-id {
    font-family: "Lexend Regular";
    color: #939393;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1% !important;
}

.myorder-detail {
    font-family: "Lexend Regular";
    color: #6d6b6b;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1% !important;
}

.myorder-date {
    font-family: "Lexend Regular";
    color: #6d6b6b;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}

.btn-myorder-del {
    font-family: "Lexend Regular";
    font-size: 16px !important;
    color: #29ac5d !important;
    background-color: #e2fded !important;
    border-radius: 6px;
    padding: 2% 8%;
    font-weight: 500;
}

.btn-myorder-can {
    font-family: "Lexend Regular";
    font-size: 16px !important;
    color: #d55453 !important;
    background-color: #ffe1e1 !important;
    border-radius: 6px;
    padding: 2% 8%;
    font-weight: 500;
}

.btn-myorder-ship {
    font-family: "Lexend Regular";
    font-size: 16px !important;
    color: #f19407 !important;
    background-color: #fff0d9 !important;
    border-radius: 6px;
    padding: 2% 8%;
    font-weight: 500;
}

.btn-myorder-con {
    font-family: "Lexend Regular";
    font-size: 16px !important;
    color: #605f5f !important;
    background-color: #e3e2e2 !important;
    border-radius: 6px;
    padding: 2% 8%;
    font-weight: 500;
}

.btn-myorder-plac {
    font-family: "Lexend Regular";
    font-size: 16px !important;
    color: #334476 !important;
    background-color: #d1dcfb !important;
    border-radius: 6px;
    padding: 2% 8%;
    font-weight: 500;
}

/* ############### Order View Page ############# */
.faa-order-view {
    font-size: 30px;
    color: #555555;
    margin-right: 3%;
}

.btn-orderview {
    font-family: "Lexend Regular";
    color: #555555 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

.accordion-button:not(.collapsed)::after {
    background-size: 26px;
    width: 30px;
}

.accordion-button::after {
    background-size: 26px;
    width: 30px;
}

.order-view-text-left {
    font-family: "Lexend Regular";
    font-size: 14px;
    font-weight: 500;
    color: #6d6b6b;
    margin-bottom: 10px !important;
}

.order-view-text-right {
    font-family: "Lexend Regular";
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.orderview-img {
    border-radius: 6px;
}

.orderview-title {
    font-family: "Lexend Regular";
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px !important;
}

.orderview-para {
    font-family: "Lexend Regular";
    font-size: 10px;
    font-weight: 500;
    color: #585858;
    margin-bottom: 10px !important;
}

.ordership-date {
    font-family: "Lexend Regular";
    font-size: 12px;
    font-weight: 700;
    color: #555555;
    margin-bottom: 5px !important;
}

.orderview-mrp {
    font-family: "Lexend Regular";
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px !important;
}

.btn-faa-orderview {
    font-family: "Helvetica";
    color: white !important;
    background-color: #57b33b !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    border-radius: 6px !important;
    padding: 3% 12% !important;
    text-align: center !important;
}

.faa-download {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

.order-view-title {
    font-family: "Lexend Regular";
    font-size: 14px;
    font-weight: 700;
    color: #555555;
    margin-bottom: 10px !important;
}

.order-view-detail {
    font-family: "Lexend Regular";
    font-size: 12px;
    font-weight: 400;
    color: #666060;
    margin-bottom: 10px !important;
}

/* ############### Notification Page ############# */
.card-noti {
    box-shadow: 0px 0px 4px 0px #00000040;
}

.noti-para {
    font-family: "Lexend Regular";
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    margin-bottom: 5px !important;
}

.noti-time {
    font-family: "Lexend Regular";
    font-size: 10px;
    font-weight: 500;
    color: #444242;
    margin-bottom: 0px !important;
}

/* ############### Order List Page ############# */
.card-orderlist {
    box-shadow: 0px 0px 6px 0px #00000040;
    padding: 1% 2%;
}

.orderlist-title {
    font-family: "Lexend Regular";
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px !important;
}

.orderlist-para {
    font-family: "Lexend Regular";
    font-size: 12px;
    font-weight: 500;
    color: #585858;
    margin-bottom: 0px !important;
}

.sidebar-title:hover {
    color: #000000;
}

.orderlist-mrp {
    font-family: "Lexend Regular";
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px !important;
}

/* ############## Order Balance ################ */
.bg-i-wallet {
    background-color: #459c2b;
}

.card-wallet-brd {
    box-shadow: 0px 0px 8px 0px #00000040;
    border-radius: 14px;
}

.wallet-i {
    background-color: white;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
}

.faa-wallet-i {
    font-size: 44px !important;
    font-weight: 600;
    color: #57b33b !important;
}

.orderbal-name {
    font-family: "Lexend Regular";
    font-size: 20px;
    font-weight: 600;
    color: #757575;
    margin-bottom: 0px !important;
}

.orderbal-date {
    font-family: "Lexend Regular";
    font-size: 14px;
    font-weight: 600;
    color: #757575;
    margin-bottom: 0px !important;
}

.orderbal-detail {
    font-family: "Lexend Regular";
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    margin-bottom: 0px !important;
}

.orderbal-bal {
    font-family: "Lexend Regular";
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.btn-wallet-main {
    color: #57b33b !important;
    font-size: 18px;
    font-weight: 700;
}

/* ################ Confirm Password ################ */
.form-confirmpass {
    box-shadow: 0px 0px 4px 1px #00000040;
    border-radius: 24px;
}

.fa-eye-pass {
    font-size: 16px !important;
    color: #c5c1c1 !important;
}

.z-index-n1 {
    z-index: -5;
}

.get-profile {
    color: #878787 !important;
    background-color: white !important;
    box-shadow: 0px 0px 4px 0px #00000040 !important;
    background-color: white !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.notification-div {
    width: 250px;
    left: -60px !important;
    top: 120% !important;
    max-height: 375px;
    overflow-y: auto;
}

.notification-hover:hover {
    background-color: #f1f1f1;
}

/* WebKit browsers (Chrome, Safari) */
.notification-div::-webkit-scrollbar {
    width: 4px;
}

.notification-div::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.notification-div::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Firefox */
.notification-div {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.notification-div .notification .title {
    font-size: 16px;
    font-weight: 700;
}

.notification-div .notification .message {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    padding-top: 4px;
}

.notification-div .notification .time {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.star-rating .fa {
    font-size: 24px;
    cursor: pointer;
}
.star-rating .fa-star {
    color: gold;
}

@media (max-width: 1192px) {
    .notification-div {
        left: -100px !important;
    }
}
