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: #0363cd;
}
.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: 10px;
	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-area,
.product-categ-area,
.categories-list {
	margin: 30px 0px;
	background-color: #fff;
	padding: 20px 0px;
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.slider-with-banner {
	margin-top: 30px;
}
.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);
}

.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: #0363cd;
	margin: 0px;
}


.single-product-data .product_desc_info {
	margin-bottom: 15px;
}

.breadcrumb {
	/* display: inline-block; */
	margin: 0px;
	padding: 10px;
}

.breadcrumb a {
	color: #0363cd;
	margin: 0px 3px;
	text-decoration: none;
	text-transform: capitalize;
}

.breadcrumb a:hover {
	color: #00a9da;
}

.product_desc_inquiry {}

.product_desc_inquiry_links {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.product_desc_inquiry_links .product_link {
	flex: 1 1 200px;
	background: #0363cd;
	padding: 8px 6px;
	display: inline-block;
	color: #f1f1f1;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	border-radius: 10px 0px;
	max-width: 200px;
}

.product_desc_inquiry_links .product_link:hover {
	background: #00a9da;
}

.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 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;
}


/* 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: #0363cd;
	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;
	font-size: 12px;
}
.category_total{
	color: #0363cd;
	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: #0363cd;
	border: 1px solid #0363cd;
	padding: 7px 10px;
}
.category_sidebar ul {
	padding: 10px;
}
.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: #00a9da;
}
.category_sidebar ul li a:hover{
	color: #90ee90;
}


.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: #e74c3c;
	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;
	position: relative;
	overflow: hidden;
}

.seller-details-view-content .seller-info h2{
	font-size: 18px;
	letter-spacing: -.025em;
	line-height: 24px;
	color: #0363cd;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 5px 0;
}
.seller-detail-table{
	width: 100%;
}
.seller-detail-table tr td{
	padding: 2px;
}

.partner-icon {
    margin-right: 5px;
}

.partner-cat-1 {
    color: #e74c3c;
}
.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: #0363cd;
	font-weight: 700;
	border: 1px solid #0363cd;
	border-radius: 40px;
	padding: 2px 5px;
}
.more_details_link{
	color: #0363cd;
	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 {
    font-weight: bold;
    color: #0363cd;
}




.footer_logo_title{
	font-size: 30x;
	color: #f1f1f1;
}
.footer_logo_title span{
	font-size: 35px;
	color: #FED700;
}

.footer-static-top{
	background-color: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.footer{
	background-color: #271f1f;
}
.footer-block > h3{
	color: #FED700;
}

.footer a{
	color: #f1f1f1;
}

.footer-block > ul{
	padding: 0px;
}
.footer-block > ul > li > a, .footer-links > ul > li > a{
	color: #f1f1f1;
}
.footer-block > ul > li > a:hover, .footer-links > ul > li > a:hover{
	color: #FED700;
}
.footer-static-middle .des{
	padding: 0px;
}
.footer-static-middle .des > li{
	color: #f1f1f1;
	list-style-type: none;
	text-align: justify;
}
.footer-static-middle ul.des > li span{
	display: block;
}





.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;
}





.badge-luxury {
	font-weight: 600;
	padding: 0.45rem 0.75rem;
	border-radius: 0.6rem;
	font-size: 0.85rem;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }
  
  /* 💎 Diamond */
  .badge-diamond {
	background: linear-gradient(135deg, #e6fcff, #b9f2ff, #7fdfff);
	color: #003344;
  }
  
  /* 🥇 Gold */
  .badge-gold {
	background: linear-gradient(135deg, #fff1a8, #d4af37, #b8962e);
	color: #4a3b00;
  }
  
  /* 🥈 Silver */
  .badge-silver {
	background: linear-gradient(135deg, #f2f2f2, #c0c0c0, #9e9e9e);
	color: #333;
  }
  
  /* ⭐ Star */
  .badge-star {
	background: linear-gradient(135deg, #e7f1ff, #1e90ff);
	color: #fff;
  }
  
  /* ✔ Trusted */
  .badge-trusted {
	background: linear-gradient(135deg, #d4edda, #228b22);
	color: #fff;
  }
  
  /* 🚀 Started */
  .badge-started {
	background: linear-gradient(135deg, #f8d7da, #8b0000);
	color: #fff;
  }
  




  .ribbon {
    position: absolute;

    padding: 8px 42px;
    font-size: 0.65rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    z-index: 10;

    display: flex;
    flex-direction: column;     /* 🔥 ICON TOP, TEXT BELOW */
    align-items: center;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
}

/* Icon size */
.ribbon i {
    font-size: 1rem;
    line-height: 1;
}

/* Text size */
.ribbon span {
    font-size: 0.6rem;
    line-height: 1;
}

/* ✅ Trusted */
.trust-yes {
    background: linear-gradient(135deg, #198754, #28a745);
	top: -6px;
	right: -47px;
}

/* ❌ Not Trusted */
.trust-not {
    background: linear-gradient(135deg, #dc3545, #b02a37);
	top: -4px;
	right: -55px;
}

.trust-badge {
    font-weight: 600;
    padding: 0.4rem 0.7rem;
    border-radius: 0.6rem;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
	color: #ffffff;
}
@media (max-width: 768px) {
	.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%;
	  }
}