

.custom-menu .gc-account-leftbar .menu-item-notifications_button_small a img {
  	display: inline-block!important;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 70px;
}
.custom-menu .gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile).active a:not(.menu-item-profile), .custom-menu .gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile).selected a,
.custom-menu .gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile):hover a{
  	background:#9C8057!important; 
}
.custom-menu .gc-account-leftbar .gc-account-user-menu li:not(.active):not(.selected) a:hover,
.custom-menu .gc-account-leftbar .gc-account-user-menu li.active a,
.custom-menu .gc-account-leftbar .gc-account-user-menu li.selected a{
    background-color: #080808;
}
.gc-account-leftbar .gc-account-user-menu li {    
    border-bottom: 0px solid transparent;   
}
.gc-account-user-menu > .menu-item-profile .menu-item-icon {
  	border-radius: 50%;
  	overflow: hidden;
  	border: 4px solid #fff;
  	margin: 10px 0 20px;
}
.gc-account-user-submenu-bar h3 {
  	font-family: var(--font);
	font-weight: 600!important;
	font-size: 20px!important;	
	color: #282828!important;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a{
  	font-family: var(--font-tilda);
	font-weight: 400!important;
	font-size: 15px!important;
	letter-spacing: -0.03em;
	color: #282828;!important;
	text-transform: none!important;
}
.menu-item.menu-item-profile {
  	padding: 4px!important;
}
.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
  	color: #9c8057!important;
}
.custom-menu .gc-account-leftbar .gc-account-user-menu li .notify-count, .custom-menu .gc-account-leftbar .gc-account-user-submenu li .notify-count {
    background-color: #fff;
  	color: #9c8057;
}
.custom-menu .gc-account-leftbar .menu-item-notifications_button_small a img {
  display: inline-block!important;
}

.gc-account-leftbar span.notify-count, .gc-account-leftbar .notify-count.with-label   {
    top: 4px!important;
    right: 2px!important;
    
    min-width: 20px!important;
    height: 20px!important;
    font-size: 10px;
    font-weight: 700;
    line-height: 1 !important;
    z-index: 3;
    color: #9c8057;
    background-color: #ffffff !important;
    pointer-events: none;
    padding: 5px 4px 5px 4px;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count{
   	bottom: auto!important;
  	top:15px!important;
   	right: 10px!important;
}
