/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Main Header Navigation Ribbon Row */
.whb-header-bottom,
.whb-main-header .whb-header-bottom {
    background: linear-gradient(135deg, #ff6600 0%, #e64a00 100%) !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(230, 74, 0, 0.3) !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding: 4px 16px !important;
    transition: all 0.3s ease !important;
}

.whb-header-bottom .whb-flex-row {
    align-items: center !important;
    min-height: 52px !important;
}

/* "All Categories" Button Styling */
.whb-header-bottom .wd-header-cats {
    margin-right: 15px !important;
}

.whb-header-bottom .wd-header-cats .menu-opener,
.whb-header-bottom .wd-header-cats .menu-opener > span {
    background-color: #ffffff !important;
    color: #e64a00 !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.25s ease !important;
    border: none !important;
}

.whb-header-bottom .wd-header-cats .menu-opener:hover {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
}

.whb-header-bottom .wd-header-cats .menu-opener .menu-open-label {
    color: inherit !important;
    font-weight: 800 !important;
    font-size: 15px !important;
}

/* Main Menu Links ("Home", "Shop", "Our Contacts", "Delivery & Return") */
.whb-header-bottom .wd-nav-main > li > a,
.whb-header-bottom .wd-nav > li > a,
.whb-header-bottom .menu > li > a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    padding: 9px 20px !important;
    margin: 0 5px !important;
    border-radius: 25px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-transform: capitalize !important;
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    line-height: 1.2 !important;
}

.whb-header-bottom .wd-nav-main > li > a .nav-link-text,
.whb-header-bottom .wd-nav > li > a .nav-link-text {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}

/* Hover State for Menu Items */
.whb-header-bottom .wd-nav-main > li:hover > a,
.whb-header-bottom .wd-nav > li:hover > a,
.whb-header-bottom .wd-nav-main > li > a:hover {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.whb-header-bottom .wd-nav-main > li:hover > a .nav-link-text,
.whb-header-bottom .wd-nav > li:hover > a .nav-link-text {
    color: #ffffff !important;
}

/* Active / Current Page Pill ("Home") */
.whb-header-bottom .wd-nav-main > li.current-menu-item > a,
.whb-header-bottom .wd-nav-main > li.current-menu-parent > a,
.whb-header-bottom .wd-nav > li.current-menu-item > a,
.whb-header-bottom .wd-nav-main > li.current_page_item > a {
    background-color: #ffffff !important;
    color: #e64a00 !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2) !important;
}

.whb-header-bottom .wd-nav-main > li.current-menu-item > a .nav-link-text,
.whb-header-bottom .wd-nav-main > li.current-menu-parent > a .nav-link-text,
.whb-header-bottom .wd-nav > li.current-menu-item > a .nav-link-text,
.whb-header-bottom .wd-nav-main > li.current_page_item > a .nav-link-text {
    color: #e64a00 !important;
    font-weight: 800 !important;
}

/* Dropdown Arrow Icons */
.whb-header-bottom .wd-nav-main > li.menu-item-has-children > a:after {
    color: currentColor !important;
    font-weight: bold !important;
}

/* Sticky Header Adjustment */
.whb-sticked .whb-header-bottom {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}
