.whb-top-bar-inner .whb-col-center {
	justify-content: center;
    padding-left: 10px;
	
	a {
		font-size: 14px;
		font-weight: 500;
		text-transform: none;
	}
}

.wd-tools-count {
	color: #000 !important;
}

.nps-header-notification-container {
	padding-inline: 0 !important;

	.nps-header-notification {
		display: flex; 
        align-items:center; 
        padding-inline: 10px;
		position: relative;

		&:hover path {
			stroke: #33333399;
		}
	}

	svg {
		width: 20px;
		height: 20px;
		
		path {
			stroke: #333;
		}
	}

	.nps-notification-count {
		position: absolute;
		top: -5px;
		inset-inline-end: 4px;
		background-color: var(--wd-primary-color);
		color: #000;
		font-size: 9px;
		z-index: 1;
		width: var(--wd-count-size, 15px);
		height: var(--wd-count-size, 15px);
		border-radius: 50%;
		text-align: center;
		letter-spacing: 0;
		font-weight: 400;
		line-height: var(--wd-count-size, 15px);
	}
}

.wd-nav-vertical.wd-design-default>li:is(.wd-opened,:hover)>a {			/* Category menu hover */
	background-color: #27C05D;
	color: white;
	
	&::after {
		color: white;
	}
}

/* Hide Search Form for Sticky Header */
/* @media (min-width: 1025px) {
    .whb-sticked:not(.whb-clone) .wd-header-search-form {
		display: none;
    }
} */