@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

body {
    display: flex;
    min-height: 100vh;
    flex-flow: column nowrap;
}
.content-wrapper {
    flex: 1 0 auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 !important;
    margin: 0 !important;
}

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

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.navbar-wrapper {
    width: 100%;
    background: url("../../images/Group\ 1707479169.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 170px;
    max-height: 170px;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: fixed;
    top: 0;
    z-index: 1024;
}
.navbar-wrapper.background {
    background-color: #2f7bef;
}
.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 50px;
    /* padding: 0 30px; */
}
.nav-header-left {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.shipping-icon {
    height: 18px;
    width: 18px;
}
.shipping-icon img {
    height: 100%;
    width: 100%;
}
.common-content p {
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
}
.shiiping-content p {
    color: white;
}
.nav-header-center p {
    color: white;
}

.language-selector select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/language-selector.png) no-repeat right center;
    background-size: 16px;
    padding: 5px 25px 5px 5px;
    width: fit-content;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background-color: transparent;
    outline: none;
}

.language-selector select:focus,
.language-selector select:focus-visible {
    outline: none;
    background-color: skyblue;
    color: white;
}
.nav-body {
    height: 70px;
    width: 100%;
    border-top: 1px solid #ffffff36;
    /* border-bottom: 1px solid #ffffff36; */
}
.nav-body-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}
.nav-body-left {
    min-width: 260px;
    max-width: 260px;
}
.main-logo-wrapper {
    width: 180px;
    height: 40px;
}
.main-logo-wrapper img {
    width: 100%;
    height: 100%;
}
.nav-body-center {
    display: flex;
    gap: 15px;
    width: 100%;
}
.common-input-bar {
    height: 40px;
    padding: 0 1rem;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.location-bar {
    width: 30%;
    position: relative;
}
.location-icon {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    margin-bottom: 5px;
}
.location-icon img {
    height: 100%;
    width: 100%;
}
.location-bar select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #2d2d2e;
    font-weight: 500;
    appearance: none;
    background: url("../../images/caret-down-fill.png") no-repeat right 0 center;
    background-size: 16px;
    padding-right: 20px;
    padding-left: 5px;
    cursor: pointer;
}
.location-text {
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.location-text p {
    color: #666666;
    line-height: 20px;
}
/* .location-text p .select-localion{
    color: #2D2D2E;
    font-weight: 500;
}
.dropdown-icon{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.select-location-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 10;
    width: 150px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.select-location-dropdown li {
    padding: 8px 12px;
    cursor: pointer;
}

.select-location-dropdown li:hover {
    background-color: #f0f0f0;
}

.dropdown-icon:hover .select-location-dropdown {
    display: block;
} */

.search-bar {
    width: 70%;
    padding-right: 0;
    justify-content: space-between;
    overflow: hidden;
}
.search-bar .input-field {
    flex: 1;
}
.input-field input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 400;
}
.input-feild input::placeholder {
    color: #555555;
    font-size: 0.8rem;
    font-weight: 400;
}
.search-bar-right {
    display: flex;
    gap: 20px;
    align-items: center;
}
.catagories-selector {
    display: flex;
    gap: 8px;
    align-items: center;
}
.catagories-selector .common-content p {
    padding-top: 2px !important;
}
.search-button {
    background-color: #efbf04;
    border: none;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
}
.search-button img {
    height: 20px;
    width: 20px;
}
.nav-body-right {
    min-width: 160px;
    max-width: 160px;
}
.nav-body-right-icons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
}
.profile-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.notification-icon {
    width: 30px;
    height: 30px;
    position: relative;
}
.notification-icon svg {
    width: 28px;
    height: 28px;
}
.like-items-icon {
    position: relative;
}
.notification-icon span,
.like-items-icon span {
    display: none;
    position: absolute;
    top: -3px;
    right: -3px;
    background: #efbf04;
    border-radius: 50%;
    padding: 2px 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    animation: popIn 0.3s ease-in-out;
}

@keyframes popIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.profile-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.nav-body-right svg,
.nav-body-right img {
    cursor: pointer;
}
.like-items-icon svg path.active {
    stroke: gray;
    fill: gray;
}

.nav-footer {
    height: 50px;
    background-color: white;
    /* padding: 0 30px; */
}
.nav-footer-container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.nav-footer-left {
    width: 260px;
}
.selected-time p span {
    font-weight: 600;
}
.contact p span {
    font-weight: 600;
}
.nav-links ul {
    display: flex;
    align-items: center;
    gap: 25px;
}
.nav-links ul li a {
    color: #262626;
    font-weight: 500;
    font-size: 0.9rem;
}
.nav-links ul li a:hover {
    color: #1f1132;
}
.nav-links ul li.active a {
    color: #1f1132;
    font-weight: 600;
}
.nav-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.categories-link {
    position: relative;
    cursor: pointer;
}

.categories-dropdown {
    /* display: none; */
    position: absolute;
    top: 100%;
    left: -350%;
    background-color: white;
    margin-top: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    border-radius: 10px;
    overflow: hidden;
    width: 1000px;
    min-height: 400px;
    max-height: 400px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 1s ease;
}
.categories-dropdown.show {
    opacity: 1;
    visibility: visible;
}
.catagories-dropdown-content {
    display: flex;
    gap: 20px;
}
.catagories-dropdown-left-banner {
    height: 400px;
    width: 350px;
}
.catagories-dropdown-left-banner img {
    height: 100%;
    width: 100%;
}
.catagories-dropdown-right-list {
    padding: 50px;
    width: calc(100% - 350px);
}
.catagories-grid-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    overflow: auto;
}
.grid-column {
    max-height: 300px;
    /* overflow-y: auto; */
    padding-right: 5px;
}
.catagories-grid-section::-webkit-scrollbar {
    width: 2px;
}

.catagories-grid-section::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.grid-column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 1rem !important;
}
.grid-column ul li a {
    color: #555555 !important;
    font-size: 0.9rem;
    font-weight: 400;
}
.grid-column ul .heading a {
    color: #1f1132 !important;
    font-size: 1rem;
    font-weight: 600;
}

/* otherpages navbar styling */
.other-pages-navbar.navbar-wrapper {
    height: 210px;
    max-height: 210px;
    box-shadow: none;
}
.other-pages-navbar .nav-footer {
    background-color: transparent;
    color: white;
}
.other-pages-navbar .nav-footer .nav-links ul li a {
    color: white;
}
.other-pages-navbar .nav-footer .nav-links ul li svg path {
    stroke: white;
}
.bread-crumbs {
    /* margin-top: 30px; */
    display: flex;
    gap: 30px;
}
.bread-crumbs a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1f1132;
}
.bread-crumbs a:first-child {
    color: #797084;
    font-weight: 400;
}

/* sidebar-styling */
/* .sidebar-wrapper{
    width: 240px;
    max-width: 240px;
    padding: 20px;
    height: calc(100vh - 170px);
    position: fixed;
    left: 0;
    top: 170px;
    overflow: auto;
    background: linear-gradient(180deg, #027BFE 0%, rgba(255, 255, 255, 0) 100%);
}
.sidebar-content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sidebar-header-icons{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 10px;
}
.sidebar-header-icons .profile-icon{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.sidebar-header-icons .profile-icon img{
    height: 100%;
    width: 100%;
}
.sidebar-header-icons img,
.sidebar-header-icons svg{
    cursor: pointer;
}
.sidebar-links ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sidebar-links ul li{
    height: 40px;
    width: 100%;
    padding: 0 10px;
}
.sidebar-links ul li a{
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: .9rem;
}
.sidebar-links ul li:hover{
    background-color: rgba(255, 255, 255, 0.192);
}
.sidebar-links ul li:hover a{
    color: #ffffff;
}
.sidebar-links ul li.active a{
    font-weight: 600;
} */

/* footer styling */
.footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 350px; */
    gap: 20px;
    background-color: #f7f7f7;
}
.footer-content {
    padding: 50px 0;
    width: 100%;
    display: flex;
    gap: 50px;
}
.footer-left {
    width: 300px;
}
.footer-right {
    width: calc(100% - 300px);
}
.footer-logo-wrapper {
    width: 160px;
    height: 35px;
    margin-bottom: 10px;
}
.footer-logo-wrapper img {
    width: 100%;
}
.footer-info-links {
    padding: 20px 0;
}
.footer-info-links ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-info-links ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.footer-info-icon {
    width: 18px;
    height: 18px;
}
.footer-info-icon img {
    width: 100%;
    height: 100%;
}

.footer-grid-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.footer-right-links ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-right-links ul li {
    font-size: 0.9rem;
    font-weight: 400;
    color: #29292e;
}
.footer-right-links ul li a {
    font-size: 0.9rem;
    font-weight: 400;
    color: #29292e;
    text-decoration: none;
}
.footer-right-links ul .heading {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.footer-right-links ul label {
    color: #727272;
    font-size: 0.9rem;
    font-weight: 400;
}
.footer-right-links ul input {
    height: 40px;
    padding: 0 1rem;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 1rem;
}
.footer-right-links ul input::placeholder {
    color: #9797a6;
    font-size: 0.9rem;
    font-weight: 400;
}
.common-button {
    height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #1f1132;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 1rem;
    width: fit-content;
}
.footer-all-rights {
    padding: 15px 0;
}
.footer-all-rights .common-content p {
    color: #727272;
}

/* Home Page styling */
.banner-section {
    background: url("../../images/Group\ 1707479168.png");
    width: 100%;
    height: 100%;
    max-height: 750px;
    /* min-height: 100vh; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 200px;
    padding-bottom: 20px;
    height: 100%;
    /* min-height: 100vh; */
}
.banner-left-content {
    width: 50%;
    max-width: 50%;
    /* height: 100%; */
}

.banner-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.banner-common-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.banner-common-content p {
    color: #352947;
    font-size: 1rem;
}
.main-heading h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1f1132;
}
.banner-common-content .sub-heading {
    font-size: 1.2rem;
    font-weight: 500;
    color: #555555;
}
/* .banner-content-wrapper .input-wrapper{
    position: relative;
    display: flex;
    max-width: 350px;
} */
.banner-content-wrapper .input-field {
    position: relative;
    display: flex;
    gap: 10px;
    max-width: 350px;
    background-color: white;
    height: 40px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.banner-content-wrapper .input-field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #555555;
    font-size: 0.9rem;
    font-weight: 400;
    padding-left: 1rem;
}
.banner-content-wrapper .input-field input::placeholder {
    font-size: 0.9rem;
    font-weight: 400;
    color: #555555;
}
.input-wrapper button {
    position: absolute;
    right: 0;
}
.banner-right-content {
    width: 50%;
    max-width: 50%;
    /* height: 100%; */
}
.image-wrapper {
    width: 100%;
    height: 100%;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
}

/* featured categorise styling */
.featured-section {
    padding: 50px 0;
}
.featured-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.featured-categories-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.common-heading h1 {
    font-size: 26px;
    font-weight: 600;
    color: #1f1132;
}
.right-buttons {
    display: flex;
    gap: 15px;
}
.right-buttons .common-button {
    border-radius: 50px;
    padding: unset;
    width: 40px;
    transition: background-color 0.3s;
}
.common-button svg path {
    stroke: white;
}
.common-button.disabled {
    background-color: #f7f7f7;
    cursor: not-allowed;
}

.common-button.disabled svg path {
    stroke: black;
}
.slider-section {
    width: 100%;
    display: flex;
    gap: 15px;
    height: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}
.slider-section::-webkit-scrollbar {
    display: none;
}
.common-item-card {
    min-width: 180px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 1.5rem 2.5rem;
    border-radius: 10px;
    background-color: #f7f7f7;
}
.item-card-image {
    min-height: 100px;
    max-height: 100px;
    max-width: 100px;
    width: 100%;
}
.item-card-image img {
    width: 100%;
    height: 100%;
}
.item-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}
.item-name h2 {
    font-size: 1rem;
    font-weight: 600;
    color: #1f1132;
}
.item-quantity p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #555555;
}

/* Everyday product sale section styling */
.everyday-product-sale-section {
    padding-bottom: 50px;
}
.everyday-product-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.everyday-product-card {
    display: flex;
    padding: 1.2rem 1.4rem;
    border-radius: 10px;
    min-height: 180px;
    height: 100%;
    overflow: hidden;
}
.everyday-product-card.onion-card {
    background-color: #f0e8d5;
}
.everyday-product-card.juice-card {
    background-color: #f4e8e8;
}
.everyday-product-card.vegetable-card {
    background-color: #e7eaf3;
}
.everyday-product-card .left-content {
    width: 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.card-detail-heading h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d2d2e;
}
.everyday-product-card .right-image {
    width: 40%;
    max-width: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.everyday-product-card .right-image .image-wrapper {
    height: 130px;
    width: 100%;
}
.everyday-product-card .right-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Popular product styling */
.popular-products-section {
    padding-bottom: 50px;
}
.popular-products-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.popular-products-header {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.right-link a {
    color: #efbf04;
}

.popular-product-grid-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    row-gap: 24px;
    column-gap: 12px;
    align-items: stretch;
}
.popular-product-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 200px;
    width: 100%;
}
.popular-product-card {
    background-color: #f7f7f7;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 12px;
}
.product-top-image {
    height: 200px;
    width: 100%;
    background-color: white;
    border-radius: 12px;
    position: relative;
    padding: 12px;
}

.product-like-button {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 12;
}
.product-like-button button {
    background-color: white;
    border: none;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.product-like-button button.liked svg path {
    fill: red;
    stroke: red;
}
.product-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}
.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-details .product-price h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #efbf04;
}
.product-details .product-size p {
    font-size: 0.7rem;
    font-weight: 400;
    color: #555555;
}
.product-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 8px;
}
.product-info .product-name h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d2d2e;
}
.product-info .about-product-detail p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #555555;
}
.product-info .product-name h2,
.product-info .about-product-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

/* Discount products styling */
.discount-section {
    padding-bottom: 50px;
}

.discount-products-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.discount-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* New product adds section styling */
.new-products-adds-section {
    padding-bottom: 50px;
}
.new-products-adds-wrapper {
    display: flex;
    gap: 20px;
}
.new-products-adds-card {
    border-radius: 10px;
    overflow: hidden;
    /* min-height: 260px; */
    max-height: 260px;
}
.new-products-adds-image {
    width: 100%;
    height: 100%;
}
.new-products-adds-image img {
    width: 100%;
    height: 100%;
}

/* fresh vegetales styling */
.fresh-vegetables-section {
    padding-bottom: 50px;
}
.fresh-vegetables-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.fresh-vegetables-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.fresh-vegetables-header .tab-button button {
    background-color: transparent;
    border: none;
    color: #555555;
}
.fresh-vegetables-header .tab-button button.active {
    color: #efbf04;
}

/* start your day section styling */
.start-your-day-section {
    padding-bottom: 50px;
}
.start-your-day-content {
    min-height: 400px;
    max-height: 400px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
    background-image: url("../../images/mobile\ \(2\).png");
    background-size: cover;
    background-position: center;
}
.start-your-day-content .left-content {
    width: 50%;
    max-width: 50%;
}
.left-heading-buttons {
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.start-your-day-content .left-content .main-heading h1 {
    color: white;
    text-align: center;
}
.left-heading-buttons .buttons-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
}
.left-heading-buttons .buttons-wrapper .common-button {
    background-color: white;
    color: #1f1132;
    width: 100%;
    white-space: nowrap;
}
.start-your-day-content .right-image {
    width: 50%;
    max-width: 50%;
    max-height: 360px;
}
.start-your-day-content .right-image .image-wrapper {
    width: 80%;
    height: 340px;
    margin: 0 auto;
    max-width: 450px;
}
.start-your-day-content .right-image .image-wrapper img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/* all-products tabs section styling */
.all-products-tabs-section {
    padding-bottom: 50px;
}
.all-products-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.all-products-tabs-header {
    display: flex;
    align-items: center;
    gap: 20px;
}
.all-products-tabs-header .left-heading {
    width: 300px;
}
.all-products-tabs-header .right-tabs-buttons {
    width: 100%;
}
.all-products-tabs-header .right-tabs-buttons .buttons-wrapper {
    display: flex;
    gap: 15px;
    overflow: auto;
    justify-content: end;
    flex-wrap: wrap;
}
.all-products-tabs-header .right-tabs-buttons .buttons-wrapper button {
    border: none;
    background-color: transparent;
    color: #555555;
}
.all-products-tabs-header .right-tabs-buttons .buttons-wrapper button.active {
    color: #efbf04;
}

/* view products page styling */
.view-product .banner-section {
    background: transparent;
    margin-bottom: 50px;
    height: 100%;
    max-height: unset;
    min-height: 100vh;
}
.view-product .banner-section .banner-content {
    padding-top: 240px;
    height: 100%;
    min-height: 100vh;
}
.view-product .banner-section .banner-left-content {
    height: 100%;
}
.banner-left-content .image-wrapper {
    /* position: relative; */
    width: 100%;
    height: 500px !important;
    border-radius: 50px;
    overflow: hidden;
    padding: 30px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        #f7f7f7 100%
    );
}
.banner-left-content .image-wrapper .product-main-image {
    /* position: absolute; */
    /* top: 50%;
    left: 15%;
    width: 70%;
    transform: translateY(-50%); */
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.view-product .main-heading h1 {
    font-weight: 500;
}
.view-product .banner-buttons {
    display: flex;
    width: 100%;
    gap: 20px;
}
.view-product .banner-buttons a {
    width: 100%;
}
.view-product .banner-buttons button {
    width: 100%;
}
.view-product .banner-buttons button.add-cart-button {
    border: 1px solid #1f1132;
    background-color: white;
    color: #1f1132;
}

/* produce-page styling */
.produce-page {
    padding-top: 240px;
}
.produce-page .produce-items-section {
    padding-bottom: 50px;
}
.produce-page .produce-items-content {
    display: flex;
    gap: 20px;
}
.produce-items-content .popular-products-section {
    padding: unset;
}
.produce-page .left-selectors {
    width: 240px;
    max-width: 240px;
    height: 100%;
    padding: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.produce-page .left-selectors::-webkit-scrollbar {
    width: 3px;
}
.produce-page .left-selectors .selector-button {
    line-height: 40px;
}

.selector-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.selector-main-heading span {
    color: #2d2d2e;
    font-size: 1rem;
}
.active-selecting-list .selector-dropdown-icon {
    transform: rotate(180deg);
    transition: transform 0.3s;
}
.selector-dropdown {
    display: none;
    padding: 0;
}

.active-selecting-list .selector-dropdown {
    max-height: fit-content;
}
.selector-link {
    padding-left: 10px;
    line-height: 40px;
}
.selector-link a {
    color: #555555 !important;
    font-weight: 400;
}
.selector-link a:hover {
    color: #efbf04 !important;
}
.selector-link.active-link a {
    color: #efbf04 !important;
}
.right-produce-items {
    width: calc(100% - 240px);
}

/* favourite-items page styling */
.favourite-items {
    padding-top: 240px;
}
/* .favourite-items .popular-product-card-wrapper{
    cursor: pointer;
} */
.popular-product-card-wrapper a {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* modal-styling */
.modal-content {
    padding: 20px;
    overflow: hidden;
}
.signIn-signUp-modals::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -250px;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fbfbfb;
}
.signIn-signUp-modals::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -250px;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fbfbfb;
}
.modal-header {
    border: unset !important;
}
.modal-header button {
    border: none;
    background-color: transparent;
    height: 20px;
    width: 20px;
}
.modal-header button img {
    height: 100%;
    width: 100%;
}
.modal-header h1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    color: #2d2d2e;
    font-size: 1.4rem !important;
    font-weight: 600;
}
.modal-footer {
    flex-wrap: nowrap !important;
    border: unset !important;
    z-index: 1;
}
.modal-footer.otp-modal {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.modal-footer.otp-modal a {
    color: #efbf04;
}
.modal-footer a {
    width: 100%;
}
.modal-footer a button {
    width: 100%;
    border: 1px solid #1f1132;
    color: #1f1132;
}
.modal-footer button.add-cart {
    border: 1px solid #1f1132;
    color: white;
    background-color: #1f1132;
}
.modal-footer button:hover {
    border: 1px solid #1f1132;
    color: white;
    background-color: #1f1132;
}
.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    z-index: 1;
}
.modal-body-header .main-image-wrapper {
    width: 280px;
    height: 200px;
}
.logout-modal .modal-body-header .main-image-wrapper {
    width: 240px;
    height: 240px;
}
.modal-body-header .main-image-wrapper img {
    width: 100%;
    height: 100%;
}
.modal-body-content {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal-body-content .common-heading h1 {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
}
.modal-body-content .common-content p {
    font-size: 1rem;
    color: #a3a3a3;
}
.modal-body-content .common-content p span {
    font-weight: 600;
    color: #2d2d2e;
}
.modal-input-form {
    width: 100%;
}
.modal-input-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.modal-input-form .input-field {
    width: 100%;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 0 10px;
}
.modal-input-form .input-field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 0.9rem;
    font-weight: 400;
    color: #555555;
}
.modal-input-form .input-field input::placeholder {
    color: #a3a3a3;
    font-size: 0.9rem;
    font-weight: 400;
}
.modal-input-form form span {
    font-size: 12px;
    font-weight: 400;
    color: #37b24d;
    margin-top: -15px;
    text-align: left;
}
.logout-modal .modal-footer {
    flex-direction: column !important;
    gap: 10px !important;
}

.item-selecting-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    background-color: #f7f7f7;
    min-height: 90px;
}
.selecting-item-left-content {
    display: flex;
    gap: 10px;
    align-items: center;
}
.selecting-item-left-content .image-wrapper {
    height: 60px;
    width: 80px;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
}
.selecting-item-left-content .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.selecting-item-left-content .item-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 100px;
    overflow: hidden;
}
.selecting-item-left-content .item-info .item-name h1 {
    font-size: 1rem;
    font-weight: 500;
    color: #2d2d2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selecting-item-left-content .item-info .item-size p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #555555;
}
.selecting-item-right-content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.selecting-item-right-content .priceAndStore {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.selecting-item-right-content .priceAndStore .item-price h1 {
    font-size: 1rem;
    color: #efbf04;
    font-weight: 500;
    white-space: nowrap;
}
.selecting-item-right-content .priceAndStore .store-name p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #555555;
}
.custom-radio {
    width: 30px;
    height: 30px;
    border: 1px solid #efbf04;
    appearance: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: white;
}
.custom-radio:checked::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 16px;
    height: 16px;
    background-color: #efbf04;
    border-radius: 50%;
}

/* cart page styling */
.cart-page {
    padding-top: 240px;
}
.cart-tables-section {
    padding-bottom: 50px;
}

.cart-tables-content {
    display: flex;
    gap: 20px;
}
.left-subTotal-table {
    width: 100%;
    /* width: calc(100% - 300px);
    max-width: calc(100% - 300px); */
    overflow: auto;
}
.left-subTotal-table::-webkit-scrollbar {
    height: 3px;
}
.left-subTotal-table table {
    width: 100%;
}
.left-subTotal-table table thead tr {
    background-color: #1f1132;
    height: 60px;
    overflow: hidden;
}
.left-subTotal-table table thead th {
    padding: 0 10px;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    min-width: 140px;
}
.rounded-left {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    min-width: 60px !important;
    max-width: 60px;
}
.rounded-right {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    min-width: 60px !important;
    max-width: 60px;
}
.left-subTotal-table table tbody tr {
    height: 100px;
    border-bottom: 1px solid #d9d9d9;
}
.left-subTotal-table table tbody tr td {
    padding: 0 10px;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 600;
    color: #2d2d2e;
}
.left-subTotal-table table tbody tr .product-image {
    height: 70px;
    width: 80px;
    padding: 8px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.left-subTotal-table table tbody tr .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-subTotal-table table tbody tr .product-detail-td {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px;
    min-width: 300px;
    max-width: 300px;
}
.table-product-info {
    display: flex;
    flex-direction: column;
    white-space: wrap;
}
.table-product-info span {
    font-size: 0.9rem;
    color: #555555;
    font-weight: 400;
}
.right-order-summary-container {
    min-width: 300px;
    max-width: fit-content;
}
.order-summary-content {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.order-summary-header {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
.order-summary-header .common-heading h1 {
    font-size: 22px;
}
.order-summary-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
.order-summary-body .buying-items {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.order-summary-body .buying-items p {
    font-size: 1rem;
    font-weight: 400;
    color: #555555;
}
.order-summary-body .buying-items h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #555555;
}
.order-summary-content .subtotal-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.order-summary-content .subtotal-content p {
    font-size: 0.9rem;
    font-weight: 400;
    color: #555555;
}
.order-summary-content .subtotal-content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #555555;
}
.order-summary-footer {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.order-summary-content .total-cost.subtotal-content p {
    color: #efbf04;
}

.order-summary-content .total-cost.subtotal-content h3 {
    color: #efbf04;
}
.order-summary-footer .optimize-button button {
    width: 100%;
}

.store-services-section {
    padding: 50px 0;
}
.services-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}
.services-grid-item {
    display: flex;
    gap: 20px;
    align-items: center;
}
.services-grid-item .left-image-wrapper {
    width: 80px;
    height: 80px;
}
.services-grid-item .left-image-wrapper img {
    width: 100%;
    height: 100%;
}
.services-grid-item .right-content h2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 1rem;
    font-weight: 600;
    color: #2d2d2e;
}
.services-grid-item .right-content h2 span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #555555;
}

/* optimize page styling */
.optimize-page {
    padding-top: 240px;
}
.optimize-lists-section {
    padding-bottom: 50px;
}
.optimize-grid-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
}
.optimize-grid-item {
    padding: 15px;
    border: 1px solid #9797a6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 100px;
    position: relative;
}

.optimize-loader {
    text-align: center;
    padding: 2rem;
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}
.optimize-grid-item-header {
    padding: 10px 0;
}
.optimize-grid-item-header .common-heading h1 {
    font-size: 1.2rem;
    color: #2d2d2e;
}
.optimize-grid-item-body {
    padding: 10px;
    border-radius: 10px;
    background-color: #fffced;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.optimize-grid-item-body .price-row {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.optimize-grid-item-body .price-row .left-price-catagory p {
    font-size: 1rem;
    font-weight: 400;
    color: #555555;
}
.optimize-grid-item-body .price-row .right-total-price h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #555555;
}
.optimize-grid-item-body .price-row.total-price .right-total-price h3 {
    color: #1f1132;
}
.checkOut-button button {
    width: 100%;
}
.optimize-grid-item-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.optimize-footer-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.optimize-footer-heading .left-heading-tag h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d2d2e;
}
.optimize-footer-heading .right-heading-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}
.optimize-footer-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.optimize-footer-items .optimize-item-swapped {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
}
.optimize-footer-items .optimize-item-swapped::-webkit-scrollbar {
    height: 4px;
}
.optimize-footer-items .optimize-item-swapped:last-child {
    border-bottom: none;
}
.optimize-footer-items .optimize-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.optimize-footer-items .optimize-item .left-item-detail {
    display: flex;
    gap: 10px;
    align-items: center;
}
.optimize-item .left-item-detail .item-image-wrapper {
    width: 60px;
    height: 50px;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 8px;
}
.optimize-item .left-item-detail .item-image-wrapper img {
    width: 44px;
    height: 34px;
    object-fit: contain;
}
.optimize-item .left-item-detail .item-nameAndQty {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: fit-content;
    max-width: 150px;
    overflow: hidden;
}
.optimize-item-swapped h1 {
    font-size: 1rem;
    font-weight: 500;
    color: #2d2d2e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.optimize-item .left-item-detail .item-nameAndQty .item-qty {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.optimize-item-swapped p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #555555;
    white-space: nowrap;
}
.optimize-item .right-item-priceAndStore {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
}
.optimize-item .right-item-priceAndStore .item-price h2 {
    font-size: 1rem;
    font-weight: 500;
    color: #efbf04;
    white-space: nowrap;
}
.swapped-item {
    background-color: #fff2f2;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.swapped-item .item-name {
    max-width: 110px;
    overflow: hidden;
}
.swapped-item .item-name h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}
.swapped-item .swapped-text h1 {
    color: #ff3532;
}

/* skeleton */

.skeleton-card {
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
    animation: shimmer 1.2s infinite;
    background-size: 1000px 100%;
    border-radius: 4px;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.skeleton-header {
    padding: 0.5rem;
    font-size: 1rem;
    color: #2d2d2e;
    text-transform: capitalize;
    border-radius: 8px;
}

.skeleton-line {
    height: 14px;
    width: 100%;
}

.skeleton-line.short {
    width: 60%;
}

.skeleton-line.small {
    width: 80%;
    height: 12px;
}

.skeleton-line.tiny {
    width: 60%;
    height: 10px;
}

.skeleton-button {
    width: 100%;
    height: 36px;
    border-radius: 6px;
    margin-top: 6px;
}

.skeleton-footer-title {
    height: 16px;
    width: 30%;
    margin-top: 8px;
}

.skeleton-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.skeleton-thumb {
    width: 60px;
    height: 50px;
    border-radius: 8px;
}

.skeleton-item-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

/* about page styling */
.about-page .banner-content-wrapper .common-content p {
    font-size: 1rem;
    font-weight: 400;
    color: #555555;
}
.detailed-description-section {
    margin: 50px 0;
    background-color: #f7f7f7;
    padding: 50px 0;
}
.detailed-description-content .common-content p {
    color: #555555;
    margin-top: 20px !important;
}
.our-partners-section {
    padding-bottom: 50px;
}
.our-partners-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.our-partners-grid-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.our-partners-grid-item {
    height: 150px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    padding: 12px;
    border-radius: 10px;
    overflow: hidden;
}
.our-partners-grid-item .image-wrapper {
    width: 100%;
    height: 100%;
}
.our-partners-grid-item .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* FAQs styling */
.faqs-page {
    padding-top: 230px;
}
.frequently-questions-section {
    padding-bottom: 130px;
}
.frequent-questions-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.frequent-questions-header {
    text-align: center;
}
.frequent-questions-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.frequent-questions-body-heading .common-heading h1 {
    color: #4c415b;
    font-size: 22px;
}
.frequent-questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.question-common-heading h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2e;
}
.question-common-answer p {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
}

/* contact us page styling */
.contact-us-page {
    padding-top: 170px;
}
.contact-us-page .banner-section {
    background-image: url("../../images/phone-499991_1920\ 1.png");
    background-position: right;
    min-height: calc(100vh - 170px);
    max-height: calc(100vh - 170px);
}
.contact-us-content-section {
    padding: 80px 0;
}
.contact-us-content .common-content p {
    color: #555555;
    text-align: center;
}
.locationAndForm-section {
    padding-bottom: 50px;
}
.locationAndForm-content {
    display: flex;
    gap: 20px;
}
.left-location-wrapper {
    width: 50%;
    max-width: 50%;
}
.left-location-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.left-location-content .contact-content {
    display: flex;
    gap: 10px;
}
.contact-content .left-icon {
    height: 24px;
    width: 24px;
}
.contact-content .left-icon img {
    height: 100%;
    width: 100%;
}
.contact-content .right-content-detail .common-content p {
    font-size: 1rem;
    color: #2d2d2e;
}

.right-form-wrapper {
    width: 50%;
    max-width: 50%;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.form-wrapper .input-field-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    gap: 15px;
}
.form-feild {
    width: 100%;
    position: relative;
}
.form-feild input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
    color: #2d2d2e;
    font-size: 0.9rem;
    font-weight: 400;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.form-feild input::placeholder {
    color: #a3a3a3;
    font-size: 0.9rem;
    font-weight: 400;
}

.form-wrapper .input-field {
    height: 40px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
}
.form-wrapper .input-field input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: none;
    outline: none;
    color: #2d2d2e;
    font-size: 0.9rem;
    font-weight: 400;
}
.form-wrapper .input-field input::placeholder {
    color: #a3a3a3;
    font-size: 0.9rem;
    font-weight: 400;
}
.form-wrapper .input-field.text-area {
    height: 150px;
}
.form-wrapper .input-field textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    color: #555555;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 10px;
}
.form-wrapper .input-field textarea::placeholder {
    color: #a3a3a3;
    font-size: 0.9rem;
    font-weight: 400;
}
.form-submit-button {
    text-align: right;
}
.form-wrapper .common-button {
    margin-top: 20px;
}

/* myAccount-page styling */
.myAccount-page {
    padding-top: 240px;
}
.myAccount-page .profile-section {
    padding-bottom: 50px;
}
.myAccount-page .profile-section .profile-content {
    display: flex;
    gap: 50px;
}
.profile-content .left-buttons-wrapper {
    width: 250px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.profile-content .left-buttons-wrapper .common-button {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    color: #2d2d2e;
    background-color: white;
}
.profile-content .left-buttons-wrapper .common-button.active {
    border: 1px solid #1f1132;
    color: white;
    background-color: #1f1132;
}
.profile-content .left-buttons-wrapper .common-button:hover {
    border: 1px solid #1f1132;
    color: white;
    background-color: #1f1132;
}
.profile-content .right-profile-data {
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.profile-header-image-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
}
.profile-header-image-wrapper .main-profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.profile-header-image-wrapper .main-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.profile-header-image-wrapper .upload-image-icon {
    background-color: #1f1132;
    height: 32px;
    width: 32px;
    border: 1px solid white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    padding-bottom: 2px;
}
.profile-header-image-wrapper .upload-image-icon img {
    height: 18px;
    width: 18px;
    cursor: pointer;
}
.profile-header-image-wrapper .upload-image-icon input {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.profile-header-image-wrapper .upload-image-icon label {
    cursor: pointer;
    z-index: 1;
}

.myAccount-page .store-services-section {
    padding: unset;
    padding-bottom: 50px;
}

/* my order page styling */
.myOrder-page {
    padding-top: 240px;
}
.my-order-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single-order-wrapper {
    display: flex;
    gap: 20px;
    padding-bottom: 1.5rem;
}
.single-order-wrapper:not(:last-child) {
    border-bottom: 2px solid #1a1a1a;
    margin-bottom: 1rem;
}
.top-ordered-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.left-orderList-deliverLocation {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ordered-items-grid-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    row-gap: 20px;
    column-gap: 12px;
}
.myOrder-page .optimize-footer-items .optimize-item-swapped {
    padding: 15px;
    border-radius: 10px;
    background-color: #f7f7f7;
    border: unset;
}
.myOrder-page .optimize-item .left-item-detail .item-image-wrapper {
    background-color: white;
}
.left-orderList-footer {
    padding: 15px;
    display: flex;
    padding: 15px 25px;
    gap: 20px;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ebfbee;
}
.left-orderList-footer .footer-item {
    display: flex;
    gap: 20px;
    align-items: center;
}
.left-orderList-footer .image-wrapper {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}
.left-orderList-footer .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.left-orderList-footer .footer-item .common-content p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
}
.left-orderList-footer .footer-item .common-content p span {
    font-weight: 400;
    color: #555555;
    font-size: 0.8rem;
}

.right-totalOrderPrice {
    width: 400px;
    max-width: 400px;
}
.orderPage-total-heading h1 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d2d2d;
}
.right-totalOrderPrice .common-button {
    background-color: #ff3532;
}
/* manageAddress-page styling */
.manageAddress-page {
    padding-top: 240px;
}
.location-data-wrapper {
    min-height: 80px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}
.location-data-wrapper img {
    width: 30px;
    height: 30px;
}
.location-data-wrapper .location-data {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}
.location-data-wrapper .location-data p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 600;
    font-size: 1rem;
}
.location-data-wrapper .location-data p span {
    font-weight: 400;
    font-size: 0.8rem;
}
.location-data-wrapper .location-data button {
    border: none;
    background-color: transparent;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.input-field.map-image-wrapper {
    height: 220px;
}
.input-field.map-image-wrapper img {
    height: 100%;
    width: 100%;
}

/* order history page styling */
.orderHistory-page {
    padding-top: 240px;
}
.orderHistory-page .optimize-grid-section {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}
.orderHistory-page .optimize-grid-item-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.orderHistory-page .optimize-grid-item-header .common-heading h1 {
    font-size: 1.4rem;
}
.completed-container {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: url("../../images/blue-bg.png") no-repeat center;
    background-size: cover;
}
.completed-container h1 {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.completed-container h1 span {
    font-size: 0.8rem;
    font-weight: 400;
}
.orderHistory-page .optimize-grid-item-center {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ordered-deliver-location {
    display: flex;
    flex-direction: column;
}
.deliver-location-content {
    display: flex;
    gap: 20px;
    padding: 1rem;
}
.deliver-location-content img {
    width: 24px;
    height: 24px;
}
.deliver-location-content p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 1rem;
    font-weight: 500;
}
.delivered-location.deliver-location-content p {
    font-weight: 600;
}
.delivered-location.deliver-location-content p span {
    color: #555555;
    font-weight: 400;
}
.delivered-date.deliver-location-content {
    border-bottom: 1px solid #f7f7f7;
}
.items-delivered-history {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.orderHistory-page .optimize-footer-items .optimize-item-swapped {
    padding: 15px;
    border-radius: 10px;
    background-color: #f7f7f7;
    border: unset;
}
.orderHistory-page .optimize-item .left-item-detail .item-image-wrapper {
    background-color: white;
}
.orderHistory-page .common-button {
    background-color: #efbf04;
}

/* responsive */
@media (min-width: 1201px) {
    .location-text select {
        display: block !important;
    }
}
@media (max-width: 1499px) {
    .location-text p {
        display: none;
    }
    .cart-tables-content {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1399px) {
}
@media (max-width: 1200px) {
    .all-products-tabs-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .common-input-bar {
        padding: 0 10px;
        height: 34px;
    }
    .search-bar {
        padding-right: 0;
    }
    .location-bar {
        width: 40px;
        position: relative;
        cursor: pointer;
    }
    .location-text select {
        display: none;
        position: absolute;
        top: 40px;
        left: -100%;
        height: 40px;
        padding: 0 1rem;
        background-color: white;
        background-position: right 10px center;
        border-radius: 8px;
        width: 150px;
        z-index: 12;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .search-bar {
        width: 100%;
    }
    .nav-footer-left {
        display: none;
    }
    .nav-footer-right {
        display: none;
    }
    .nav-footer-center {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .catagories-dropdown-left-banner {
        display: none;
    }
    .catagories-dropdown-right-list {
        width: 100%;
    }
    .categories-dropdown {
        width: 650px;
        left: -175%;
    }
    .my-order-content {
        flex-direction: column;
    }
    .left-orderList-deliverLocation {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .nav-header-center {
        display: none;
    }
    .catagories-selector {
        display: none;
    }
    .nav-body-left {
        min-width: 200px;
        max-width: 200px;
    }
    .nav-body-right {
        min-width: 120px;
        max-width: 120px;
    }

    .everyday-product-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .all-products-tabs-header .right-tabs-buttons .buttons-wrapper {
        justify-content: flex-start;
    }
    .start-your-day-content {
        min-height: fit-content;
        max-height: fit-content;
        flex-direction: column;
        padding: 50px;
    }
    .start-your-day-content .left-content {
        width: 100%;
        max-width: 100%;
    }
    .start-your-day-content .right-image {
        width: 100%;
        max-width: 100%;
    }
    .new-products-adds-wrapper {
        flex-direction: column;
    }
    .footer-grid-columns {
        grid-template-columns: 1fr 1fr;
    }
    .locationAndForm-content {
        flex-direction: column;
    }
    .left-location-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .right-form-wrapper {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    /* .main-wrapper,
    .navbar-wrapper,
    .footer-wrapper {
        display: none;
    } */
    /* .start-your-day-section {
        display: block !important;
        padding: unset;
    }
    .start-your-day-content {
        border-radius: unset;
        justify-content: space-between;
        /* min-height: 100vh;
        } */
    .left-heading-buttons .buttons-wrapper {
        flex-wrap: wrap;
    }
}

/* pagination styling */
.pagination {
    margin: 20px 0 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.page-item .page-link {
    background-color: white;
    color: black;
    border: none;
    border-radius: 8px;
    padding: 6px 15px;
}
.page-item.active .page-link {
    background-color: #efbf04;
    color: black;
}
/* loader styling */

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background: linear-gradient(
                0deg,
                rgb(0 0 0/50%) 30%,
                #0000 0 70%,
                rgb(0 0 0/100%) 0
            )
            50%/8% 100%,
        linear-gradient(
                90deg,
                rgb(0 0 0/25%) 30%,
                #0000 0 70%,
                rgb(0 0 0/75%) 0
            )
            50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes l23 {
    100% {
        transform: rotate(1turn);
    }
}
/* no-data-available */
/* .no-data-message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3rem 1rem;
} */
.no-data-message p {
    color: #4b5563;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.15px;
    margin-bottom: 24px;
}

.no-data-available {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3rem 1rem;
}

.no-data-available img {
    width: 100%;
    max-width: 300px;
    height: 220px;
}

.no-data-available p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3rem 1rem;
}

/* responsive for mobile */
.menu-button {
    display: none;
}
.menu-button button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.menu-button button img {
    height: 30px;
    width: 30px;
}
.sidebar-wrapper {
    width: 250px;
    position: fixed;
    top: 70px;
    left: 0;
    padding: 20px;
    height: calc(100vh - 70px);
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top-right-radius: 15px;
    z-index: 1024;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.3s ease;
    overflow: auto;
    transform: translateX(-100%);
}
.sidebar-wrapper .nav-body-right-icons {
    justify-content: space-between;
}
.sidebar-wrapper .nav-footer-center {
    justify-content: left;
}
.sidebar-wrapper .nav-links {
    width: 100%;
}
.sidebar-wrapper .nav-links ul {
    flex-direction: column;
    align-items: start;
}
.sidebar-wrapper .nav-links ul li.nav-link {
    width: 100%;
    justify-content: space-between;
}
.sidebar-wrapper .nav-links ul li.nav-link a {
    width: 100%;
}
.produce-items-content .left-catagories-button {
    width: 240px;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
.produce-items-content .left-catagories-button button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    gap: 20px;
    justify-content: space-between;
    border: none;
    cursor: pointer;
    padding: 0 15px;
}
.produce-items-content .left-catagories-button button span {
    font-size: 1rem;
    font-weight: 400;
    color: #2d2d2e;
}
@media (max-width: 991px) {
}
@media (max-width: 768px) {
    .produce-items-content .left-catagories-button {
        display: block;
    }
    .produce-page .left-selectors {
        display: none;
        transition: transform 0.3s ease;
    }
    .produce-page .left-selectors.show {
        display: block;
    }
    .sidebar-wrapper.open {
        transform: translateX(0);
    }
    .menu-button {
        display: block;
    }
    .view-product .banner-section .banner-content {
        padding-top: 90px;
    }
    .favourite-items {
        padding-top: 90px;
    }
    .cart-page {
        padding-top: 90px;
    }
    .optimize-page {
        padding-top: 90px;
    }
    .myAccount-page {
        padding-top: 90px;
    }
    .myOrder-page {
        padding-top: 90px;
    }
    .manageAddress-page {
        padding-top: 90px;
    }
    .orderHistory-page {
        padding-top: 90px;
    }
    .main-logo-wrapper {
        width: 150px;
        height: 34px;
    }
    .bread-crumbs a {
        font-size: 0.8rem;
    }
    .navbar-wrapper {
        height: 60px;
    }
    .nav-body {
        height: 60px;
    }
    .other-pages-navbar.navbar-wrapper {
        height: 60px;
    }
    .nav-header {
        display: none;
    }
    .nav-body-center {
        display: none;
    }
    .nav-body-right {
        display: none;
    }
    .nav-footer {
        display: none;
    }
    .banner-content {
        flex-direction: column;
        padding-top: 90px;
    }
    .faqs-page {
        padding-top: 110px;
    }
    .contact-us-page {
        padding-top: 60px;
    }
    .produce-page {
        padding-top: 90px;
    }
    .banner-left-content {
        width: 100%;
        max-width: 100%;
    }
    .main-heading h1 {
        font-size: 2.2rem;
    }
    .banner-common-content .sub-heading {
        font-size: 1rem;
    }
    .banner-right-content {
        width: 100%;
        max-width: 100%;
    }
    .common-heading h1 {
        font-size: 22px;
    }
    .common-item-card {
        min-width: 170px;
        padding: 1.3rem 2.3rem;
    }
    .item-card-image {
        min-height: 90px;
        max-height: 90px;
        max-width: 90px;
    }
    .all-products-tabs-section {
        padding-top: 50px;
    }
    .footer-content {
        flex-direction: column;
        gap: 20px;
    }
    .footer-wrapper {
        gap: 5px;
    }
    .footer-left {
        width: 100%;
    }
    .footer-right {
        width: 100%;
    }
    .banner-left-content .image-wrapper {
        height: 320px !important;
    }
    .right-link a {
        font-size: 14px;
    }
    .services-grid-item .left-image-wrapper {
        width: 60px;
        height: 60px;
    }
    .services-grid-item .right-content h2 {
        gap: 4px;
    }
    .myAccount-page .profile-section .profile-content {
        flex-direction: column;
        gap: 30px;
    }
    .profile-content .right-profile-data {
        width: 100%;
    }
    .left-orderList-footer {
        flex-direction: column;
    }
    .right-totalOrderPrice {
        width: 100%;
        max-width: 100%;
    }
    .produce-page .produce-items-content {
        flex-direction: column;
    }
    .right-produce-items {
        width: 100%;
    }
    .bread-crumbs {
        display: none;
    }
}
@media (max-width: 576px) {
    .right-buttons {
        display: none;
    }
    .fresh-vegetables-header {
        flex-direction: column;
        align-items: start;
    }
    .fresh-vegetables-header .right-buttons {
        display: flex;
        width: 100%;
        justify-content: end;
    }
    .main-heading h1 {
        font-size: 1.9rem;
    }
    .banner-content-wrapper .input-field {
        height: 35px;
    }
    .banner-content-wrapper .input-field input {
        font-size: 0.8rem;
    }
    .common-button {
        height: 35px;
        font-size: 0.9rem;
    }
    .common-heading h1 {
        font-size: 20px;
    }
    .common-item-card {
        min-width: 160px;
        padding: 1.3rem 2.3rem;
    }
    .item-card-image {
        min-height: 80px;
        max-height: 80px;
        max-width: 80px;
    }
    .item-name h2 {
        font-size: 0.9rem;
    }
    .item-quantity p {
        font-size: 0.7rem;
    }
    .everyday-product-content {
        grid-template-columns: 1fr;
    }
    .everyday-product-card {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 1rem;
    }
    .everyday-product-card .left-content {
        width: 100%;
        max-width: 100%;
        align-items: center;
        gap: 10px;
    }
    .card-detail-heading h2 {
        font-size: 1rem;
        text-align: center;
    }
    .everyday-product-card .right-image .image-wrapper {
        height: 100px;
    }
    .no-data-message p {
        font-size: 15px;
    }
    .left-heading-buttons {
        width: 100%;
        max-width: 100%;
        gap: 30px;
    }
    .start-your-day-content .right-image .image-wrapper {
        height: 200px;
    }
    .all-products-tabs-header .right-tabs-buttons .buttons-wrapper button {
        font-size: 0.9rem;
    }
    .footer-content {
        padding-bottom: 20px;
    }
    .footer-grid-columns {
        grid-template-columns: 1fr;
    }
    .footer-right-links ul .heading {
        margin-bottom: 0.5rem;
    }
    .footer-all-rights {
        padding: 10px 0;
    }
    .common-content p {
        font-size: 0.8rem;
    }
    .banner-left-content .image-wrapper {
        height: 240px !important;
    }
    .optimize-grid-section {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .optimize-footer-items .optimize-item {
        flex-direction: column;
        align-items: unset;
    }
    .optimize-item .left-item-detail .item-nameAndQty {
        width: 100%;
        max-width: 100%;
    }
    .swapped-item {
        flex-wrap: wrap;
    }
    .frequently-questions-section {
        padding-bottom: 80px;
    }
    .frequent-questions-content {
        gap: 30px;
    }
    .frequent-questions-body {
        gap: 20px;
    }
    .frequent-questions-body-heading .common-heading h1 {
        font-size: 18px;
    }
    .question-common-heading h3 {
        font-size: 1rem;
    }
    .question-common-answer p {
        font-size: 14px;
    }
    .contact-us-page .banner-section {
        background-position: center;
    }
    .contact-us-content-section {
        padding: 50px 0;
    }
    .contact-content .left-icon {
        height: 20px;
        width: 20px;
    }
    .contact-content .right-content-detail .common-content p {
        font-size: 0.9rem;
    }
    .form-wrapper .input-field-wrapper {
        grid-template-columns: 1fr;
    }
    .profile-content .left-buttons-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .ordered-items-grid-section {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .services-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .location-data-wrapper img {
        width: 24px;
        height: 24px;
    }
    .orderHistory-page .optimize-grid-section {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .optimize-grid-item {
        padding: 10px;
    }
    .deliver-location-content p {
        font-size: 0.8rem;
    }
    .completed-container h1 span {
        font-size: 0.7rem;
    }
    .contact-us-page .banner-section {
        min-height: calc(100vh - 70px);
    }
}

#search-container {
    display: none;
    padding-top: 190px;
}

.search-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2f7bef;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    animation: Searchspin 1s linear infinite;
    margin: 0.3rem 0.6rem;
}

@keyframes Searchspin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pm-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
}

.pm-img-wrap {
    width: 100%;
    position: relative;
    border-radius: 12px;
}

.pm-img {
    border-radius: 12px;
    max-height: 300px;
    object-fit: contain;
    width: 100%;
    transition: transform 0.4s ease;
}

.pm-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #dc3545;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 6px;
    font-weight: bold;
    animation: pulse 1.5s infinite;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.pm-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px 0;
}

.pm-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.pm-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.pm-meta-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pm-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.pm-value {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    margin: 0;
}

.pm-desc {
    margin-top: 10px;
    line-height: 1.6;
}

.pm-subtitle {
    font-size: 18px;
    margin-bottom: 6px;
    color: #555;
    font-weight: 600;
}

.pm-text {
    color: #666;
    font-size: 15px;
}

.pm-actions {
    margin-top: 25px;
    text-align: right;
}

.pm-close-btn {
    background-color: transparent;
    color: #dc3545;
    border: 1px solid #dc3545;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pm-close-btn:hover {
    background-color: #dc3545;
    color: #fff;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}
.product-details p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #555555;
    display: flex;
    justify-content: space-between;
}


.right-itemQty p {
    font-size: 1rem;
    font-weight: 700;
}
