@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//secureitglobal.com/wp-content/themes/woodmart/fonts/woodmart-font-2-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Questrial", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(28,97,231);
	--wd-alternative-color: rgba(28,97,231,0.2);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(225,235,255);
	--btn-default-bgcolor-hover: rgb(219,227,249);
	--btn-default-color: rgb(28,97,231);
	--btn-default-color-hover: rgb(28,97,231);
	--btn-accented-bgcolor: rgb(28,97,231);
	--btn-accented-bgcolor-hover: rgb(28,97,231);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(243,244,246);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .post.wd-post .post-title {
	font-size: 18px;
}
.page .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-portfolio .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-portfolio .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-buy-now-btn {
	background: rgb(107,163,49);
}
html .wd-buy-now-btn:hover {
	background: rgb(95,158,44);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.whb-header_833466{
    background-color: #fff !important;
}



/* Hide menu by default */
.whb-header-bottom{
  display: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1006; /* Above all */
}

/* Show menu when toggled */
.whb-header-bottom.show {
  display: flex !important;
  flex-direction: row; /* horizontal */
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
}

/* Transparent header initially */
.whb-sticky-row {
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: white;
  position: relative; 
}

/* White header on scroll */
.whb-sticky-row.scrolled {
  background-color: white !important;
  color: black !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0; 
}

/* Color change on scroll */
.whb-sticky-row.scrolled a,
.whb-sticky-row.scrolled .wd-tools-text,
.whb-sticky-row.scrolled .wd-cart-subtotal,
.whb-sticky-row.scrolled .wd-cart-number,
.whb-sticky-row.scrolled i,
.whb-sticky-row.scrolled svg,
.whb-sticky-row.scrolled .hamburger {
  color: black !important;
  fill: black !important;
}
.whb-sticky-row.scrolled .create-account-link,
.whb-sticky-row.scrolled .login-form-footer a.lost_password {
	color:blue !important;

}
/* Remove logo filter on scroll */
.whb-sticky-row.scrolled .site-logo img {
  filter: none;
}

/* Hide black header (menu container) by default */
.whb-color-light:not(.whb-with-bg) {
  display: none !important;
}

/* Show black header when hamburger menu toggled */
body.menu-active .whb-color-light:not(.whb-with-bg) {
  display: block !important;
  background-color: black;
  position: fixed;
  top: 78px; /* Show below white header */
  left: 0;
  width: 100%;
       z-index: -1;
  color: white;
  padding:5px 30px 0px 20px !important;
}

/* Clean header containers */
.whb-header,
.whb-sticky-header,
.whb-main-header {
  margin: 0 !important;
  padding: 0 !important;
}

/*URGER BUTTON ===== */
#hamburger-toggle {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: black; /* black by default */
  user-select: none;
}


/* 🛠️ Account Icon Default - Black */
.whb-header_833466 .wd-tools-element .wd-tools-icon {
  color: black !important;
  fill: black !important;
  stroke: black !important;
}

/* 🎯 Dropdown Menu Hidden by Default */
.whb-header_833466 .wd-tools-element .wd-dropdown-menu {
  background-color: #000 !important;
  color: #fff !important;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

/* 🔁 Show dropdown on hover of icon OR a tag */
.whb-header_833466 .wd-tools-element:hover .wd-dropdown-menu,
.whb-header_833466 .wd-tools-element a:hover + .wd-dropdown-menu {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

/* ✨ Dropdown Links */
.whb-header_833466 .wd-tools-element .wd-dropdown-menu a {
  color: #fff !important;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

/* 🌈 Hover effect on dropdown links */
.whb-header_833466 .wd-tools-element .wd-dropdown-menu a:hover {
  background-color: #222;
  color: #00ffff;
}






/* 🎯 Hamburger Icon */
.whb-header_833466 .whb-main-header .hamburger {
  color: black !important;
}

/* 🛠️ Navbar Tool Icons */
.whb-header_833466 .whb-general-header .wd-tools-icon,
.whb-header_833466 .whb-general-header .wd-icon-alt,
.whb-header_833466 .whb-general-header .wd-tools-icon span,
.whb-header_833466 .whb-general-header .wd-tools-text {
  color: #000 !important;
  fill: #000 !important;
}

/* 🌐 Social Icons */
.whb-header_833466 .whb-general-header .wd-social-icons .wd-social-icon {
  color: #000 !important;
  fill: #000 !important;
}

/* 🔄 Hover state - stay black */
.whb-header_833466 .whb-general-header .wd-tools-element:hover,
.whb-header_833466 .whb-general-header .wd-social-icons .wd-social-icon:hover {
  color: #000 !important;
  fill: #000 !important;
}

/* 📋 Main Menu Links 
.whb-header_833466 .whb-header-bottom .wd-nav > li > a,
.whb-header_833466 .whb-header-bottom .wd-nav > li > a .nav-link-text {
  color: #000 !important;
}
*/
/* 📋 Dropdown Menu Styling */
.whb-header_833466 .wd-sub-menu {
 
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  min-width: 160px;
  padding: 5px 0;
  z-index: 1005;
  width: 220px;
}

.whb-header_833466 .wd-sub-menu a {
  color: white !important;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* ✅ Hover States */
.whb-header_833466 .wd-nav > li:hover > a,
.whb-header_833466 .wd-sub-menu li:hover > a {
  color: white !important;
}

.whb-header_833466 .wd-nav > li {
  position: relative;
  padding-bottom: 0px !important;
}

.whb-header_833466 .wd-nav > li:hover .wd-sub-menu,
.whb-header_833466 .wd-nav > li .wd-sub-menu:hover {
  display: block !important;
}

/* ✅ Hamburger Toggle Menu Styling */
body.menu-active .whb-header_833466 .whb-color-light:not(.whb-with-bg) {
  display: block !important;
  background-color: #000 !important;
  position: fixed;
  top: 74px !important; /* Match header height */
  left: 0;
  width: 100%;
      z-index: -1;
  color: #fff !important;
  padding: 5px 30px 0px 20px;
  transition: none !important; /* Prevent flicker */
  will-change: top, transform;
}

/* 📱 Responsive tweaks */
@media (max-width: 1024px) {
  body.menu-active .whb-header_833466 .whb-color-light:not(.whb-with-bg) {
    top: 80px !important;
    padding: 15px 20px;
    font-size: 16px;
  }
}

/* 📋 Dropdown Menu Position Fixes */
.whb-header_833466 .whb-header-bottom .wd-dropdown {
  margin-top: -2px;
}

.whb-header_833466 .sub-sub-menu {
  top: 18px !important;
}

.whb-header_833466 .wd-dropdown-menu.wd-design-default .wd-dropdown {
  left: 90%;
}

/* 🛡️ Sticky Header Z-Index Stability */
.whb-header_833466.whb-sticky-row {
z-index:1000px;
  top: 0 !important;
  position: sticky;
}
@media (min-width: 1025px) {
    .whb-sticked:not(.whb-clone) .whb-general-header-inner {

        height: 78px !important;
    }
.whb-header_833466	.whb-sticked:not(.whb-clone) .whb-general-header-inner {

        height: 78px !important;
    }
	
  .whb-general-header-inner {
height:78px !important;
    }
 
}
    
.whb-header_833466 .wd-nav > li {
    position: relative !important;
    padding-bottom:  0px !important;
}

.whb-header_833466 .whb-with-shadow {
    box-shadow: none !important;
}

.whb-header_833466 .whb-sticky-row {
 background-color: #fff !important;
}