/* ==============================> CABECERA */

header .elementor-sticky--active {
    box-shadow: 0 0 10px 1px #8181813b;
}

div:where(.elementor-location-header) {
    margin-bottom: 0px;
}

header .elementor-widget-off-canvas .e-off-canvas__content {
    overflow: visible;
	overflow-x: hidden;
}

header .e-off-canvas[aria-label="buscador"] .e-off-canvas__content {
	margin-top: 135px;
}

header .e-off-canvas[aria-label="buscador-movil"] .e-off-canvas__content {
    margin-top: 162px;
}

header .wd-nav.wd-style-bg>li:is(:hover, .wd-opened, .current-menu-item)>a:before {
    opacity: 1 !important;
}

/* CATEGORIAS */

header .cabecera-categorias .wd-cat-thumb {
	box-shadow: none !important;
}

header .cabecera-categorias .wd-cat-image{
	margin: 0px;
}

header .cabecera-categorias .wd-entities-title {
	transition: .4s all ease-in-out;
}

header .cabecera-categorias .wd-cat:hover .wd-entities-title{
	color: var(--e-global-color-primary);
}

/* CARRITO */

header #fkcart-mini-toggler{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 !important;
}

header #fkcart-mini-toggler svg {
	color: #fff;
}

header .fkcart-shortcode-container .fkcart-shortcode-count {
    top: -13px !important;
    right: -10px !important;
}

/* RESPONSIVE DE MENU */

@media(max-width: 768px) {
    header .elementor-widget-n-menu .e-n-menu {
         width: fit-content;
    }
	
	header .elementor-widget-n-menu .e-n-menu>button {
		background: transparent !important;
	}
	
	header .elementor-widget-n-menu .e-n-menu-wrapper {
		padding: 20px 16px;
		background: #fff !important;
	}
}