/* @import url("../gfonts/fonts/stylesheet.css"); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

body {
    font-family: "Poppins", serif;
    color: #212529;
    /* overflow-x: hidden; */
    font-size: 0.78rem;
}

/* custom css start */
.mundi-bazar-navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.mundi-bazar-navbar .navbar-brand img {
    height: 50px;
    margin-right: 10px;
}

.footer-view-page {
    background: #fff;
    border-top: 1px solid #ddd;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

.footer-view-page p a {
    font-size: 14px;
    color: #08a3f3;
    text-decoration: none;
}

.footer-view-page:hover a {
    color: #2b2927;
}
.product-items-list h4 {
    font-size: 1rem;
    font-weight: 600;
}

.mundibazar .tab-content > .tab-pane {
    padding-top: 20px;
}

.mundibazar .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: 500;
}

.mundibazar .nav-tabs .nav-link {
    color: #000000;
}

/* .mundibazar .selectors {
  flex: 1 1 35%;
  min-width: 250px;
  } */

/* .mundibazar .chart-info {
  flex: 1 1 60%;
  min-width: 300px;
  
  } */

.form-select:focus {
    border: 1px solid #ddd;
    box-shadow: unset;
}

.selectors .form-select {
    min-height: 50px;
}

.mundibazar .form-label {
    font-weight: 500;
}

.price-info {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: center;
}

.footer-view-page p {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
}

.footer-view-page-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.manual-dropdown {
    position: relative;
}

.manual-dropdown .dropdown-toggle {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 5px;
    /* padding: 10px 16px; */
    font-size: 16px;
    font-weight: 500;
    /* transition: background-color 0.3s ease, box-shadow 0.3s ease; */
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: none;
    background: none;
    box-shadow: none;
}

.manual-dropdown .dropdown-toggle:hover {
    background-color: none;
    box-shadow: unset;
}

.manual-dropdown .dropdown-menu {
    margin-top: 10px;
    border: 0.5px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    background-color: #ffffff;
    min-width: 100%;
}

.manual-dropdown .dropdown-item {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    transition: background-color 0.2s ease;
}

.manual-dropdown .dropdown-item:hover {
    background-color: #f1f5f9;
    color: #111827;
}

.manual-dropdown .dropdown-menu.show {
    animation: fadeInDropdown 0.2s ease-in-out;
}

.site-title {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    max-width: 200px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.site-title span {
    color: #067f4f;
}

@keyframes fadeInDropdown {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-title-logo {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    max-width: 200px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.site-title-logo h2 {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.site-title-logo .site-title-b {
    font-size: 16px;
    font-weight: 700;
}

@keyframes fadeInDropdown {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

.active-card .card-body {
    background-color: #0d6efd !important;
    color: white !important;
}

.mundibazar {
    margin-top: 30px;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    margin-bottom: 30px;
}

.mundibazar h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.form-select:focus {
    border: 1px solid #ddd;
    box-shadow: unset;
}

.selectors .form-select {
    min-height: 50px;
}

.product-image {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px;
}

@media (max-width: 400px) {
    .mundibazar h2 {
        font-size: 16px;
    }
}

/* product-slider-css */
.product-card {
    position: relative;
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.product-card:hover {
    transform: translateY(-4px);
}

.product-buyer-img {
    height: 200px;
    width: 100%;
}

.product-buyer-img img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0.5px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.tag-ribbon {
    position: absolute;
    /* top: 10px; */
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    white-space: nowrap;
}

.tag-green {
    background-color: #067f4f;
}

.tag-red {
    background-color: #a6182e;
}

.product-card img {
    max-height: 150px;
    object-fit: contain;
    padding: 10px;
}

.price-section {
    font-weight: 700;
    font-size: 0.8rem;
}

.price-section del {
    font-size: 0.9rem;
    color: #6c757d;
    margin-right: 0.3rem;
}

.price-section small {
    font-size: 0.8rem;
    font-weight: 400;
    color: #6c757d;
    margin-left: 0.25rem;
}

.product-name-btn {
    background-color: #1f6b46;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 0.65rem 0;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
}

.product-name-btn:focus {
    outline: none;
    box-shadow: none;
}

/* product-slider-css-end */

/* categores-css */

section.categories {
    padding: 0.2rem 0 2rem 0;
}

/*  Title  */
.section-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

/*  Individual category card  */
.category-card {
    background: #ffffff;
    border-radius: 5px;
    border: 0.5px solid #ddd;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 0.5rem;
    height: 100%;
    transition: 0.25s ease‑in‑out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
}

.category-card img {
    width: 100%;
    /* max-width: 120px; */
    height: 100%;
    display: block;
    object-fit: contain;
    aspect-ratio: 2/1;
    /* margin: 0 auto 0.9rem; */
}

.category-name {
    font-weight: 500;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    padding-bottom: 0;
}

.swiper-pagination {
    position: relative;
}

.new-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-price-rs {
    font-weight: 700;
}

.new-date-tilte {
    font-size: 14px;
    font-weight: 500;
}

.new-date-ds {
    font-weight: 600;
    color: #000000cc;
    font-size: 16px;
}

.hero-boder-top {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px;
}

#carouselExample .carousel-control-prev,
#carouselExample .carousel-control-next {
    opacity: 1;
}

.admin_login-l {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.admin_login-l a {
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
}

.btn-login-r {
    background-color: #067f4f;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;

    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-login-r i {
    color: #fff;
    transition: color 0.3s ease;
}

.btn-login-r:hover {
    background-color: #1f6b46;
    border: none;
    color: #fff;
}

.col-lg-20p a {
    font-weight: 500;
    text-align: center;
    padding: 5px 0px;
    text-decoration: none;
    color: #000;
}

.button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.view-all-btn {
    text-decoration: none;
    font-size: 16px;
    background-color: #067f4f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    width: auto;
    border-radius: 5px;
}

.view-all-btn:hover {
    background-color: #067f4f;
}

.heading-container h2 {
    border-bottom: 1px solid #818181;
    padding-bottom: 8px;
}

.related-title {
    font-size: 16px;
    font-weight: 600;
}

.underline {
    height: 3px;
    background-color: #067f4f;
    content: "";
    width: 105px;
    top: -12px;
    position: relative;
}

.view-all-btn-top {
    padding: 6px 23px;
    font-size: 12px;
    border-radius: 0;
    position: absolute;
    top: 5%;
    right: 10px;
}

.categories-heading .view-all-btn-top {
    top: -2px;
}

.carousel-caption {
    left: 8%;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
    padding: 15px;
    max-width: 500px;
    border-radius: 5px;
}

.carousel-item img {
    object-fit: cover;
    /* height: 100vh;  */
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-caption h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

.carousel-caption p {
    font-size: 18px;
    line-height: normal;
}

.tab-categories h2 {
    font-size: 20px;
}

.tab-categories ul {
    list-style: none;
    padding: 0;
}

.tab-categories ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    color: #000;
}

.quote-form {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}

.modal_title-popup {
    font-size: 21px;
    color: var(--main-color);
    font-weight: 600;
}

.custom-label {
    font-weight: 600;
}

.custom_input {
    padding: 10px;
    outline: none;
    border: 1px solid var(--main-color);
    border-radius: 5px;
}

.textarea.form-control {
    border-radius: 10px;
    resize: none;
    padding: 15px;
    font-size: 16px;
}

.learn-more {
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 5px;
    border: 1px solid var(--main-color);
    padding: 10px 30px;
    font-weight: 600;
}

.modal_top_title {
    text-align: center;
    margin: auto;
}

.contactpopup .modal-content {
    border-radius: 1.25rem;
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.15);
    border: none;
    padding: 1rem 1rem 2.5rem;
}
.buy-btn {
    background-color: #198754;
    border: #067f4f;
}

.contactpopup h5 {
    font-weight: 600;
}

/* smoother focus ring */
.contactpopup .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    box-shadow: unset;
    border: 1px solid #ddd;
}

/* pill‑style radio buttons */
.contactpopup .btn-check:checked + .btn-outline-primary {
    color: #fff;
}

.form-floating .form-control {
    box-shadow: none;
}

.contact-us-modal .modal-title {
    margin: auto;
}

.btn-modal {
    background-color: #089a5e;
    border: #089a5e;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-modal:hover {
    background-color: #067f4f;
    border: #067f4f;
}

.details-title0-veg {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 5px 0px;
}

.product-des {
    color: #000000ad;
    font-size: 16px;

    line-height: normal;
}

.mundi-bazar-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 10px 0px;
}

.item-price-mundi {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.btn-modal-m {
    margin-top: 15px;
}

.breadcrumb-mundi {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 0px;
}

.breadcrumb-mundi .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #000000bf;
    text-decoration: none;
}

.breadcrumb-mundi .breadcrumb-item.active {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-mundi nav ol {
    padding: 0;
    margin: 0;
}

.off-sale-btn {
    background: #198754;
    color: #fff;
    padding: 5px 4px 5px 16px;
    /* margin: 0; */
    width: 60%;
    border-radius: 0 0 22px;
    position: absolute;
    top: 0;
    z-index: 11;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: #089a5e;
    border-color: #089a5e;
}

.btn-outline-primary {
    color: #000;
    border: 1px solid #089a5e;
    font-size: 12px;
}

.admin_login-l {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.admin_login-l a {
    font-size: 1rem;

    text-decoration: none;
    color: #fff;
}

.btn-login-r {
    background-color: #067f4f;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;

    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-login-r i {
    color: #fff;
    transition: color 0.3s ease;
}

.btn-login-r:hover {
    background-color: #1f6b46;
    border: none;
    color: #fff;
}

.btn-login-r:hover i {
    color: #fff;
}

.product-items-list {
    padding: 20px 0px;
}

.new-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-price-rs {
    font-weight: 600;
}
.new-price-title {
    font-size: 14px;
}
.new-date-tilte {
    font-size: 14px;
    font-weight: 500;
}

.new-date-ds {
    font-weight: 600;
    color: #000000cc;
    font-size: 14px;
}

.page-link:focus {
    box-shadow: unset;
}

.product-categories-product {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 20px 15px;
    width: 100%;
}

.product-categories-product h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
    text-align: center;
}

.category-select {
    width: 100%;
    padding: 8px 16px;
    font-size: 1rem;
    color: #333;
    background-color: #f9fafb5e;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
}

optgroup {
    font-weight: 500;
    color: #444;
}

option {
    padding: 8px;
    color: #333;
}

.price-range-container {
    margin-top: 24px;
    margin-bottom: 16px;
}

.price-range-label {
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 12px;
    display: block;
    text-align: center;
}

.price-range {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    background: #1f6b46;
    border-radius: 3px;
    outline: none;
    margin-bottom: 8px;
    cursor: pointer;
}

.price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #3b82f6;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.price-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #3b82f6;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.price-range:hover::-webkit-slider-thumb,
.price-range:hover::-moz-range-thumb {
    background: #2563eb;
}

.price-display {
    font-size: 1rem;
    color: #555;
    display: flex;
    justify-content: center;
}

.product-d-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-title-logo {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    max-width: 200px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.site-title-logo h2 {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #198754;
    border-color: #198754;
}

.page-link {
    color: #000;
}

.product-list-label {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0px;
}

.previouse-p-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/* categories-css-start */
.tab-categories {
    margin: 0 auto;
}

.cusotm-label {
    font-size: 16px;
}

.mundi-bazar-categories {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 250px 1fr;
}

.mundi_bazar_list {
    max-width: max-content;
    margin-bottom: 1rem;
}

.tab-nav-list {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.list-tab-button {
    padding: 10px 20px;
    background: #f4f4f4;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.list-tab-button:hover {
    background: #ddd;
}

.list-tab-button.active {
    background: #067f4f;
    color: white;
}

.tab-pane-list {
    display: none;
}

.tab-pane-list.active {
    display: block;
}

.tab-pane-list h2 {
    margin-bottom: 15px;
}

.tab-pane-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.tab-pane-list ul li {
    display: inline-block;
}

.tab-pane-list ul li a {
    text-decoration: none;
    padding: 5px 10px;
    background: #e0e0e0;
    border-radius: 5px;
    color: #333;
    transition: background 0.3s;
}

.tab-pane-list ul li a:hover {
    background: #ccc;
}

text.highcharts-credits {
    display: none;
}

.product-list-with-line-chart {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-top: 30px;
}

.product-p-c {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    box-sizing: border-box;
}

.line-chart-latest-price {
    flex: 0 0 calc(75% - 10px);
    /* max-width: calc(75% - 10px); */
    box-sizing: border-box;
}

.product-img {
    margin-top: 20px;
}

/* dashboard-css-start */
#linecontainer {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

text.highcharts-credits {
    display: none;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
    background-color: #067f4f;
    color: #fff;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #e6f3ed;
}

.highcharts-description {
    margin: 0.3rem 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.highcharts-menu-item.custom-data-toggle:hover {
    background-color: #e6f3ed;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 100%;
    margin: 1em auto;
}

#container {
    height: 400px;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
}

#error-message {
    color: red;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.details-title-l {
    font-size: 30px;
}

.product-des-r {
    font-size: 25px;
    color: #696969;
}

/* categories-css-End */
.letter-list {
    display: none;
    margin-top: 10px;
}

.letter-list.active {
    display: block;
}

.letter-list ul {
    list-style: none;
    padding: 0;
}

.letter-list li {
    margin-bottom: 5px;
}

.letter-list a {
    text-decoration: none;
    color: #007bff;
}

select#productSelectmultiple {
    width: auto;
    margin-bottom: 20px;
}

.letter-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.letter-list ul li {
    display: inline-block;
}

.letter-list ul li a {
    text-decoration: none;
    padding: 5px 10px;
    background: #e0e0e0;
    border-radius: 5px;
    color: #333;
    transition: background 0.3s;
    font-size: 16px;
}

/* swiper-css-start */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 50%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-l {
    width: 100%;
    height: 100%;
}

.swiper-slider-l {
    background-color: unset;
    display: block;
}

.swiper-slider-l img {
    width: 100%;
    height: 100%;
    background-position: center;
    object-fit: contain;
}

/* swiper-css-end */

/* Fixed vertical sidebar button */
.contact-sidebar-btn {
    position: fixed;
    top: 50%;
    right: 1%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right top;
    background-color: #067f4f;
    color: white;
    padding: 15px 25px;
    font-weight: 500;
    z-index: 1050;
    cursor: pointer;
    border-radius: 0.25rem;
    /* writing-mode: vertical-lr; */
    text-align: center;
}

/* 
    .contact-sidebar-btn:hover {
      background-color: #d99900;
    } */
.open-market-form {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 15px;
    border-radius: 5px;
}

.market-name-kirshi {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    /* padding-top: 10px; */
}

.open-market-title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}

.product-open-market-img {
    height: 120px;
    width: 100%;
}

.product-open-market-img img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.open-market-menu a {
    color: #000;
    font-weight: 500;
}

.open-market-filed {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    padding: 15px;
    flex-wrap: wrap;
}

/* Image container */
.open-market-img img {
    width: 100%;
    height: 165px;
    border-radius: 8px;
    max-width: 250px;
}

/* Text container */
.open-market-contain {
    flex: 1;
    min-width: 200px;
}

.open-market-contain h2 {
    font-size: 1.2rem;
    margin: 5px 0;
}

.open-market-contain p {
    font-size: 0.8rem;
    margin: 5px 0;
}

.om-des {
    color: #555;
}

.open-market-filed .open-market-contain .title {
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 4px;
}

.open-market-filed .open-market-contain .title:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #1f6b46;
    left: 0;
    bottom: 0;
    margin: auto;
}

.open-market-filed .open-market-contain .name {
    font-size: 0.8rem;
    font-weight: 600;
}

.open-market-contain p a {
    color: #000;
    text-decoration: none;
    font-size: 0.8rem;
}

.open-market-view-more-btn {
    color: #0d6efd;
    font-size: 0.8rem;
    text-decoration: none;
}

.open-market-view-more-btn i {
    padding-left: 5px;
}

.a-by-admin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px;
}

.custom-table {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
    margin-top: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.open-market-short {
    /* background-color: #f8f9fa; */
    padding: 0.5rem;
    /* border-bottom: 1px solid #dee2e6; */
}

.open-market-short .result-count {
    font-size: 1rem;
    color: #212529;
}
.selling-content h5 {
    font-size: 16px;
}

.dropdown .btn {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.5rem 1.2rem;
    font-size: 0.95rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.custom-dropdown-menu {
    border: none;
    border-radius: 0.3rem;
    padding: 0.5rem 0;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
    /* min-width: 220px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #ffffff;
    border: 0.5px solid transparent;
}

.custom-dropdown-menu .dropdown-item {
    padding: 0.5rem;
    font-size: 0.94rem;
    color: #343a40;
    transition: all 0.2s ease-in-out;
    border-radius: 0.375rem;
    margin: 0 0.4rem;
}

.custom-dropdown-menu .dropdown-item:hover,
.custom-dropdown-menu .dropdown-item:focus {
    background-color: #f1f3f5;
    color: #000;
}

/* Mobile styles */
@media (max-width: 768px) {
    .open-market-filed {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .open-market-img img {
        max-width: 100%;
    }

    .open-market-contain {
        width: 100%;
    }

    .open-market-contain h2 {
        font-size: 1.3rem;
    }

    .open-market-contain p {
        font-size: 0.95rem;
    }
}

/* responsive css start */

@media (max-width: 768px) {
    .product-p-c,
    .line-chart-latest-price {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .related-title {
        font-size: 20px;
    }

    .view-all-btn-top {
        top: 6%;
    }

    .categories-heading .view-all-btn-top {
        top: 1px;
    }

    .product-items-list {
        padding: 30px 0px;
    }

    .ms-auto.admin_login-l {
        margin-inline-start: 0 !important;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .list-tab-button {
        font-size: 12px;
    }

    .mundibazar h2 {
        font-size: 16px;
    }

    .site-title-logo .site-title-b {
        font-size: 18px;
    }

    .site-title-logo h2 {
        font-size: 16px;
    }

    .product-list-label {
        font-size: 14px;
    }

    .product-categories-product h3 {
        font-size: 22px;
    }

    .mySwiper2 {
        height: auto;
    }

    .mundi-bazar-title {
        font-size: 16px;
    }

    .details-title-l {
        font-size: 20px;
    }

    .product-des-r {
        font-size: 18px;
    }

    .product-des {
        font-size: 14px;
    }

    .contact-us-modal .modal-title {
        font-size: 18px !important;
    }

    .admin_login-l {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    #container {
        height: 300px;
    }

    .highcharts-data-table th,
    .highcharts-data-table td {
        padding: 0.3em;
        font-size: 12px;
    }

    .product-card img {
        max-height: 120px;
    }
}

@media (max-width: 480px) {
    .product-categories-product {
        padding: 24px;
    }

    h3 {
        font-size: 1.25rem;
    }

    .category-select {
        font-size: 0.875rem;
        padding: 10px 14px;
    }
}

@media (max-width: 400px) {
    .site-title {
        max-width: 180px;
        font-size: 14px;
    }

    .mundibazar h2 {
        font-size: 14px;
    }
}

/* responsive css end */

/* custom css end */

.product-slick-slider img {
    padding: 10px 0px 0px 0px !important;
    max-height: 100px !important;
}
.product-slick-sliders .new-price-title {
    font-size: 12px !important;
}
.product-slick-sliders {
    font-size: 0.8rem;
}
.product-slick-sliders .new-date-tilte {
    font-size: 12px;
}
.product-slick-sliders .new-date-ds {
    font-size: 12px;
}
.product-slick-sliders .market-name-kirshi {
    font-size: 12px;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.tab-content h4 {
    font-size: 16px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #067f4f;
    font-weight: 600;
}
.nav-link {
    color: #000;
}
@media (min-width: 1024px) and (max-width: 1399px) {
    .product-slick-slider img {
        max-height: 80px !important;
    }
    .product-slick-sliders .new-price-title {
        font-size: 10px !important;
    }
    .product-slick-sliders .new-date-ds {
        font-size: 10px;
    }
    .product-slick-sliders .new-date-tilte {
        font-size: 10px;
    }
    .product-slick-sliders .market-name-kirshi {
        font-size: 10px;
    }
}
