.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body,
.website-wrapper,
.main-page-wrapper,
.site-content,
.content-layout-wrapper,
.wd-page-content,
.wd-content-layout {
  background-color: #0B0D10 !important;
  color: #F5F7FA;
}

.whb-top-bar,
.whb-general-header,
.whb-header-bottom,
.whb-sticked-header,
.wd-header,
.footer-container,
.copyrights-wrapper {
  background-color: #0B0D10 !important;
  border-color: #1E232B !important;
}

.wd-nav > li > a,
.whb-top-bar a,
.whb-general-header a,
.footer-container a,
.copyrights-wrapper a {
  color: #F5F7FA !important;
}

.wd-nav > li > a:hover,
.whb-top-bar a:hover,
.whb-general-header a:hover,
.footer-container a:hover,
.copyrights-wrapper a:hover {
  color: #CAFF00 !important;
}

.product-grid-item,
.wd-product,
.widget,
.sidebar-container .widget,
.wd-tabs,
.woocommerce-tabs,
.shop_table,
.cart_totals,
.wd-search-form {
  background-color: #11151A !important;
  border-color: #262C34 !important;
}

.button,
.btn,
button,
input[type="submit"],
.single_add_to_cart_button,
.checkout-button,
.add_to_cart_button,
.wd-button-wrapper a {
  background-color: #CAFF00 !important;
  border-color: #CAFF00 !important;
  color: #0B0D10 !important;
}

.button:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.add_to_cart_button:hover,
.wd-button-wrapper a:hover {
  background-color: #E8FF6A !important;
  border-color: #E8FF6A !important;
  color: #0B0D10 !important;
}

input,
select,
textarea,
.select2-selection,
.quantity input.qty {
  background-color: #11151A !important;
  border: 1px solid #2A2F36 !important;
  color: #F5F7FA !important;
}

input:focus,
select:focus,
textarea:focus,
.select2-container--default.select2-container--focus .select2-selection {
  border-color: #CAFF00 !important;
  box-shadow: none !important;
}

a {
  color: #CAFF00;
}

a:hover {
  color: #F5F7FA;
}
:root{
  --bg:#0B0D10;
  --bg2:#12171D;
  --line:#1F252D;
  --text:#F3F5F7;
  --muted:#8B949E;
  --acid:#CAFF00;
}

/* =========================
   KEEP DROPDOWN OPEN
========================= */
.whb-header .wd-nav > li{
  position: relative !important;
}

.whb-header .wd-nav > li > .sub-menu-dropdown{
  top: calc(100% - 1px) !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  z-index: 99999 !important;
  box-shadow: none !important;
}

.whb-header .wd-nav > li > .sub-menu-dropdown:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
  background: transparent;
}

.whb-header .wd-nav > li:hover > .sub-menu-dropdown,
.whb-header .wd-nav > li > .sub-menu-dropdown:hover{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* =========================
   FULL WIDTH MEGA MENU
========================= */
.whb-header .wd-nav > li.menu-item-design-full-width > .sub-menu-dropdown,
.whb-header .wd-nav > li.item-level-0.menu-item-design-full-width > .sub-menu-dropdown{
  width: 1180px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: var(--bg) !important;
  border: 1px solid var(--line) !important;
  padding: 0 !important;
}

.whb-header .sub-menu-dropdown .wd-dropdown-inner,
.whb-header .sub-menu-dropdown .container,
.whb-header .sub-menu-dropdown .wd-sub-menu{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* =========================
   MEGA MENU CONTENT
========================= */
.mega{
  background: var(--bg);
  padding: 30px;
}

.mega-grid{
  display: grid !important;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 330px !important;
  gap: 30px !important;
  align-items: start !important;
  width: 100% !important;
}

.mega-col-head{
  color: var(--acid);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

/* IMPORTANT: keep icon + text on same row */
.mega-link{
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.05) !important;
  text-decoration: none !important;
  color: var(--text) !important;
  transition: all .2s ease !important;
}

.mega-link:hover{
  transform: translateX(3px);
}

.mega-link svg{
  flex: 0 0 14px !important;
  width: 14px !important;
  height: 14px !important;
  margin-top: 4px !important;
  color: var(--acid) !important;
}

.mega-link-info{
  display: block !important;
  min-width: 0 !important;
}

.mega-link-name{
  color: var(--text) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.mega-link-sub{
  color: var(--muted) !important;
  font-size: 12px !important;
  margin-top: 5px !important;
  line-height: 1.5 !important;
}

.mega-feature{
  background: linear-gradient(180deg,#171C22 0%,#101419 100%) !important;
  border: 1px solid var(--line) !important;
  padding: 24px !important;
  min-height: 100% !important;
}

.mf-tag{
  color: var(--acid) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 18px !important;
}

.mf-name{
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 14px !important;
  line-height: 1.15 !important;
}

.mf-spec{
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  margin-bottom: 22px !important;
}

.mf-price{
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.mf-cta{
  display: inline-block !important;
  background: var(--acid) !important;
  color: #080808 !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  padding: 14px 22px !important;
}

.mf-cta:hover{
  background: #fff !important;
  color: #080808 !important;
}

/* =========================
   COMPARE DROPDOWN
========================= */
.drop{
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
  background: var(--bg) !important;
  border: 1px solid var(--line) !important;
  padding: 12px 0 !important;
}

.drop-link{
  display: block !important;
  color: var(--text) !important;
  text-decoration: none !important;
  padding: 14px 18px !important;
  font-size: 14px !important;
  border-bottom: 1px solid rgba(255,255,255,.05) !important;
  transition: all .2s ease !important;
}

.drop-link:hover{
  color: #fff !important;
  background: #14181D !important;
  padding-left: 24px !important;
}

.drop-sep{
  height: 1px !important;
  background: var(--line) !important;
  margin: 8px 0 !important;
}

/* =========================
   HEADER TEXT / ACCOUNT
========================= */
.whb-header .wd-nav > li > a{
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
}

.whb-header .wd-header-my-account .wd-tools-text,
.whb-header .wd-header-my-account .wd-tools-name{
  display: none !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px){
  .whb-header .wd-nav > li.menu-item-design-full-width > .sub-menu-dropdown,
  .whb-header .wd-nav > li.item-level-0.menu-item-design-full-width > .sub-menu-dropdown{
    width: 95vw !important;
  }

  .mega-grid{
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 767px){
  .mega-grid{
    grid-template-columns: 1fr !important;
  }

  .drop{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
/* keep dropdown open + make links clickable */
.whb-header .wd-nav > li {
  position: relative !important;
}

.whb-header .wd-nav > li > .sub-menu-dropdown {
  top: calc(100% - 1px) !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  z-index: 99999 !important;
  pointer-events: none !important;
}

.whb-header .wd-nav > li > .sub-menu-dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
  background: transparent;
}

.whb-header .wd-nav > li:hover > .sub-menu-dropdown,
.whb-header .wd-nav > li > .sub-menu-dropdown:hover {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.whb-header .sub-menu-dropdown,
.whb-header .sub-menu-dropdown .wd-dropdown-inner,
.whb-header .sub-menu-dropdown .container,
.whb-header .sub-menu-dropdown .wd-sub-menu {
  overflow: visible !important;
}

.mega,
.drop {
  position: relative !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}

.mega a,
.drop a,
.mf-cta,
.mega-link {
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
}

.mega-link svg {
  pointer-events: none !important;
}

/* shop lifts layout */
.mega-grid {
  display: grid !important;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 330px !important;
  gap: 30px !important;
  align-items: start !important;
  width: 100% !important;
}

@media (max-width: 1199px) {
  .mega-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 767px) {
  .mega-grid {
    grid-template-columns: 1fr !important;
  }
}
/* 4-column Shop Lifts */
.mega-grid.mega-4{
  display: grid !important;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 330px !important;
  gap: 30px !important;
  align-items: start !important;
}

/* 3-column Guides */
.mega-grid.mega-3{
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 30px !important;
  align-items: start !important;
}

/* clickable links */
.mega,
.drop{
  position: relative !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}

.mega a,
.drop a,
.mega-link,
.mf-cta{
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
}

/* keep dropdown open */
.whb-header .wd-nav > li{
  position: relative !important;
}

.whb-header .wd-nav > li > .sub-menu-dropdown{
  top: calc(100% - 1px) !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  z-index: 99999 !important;
  pointer-events: none !important;
}

.whb-header .wd-nav > li > .sub-menu-dropdown:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
  background: transparent;
}

.whb-header .wd-nav > li:hover > .sub-menu-dropdown,
.whb-header .wd-nav > li > .sub-menu-dropdown:hover{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

@media (max-width: 1199px){
  .mega-grid.mega-4,
  .mega-grid.mega-3{
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 767px){
  .mega-grid.mega-4,
  .mega-grid.mega-3{
    grid-template-columns: 1fr !important;
  }
} 
/* HEADER RIGHT TOOLS */
.whb-general-header .whb-column,
.whb-header .whb-column {
  align-items: center;
}

/* Search custom block */
.demo-header-search a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.demo-search-icon {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

.demo-search-text {
  color: #ffffff;
}

/* Space between tools */
.whb-header .wd-tools-element,
.whb-header .site-logo,
.whb-header .demo-header-search {
  margin-right: 18px;
}

/* Wishlist / account / search icons */
.whb-header .wd-tools-element > a,
.whb-header .wd-header-my-account > a,
.whb-header .wishlist-info-widget > a {
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Icon size */
.whb-header .wd-tools-icon,
.whb-header .wd-tools-element .wd-tools-icon {
  font-size: 28px;
  color: #ffffff !important;
}

/* Small count badge for wishlist/cart */
.whb-header .wd-tools-count,
.whb-header .wd-cart-number {
  background: #ffffff !important;
  color: #0b0d10 !important;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 0 0 2px #0b0d10;
}

/* CART PILL */
.whb-header .wd-header-cart > a,
.whb-header .shopping-cart-widget > a,
.whb-header .wd-tools-element.wd-header-cart > a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  min-height: 64px;
  padding: 0 26px 0 72px !important;
  border-radius: 999px !important;
  background: #caff00 !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 18px;
  box-shadow: none !important;
  border: none !important;
}

/* White icon circle inside cart */
.whb-header .wd-header-cart > a .wd-tools-icon,
.whb-header .shopping-cart-widget > a .wd-tools-icon,
.whb-header .wd-tools-element.wd-header-cart > a .wd-tools-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  color: #0b0d10 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/* Cart subtotal text */
.whb-header .wd-header-cart .wd-cart-subtotal,
.whb-header .shopping-cart-widget .wd-cart-subtotal,
.whb-header .wd-header-cart .amount {
  color: #ffffff !important;
  font-weight: 800;
  font-size: 18px;
}

/* Count badge position on cart */
.whb-header .wd-header-cart .wd-tools-count,
.whb-header .wd-header-cart .wd-cart-number {
  position: absolute;
  right: -6px;
  top: -6px;
  background: #ffffff !important;
  color: #0b0d10 !important;
  box-shadow: 0 0 0 3px #caff00;
}

/* Hover */
.whb-header .wd-header-cart > a:hover,
.whb-header .shopping-cart-widget > a:hover {
  background: #e8ff6a !important;
  color: #ffffff !important;
}

/* Header background if needed */
.whb-general-header,
.whb-header-bottom,
.whb-top-bar,
.whb-sticked-header {
  background-color: #05070a !important;
}/* End custom CSS */