.lakit--transparency-yes.elementor-section.elementor-sticky {
	&.elementor-sticky--effects:not(.elementor-motion-effects-element-type-background) {
		box-shadow: 0 10px 20px #00000012;
	}
	&.elementor-sticky--effects:not(.elementor-motion-effects-element-type-background) .lakit-blocks-icon {
		transition: all .3s ease;
	}
	&:not(.elementor-sticky--effects) {
		background-color: transparent !important;
	}
	&:not(.elementor-sticky--effects) .main-color .lakit-blocks-icon {
		color: var(--lakit-section-link-color);
		transition: all .3s ease;
		&:hover {
			 --lakit-section-link-color: var(--theme-link-hover-color);
		}
	}
	&:not(.elementor-sticky--effects) .elementor-icon,
	&:not(.elementor-sticky--effects) .main-color,
	&:not(.elementor-sticky--effects) .menu-item-link.menu-item-link-depth-0 {
	  --lakit-section-link-color: white !important;
		transition: all .3s ease;
		&:hover {
			 --lakit-section-link-color: var(--theme-link-hover-color);
			color: var(--theme-link-hover-color) !important;
		}
	}
	&:not(.elementor-sticky--effects) .current-menu-item > .menu-item-link.menu-item-link-depth-0 {
	  --lakit-section-link-color: white;
		color: var(--lakit-section-link-color);
	}
	&:not(.elementor-sticky--effects) .menu-item-link.menu-item-link-depth-0:hover {
		--lakit-section-link-hover-color: var(--theme-link-hover-color);
	}
	&:not(.elementor-sticky--effects) .elementor-icon {
	  color: var(--lakit-section-link-color) !important;
	}
}


.lakit-nav-wrap:not(.lakit-active--mbmenu) .lakit-nav__item:hover > .menu-item-link.menu-item-link-top .lakit-nav-link-text::after, .lakit-nav-wrap:not(.lakit-active--mbmenu) .current-menu-item > .menu-item-link.menu-item-link-top .lakit-nav-link-text::after {
  width: 100%;
}
.lakit-nav-wrap:not(.lakit-active--mbmenu) .menu-item-link.menu-item-link-top .lakit-nav-link-text::after {
  content: "";
  position: absolute;
  top: 100%;
  border-bottom: 1px solid;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
}

.woocommerce-cart-form .quantity .qty {
	width: 50px !important;
}