li#itemLevel3 {
  -ms-flex-order: 12;
  order: 12;
  display: flex;
}
li#itemLevel3 a {
  color: #000;
}
li#itemLevel3 div {
  background-image: url('/local/templates/lovely/img/palette.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 15px;
  margin-left: -15px;
}
#mobileNav ul,
.sections .rootitemsMobile {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#mobileCatalog {
  display: flex;
  flex-direction: column;
}
.rootitemsMobile ul a {
  color: #000;
  padding: 0;
}
ul.rootitemsMobile {
  margin-top: 16px;
}
.sections ul.rootitemsMobile {
  margin-top: 0px !important;
  margin-left: -15px;
}
.sections ul a {
  cursor: pointer;
}
.sections ul.rootitemsMobile .level2 a {
  line-height: unset;
  text-transform: none;
  height: unset;
  padding-bottom: 0px;
}
.sections .active,
.sections .selected {
  color: var(--brand-color) !important;
}
.sections ul li ul {
  list-style: none;
  padding-left: 15px;
}
.sections .level1 div {
  padding: 4px 0;
}
.level1 div {
  padding: 8px 0;
}
level2 div {
  padding: unset !important;
}
/*ul.rootitemsMobile .parent( {
	padding: 8px 0;
}*/
ul.rootitemsMobile .parent a {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000;
  padding-left: 0;
}
ul.rootitemsMobile .level2 a {
  display: flex;
  height: 30px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  line-height: 35px;
  align-items: center;
}
#mobileNav a.selected {
  color: var(--brand-color) !important; !important;
}
#mobileNav .secttitle.active {
  color: var(--brand-color) !important;;
}
