.whb-column.whb-col-center.whb-visible-lg {		/* Buttons */
	justify-content: left;
    padding-left: 10px;
	
	a {
		font-size: 14px;
		font-weight: 500;
		text-transform: none;
	}
}

.wd-nav-vertical.wd-design-default>li:is(.wd-opened,:hover)>a {			/* Category menu hover */
	background-color: #27C05D;
	color: white;
	
	&::after {
		color: white;
	}
}

