/* Sticky Footer */
.woostify-item-list__item[data-tab="orders"] svg path:nth-child(1) {
	fill: #e0e0e0; /* top */
}

.woostify-item-list__item[data-tab="orders"] svg path:nth-child(2) {
	fill: #c2c2c2; /* left */
}

.woostify-item-list__item[data-tab="orders"] svg path:nth-child(3) {
	fill: #a8a8a8; /* right */
}

.woostify-item-list__item[data-tab="orders"].active svg path:nth-child(1) {
	fill: #4cd964;
}

.woostify-item-list__item[data-tab="orders"].active svg path:nth-child(2) {
	fill: #34c759;
}

.woostify-item-list__item[data-tab="orders"].active svg path:nth-child(3) {
	fill: #28a745;
}

.woostify-sticky-footer-bar {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;

	background: #ffffff !important;

	/* APP STYLE TOP BORDER */
	border-top: 0px solid rgba(255, 255, 255, 0.7) !important;

	/* PREMIUM SHADOW */
	box-shadow:
		0 -4px 12px rgba(0, 0, 0, 0.04),
		0 -10px 30px rgba(0, 0, 0, 0.08) !important;

	/* GLASS EFFECT */
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;

	padding-top: 6px !important;

	z-index: 50 !important;
}

.woostify-item-list__item.active .woostify-item-list-item__icon svg rect {
	fill: #22993f; /* green fill for active */
	stroke: #22993f;
}

.woostify-item-list__item[data-tab="categories"].active .woostify-item-list-item__icon svg polygon {
	fill: #ff7b00; /* fill */
	stroke: #ff7b00;
}

.woostify-item-list {
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 6px 0;
	list-style: none;
}

.woostify-item-list__item {
	flex: 1;
	text-align: center;
	position: relative;
}

.woostify-item-list__item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: black;
}

.woostify-sticky-footer-bar .woostify-item-list-item__name {
	font-size: 10px;
}

.woostify-item-list-item__name {
	font-size: 12px;
	margin-top: 1px;
	color: black;
}

.woostify-item-list-item__icon svg,
.woostify-item-list-item__icon img {
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
	min-width: 20px !important;
	min-height: 20px !important;
	stroke: black;
	fill: none;
	stroke-width: 1;
	transition: all .1s ease;
}

.home-logo {
	width: 25px !important;
	height: 25px !important;
	display: inline !important;
}

.woostify-item-list__item.active .woostify-item-list-item__name {
	color: #22993f;
	font-weight: bold;
}

.woostify-item-list__item.active::before {
	content: "";
	position: absolute;
	top: 0;
	left: 25%;
	width: 50%;
	height: 3px;
	background: #22993f;
	border-radius: 2px;
}

.lang-arch {
	display: none;
	position: absolute;
	bottom: 70px;
	left: 0%;
	transform: translateX(-50%);
	background: #22993f;
}

.lang-arch.show {
	display: block;
}

.lang-arch a {
	position: absolute;
	width: 70px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background: #22993f;
	border-radius: 50%;
	padding: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: white;
	transition: transform .3s ease;
}

/* ================= SUPPORT ACTIVE FIX ================= */
.support-svg {
	fill: none;
	stroke: #000;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: all .15s ease;
}

/* SUPPORT ACTIVE FIX */
.woostify-item-list__item[data-tab="support"].active .support-svg path,
.woostify-item-list__item[data-tab="support"].active .support-svg rect,
.woostify-item-list__item[data-tab="support"].active .support-svg circle {
	fill: #22993f; /* green fill inside shapes */
	stroke: #22993f; /* green stroke */
	stroke-width: 2.4;
}

.woostify-sticky-footer-bar {
	display: none;
}
