html body .whb-header,
html body .whb-main-header {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

html body .whb-row.whb-general-header,
html body .whb-header .whb-row.whb-general-header {
  background: linear-gradient(90deg, #1146ff 0%, #33e0ff 100%) !important;
  background-color: #1146ff !important;
  border-bottom: none !important;
  box-shadow: 0 10px 30px rgba(17, 70, 255, 0.18) !important;
}

html body .whb-sticked .whb-row.whb-general-header {
  background: linear-gradient(90deg, #1146ff 0%, #33e0ff 100%) !important;
  background-color: #1146ff !important;
  border-bottom: none !important;
  box-shadow: 0 10px 30px rgba(17, 70, 255, 0.22) !important;
}

html body .whb-row.whb-top-bar,
html body .whb-row.whb-header-bottom {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

html body .whb-row.whb-general-header .wd-nav > li > a,
html body .whb-row.whb-general-header .menu > li > a,
html body .whb-row.whb-general-header .wd-tools-element > a,
html body .whb-row.whb-general-header .whb-header-text,
html body .whb-row.whb-general-header .menu-opener,
html body .whb-row.whb-general-header .woodmart-burger-icon,
html body .whb-row.whb-general-header .wd-tools-text,
html body .whb-row.whb-general-header .wd-social-icon {
  color: #ffffff !important;
  font-weight: 800;
}

html body .whb-row.whb-general-header .wd-nav > li > a:hover,
html body .whb-row.whb-general-header .menu > li > a:hover,
html body .whb-row.whb-general-header .wd-tools-element > a:hover,
html body .whb-row.whb-general-header .wd-tools-element:hover > a {
  color: #e9fbff !important;
}

html body .whb-header .wd-header-search,
html body .whb-header .wd-tools-element.wd-header-search,
html body .whb-header .wd-search-form,
html body .whb-header .wd-search-form-wrapper,
html body .whb-header .wd-header-search-form,
html body .whb-header .wd-search-dropdown,
html body .whb-header .wd-search-full-screen,
html body .whb-header .wd-search-opened,
html body .whb-header .searchform,
html body .whb-header form.searchform,
html body .whb-header .woocommerce-product-search,
html body .whb-header .search-button,
html body .whb-header .search-field,
html body .whb-header input[type="search"],
html body .whb-header button[type="submit"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

html body .whb-row.whb-general-header .wd-button-wrapper a,
html body .whb-row.whb-general-header .btn,
html body .whb-row.whb-general-header .button {
  background: #ffffff !important;
  color: #1146ff !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 25px rgba(6, 26, 58, 0.16) !important;
  transition: all 0.25s ease !important;
}

html body .whb-row.whb-general-header .wd-button-wrapper a:hover,
html body .whb-row.whb-general-header .btn:hover,
html body .whb-row.whb-general-header .button:hover {
  background: #e9fbff !important;
  color: #1146ff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 35px rgba(6, 26, 58, 0.22) !important;
}

html body .whb-header {
  position: relative !important;
  z-index: 999 !important;
}

html body .whb-header:before,
html body .whb-header:after {
  content: none !important;
  display: none !important;
}

html body .whb-header,
html body .whb-main-header,
html body .whb-general-header,
html body .whb-header .whb-row,
html body .whb-sticked,
html body .whb-sticked .whb-main-header,
html body .whb-sticked .whb-row {
  box-shadow: none !important;
}

html body .whb-row.whb-top-bar,
html body .whb-row.whb-header-bottom {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

html body .whb-row.whb-general-header,
html body .whb-header .whb-row.whb-general-header {
  position: relative !important;
  z-index: 50 !important;
  box-shadow: 0 18px 38px -22px rgba(17, 70, 255, 0.82), 0 8px 20px -14px rgba(51, 224, 255, 0.68) !important;
}

html body .whb-sticked .whb-row.whb-general-header {
  position: relative !important;
  z-index: 50 !important;
  box-shadow: 0 15px 32px -20px rgba(17, 70, 255, 0.78), 0 7px 18px -13px rgba(51, 224, 255, 0.62) !important;
}

html body .whb-header,
html body .whb-main-header,
html body .whb-row,
html body .whb-column {
  overflow: visible !important;
}

@media screen and (min-width: 1025px) {
  html body .whb-row.whb-general-header .wd-nav,
  html body .whb-row.whb-general-header .menu {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }

  html body .whb-row.whb-general-header .wd-nav > li,
  html body .whb-row.whb-general-header .menu > li {
    flex: 0 0 auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html body .whb-row.whb-general-header .wd-nav > li > a,
  html body .whb-row.whb-general-header .menu > li > a {
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    letter-spacing: -0.01em !important;
  }

  html body .whb-row.whb-general-header .wd-button-wrapper a,
  html body .whb-row.whb-general-header .btn,
  html body .whb-row.whb-general-header .button {
    font-size: 13.5px !important;
    padding-right: 17px !important;
    padding-left: 17px !important;
    white-space: nowrap !important;
  }

  html body .whb-row.whb-general-header .wd-logo img,
  html body .whb-row.whb-general-header .site-logo img {
    max-height: 46px !important;
    width: auto !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
  html body .whb-row.whb-general-header .wd-nav > li > a,
  html body .whb-row.whb-general-header .menu > li > a {
    font-size: 13px !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  html body .whb-row.whb-general-header .wd-button-wrapper a,
  html body .whb-row.whb-general-header .btn,
  html body .whb-row.whb-general-header .button {
    font-size: 13px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1360px) {
  html body .whb-row.whb-general-header .wd-nav > li > a,
  html body .whb-row.whb-general-header .menu > li > a {
    font-size: 12.5px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  html body .whb-row.whb-general-header .wd-button-wrapper a,
  html body .whb-row.whb-general-header .btn,
  html body .whb-row.whb-general-header .button {
    font-size: 12.5px !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
  }

  html body .whb-row.whb-general-header .wd-logo img,
  html body .whb-row.whb-general-header .site-logo img {
    max-height: 42px !important;
  }
}

@media screen and (max-width: 1024px) {
  html body .whb-row.whb-general-header,
  html body .whb-header .whb-row.whb-general-header {
    box-shadow: 0 18px 36px -18px rgba(17, 70, 255, 0.86), 0 8px 20px -11px rgba(51, 224, 255, 0.72) !important;
  }

  html body .whb-sticked .whb-row.whb-general-header {
    box-shadow: 0 16px 32px -17px rgba(17, 70, 255, 0.82), 0 7px 18px -10px rgba(51, 224, 255, 0.68) !important;
  }
}

@media screen and (max-width: 768px) {
  html body .whb-row.whb-general-header,
  html body .whb-header .whb-row.whb-general-header {
    box-shadow: 0 16px 30px -15px rgba(17, 70, 255, 0.84), 0 7px 18px -9px rgba(51, 224, 255, 0.70) !important;
  }

  html body .whb-sticked .whb-row.whb-general-header {
    box-shadow: 0 14px 26px -14px rgba(17, 70, 255, 0.80), 0 6px 15px -8px rgba(51, 224, 255, 0.66) !important;
  }
}