.wd-dropdown-fs-menu:is(.wd-design-sized, .wd-design-full-width)
  .wd-sub-menu
  > li
  > a {
  --sub-menu-color: #333;
  --sub-menu-color-hover: var(--wd-primary-color);
  text-transform: uppercase;
  font-weight: 600;
  --sub-menu-color: #fff;
  --sub-menu-color-hover: rgba(255, 255, 255, 0.6);
}
.wd-nav-fs > li > a .menu-label {
  position: static;
  margin-top: 0;
  margin-inline-start: 5px;
  opacity: 1;
  align-self: center;
}
.wd-nav-fs > li > a .menu-label:before {
  content: none;
}
.wd-header-fs-nav .wd-tools-icon:before {
  content: "\f15a";
  font-family: "woodmart-font";
}
.wd-fs-menu {
  position: fixed;
  z-index: 400;
  visibility: hidden;
  padding-block: 80px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition:
    visibility 0.2s ease,
    opacity 0.2s ease;
}
.wd-fs-menu .wd-scroll-content {
  max-height: 100%;
  height: 100%;
}
.wd-fs-menu.wd-opened {
  visibility: visible;
  opacity: 1;
  transition:
    visibility 0.3s ease,
    opacity 0.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-inline: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.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-block: 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 0.8s cubic-bezier(0.19, 1, 0.22, 1) both 1s;
}
.wd-opened .wd-nav-fs > li:nth-child(1) {
  animation-delay: 0.1s;
}
.wd-opened .wd-nav-fs > li:nth-child(2) {
  animation-delay: 0.2s;
}
.wd-opened .wd-nav-fs > li:nth-child(3) {
  animation-delay: 0.3s;
}
.wd-opened .wd-nav-fs > li:nth-child(4) {
  animation-delay: 0.4s;
}
.wd-opened .wd-nav-fs > li:nth-child(5) {
  animation-delay: 0.5s;
}
.wd-opened .wd-nav-fs > li:nth-child(6) {
  animation-delay: 0.6s;
}
.wd-opened .wd-nav-fs > li:nth-child(7) {
  animation-delay: 0.7s;
}
.wd-opened .wd-nav-fs > li:nth-child(8) {
  animation-delay: 0.8s;
}
.wd-opened .wd-nav-fs > li:nth-child(9) {
  animation-delay: 0.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;
  inset-block: 0;
  right: 0;
}
.wd-dropdown-fs-menu {
  margin: 0 auto;
  min-height: auto !important;
}
.sub-menu-open > .wd-dropdown-fs-menu {
  animation: wd-fadeIn 0.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-block: 12px;
  font-size: 18px;
}
.wd-dropdown-fs-menu:is(.wd-design-sized, .wd-design-full-width) .wd-sub-menu {
  margin-bottom: -10px;
}
.wd-dropdown-fs-menu:is(.wd-design-sized, .wd-design-full-width)
  .wd-sub-menu
  > li {
  margin-bottom: 10px;
  min-width: 200px;
}
.wd-dropdown-fs-menu.wd-design-aside {
  display: none;
}
.wd-fs-widget-area {
  margin-top: 30px;
}
.wd-fs-close.wd-style-icon {
  --wd-action-icon-size: 26px;
  position: absolute;
  top: var(--wd-admin-bar-h);
  right: 0;
}
.wd-fs-close.wd-style-icon > a:before {
  font-size: 26px;
}
