/*#region HEADER TOP MOBILE template-1 */
#header-top-mobile-template-1-sticky-wrapper.is-sticky #header-top-mobile-template-1.js_header-menu-mobile-active{
    top: 0 !important;
}

#header-top-mobile-template-1 {
    position: fixed;
    left: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
    z-index: 99999;
    background-color: #f3f3f3;
    transition: 0.5s top ease-in-out;
    top: 0;
}

#header-top-mobile-template-1 .logo:hover {
    filter: brightness(0.7);
}

#header-top-mobile-template-1 .link {
    font-size: 14px;
    color: var(--g-color-1);
}

#header-top-mobile-template-1 .link:hover {
    filter: brightness(0.7);
}

#header-top-mobile-template-1 .link img {
    width: 32px;
}

#header-top-mobile-template-1 .navigation {
    width: 45px;
    padding: 6px 6px;
    cursor: pointer;
    caret-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
}

#header-top-mobile-template-1 .navigation .icon .line {
    background-color: var(--g-color-1);
    height: 5px;
    width: 30px;
    color: var(--g-color-1);
    opacity: 1;
    transform: rotate(0);
    top: 0;
}

#header-top-mobile-template-1 .navigation.active .icon .line:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

#header-top-mobile-template-1 .navigation.active .icon .line:nth-child(2) {
    opacity: 0;
    width: 0;
}

#header-top-mobile-template-1 .navigation.active .icon .line:nth-child(3) {
    transform: rotate(-45deg);
    top: -9px;
}

#header-top-mobile-template-1 .navigation:hover {
    filter: brightness(0.7);
}

/*#endregion header-top-mobile-template-1*/

#mobile-menu {
    position: absolute;
    background: #ffffff;
    width: 100%;
    /*height: 100%;*/
    z-index: 9999;
    overflow: hidden;
    padding: 12px 0 0 0;
    right: -100%;
    transition: right 0.5s ease-in-out;
    overflow-y: auto;
}

#mobile-menu .toggle-navigation {
    position: relative;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

#mobile-menu .toggle-navigation.active {
    right: 0;
}

/*!*#region Mobile menu*!*/

#mobile-menu.menu1 {
    position: fixed;
    /* margin-bottom: 0; */
    /* background: #000; */
    /* background-color: #000; */
    /* padding: 1rem 0 6px 0; */
    border-left: 1px solid rgba(255, 255, 255, .25);
    max-height: calc(100vh - 50px);
    overflow: auto;
}
#mobile-menu li {
    list-style: none;
    font-weight: 600;
    position: relative;
}
#mobile-menu li ul {
    display: none;
}
#mobile-menu li.treeActive > ul,
#mobile-menu li.listActive > ul {
    display: block;
}
#mobile-menu .menu-level-2 > a {
    position: relative;
}
#mobile-menu .menu-level-2 > a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    display: block;
    z-index: 2;
    top: calc(50% - 1px);
    left: 42px;
    background: var(--g-color-4);
}
#mobile-menu .menu-level-3 > a {
    position: relative;
}
#mobile-menu .menu-level-3 > a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    display: block;
    z-index: 2;
    top: calc(50% - 1px);
    left: 48px;
    background: var(--g-color-4);
}
#mobile-menu .menu-level-2 > a.linkActive::after,
#mobile-menu .menu-level-3 > a.linkActive::after {
    background: white;
}

#mobile-menu a {
    white-space: unset;
    color: black;
}
#mobile-menu .menu_items--ul {
    padding-left: 0;
}
#mobile-menu.menu1 li a {
    color: black;
    font-size: 13px;
    padding: .5rem 45px .5rem 30px;
    white-space: normal;
    position: relative;
    display: block;
    width: calc(100% - 15px);
}
#mobile-menu.menu1 li.menu-level-0 > a:not(.linkActive) {
    color: var(--g-color-4);
}


#mobile-menu  .switch {
    position: absolute;
    background: transparent;
    color: var(--g-color-4);
    width: 40px;
    cursor: pointer;
    top: -1px;
    right: 1px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;

}

#mobile-menu  .menu-level-0 > a .switch,
#mobile-menu  .menu-level-1 > a .switch {
    font-size: 10px;
}
#mobile-menu  .switch.nav-hidden .fa {
    display: none;
}
#mobile-menu  .switch.nav-open .fa-plus {
    display: none;
}
#mobile-menu  .switch.nav-close .fa-minus {
    display: none;
}
#mobile-menu li a.linkActive {
    display: block;
    background: var(--g-color-3);
    background: var(--g-color-4);
    color: #fff;
    width: 100%;
}

#mobile-menu .listActive > .switch,
#mobile-menu .linkActive > .switch {
    color: white;
    right: 16px;
}

#mobile-menu .nav-static ~ ul {
    display: block;
}
@media (min-width: 992px) {
    #mobile-menu {
        display: none;
    }
}


#mobile-menu.menu1 .menu-level-1 a {
    /* font-weight: normal; */
    line-height: 1;
}

#mobile-menu .menu-level-0 > .menu_items--ul {
    padding-bottom: 10px;
}

#mobile-menu.menu1 .menu-level-2 a {
    font-weight: normal;
}

#mobile-menu .menu-level-1 > .menu_items--ul {
    padding-bottom: 10px;
}

#mobile-menu .menu-user-section {
    background: #eee;
}

#mobile-menu.menu1 .menu-user-section a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 31px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}
#mobile-menu.menu1 .menu-user-section.user-section-with-img a {
    padding-right: 22px;
}


#mobile-menu.menu1 .menu-user-section a img,
#mobile-menu.menu1 .menu-user-section a i,
#mobile-menu.menu1 .menu-user-section a svg {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
}
/*#endregion mobile menu */


/*#region HEADER TOP BAR bilavcik */

.header-top-bilavcik .logo-title{
    font-family: var(--font-primary);
    display: flex;
    font-size: 20px;
    padding-left: 22px;
    line-height: 24px;
    color: var(--g-color-1);
    font-weight: 500;
    align-items: center;
}

.header-top-bilavcik__separator {
    display: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bf1228;
}

.header-top-bilavcik__kosik-items,
.header-top-bilavcik__wishlist-items {
    width: 16px;
    height: 16px;
    background: var(--g-color-3);
    top: -2px;
    right: -3px;
    border-radius: 20px;
    border: 1px solid #cecece;
    font-size: 10px;
    color: #FFF;
    z-index: 99;
}

.header-top-bilavcik__link {
    position: relative;
    padding: 0 3px;
}

.header-top-bilavcik__link img {
    height: 25px;
    z-index: 9;
    position: relative;
}

.header__cart-img {
    padding: 2px;
}

.header-top-bilavcik__link {
    position: relative;
    padding: 4px;
}

.header-top-bilavcik__link:after {
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #dcdcdca8;
    z-index: 1;
}

.header-top-logo-bilavcik .logo-img {
    height: 58px;
}
