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


/* .wd-header-cats:hover .wd-dropdown.wd-dropdown-cats.wd-opened {
    visibility: visible !important;
}
.wd-dropdown.wd-dropdown-cats.wd-opened {
    visibility: hidden !important;
} */

.wd-dropdown.wd-dropdown-cats {
    height: 400px !important;
    overflow: scroll;
	    width: 1300px;
	background-color: #fff  !important;
}
.wd-nav-vertical {
    display: flex;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}

li:last-child {
    margin-bottom: 0;
}
.metaweb-megamenu .meta_column {
    width: 18%;
    float: left;
    margin: 5px 12px;
    text-align: left !important;
}
.metaweb-megamenu.wd-dropdown-menu.wd-design-full-width.color-scheme-dark {
    max-width: 1300px;
    margin: 0 auto !important;
    width: 100%;
}
.meta_column h5.meta_heading {
    margin-bottom: 16px;
}
.meta_column h5.meta_heading a {
     color: #000;
	font-weight: 600;
    font-size: 14px;
	border-left: 4px solid #fa3432;
    padding-left: 7px;
}
.mega-submenu li.menu-item a {
   color: #1a1a1a;
    font-weight: 500;
	 line-height: 25px;
	font-size: 14px !important;
}
.mega-submenu li.menu-item a:hover {
    color: red;
}
.meta_column h5.meta_heading a:hover{
	 color:red;
}
/* Target the mega menu scroll area */
.metaweb-megamenu {
  scrollbar-width: thin !important; /* Firefox */
  scrollbar-color: #d32f2f #f5c242 !important; /* thumb | track */
}

/* Chrome, Edge, Safari */
.metaweb-megamenu::-webkit-scrollbar {
  width: 8px !important;
}

.metaweb-megamenu::-webkit-scrollbar-track {
  background: #f5c242 !important; /* soft yellow background */
  border-radius: 10px;
}

.metaweb-megamenu::-webkit-scrollbar-thumb {
  background-color: #d32f2f !important; /* red thumb to match accent */
  border-radius: 10px !important;
  border: 2px solid #f5c242 !important; /* thin outline for contrast */
}

.metaweb-megamenu::-webkit-scrollbar-thumb:hover {
  background-color: #b71c1c; /* darker red on hover */
}



.meta_column .mega-submenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.whb-main-header span.top-header-font {
    margin-left: 13px;
}
div.whb-column.whb-col-left.whb-visible-lg {
    margin-left: 0px !important;
}
.search-by-category.input-dropdown li.cat-item >a {
    color: #092143 !important;
}

.mega-submenu ul li{
    list-style: none !important;
}
.wd-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 380;
    margin: 15px 0 0;
    background-color: #FFF;
    background-position: bottom right;
    background-clip: border-box;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: left;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: opacity .2s 
ease, visibility .2s 
ease, transform .2s 
ease !important;
    transform: translateY(15px) translateZ(0);
    pointer-events: none;
}

.wd-dropdown-cats {
    right: 0;
    z-index: 299;
    border: 1px solid rgba(129, 129, 129, 0.15);
    border-top: none;
    box-shadow: none;
}

.wd-header-cats:hover .wd-dropdown{
	visibility: visible !important;
    opacity: 1 !important;
    transition:0.3s !important;
    pointer-events: unset;
}

