
.wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu>li>a, .wd-dropdown-fs-menu.wd-design-full-width .wd-sub-menu>li>a {
	--sub-menu-color: #333;
	--sub-menu-color: #fff;
	--sub-menu-color-hover: var(--wd-primary-color);
	--sub-menu-color-hover: rgba(255, 255, 255, .6);
	text-transform: uppercase;
	font-weight: 600;
}

.wd-nav-fs>li>a .menu-label {
	position: static;
	margin-left: 5px;
	opacity: 1;
}

.wd-nav-fs>li>a .menu-label:before {
	content: none;
}

.wd-header-fs-nav .wd-tools-icon:before {
	font-size: 24px;
	content: "";
	font-family: "woodmart-font";
}

.wd-fs-menu {
	position: fixed;
	z-index: 400;
	visibility: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: rgba(0, 0, 0, .9);
	opacity: 0;
	transition: visibility .2s ease, opacity .2s ease;
}

.wd-fs-menu .wd-scroll-content {
	max-height: 100%;
	height: 100%;
}

.wd-fs-menu.wd-opened {
	visibility: visible;
	opacity: 1;
	transition: visibility .3s ease, opacity .3s ease;
}

.wd-fs-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wd-fs-inner:after, .wd-fs-inner:before {
	content: "";
	flex: 1 1 auto;
}

.wd-nav-fs {
	display: flex;
	margin-right: 0;
	margin-left: 0;
	transition: all .8s cubic-bezier(.19, 1, .22, 1);
	transform: translateY(-80px);
}

.wd-nav-fs>li {
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
}

.wd-nav-fs>li>a {
	justify-content: center;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
	max-width: 700px;
	width: 100%;
	font-weight: var(--wd-header-el-font-weight);
	font-style: var(--wd-header-el-font-style);
	font-size: 22px;
	font-family: var(--wd-header-el-font);
}

.wd-nav-fs>li.menu-item-has-children>a:after {
	content: none;
}

.wd-opened .wd-nav-fs {
	transition: none;
	transform: none;
}

.wd-opened .wd-nav-fs>li {
	animation: wd-fs-items .8s cubic-bezier(.19, 1, .22, 1) both 1s;
}

.wd-opened .wd-nav-fs>li:nth-child(1) {
	animation-delay: .1s;
}

.wd-opened .wd-nav-fs>li:nth-child(2) {
	animation-delay: .2s;
}

.wd-opened .wd-nav-fs>li:nth-child(3) {
	animation-delay: .3s;
}

.wd-opened .wd-nav-fs>li:nth-child(4) {
	animation-delay: .4s;
}

.wd-opened .wd-nav-fs>li:nth-child(5) {
	animation-delay: .5s;
}

.wd-opened .wd-nav-fs>li:nth-child(6) {
	animation-delay: .6s;
}

.wd-opened .wd-nav-fs>li:nth-child(7) {
	animation-delay: .7s;
}

.wd-opened .wd-nav-fs>li:nth-child(8) {
	animation-delay: .8s;
}

.wd-opened .wd-nav-fs>li:nth-child(9) {
	animation-delay: .9s;
}

@keyframes wd-fs-items {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.wd-nav-fs .wd-nav-opener {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.wd-dropdown-fs-menu {
	margin: 0 auto;
	min-height: auto !important;
}

.sub-menu-open>.wd-dropdown-fs-menu {
	animation: wd-fadeIn .3s ease;
}

li:not(.sub-menu-open)>.wd-dropdown-fs-menu {
	display: none;
}

.wd-dropdown-fs-menu>.container {
	padding: 0;
}

.wd-dropdown-fs-menu .wd-sub-menu li a {
	font-size: 16px;
}

.wd-dropdown-fs-menu.wd-design-default {
	width: 700px;
}

.wd-dropdown-fs-menu.wd-design-default .wd-sub-menu li a {
	justify-content: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 18px;
}

.wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu, .wd-dropdown-fs-menu.wd-design-full-width .wd-sub-menu {
	margin-bottom: -10px;
}

.wd-dropdown-fs-menu.wd-design-sized .wd-sub-menu>li, .wd-dropdown-fs-menu.wd-design-full-width .wd-sub-menu>li {
	margin-bottom: 10px;
	min-width: 200px;
}

.wd-fs-widget-area {
	margin-top: 30px;
}

.wd-fs-close {
	position: absolute;
	top: 0;
	right: 0;
}
