:root {
    --primary: #00b491;
    --primary-hover: #05a687;
    --primary-active: #069b7e;
    --header-topbar-text-color: #fff;
    --header-topbar-icon-color: #fff;
    --btn-product-thumb: var(--primary);
    --btn-product-thumb-hover: var(--primary);
    --green: #00b32d;
    --green-hover: #0b8b2b;
    --green-active: #0a7023;
    --header-menu-color-text-hover: var(--primary);
}

.menu-advanced .lista-nivel-1 {
	align-items: center;
}

.menu-advanced .item-nivel-1.item-custom {
	background-color: var(--primary);
	border-radius: 100px;
    height: 38px;
}
.menu-advanced .item-nivel-1.item-custom .item-nivel-1-text{
	color: #fff;
}

.menu-advanced .item-nivel-1 svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}