/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*#region HEADER TOP BAR SWIM */

.header-top-swim {
    background-color: white;
}

.header-top-swim .header-top__link {
    color: #1d1d1d;
}

.header-top-swim .header-icons-wrapper {
    gap: 16px;
}

.header-top-swim .language-selector-template-swim__country-block {
    gap: 14px;
}

.header-top-swim .language-selector-template-3 .nav_btn_wrapper {
    gap: 20px;
}

.header-top-swim .language-selector-template-swim__actions {
    gap: 10px;
    align-items: center;
}

.header-top-swim .language-selector-template-swim__flag-selector {
    line-height: 1;
}

.header-top-swim .language-selector-template-swim__current-flag {
    cursor: pointer;
}

.header-top-swim .language-selector-template-swim__current-flag img {
    width: 30px;
    height: auto;
    display: block;
}

.header-top-swim .language-selector-template-swim__user-link svg {
    width: 32px;
    height: 32px;
    background: #e5e5e5;
    border-radius: 50%;
}

.header-top-swim .language-selector-template-swim__user-link svg * {
    stroke: #1d1d1d;
}

.header-top-swim .language-selector-template-swim__design-count {
    align-items: center;
    background: #dc3545;
    border: 2px solid #fff;
    border-radius: 999px;
    bottom: -2px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 1;
    min-width: 20px;
    padding: 0 4px;
    position: absolute;
    right: -2px;
    z-index: 2;
}

.header-top-swim .language-selector-template-swim__current-flag--locked {
    cursor: default;
}

.header-top-swim .language-selector-template-swim__lang-wrapper {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 114px;
    z-index: 9999;
}

.header-top-swim .language-selector-template-swim__flags-wrapper {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 6px;
    padding-bottom: 7px;
    box-shadow: 1px 1px 5px #0000002b;
}

.header-top-swim .language-selector-template-swim__lang-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
}

.header-top-swim .language-selector-template-swim__lang-link .title {
    color: #2f2f2f;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #0000002b;
    padding: 0 8px;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.header-top-swim .language-selector-template-swim__lang-link img {
    width: 30px;
    height: auto;
}

.header-top-swim .language-selector-template-swim__lang-link:hover .title {
    color: #fff;
    background: var(--g-color-1);
}

.header-top-swim__separator {
    display: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bf1228;
}

.header-top__kosik-items,
.header-top__wishlist-items {
    /* width: 5px; */
    /* height: 20px; */
    /* background: var(--g-color-2); */
    /* top: 0; */
    right: 8px;
    /* border-radius: 20px; */
    /* border: 1px solid #cecece; */
    font-size: 12px;
    color: #FFF;
    z-index: 99;
    position: relative !important;
    /* display: block !important; */
    margin-top: -29px;
    display: block;
    text-align: center;
    padding: 0;
}

.header-top__kosik-items span {
    background: black;
    padding: 3px 6px;
}
.header-top-swim__link {
    position: relative;
    padding: 0 3px;
    border-radius: 50%;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.header-top-swim__link:hover {
    background: var(--g-color-1-hover);
}

.header-top-swim__link img {
    height: 30px;
}

@media (min-width: 992px) {
    .header-top-swim__link {
        position: relative;
        padding: 5px;
    }

    .header-top-swim__link img {
        height: 25px;
    }

    .header-top-swim__link:after {
        content: "";
        border: 2px solid transparent;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}


/*#endregion HEADER MENU SAPIEN */
