.menu__list--top>li {
    float: left;
    margin: 0 5px;
}
.header-inner{
    height: 60px;
    align-items: center;
}
.logo_header img {
    display: inline-block;
    transition: 0.4s;
    max-width: 120px;
}
.menu__list--top li .menu-collapse:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    padding-left: 3px;
    font-weight: normal;
    font-size: 10px;
    color: #4C4C4C;
}
.menu__list--top>li>a {
    display: block;
    line-height: 40px;
    color: #4C4C4C;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
.menu__list--top li.menu-col {
    display: flex;
    align-items: center;
}
.menu__list--top {
    margin: 0;
}
.header_right ul li{
    float: left;
    margin: 0 8px;
    display: flex;
    align-items: center;
}
.header_right ul>li>a{
    display: block;
    line-height: 40px;
    color: #4C4C4C;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-size: 13px;
}
.header_right>ul{
    margin: 0;
}
.site_icon-header {
    display: flex;
    align-items: center;
    line-height: 1;
}
.header-right-menu{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.site_icon-header>div {
    display: inline-block;
}
.header-right-menu i{
    font-size: 15px;
    cursor: pointer;
}
.header-right-menu .header-search,.header-cart,.header_user{
    margin-right: 25px;
    line-height: 0;
}
.languageHeader p{
    margin: 0;
}
.languageHeader img{
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.menu__list--top li .menu__content {
    min-width: 100%;
    width: 250px;
    z-index: 100;
}
.menu__list--top ul li a {
    display: inline-block;
    color: #4C4C4C;
    text-transform: uppercase;
    /*line-height: 1.3;*/
    text-align: left;
    font-size: 13px;
}
.languageHeader{
    position: relative;
}
.languageHeader .language{
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: inherit !important;
    padding: 0 !important;
    margin: 0;
    z-index: 99999;
    text-align: left;
    width: 100%;
    font-size: 1em;
    background: transparent;
    color: #000;
    margin-top: 5px;
}
.languageHeader .current{
    display: none;

}
.languageHeader .language.active{
    display: block;
}
#hamburger-icon {
    display: none;
}
.header-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    gap: 5px;
}
.header-inner .site_menu{
    max-width: 50%;
    width: 100%;
}
.header-right-menu {
    max-width: 10%;
    width: 100%;
}
@media (min-width: 1024px) {
    .header-search{
        max-width: 30%;
        width: 100%;
    }
    .searchwrap{
        position: relative;
    }
    .searchwrap i {
        position: absolute;
        top: 10px;
        left: 0;
        color: #000;
    }
    .searchwrap input {
        width: 100%;
        border: none;
        padding: 7px 25px;
        border-bottom: 1px solid #ccc;
        background: transparent;
        outline: none;
    }
}
.site_header.affix-mobile{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}
.site_header.affix-mobile .menu__list--top>li>a{
    color: #000;
}
.site_header.affix-mobile .menu__list--top li .menu-collapse:after {
    color: #000;
}
.logo_header{
    max-width: 10%;
    width: 100%;
    text-align: center;
}
.modalOverly {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 666;
    background-color: #0009;
    -ms-transition: all .45s cubic-bezier(.29, .63, .44, 1);
    -webkit-transition: all .45s cubic-bezier(.29,.63,.44,1);
    transition: all .45s cubic-bezier(.29,.63,.44,1);
}
.no-bullets-mobi {
    height: calc(100% - 36px);
    padding-bottom: 10px;
    overflow: auto;
}
li.header_menu-mobi {
    border-top: 1px solid #eeeeee;
    position: relative;
}
.header_menu-mobi a {
    color: #4C4C4C;
    font-size: 13px;
    text-decoration: none;
    min-height: 50px;
    padding: 5px 0 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.header_menu-mobi span {
    color: #4C4C4C;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 0 10px;
}
.icon-plus-submenu:after, .icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}
.sub_menu-mobi {
    background-color: #fff;
    display: none;
    position: relative;
}
.header-cart{
    position: relative;
}
#CartCount {
     position: absolute;
     background: #FF0000;
     color: #fff;
     min-width: 16px;
     height: 16px;
     border-radius: 16px;
     line-height: 17px;
     font-size: 11px;
     right: -8px;
     display: flex;
     bottom: -4px;
     justify-content: center;
}
.menu__list--top li .iconSub:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    padding-left: 5px;
    font-weight: normal;
    font-size: 13px;
}
.iconSub{
    position: absolute;
    right:10px;
}
.menu__list--four{
    display: none;
}
li.header_menu-mobi.active>.icon-plus-submenu:after{
    height: unset;
}
.header_menu-mobi .sub_menu-lv2{
    display: none;
    position: relative;
}
.header_menu-mobi .sub_menu-lv2 li{
    position: relative;
}
.sub_menu-mobi li {
    padding-left: 20px;
}
.site-nav.style--sidebar {
    position: fixed;
    width: 480px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    color: #4C4C4C;
    z-index: 8888;
    overflow: hidden;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.site-nav.style--sidebar.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.site-nav.style--sidebar .site-nav-container {
    width: calc(100% + 20px);
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.site-nav.style--sidebar .site-nav-container-last {
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 60px 70px 250px;
}
.site-nav.style--sidebar .site-nav-container .title {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
}
.site-nav form.search-header, .site-nav .main-navbar, .cart-view {
    margin-top: 50px;
}
.site-nav form.search-header {
    position: relative;
}
form.search-header input[type="search"] {
    background: #ededed;
    color: #252a2b;
    width: 100%;
    border: none;
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 150ms linear;
}
form.search-header .btn-search {
    width: 55px;
    height: 55px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
}
form.search-header .btn-search svg {
    width: 25px;
    height: 22px;
    opacity: .12;
}
.site-close-handle {
    position: absolute;
    top: 50px;
    right: 60px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
}
.hamburger-menu {
    width: 27px;
    height: 19px;
    cursor: pointer;
    display: block;
    transition: all 150ms linear;
    position: relative;
}
.hamburger-menu .bar, .hamburger-menu .bar:after, .hamburger-menu .bar:before {
    width: 27px;
    height: 3px;
}
.hamburger-menu .bar {
    position: relative;
    background: #252a2b;
    display: block;
    top: 8px;
    -ms-transition: all 0ms 100ms, width 150ms linear;
    -webkit-transition: all 0ms 100ms, width 150ms linear;
    transition: all 0ms 100ms, width 150ms linear;
    -ms-transform: translateY(7px);
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}
.site-close-handle .hamburger-menu .bar.animate {
    background: transparent;
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    background: #252a2b;
    -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}
.site-close-handle .hamburger-menu .bar.animate:before {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background: #252a2b;
    -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}
.site-close-handle .hamburger-menu .bar.animate:after {
    top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
#site-nav--mobile.show-search.active #site-search{
    display: block;
}
#site-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 7777;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
#site-overlay.active {
    opacity: 1;
    visibility: visible;
}