/* 🔎 Override WoodMart default dropdown */
.wd-header-search .wd-search-dropdown {
  visibility: visible !important;
  pointer-events: auto !important;
  position: relative !important; /* stay inline */
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.wd-product .wd-entities-title

 {
    font-size:20px;
}

div#woocommerce_price_filter-5 h5 {
    color: #000 !important;
}

div#woodmart-woocommerce-layered-nav-6 h5 {
    color: #000;
}



.wrapp-product-price {
    font-size: 20px !important;
   
}
.elementor-element.elementor-element-456adc15.wd-width-100.elementor-widget.elementor-widget-wd_title {
    color: #fff;
}

div#nav_menu-16 a {
    color: #fff !important;
}

.widget {
 
    border-bottom: 1px solid rgb(255 255 255);
}

div#nav_menu-17 a {
    color: #fff !important;
}


h5.widget-title {
    color: #fff;
    font-size: 25px;
}


/* 🔎 Inline Slide Search */
.wd-header-search {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}

/* Icon */
.wd-header-search > a {
  order: 0;
  flex-shrink: 0;
  cursor: pointer;
}

/* Search field hidden by default */
.wd-header-search .wd-search-dropdown {
  order: 1;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.4s ease, opacity 0.3s ease;
  display: inline-flex !important;
  align-items: center;
}

/* Expand when active */
.wd-header-search.active .wd-search-dropdown {
  width: 220px; /* adjust */
  opacity: 1;
}

/* Input underline style */
.wd-header-search .wd-search-dropdown input[type="text"] {
  width: 100%;
  padding: 6px 4px;
  border: none;
  border-bottom: 2px solid #333;
  background: transparent;
  outline: none;
  font-family: sans-serif;
  font-size: 15px;
  height: 40px !important;
  color: #333;
  transition: border-color 0.3s ease;
}

.wd-header-search .wd-search-dropdown input[type="text"]:focus {
  border-bottom-color: #000;
}

/* Hide clear & submit */
.wd-header-search .wd-search-dropdown button.searchsubmit,
.wd-header-search .wd-search-dropdown .wd-clear-search {
  display: none !important;
}

/* Shift menu slightly */
.header-main-menu {
  transition: transform 0.3s ease;
}
.wd-header-search.active ~ .header-main-menu {
  transform: translateX(-50px);
}

/* Mobile full width */
@media (max-width: 768px) {
  .wd-header-search {
    width: 100%;
  }
  .wd-header-search.active .wd-search-dropdown {
    width: 100% !important;
  }
  .wd-header-search .wd-search-dropdown input[type="text"] {
    font-size: 16px;
  }
}



.wd-copyrights.copyrights-wrapper.wd-layout-centered {
    background-color: #9dbc9f;
    color: #fff;
}

ul.wd-nav-product-cat.wd-active.wd-nav.wd-gap-m.wd-style-underline.has-product-count.wd-mobile-accordion {
    display: none;
}

.whb-flex-row.whb-general-header-inner img {
    margin-top: 5px;
}



/* JAMI CSS */

.widget_price_filter [class*="price_slider_amount"] .button {
    order: 2;
    padding: 5px 14px;
    min-height: 36px;
    font-size: 12px;
    border-radius: var(--btn-default-brd-radius);
    color: #ffffff !important;
    box-shadow: var(--btn-default-box-shadow);
    background-color: #82a286 !important;
    text-transform: var(--btn-default-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-default-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-default-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-default-font-style, var(--btn-font-style, unset));
}


.wd-sidebar-opener.wd-action-btn.wd-style-icon.wd-burger-icon {
    display: none !important;
}