/*#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;
}

@media(min-width: 992px){
    .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: #f4f4f4;
        z-index: 1;
    }
}

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

/* RESPONSIVE - HEADER FIX FOR SMALLER DEVICES */
@media(min-width: 1300px) {
    .header-top-right {
        width: calc(100% - 92px)
    }
    .header-top-logo-bilavcik .logo-img {
        height: 65px;
    }
}


/*#endregion HEADER MENU bilavcik */
