

/*подключаем шрифты*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');


@font-face {
    font-family: 'Lighthaus'; 
    src: url('/fileservice/file/download/h/a30bbd31e1efe2ac207f5cb947693cf1.otf/a/585117/sc/325') format('opentype'),
        url('/fileservice/file/download/h/dca36816e3ab330d8f52911c3ecf21b0.woff/a/585117/sc/222') format('woff');
}

.gc-account-leftbar {
    border-right: 1px solid #B69C6D;
}

.menu-item-profile .menu-item-icon {
    border-radius: 100px;
    width: 52px;    
    border: 2px solid #B69C6D;
    margin-top:10px
}

li.menu-item.menu-item-profile a {
    background: transparent!important;
    transition: all 0.3s;
}

.gc-account-user-submenu-bar h3 {
    font-family: 'Lighthaus', Roboto, sans-serif;
}

.gc-account-user-submenu-bar .gc-account-user-submenu {
    font-family: 'Inter', Roboto, sans-serif;
}

.gc-account-leftbar .notify-count {
    width: 30%;
}
