body {
    background-color: #e8eaeb;
}

a {
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

.container-fluid {
    max-width: 1600px;
}

.body-wrapper {
    max-width: 100%;
    margin: 0px auto;
}

header {
    background-color: #fff;
    /* margin-bottom: 15px; */
    border-bottom: 2px solid #f1f1f1;
}

.header_logo_title {
    font-size: 30x;
    color: #271f1f;
}

.header_logo_title span {
    font-size: 35px;
    color: #003078;
}

.logo-image {
    max-height: 50px;
    height: auto;
}

.header-data {
    display: flex;
}

.header-data-logo {
    flex: 1;
}

.header-data-search {
    flex: 1;
}

.header-data-profile {
    flex: 1;
}

.header-middle {
    padding: 20px;
}

.zs-searchbox {
    margin: 0px;
}


.header-search {
    display: flex;
}

.select-city {
    padding: 7px;
    min-width: 200px;
}

#searchCityInput {
    font-size: 15px;
}

.dropdown-categ-menu {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    border-radius: 8px;
    padding: 0;
    margin-top: 2px;
    list-style-type: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    cursor: pointer;
}

.dropdown-categ-menu li a {
    display: block;
    padding: 6px 16px;
    color: #333;
    text-decoration: none;
}

.dropdown-categ-menu li a:hover {
    background-color: #f1f1f1;
}

.product-card {
    transition: all 0.25s ease;
    border-radius: 12px;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.category-card {
    border-radius: 14px;
    transition: all 0.25s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}


.product-area,
.product-categ-area {
    margin: 30px 0px;
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.product-data-area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.single-product-data {
    flex: 1 1 10;
    /* max-width: 260px; */
    padding: 13px;
    border-radius: 10px 0px;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.single-product-data:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}



.product-categ-data-area {
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    /* padding: 10px; */
}

.single-product-categ-data {
    width: 190px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #d1d1d1;
    border-radius: 10px 0px;
    margin: 10px;
    vertical-align: top;
}


.single-product-categ-data .product-categ-image .product-categ-image-div {
    width: 150px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 5px;
}


.single-product-categ-data .product-categ-image .product-categ-image-div img {
    width: 100%;
    height: 100%;
}


.single-product-categ-data .product-categ h4 {
    font-size: 16px;
    font-weight: 700;
    color: #003078;
    margin: 0px;
}


.single-product-data .product_desc_info {
    margin-bottom: 15px;
}

/* .breadcrumb {
    margin: 0px;
    padding: 10px;
}

.breadcrumb a {
    color: #003078;
    margin: 0px 3px;
    text-decoration: none;
    text-transform: capitalize;
} */

.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
}


.breadcrumb-item a {
    /* color: #003078; */
    text-decoration: none;
    transition: .3s;
}

.breadcrumb-item a:hover {
    color: #0a58ca;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #6c757d;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\F285";
    /* Bootstrap Icon chevron-right */
    font-family: "bootstrap-icons";
    font-size: 10px;
    float: none;
    font-weight: 700;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0px;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0px;
}

.breadcrumb a:hover {
    color: #FE6608;
}





.product_desc_inquiry {}

.product_desc_inquiry_links {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.product_desc_inquiry_links .product_link {
    color: #003078;
    border: 1px solid #003078;
    padding: .375rem .75rem;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.product_desc_inquiry_links .product_link:hover {
    background: #003078;
    color: #f1f1f1;
}

.categories-list .categories-list-home {
    background-color: #ffffff;
    padding: 15px;
    display: inline-block;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    border-radius: 5px 0px;
    width: 100%;
}

.categories-list .categories-list-home:nth-child(even) {
    background-color: #e4e2e2;
}

.categories-list .category-list-img {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.categories-list .category-list-img .category-all-main{
    color: #003078;
}
.categories-list .category-list-img img {
    max-width: 100%;
    border-radius: 5px;
}

.categories-list .category-list-data {
    width: 74%;
    float: right;
}

.categories-list .sub-category-list-div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.categories-list .sub-category-list-div .sub-category-list-data {
    flex: 1 1 320px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    padding: 10px;
    border-radius: 10px 0px;
}

.categories-list .sub-category-list-div .sub-category-list-data .sub-category-list-img {
    width: 80px;
    display: inline-block;
    vertical-align: top;

}

.categories-list .sub-category-list-div .sub-category-list-data .sub-category-list-img img {
    width: 100%;
}

.categories-list .sub-category-list-div .sub-category-list-data .sub-category-list-list {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: top;
    float: right;

}

.main-category-list {
    font-size: 16px;
    font-weight: 500;
    color: #171717;
}

.sub-category-list {
    font-size: 13px;
    font-weight: 500;
    color: #464646;
}

#categoryList {

    padding: 15px 0px;

}

/* Product Details page */
.content-wraper {
    background: #fff;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.pro-det-div {
    /* position: fixed; */
}

/* //Product Details page */
.row.single-product-area {
    padding: 20px 0px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /* Ensure children align to top */
}

.single-product-area .product-image {
    flex: 0 0 33%;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    height: fit-content;
    /* Ensure sticky doesn't break due to auto height */
}

.single-product-area .product-details {

    flex: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.single-product-area .product-onwer {
    flex: 0 0 300px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}



.product_link {
    color: #fff;
}

.modal-wrapper .close {
    color: #d40707;
    border: 2px solid #d40707;
    line-height: 30px;
    background: transparent;
    top: 0px;
    right: 0px
}

.modal-body {
    padding-top: 40px;
}

.tj-product-name {
    padding: 0px;
    color: #003078;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.star-rating .fa-star {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.red {
    color: red !important;
}

.orange {
    color: orange !important;
}

.yellow {
    color: gold !important;
}

.lightgreen {
    color: #90ee90 !important;
}

.green {
    color: green !important;
}

.category_price_start {
    margin: 5px 0px;
    color: #d40707;
}

.category_total {
    color: #003078;
    font-size: 20px;
}

.rating {
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
}



.category-wraper {
    background-color: #e8eaeb;
}

.product-category-area {
    display: flex;
    gap: 20px;
    padding: 20px 0px;
}

.product-category_sidebar {
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.product-category-area-categ {
    /* flex: 0 0 300px; */
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.category_sidebar {
    padding: 0px;
    width: 100%;
}

.category_sidebar h2 {
    font-size: 20px;
    font-weight: 700;
    color: #003078;
    border: 1px solid #003078;
    padding: 7px 10px;
}

.category_sidebar ul {
    padding: 0px;
}

.category_sidebar ul li {
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.category_sidebar ul li a {
    font-size: 16px;
    color: #003078;
}

.category_sidebar ul li a:hover {
    color: #FE6608;
}


.product-list_view {
    padding: 0px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.product-list {
    display: flex;
    padding: 15px;
    align-items: flex-start;

}

.product-list .product-image {
    flex: 0 0 25%;
}

.product-list .product-image img {
    width: 100%;
}

.product-list .product_description {
    flex: 1;
    padding: 0px 15px;
    margin: 0px;
    text-align: left;
}


.product-list .product_description .product_name {
    font-size: 20px;
    color: #141414;
    margin-bottom: 20px;
}

.product-list .product_description .price-box {
    margin-bottom: 20px;
}

.product-list .product_description .price-box .new-price {
    color: #FE6608;
    font-weight: 700;
    font-size: 20px;
}

.product-list .product_description .product-desc-data {
    font-size: 16px;
    color: #141414;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.product-list .product_owner {
    flex: 0 0 25%;
    background-color: #f1f1f1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding: 10px;
    text-align: left;
}

.seller-details-view-content .seller-info h2 {
    font-size: 18px;
    letter-spacing: -.025em;
    line-height: 24px;
    color: #003078;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.seller-detail-table {
    width: 100%;
}

.seller-detail-table tr td {
    padding: 2px;
}

.partner-icon {
    margin-right: 5px;
}

.partner-cat-1 {
    color: #FE6608;
}

.partner-cat-1.partner-icon::before {
    content: "\f219";
    /* fa-diamond */
    font-family: FontAwesome;
}

/* Partner category 2 - Orange with star */
.partner-cat-2 {
    color: #f39c12;
}

.partner-cat-2.partner-icon::before {
    content: "\f005";
    /* fa-star */
    font-family: FontAwesome;
}

/* Partner category 3 - Green with heart */
.partner-cat-3 {
    color: #27ae60;
}

.partner-cat-3.partner-icon::before {
    content: "\f004";
    /* fa-heart */
    font-family: FontAwesome;
}

/* Partner category 4 - Blue with rocket */
.partner-cat-4 {
    color: #2980b9;
}

.partner-cat-4.partner-icon::before {
    content: "\f135";
    /* fa-rocket */
    font-family: FontAwesome;
}

/* Partner category 5 - Purple with trophy */
.partner-cat-5 {
    color: #8e44ad;
}

.partner-cat-5.partner-icon::before {
    content: "\f091";
    /* fa-trophy */
    font-family: FontAwesome;
}

/* Partner category 6 - Gray with shield */
.partner-cat-6 {
    color: #7f8c8d;
}

.partner-cat-6.partner-icon::before {
    content: "\f132";
    /* fa-shield */
    font-family: FontAwesome;
}

.enquiry_link {
    color: #003078;
    font-weight: 700;
    border: 1px solid #003078;
    border-radius: 40px;
    padding: 2px 5px;
}

.more_details_link {
    color: #003078;
    font-size: 13px;
}



.product-list_view .onwer-other-product {
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    padding: 10px;
}

.product-list_view .onwer-other-product .onwer-other-product-list {
    flex: 1 1 300px;
    display: flex;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 10px;
    max-width: 33%;
}

.product-list_view .onwer-other-product .onwer-other-product-list:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-list_view .onwer-other-product .product-image {
    flex: 0 0 30%;
    padding-right: 10px;
}

.product-list_view .onwer-other-product .product-image img {
    max-width: 100%;
    max-height: 80px;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.product-list_view .onwer-other-product .product_description {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.onwer-other-product .product_description_info .product_name {
    font-size: 1rem;
    margin: 0 0 5px;
    color: #333;
}

.onwer-other-product .product_description_info .price-box span {
    font-weight: bold;
    color: #003078;
}

.onwer-other-product .product_description_info .price-box {
    font-weight: bold;
    color: #333;
}




.col-fixed {
    height: 100%;
    overflow-y: auto;
    position: sticky;
    top: 0;
    background: #fff;
    /* Prevent see-through on scroll */
}

.font-22 {

    font-weight: 700;
}

.form-input-div {
    width: 49.4%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}


.table> :not(caption)>*>* {
    padding: 5px 6px;
}


.chat-box {
    height: 225px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 0.5rem;
}

.enquiry-heading {
    background-color: #727cf5;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0px;
}

#chat_messages {
    height: 225px;
    overflow-y: auto;
    background: #f8f9fa;
}

.chat-bubble {
    display: inline-block;
    padding: 2px 0px;
    max-width: 80%;
    word-wrap: break-word;
    font-weight: 700;
}

.admin-bubble {
    color: #00ff00;
}

.user-bubble {
    color: #727cf5;
}

.enquiry-chat-input {
    display: flex;
    /* Flex layout */
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.enquiry-chat-input input {
    flex: 1;
    /* Take all available space */
    border: none;
    box-shadow: none;
    padding: 8px 10px;
}

.enquiry-chat-input input:focus {
    outline: none;
    box-shadow: none;
}

.enquiry-chat-input button {
    border: none;
    background-color: #6674ff;
    color: #fff;
    padding: 0 16px;
    cursor: pointer;
}

.enquiry-chat-input button:hover {
    background-color: #5563dd;
}





/* owl crausel */

.owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

/* ===== Nav Buttons ===== */
.owl-nav button {
    width: 40px;
    height: 18px;

    background: #ffffff !important;
    color: #003078 !important;
    font-size: 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.owl-prev {
    border-radius: 50% 0 0 50% !important;
    border: 1px solid #dee2e6 !important;
}

.owl-next {
    border-radius: 0 50% 50% 0 !important;
    border: 1px solid #dee2e6 !important;
}

/* ===== Hover Effect ===== */
.owl-nav button:hover {
    background: #003078 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.35);
}

/* ===== Disabled State ===== */
.owl-nav button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
}


/* Page header */
.page-header {
    background: linear-gradient(135deg, #003078 0%, #6610f2 100%);
    overflow: hidden;
}

/* soft glowing circles for modern look */
.page-header::before,
.page-header::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.25;
}

.page-header::before {
    width: 220px;
    height: 220px;
    background: #ffffff;
    top: -60px;
    left: -60px;
}

.page-header::after {
    width: 260px;
    height: 260px;
    background: #ffffff;
    bottom: -80px;
    right: -80px;
}



/* ------------------------------------------ Chat Box ------------------------------ */
/* Floating toggle button */
.customer-chat-toggle {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 225px;
    height: 40px;
    background: linear-gradient(135deg, #003078, #6610f2);
    color: #fff;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    z-index: 9999;
}

/* Drawer */
.customer-chat-toggle-box {
    position: fixed;
    bottom: 40px;
    right: 0;
    width: 225px;
    max-height: 500px;
    background: #fff;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: none;
    z-index: 9999;
    animation: fadeUp 0.2s ease;
}

/* Header */
.chat-history-header {
    padding: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, #003078, #6610f2);
    color: #f1f1f1;
}

/* List */
.chat-history-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
}

.chat-history-list li:nth-child(even) {
    background: #c7d4d4;
}

/* Item */
.chat-history-item {
    width: 100%;
    padding: 5px 10px;
    border: none;
    background: none;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.chat-history-item:hover {
    background: #f1f4ff;
}

/* Product name */
.chat-product-name {
    font-size: 14px;
    color: #333;
}

.chat-time {
    font-size: 12px;
}

.chat-top {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.chat-name {
    color: #000;
}

.chat-date {
    color: #666;
    font-size: 13px;
}

.chat-message {
    color: #555;
    font-size: 14px;
    margin-top: 3px;
}



/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hide hamburger on desktop */
.hamburger-icon {
    display: none;
}

@keyframes slideleftMobile {
    from {
        transform: translatex(100%);
        opacity: 0;
    }

    to {
        transform: translatex(0);
        opacity: 1;
    }
}

/* 
.multi-chat-container  */
.multi-chat-container {
    position: fixed;
    bottom: 0;
    right: 225px;
    display: flex;
    flex-direction: row-reverse;
    /* newest chat at right */
    align-items: flex-end;
    gap: 5px;
    /*z-index: 1080;*/
    /* above Bootstrap offcanvas */
    max-width: calc(100% - 20px);
    overflow-x: auto;
}


/* Chat box container */
.customer-chat-box {
    width: 250px;
    height: 330px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}


/* header */
.customer-chat-header {
    background: linear-gradient(135deg, #003078, #6610f2);
    color: #fff;
    /* height: 40px; */
    padding: 5px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.customer-chat-header button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* Body */
.customer-chat-body {
    height: 250px;
    overflow-y: auto;
    background: #f8f9fb;
    flex: 1;
    padding: 5px 10px;
}

/* Messages */
/* .customer-chat-message {
    padding: 5px 10px;
    max-width: 85%;
    font-size: 14px;
margin-bottom: 5px;
} */

.customer-chat-message.bot {
    background: #e9ecef;
    align-self: flex-start;
}


.customer-chat-message {
    padding: 5px 10px;
    border-radius: 18px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    margin-bottom: 8px;
    max-width: 85%;
    word-break: break-word;
}

/* Seller */
.customer-chat-message.seller {
    border-radius: 0px 18px 18px 18px;
    background: linear-gradient(#f8f9ff, #f8f9ff) padding-box,
        linear-gradient(135deg, #003078, #6610f2) border-box;
    border: 1.5px solid transparent;
}

.customer-chat-message.seller div {
    color: #003078;
}

/* User */
.customer-chat-message.user {
    margin-left: auto;
    text-align: right;
    border-radius: 18px 0px 18px 18px;
    background: linear-gradient(#f0fff4, #f0fff4) padding-box,
        linear-gradient(135deg, #6610f2, #00ff45) border-box;
    border: 1.5px solid transparent;
}

.customer-chat-message.user div {
    color: #198754;
}

/* Seller tail */
.customer-chat-message.seller::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #f8f9ff;
    border-left: 1.5px solid #003078;
    border-bottom: 1.5px solid #003078;
    transform: rotate(45deg);
}

/* User tail */
.customer-chat-message.user::before {
    content: "";
    position: absolute;
    right: -6px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #f0fff4;
    border-right: 1.5px solid #00ff45;
    border-bottom: 1.5px solid #00ff45;
    transform: rotate(-45deg);
}

/* .customer-chat-message.seller {
    border: 2px solid;
    border-image: linear-gradient(135deg, #003078, #b599e2) 1;
    border-radius: 0px 20px 20px 0px;
    color: #003078;
}

.customer-chat-message.user {
    margin-left: auto;
    text-align: right;
    border: 2px solid;
    border-image: linear-gradient(135deg, #b14572, #00ff45) 1;
    border-radius: 20px 0px 0px 20px;
    color: #00ff45;
} */




/* Footer */
.customer-chat-footer {
    display: flex;
    border-top: 1px solid #eee;
}

.customer-chat-footer input {
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
    height: 40px;
}

.customer-chat-footer button {
    background: #06bd70;
    color: #fff;
    border: none;
    padding: 0 16px;
    cursor: pointer;
}

.chat-actions {
    width: 35px;
}

/* action icons */
.chat-actions span {
    margin-left: 4px;
    cursor: pointer;
    font-weight: bold;
}




/* ===== MINIMIZED STATE ===== */
.customer-chat-box.minimized {
    height: 40px;
    /* only header visible */
}

.customer-chat-box.minimized .customer-chat-body,
.customer-chat-box.minimized .customer-chat-footer,
.customer-chat-box.minimized .typing-indicator {
    display: none;
}

.typing-dot {
    animation: blink 1.4s infinite both;
    font-size: 8px;
    margin-right: 2px;
}

.typing-dot:nth-child(2) {
    animation-delay: .2s;
}

.typing-dot:nth-child(3) {
    animation-delay: .4s;
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}




.chat-close {
    cursor: pointer;
    font-size: 18px;
}

.chat-badge {
    background: red;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50px;
    margin-left: 5px;
    display: none;
}

.typing-indicator {
    font-size: 12px;
    color: #888;
    padding: 4px 10px;
    display: none;
}

.unread-badge {
    background: red;
    color: #fff;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 11px;
    margin-left: 5px;
}






/* -------------------------- Cart page ---------------------------- */
.cart-qty-box .btn {
    width: 34px;
}

.cart-qty {
    font-weight: 600;
}

.object-fit-cover {
    object-fit: cover;
}



/* -------------------------------- checkout page ----------------------------- */
.address-card {
    cursor: pointer;
    transition: all 0.2s ease;
}

.address-card:hover {
    border-color: #003078;
}

.address-card input:checked+label {
    font-weight: 600;
}


/* ------------------------- Order place success -------------------------------- */
.success-wrapper {
    background: linear-gradient(135deg, #4e73df, #1cc88a);
    /* min-height: 100vh; */
}

.premium-success-icon .pulse-circle {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 45px;
    color: #1cc88a;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.premium-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.order-badge {
    background: #ffffff;
    color: #000;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.btn-gradient {
    background: linear-gradient(135deg, #ff7b00, #ff3d00);
    color: #fff;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-gradient:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}



.footer h5,
.footer h4 {
    position: relative;
    display: inline-block;
}

.footer h5::after,
.footer h4::after {
    content: "";
    width: 50%;
    height: 4px;
    background: #FE6608;
    position: absolute;
    bottom: -8px;
    left: 0;
}










.view-btn {
    /* width:42px; */
    height: 30px;
    border-radius: 40px;
    /* background:#003078; */
    background: linear-gradient(135deg, #10b981, #032b1f);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.category-item:hover .view-btn {
    background: linear-gradient(135deg, #5b21b6, #2563eb);
    /* transform:rotate(-45deg); */
}

/* --------------------- Responsive --------------------- */
@media (max-width: 768px) {

    .header-middle {
        padding: 10px 1px;
    }

    .select-city {
        min-width: 100px;
    }

    /* ------------------------------------------ Chat Box ------------------------------ */

    .customer-chat-toggle {
        width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25px;
    right: 10px;
    }

    /* Hide text on mobile */
    .chat-text {
        display: none;
    }

    /* Show hamburger */
    .hamburger-icon {
        display: block;
        /*width: 22px;*/
    }
    .hamburger-icon .icon{
        font-size: 20px;
    }
    .hamburger-icon span {
        display: block;
        height: 3px;
        background: #fff;
        margin: 4px 0;
        border-radius: 3px;
    }


    .customer-chat-toggle-box {
        width: 150px;
        bottom: 72px;
  right: 15px;
    }

    .chat-history-header {
        text-align: center;
        font-size: 15px;
        padding: 5px;
    }

    .chat-product-name {
        font-size: 12px;
        ;
    }

    .chat-history-list {
        max-height: calc(60vh - 45px);
        font-size: 11px;
    }

    .multi-chat-container {
        width: 100%;
        right: 0px;
        left: 0;
        justify-content: center;
        height: 80%;
        bottom: 55px;
        /*z-index: 10000;*/
        gap: 1px;
    }

    .customer-chat-message {
        padding: 5px;
    }

    .customer-chat-box {
        width: 100%;
        max-width: 400px;
        height: 100%;
        border-radius: 12px;
    }

    .zs-searchbox {
        min-width: 250px;
        height: 35px;
    }

    .zs-searchbox .nice-select.select-search-category {
        line-height: 33px;
        height: 33px;
        padding: 0 18px 0 15px;
    }

    .select-search-category ul.list {
        height: 340px;
    }

    .zs-searchbox input {
        font-size: 13px;
        height: 35px;

        padding: 0 30px 0 20px;
    }

    button.li-btn {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .zs-login>a {
        font-size: 14px;
        line-height: 35px;
    }

    .zs-register a {
        font-size: 14px;
        padding: 9px;
        margin-left: 10px;
    }

    .categories-list .category-list-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .categories-list .category-list-data {
        width: 100%;
    }

    .single-product-area {
        flex-direction: column;
    }

    .single-product-area .product-image,
    .single-product-area .product-onwer {
        position: static;
        /* Sticky doesn't make sense when stacked */
        width: 100%;
        flex: 1 1 100%;
    }

    .single-product-categ-data {
        width: 170px;
        padding: 5px;
        margin: 5px;
    }

    .single-product-categ-data .product-categ-image .product-categ-image-div {
        width: 135px;
        height: 105px;

    }

    .single-product-categ-data .product-categ h4 {
        font-size: 13px;
    }

    .category_price_start {
        font-size: 12px;
    }

    .category_total {
        font-size: 16px;
    }


    .text-muted {
        font-size: 9px;
    }


    .category-img {
        max-width: 80px;
        width: 100%;
        height: 80px;

    }

    .category-img img {
        max-width: 80%;
    }
    .page-header .py-3{
        padding: 0px!important;
    }
    .breadcrumb {
        padding: 7px;
        font-size: 11px;
    }

    .product-list {
        padding: 5px;
    }
    .product-list .product_description {
        padding: 0px 6px;
    }

    .product-list .product_owner {
        flex: 0 0 28%;
        padding: 5px;
    }
    .product-list .product-image {
        flex: 0 0 20%;
      }
    .product-list .product_description .product_name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .product-list .product_description .price-box {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .product-list .product_description .price-box .new-price {
        font-size: 16px;
    }

    .product-list .product_description .product-desc-data {
        font-size: 14px;
        margin-bottom: 3px;
        padding-bottom: 3px;
    }

    .seller-details-view-content .seller-info h2 {
        font-size: 13px;
        line-height: 15px;
        margin: 0px 0 5px 0;
    }

    .seller-detail-table tr td {
        padding: 0px;
        font-size: 10px;
        line-height: 12px;
    }
    .product-list_view .onwer-other-product {
        padding: 5px;
      }
}


@media (max-width: 500px) {
    .logo-image {
        max-height: 35px;
    }

    .category-img {
        max-width: 60px;
        height: 60px;
    }

    

    .breadcrumb a {
        margin: 0px 0px;
    }

    #cartDropdown {
        padding: 5px;
    }

    #cartCount {
        font-size: 9px;
    }

    .single-product-categ-data {
        width: 150px;
        padding: 5px;
        margin: 5px;
    }

    .single-product-categ-data .product-categ-image .product-categ-image-div {
        width: 120px;
        height: 95px;

    }

    .single-product-categ-data .product-categ h4 {
        font-size: 12px;
    }

    .category_price_start {
        font-size: 10px;
    }

    .category_total {
        font-size: 15px;
        margin: 0;
    }

    

  

    .product-list .product_description .product_name {
        font-size: 15px;
    }

    .product-list .product_description .price-box {
        font-size: 12px;
    }

    .product-list .product_description .price-box .new-price {
        font-size: 14px;
    }

    .product-list .product_description .product-desc-data {
        font-size: 13px;
    }

    .seller-details-view-content .seller-info h2 {
        font-size: 12px;
        line-height: 14px;
    }

    .seller-detail-table tr td {
        font-size: 9px;
        line-height: 12px;
    }

    /*.product_desc_inquiry_links .product_link {*/
    /*    padding: 2px 5px;*/
    /*    font-size: 10px;*/
    /*    line-height: 12px;*/
    /*}*/

    .product_desc_inquiry_links .product_link i {
        display: none;
    }

    .product-list_view .onwer-other-product .onwer-other-product-list {
        padding: 5px;
        max-width: 100%;
    }

    .onwer-other-product .product_description_info .product_name {
        font-size: 14px;
    }

    .onwer-other-product .product_description_info .price-box {
        font-size: 10px;
    }

    .onwer-other-product .product_description_info .price-box span {
        font-size: 12px;
    }
}