/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@media (min-width: 1025px) {
  .whb-boxed .wd-nav-main > li.menu-mega-dropdown {
    position: static;
    --wd-dropdown-width: 100% !important;
  }

  .whb-boxed .wd-nav-main > li.menu-mega-dropdown > .wd-dropdown-menu.wd-design-sized {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    margin-top: 12px !important;
    box-sizing: border-box;
  }

  .whb-boxed .wd-nav-main > li.menu-mega-dropdown > .wd-dropdown-menu.wd-design-sized > .container {
    width: 100%;
    max-width: none;
  }
}