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

#header-top-mobile-bar-template-1-sticky-wrapper {
    height: var(--header-top-mobile-bar-template-1-height) !important;
}

#header-top-mobile-bar-template-1-sticky-wrapper.is-sticky {
    height: var(--header-top-mobile-bar-template-1-height-sticky) !important;
}


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

#header-top-mobile-bar-template-1 .logo img {
    transition: max-width 0.3s ease-in-out;
    max-width: var(--header-top-mobile-bar-template-1-logo-max-width) !important;
}

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

#header-top-mobile-bar-template-1-sticky-wrapper.is-sticky #header-top-mobile-bar-template-1 .logo img {
    max-width: var(--header-top-mobile-bar-template-1-sticky-logo-max-width) !important;
}


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

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

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

#header-top-mobile-bar-template-1 .navigation {
    width: 33px;
    height: 33px;
    background: var(--g-color-1);
    border-radius: 50%;
    cursor: pointer;
    caret-color: rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header-top-mobile-bar-template-1 .navigation:hover {
    background: white;
}

#header-top-mobile-bar-template-1 .navigation i {
    position: absolute;
    color: white;
    transition: 0.3s opacity ease-in-out, 0.3s color ease-in-out;
}

#header-top-mobile-bar-template-1 .navigation i.to-open {
    opacity: 1;
    top: 7px;
    left: 7px;
    font-size: 22px;
}

#header-top-mobile-bar-template-1 .navigation i.to-close {
    opacity: 0;
    top: 5px;
    left: 7px;
    font-size: 24px;
}

#header-top-mobile-bar-template-1 .navigation:hover i {
    color: var(--g-color-1);
}


#header-top-mobile-bar-template-1 .navigation.active i.to-open {
    opacity: 0;
}

#header-top-mobile-bar-template-1 .navigation.active i.to-close {
    opacity: 1;
}


#header-top-mobile-bar-template-1 .navigation .icon .line {
    background-color: var(--header-top-mobile-template-line-bg);
    height: 3px;
    width: 100%;
    color: var(--g-color-1);
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 5px;
}

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

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

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



#header-top-mobile-bar-template-1 .header-top__kosik-items,
#header-top-mobile-bar-template-1 .header-top__wishlist-items {
    width: 16px;
    height: 16px;
    background: orangered;
    top: -2px;
    right: -3px;
    border-radius: 20px;
    border: 1px solid #cecece;
    font-size: 10px;
    color: #FFF;
    z-index: 99;
}

#header-top-mobile-bar-template-1 .header-top__link {
    position: relative;
    padding: 0 3px;
}

#header-top-mobile-bar-template-1 .header-top__link img {
    height: 25px;
    z-index: 9;
    position: relative;
}

#header-top-mobile-bar-template-1 .header__cart-img {
    padding: 2px;
}

#header-top-mobile-bar-template-1 .header-top__link {
    position: relative;
    padding: 4px;
}

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

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