.mobile-filter-menu-open .overlay:after, .mobile-menu-open .overlay:after {
	content: "x";
	position: absolute;
	top: -10px;
	z-index: 9999;
	color: #ff6b35 !important;
	font-size: 31px;
	font-weight: 700;
	background: rgb(0 0 0 / 7%);
	padding: 5px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-left-radius: 31px
}

.mobile-menu-open .overlay {
	top: 0;
	right: -25px;
	background-color: rgb(63 63 63 / 86%);
	z-index: 1000;
	transition: .3s;
	bottom: inherit
}

.nav-mobile-user-login-box {
	margin-bottom: .5rem
}

.Tip-4 {
	background: #f8f9fa !important
}

.nav-mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	transition: left 0.4s ease;
	overflow-y: auto
}

	.nav-mobile-menu.active {
		left: 0
	}

.menu-arrow-padding {
	color: #ff6b35
}

.sidebar-header {
	position: sticky;
	top: 0;
	background: #fff;
	padding: 15px;
	border-bottom: 1px solid #e9ecef;
	text-align: center;
	z-index: 1001
}

.sidebar-logo {
	max-width: 120px;
	height: auto
}

.sidebar-content {
	display: flex;
	height: calc(100vh - 110px)
}

.categories-sidebar {
	width: 120px;
	background: #f8f9fa;
	overflow-y: auto
}

.main-category {
	background: #fff0;
	padding: 12px 8px;
	font-size: 12px;
	font-weight: 600;
	color: #495057;
	border: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	border-bottom: 1px solid #e9ecef
}

	.main-category.active {
		background: #fff;
		color: #2c3e50;
		border-left: 3px solid #ff6b35;
		font-weight: 600
	}

.submenu-container {
	flex: 1;
	padding: 0 0 80px 0;
	background-color: #fff;
	overflow-y: auto;
	opacity: 0;
	transform: translateX(20px);
	transition: all 0.3s ease;
	display: none;
	height: calc(100vh - 60px);
	max-height: calc(100vh - 60px)
}

	.submenu-container.active {
		display: block;
		opacity: 1;
		transform: translateX(0)
	}

.submenu-title {
	font-size: 12px;
	font-weight: 600;
	color: #2c3e50;
	margin: 0;
	padding: 12px;
	border-bottom: 1px solid #e9ecef;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.submenu-group {
	max-height: none;
	overflow: visible;
	transition: max-height 0.3s ease
}

	.submenu-group.collapsed {
		max-height: 0;
		overflow: hidden
	}

.submenu-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1px;
	justify-content: center;
	align-items: start;
	justify-items: center;
	padding-bottom: 20px;
	min-height: min-content
}

@keyframes itemFadeIn {
	0% {
		opacity: 0;
		transform: rotateY(90deg)
	}

	100% {
		opacity: 1;
		transform: rotateY(0deg)
	}
}

.submenu-item {
	text-align: center;
	padding: 6px 2px;
	background-color: #fff;
	cursor: pointer;
	width: 70%;
	height: 70%;
	opacity: 0
}

	.submenu-item.animate {
		animation: itemFadeIn 0.6s ease forwards
	}

.submenu-image {
	width: 100%;
	height: 75px;
	object-fit: cover;
	margin-bottom: 4px;
	border: .5px solid #cccccc70;
	border-radius: 8px
}

.submenu-name {
	font-size: 12px;
	font-weight: 400;
	color: #2c3e50;
	margin: 0;
	line-height: 1.2;
	word-wrap: break-word
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

::-webkit-scrollbar-track {
	background: #f0f0f0
}

::-webkit-scrollbar-thumb {
	background-color: #c2c2c2;
	border-radius: 4px
}

	::-webkit-scrollbar-thumb:hover {
		background-color: #a8a8a8
	}

* {
	scrollbar-width: thin;
	scrollbar-color: #c2c2c2 #f0f0f0
}

.tm-desktop-menu {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #e9ecef;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #f27a1a #f8f9fa;
	box-shadow: inset 0 0 12px -10px #888
}

	.tm-desktop-menu::-webkit-scrollbar {
		height: 6px
	}

	.tm-desktop-menu::-webkit-scrollbar-track {
		background: #f8f9fa
	}

	.tm-desktop-menu::-webkit-scrollbar-thumb {
		background: #f27a1a;
		border-radius: 3px
	}

		.tm-desktop-menu::-webkit-scrollbar-thumb:hover {
			background: #e6691a
		}

.tm-navbar {
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%
}

.tm-nav-container {
	max-width: calc(100% - 80px);
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	flex: 1;
	scrollbar-width: none;
	-ms-overflow-style: none
}

	.tm-nav-container::-webkit-scrollbar {
		display: none
	}

.tm-nav-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0 20px;
	transition: transform 0.3s ease;
	white-space: nowrap;
	justify-content: flex-start;
	min-width: 100%
}

.tm-nav-controls {
	height: 58px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 0;
	padding-left: 9px;
	background: #fff;
	z-index: 10;
	width: 74px
}

	.tm-nav-controls:before {
		content: '';
		position: absolute;
		left: 0;
		top: 20%;
		width: 1px;
		height: 60%;
		background: #e9ecef;
		box-shadow: 1px 0 3px rgb(0 0 0 / .1)
	}

.tm-nav-btn {
	background: none;
	border: none;
	color: #000;
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 10px;
	font-size: 16px
}

	.tm-nav-btn:hover {
		color: #f27a1a
	}

.tm-nav-item {
	position: relative
}

.tm-nav-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px 20px;
	color: #495057;
	text-decoration: none;
	font-weight: 400 !important;
	transition: all 0.3s ease;
	border-bottom: 3px solid  #fff0
}

	.tm-nav-link:hover, .tm-nav-item:hover .tm-nav-link, .tm-nav-item.tm-nav-active .tm-nav-link {
		color: #f27a1a;
		text-decoration: none;
		background-color: #f8f9fa;
		border-bottom-color: #fff0
	}

.tm-badge {
	background: #dc3545;
	color: #fff;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 10px;
	font-weight: 600
}

.tm-nav-link i:first-child {
	font-size: 14px
}

.tm-nav-link i:last-child {
	font-size: 12px;
	margin-left: auto
}

.tm-mega-menu-wrapper {
	position: relative
}

.tm-mega-menu {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	background: #fff;
	border: 1px solid #e9ecef;
	box-shadow: 0 4px 12px rgb(0 0 0 / .1);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	max-height: 600px;
	overflow: hidden;
	display: flex
}

	.tm-mega-menu.tm-show {
		opacity: 1;
		visibility: visible;
		transform: translateY(0)
	}

.tm-mega-sidebar {
	background: #f8f9fa;
	padding: 20px 0;
	border-right: 1px solid #e9ecef;
	min-width: 234px;
	max-height: 600px;
	overflow-y: auto;
	flex-shrink: 0
}

.tm-sidebar-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.tm-sidebar-item {
	padding: 12px 20px;
	cursor: pointer;
	color: #495057 !important;
	font-weight: 400 !important;
	transition: all 0.3s ease;
	border-left: 3px solid #fff0;
	display: flex;
	justify-content: space-between;
	align-items:  center
}

	.tm-sidebar-item i {
		color: #f27a1a;
		font-size: 12px;
		opacity: .7
	}

	.tm-sidebar-item:hover, .tm-sidebar-item.tm-active {
		background: #fff;
		color: #f27a1a;
		border-left-color: #f27a1a
	}

.tm-mega-content {
	padding: 20px;
	flex: 1;
	max-height: 600px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #f27a1a #f8f9fa
}

	.tm-mega-content::-webkit-scrollbar {
		width: 6px
	}

	.tm-mega-content::-webkit-scrollbar-track {
		background: #f8f9fa
	}

	.tm-mega-content::-webkit-scrollbar-thumb {
		background: #f27a1a;
		border-radius: 3px
	}

		.tm-mega-content::-webkit-scrollbar-thumb:hover {
			background: #e6691a
		}

.tm-content-section {
	display: none
}

	.tm-content-section.tm-active {
		display: block
	}

.tm-section-title {
	font-size: 14px;
	font-weight: 500;
	color: #f27a1a;
	margin: 20px 0 15px 0;
	padding-bottom: 8px
}

	.tm-section-title:first-child {
		margin-top: 0
	}

.tm-submenu-item {
	text-align: center;
	padding: 17px;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-bottom: 8px;
	display: inline-block;
	width: auto;
	min-width: 80px
}

	.tm-submenu-item:hover {
		transform: translateY(-1px)
	}

.tm-submenu-thumb {
	width: 81px;
	height: 81px;
	margin: 0 auto 6px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #e9ecef;
	transition: all 0.1s ease
}

.tm-submenu-item:hover .tm-submenu-thumb {
	box-shadow: 0 3px 3px 0 #f27a1a;
	border: 1px solid #f27a1a
}

.tm-submenu-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tm-submenu-label {
	font-size: 13px;
	color: #495057;
	font-weight: 400;
	line-height: 2.2
}

.tm-mega-content .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0
}

.tm-placeholder {
	text-align: center;
	color: #6c757d;
	font-style: italic;
	padding: 40px 0
}

@media (max-width:1199px) {
	.tm-desktop-menu {
		display: none !important
	}
}
