/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*#region HEADER TOP BAR ALKOHOLTESTER */

.header-top-alkoholtester {
    background: var(--g-color-black);
    z-index: 20;
}

.header-top-alkoholtester .header-icons-wrapper {
    gap: 20px;
}

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

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

.header-top-alkoholtester__link {
    position: relative;
    background-color: var(--g-color-1);
    padding: 0 3px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.header-top-alkoholtester__link:hover {
    background: var(--g-color-1-hover);
}

.header-top-alkoholtester__link img {
    height: 30px;
}

#header-text {
    color: #aba2a4;
    font-size: 20px;
    line-height: 24px;
}

@media(min-width: 992px){
    .header-top-alkoholtester__link {
        position: relative;
        padding: 5px;
    }

    .header-top-alkoholtester__link img {
        height: 32px;
    }

    .header-top-alkoholtester__link:after {
        display: none;
    }
}


/*#endregion HEADER MENU ALKOHOLTESTER */
