/* #top-bar {
    padding-bottom: 1px;
} */
#header .top-divider {
    display: none;
}

#top-bar .time {
    font-size: 12px;
    text-transform: uppercase;
}

.ticker-marque {
    overflow: hidden;
    white-space: nowrap;
    width: 430px;
}
.ticker-marque i {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    padding-left: 50%;
    animation: run 15s linear infinite;
}
@keyframes run {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
}

#header .header-main .nav > li > a {
    font-size: 18px;
}
#header .header-main .nav > li > a:hover {
    color: #111 !important;
}
#header .header-main .nav-left > li:first-of-type > a {
    color: var(--fs-color-secondary) !important;
}
#header .has-dropdown .icon-angle-down {
    opacity: 1;
    font-size: 18px;
    margin-left: 4px;
    margin-top: 3px;
}

#header #logo img {
    height: auto;
}
#header #logo {
    width: 248px;
    padding-bottom: 2px;
}

#header .nav>li.header-divider {
    height: 22px;
    border-color: #3B4B5B;
    opacity: .3;
}

#header .header-search .icon-search {
    background-image: url('../img/header-search.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    color: transparent;
}

#header .header-cart-icon img[width="1"][height="1"] {
    width: 22px;
    height: 22px;
}
#header .header-cart-title span.amount {
    font-weight: normal;
    color: var(--fs-color-secondary);
}

.header-social-icons {
    margin-top: -1px;
}
.header-social-icons .social-icons {
    margin-top: -2px;
}
.header-social-icons a.icon {
    margin-left: 0;
}
.header-social-icons i {
    width: 20px;
    height: 20px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.header-social-icons .icon-facebook {
    background-image: url('../img/facebook.svg');
}
.header-social-icons .icon-instagram {
    background-image: url('../img/instagram.svg');
}
.header-social-icons .icon-envelop {
    background-image: url('../img/email.svg');
}
.header-social-icons .icon-phone {
    background-image: url('../img/phone.svg');
}
.header-social-icons .icon-telegram {
    background-image: url('../img/telegram.svg');
}

#header .nav>li>a>i.icon-menu {
    font-size: 1.6em;
}

.nav-dropdown-has-border .nav-dropdown {
    padding: 10px 15px !important;
}
.nav-dropdown {
    min-width: 220px !important;
}

body .nav-dropdown-default .nav-column li>a, body .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    padding: 6px 0;
}

@media (max-width:1499.98px) {
    #header .header-main {
        height: 70px;
    }
}

@media (min-width: 1152px) {
    #top-bar .time {
        font-size: 13px;
    }

    .ticker-marque {
        text-align: center;
        width: 600px;
    }
    .ticker-marque i {
        font-size: 13px;
        padding-left: 0;
        animation: none;
        transform: translateX(0);
    }
}

@media (min-width:850px) {
    
}

@media (max-width:1199.98px) and (min-width:850px) {
    .header-main .nav > li > a {
        font-size: 16px;
    }
    .nav-spacing-large > li {
        margin: 0 8px;
    }
}

@media (max-width:1151.98px) and (min-width:850px) {
    #header .header-main {
        height: 70px;
    }

    #header .header-main .nav > li > a {
        font-size: 15px;
    }
    #header .nav-spacing-large>li {
        margin: 0 7px;
    }
    #header .has-dropdown .icon-angle-down {
        font-size: 14px;
    }

    #header #logo {
        width: 190px;
    }

    #header .header-search .icon-search {
        width: 16px;
        height: 16px;
    }
    #header .header-cart-icon img[width="1"][height="1"] {
        width: 19px;
        height: 19px;
    }
}

@media (max-width:1151.98px) {
    body .header.show-on-scroll, body .stuck .header-main {
        height: 60px !important;
    }
}

@media (max-width:880px) and (min-width:850px) {
    #header #logo {
        width: 140px;
    }
}

@media (max-width:849.98px) {
    #header .header-main {
        height: 60px;
    }
    #header #logo {
        max-width: 190px;
    }

    #header .header-cart-icon img[width="1"][height="1"] {
        width: 24px;
        height: 24px;
    }

    #header .header-top {
        min-height: 22px;
    }

    #top-bar .container {
        padding: 0;
        width: 100%;
        max-width: none;
    }
    #top-bar .html_topbar_left {
        width: 100%;
    }
    .ticker-marque {
        width: 100%;
    }
    #top-bar .flex-left {
        padding-right: 15px;
        flex: 0 0 max-content;
        max-width: max-content;
        display: flex !important;
    }
    #top-bar .flex-left .nav {
        justify-content: start;
    }
    #top-bar .flex-left {
        background: #F7411C;
        padding-left: 15px;
        height: 22px;
        min-height: 100%;
    }

    .header-social-icons i {
        width: 26px;
        height: 26px;
    }
    .header-social-icons .icon-facebook {
        background-image: url('../img/facebook-black.svg');
    }
    .header-social-icons .icon-instagram {
        background-image: url('../img/instagram-black.svg');
    }
    .header-social-icons .icon-envelop {
        background-image: url('../img/email-black.svg');
    }
    .header-social-icons .icon-phone {
        background-image: url('../img/phone-black.svg');
    }
    .header-social-icons .icon-telegram {
        background-image: url('../img/telegram-black.svg');
    }

    .sidebar-menu > ul > li > a {
        font-size: 18px;
        color: #183a4a;
        font-weight: bold;
    }

    .sidebar-menu .nav > li > ul > li > a {
        font-size: 16px;
        color: #3B4B5B;
    }
}

@media(max-width:639.98px) {
    #header .header-top {
        min-height: 20px;
    }
    #top-bar .time {
        font-size: 10px;
    }
    .ticker-marque i {
        font-size: 10px;
    }
    #top-bar .flex-left {
        height: 20px;
    }

    #header #logo {
        max-width: 190px;
    }
}