

/* Ширина меню */
.gc-account-leftbar {
  width: var(--menu-width);
}
/* Фон */
.custom-menu .gc-account-leftbar, 
.custom-menu .gc-account-leftbar .gc-account-user-menu, 
.custom-menu .gc-account-leftbar .toggle-link, 
.custom-menu .gc-account-leftbar .gc-account-user-menu li a {
    background-color: var(--accent) !important;
}

/* Скругление пунктов */
.gc-account-leftbar .gc-account-user-menu li a, 
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a img {
  border-radius: var(--radius);
}
/* При наведении */
@media (hover:hover) {
.gc-account-leftbar .gc-account-user-menu li a:hover {
  background: #FFF3F040 !important
}
}


/* Расстояние между пунктами */
.gc-account-leftbar .gc-account-user-menu li {
  margin: 5%
}
