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

body {
	--nav-img-height: 18px;
	--nav-img-width: 18px;
}

body.page-is-in-department .whb-6n67uobunkjuubbmyf5k {
	display: none !important;
}

#menu-item-198 {
	border-bottom: 1px solid var(--wd-primary-color);
}

.wd-sticky-nav {
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

/* Pill, absolute bottom left corner, site-default blue background with light text */
.tune-if-event-date {
	position: absolute;
	bottom: .5rem;
	left: .5rem;
	background-color: var(--wd-primary-color);
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 14px;
	z-index: 1000; /* Ensure it is above other elements */
}
