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


/* to change the background color of the mega menu */
.color-scheme-dark {
  
  --bgcolor-white: #F8FAFC !important;
  
  color: var(--wd-text-color);
}

/* to change the size of the images in the mega menu */
.wd-nav-img, .wd-sub-menu li > a img {
 
  max-height: var(--nav-img-height, 40px) !important;
  
}

/* to change the color of the names in the mega menu */
.wd-sub-menu li > a {
 
  color: #000 !important;
  
}

.wd-sub-menu li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--sub-menu-color);
  font-size: 20px !important;
  line-height: 1.3;
}