.header{
    text-align: center;
    border-bottom: 1px solid rgba(201, 172, 125, 0.4);
    width: 100%;
    z-index: 20;
    background-color: white;
    position: fixed;
}

.header a{
    color: black;
}

.header .logo img{
    max-width: 129px;
    width: 100%;
    margin: 20px 0px;
}

.header .header-left{
    display: inline-block;
    float: left;
    margin-top: 3.6vw;
    margin-left: 5vw;
}

.header .logo{
    display: inline-block;
}

.header .header-right{
    display: inline-block;
    float: right;
    margin-top: 3.6vw;
    margin-right: 5vw;
}

.header .nav{
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}

.header .mall-lists{
    width: 100%;
    display: flex;
    margin: auto;
    margin-top: -10px;
    text-align: left;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
}

.header .mall-lists .pointer{
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.header .mall-lists .pointer img {
    margin: unset;
    position: fixed;
    padding: 0vw 1vw;
}

.header .mall-lists .pointer.left {
    justify-content: flex-start;
    margin-left: -4%;
}

.header .mall-lists .pointer.right {
    justify-content: flex-end;
    margin-right: -4%;
    right: 0%;
}

.header .mall-lists::-webkit-scrollbar { 
    display: none;
}

.header .mall-lists::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
}

.header .mall-lists::-webkit-scrollbar {
    width: 3px !important;
    background-color: transparent;
}

.header .mall-lists::-webkit-scrollbar-thumb {
    background-color: transparent;
}

/*.en.header .mall-lists li[data-mall="hsa"] p{
    margin: 0px;
}*/

.header .mall-lists img{
    max-width: 114px;
    margin: auto;
    max-height: 52px;
}

.header .mall-lists ul{
    display: flex;
    align-items: center;
    width: auto;
    z-index: 10;
}

.header .mall-lists li{
    border-bottom: 3px solid transparent;
    vertical-align: bottom;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    /*max-width: 184px;*/
    min-width: 184px;
    width: 100%;
    color: #c9ac7d;
    min-height: 57px;
}

.header .mall-lists li.sperator{
    width: 1px;
    height: 20px;
    background-color: #DDDDDD;
    min-height: 20px;
    min-width: 1px;
}

.header .mall-lists li a{
    color: #c9ac7d;
}

.header .mall-lists li.active a{
    color: #c9ac7d;
}

.header .mall-lists li.active{
    border-bottom: 3px solid #c9ac7d;
}

.header .shop-type{
    font-size: 16px;
    line-height: 22px;
}

.header .nav .icon{
    display: none;
}

.header .search-input{
    display: inline-block;
    border-bottom: 1px solid #CDCDCD;
    margin-left: 10px;
    margin-right: 26px;
}

.header .search-container input{
    background-image: url(./../images/search.svg);
    padding: 10px 0px 10px 32px;
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 16px;
    border: 0px;
    font-size: 16px;
    width: 220px;
}

.header .search-input input::-webkit-input-placeholder {
    color: #CDCDCD;
}

.header .search-input input::-moz-placeholder {
    color: #CDCDCD;
}

.header .search-input input:-ms-input-placeholder {
    color: #CDCDCD;
}

.header .search-container .close-btn{
    display: none;
}

.meun-container .menu-modal .m-container{
    display: none;
}

.meun-container .menu-list{
    display: inline-block;
}

.header .lang-selector{
    font-size: 16px;
    line-height: 22px;
    color: #CDCDCD;
    text-align: right;
    display: inline-block;
    font-weight: bold;
}

.header .lang-selector a{
    color: #CDCDCD;
}

.header .lang-selector .active{
    color: #c9ac7d;
}

@media screen and (max-width: 1280px){
    .header .mall-lists{
        width: 90%;
    }
}

@media screen and (max-width: 768px){
    .header .mall-lists ul {
        width: 100%;
    }

    .header .mall-lists img {
        max-width: 100px;
        margin: auto;
        max-height: 46px;
    }
}

@media screen and (max-width: 640px){
    .header .logo img {
        max-width: 80px;
    }

    .header .mall-lists{
        width: 90%;
        overflow-x: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }

    .header .mall-lists::-webkit-scrollbar { 
        display: none;
    }

    .header .mall-lists::-webkit-scrollbar-track {
        -webkit-box-shadow: none !important;
        background-color: transparent;
    }

    .header .mall-lists::-webkit-scrollbar {
        width: 3px !important;
        background-color: transparent;
    }

    .header .mall-lists::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .header .mall-lists img {
        max-width: 64px;
        max-height: 29px;
        display: block;
    }

    .header .mall-lists ul{
        width: max-content;
        white-space: nowrap;
        /*margin: auto;*/
        transform: none;
    }

    .header .mall-lists li{
        font-size: 14px;
        border-bottom: 2px solid transparent;
        min-height: 0;
        min-width: unset;
    }

    .header .mall-lists li.active{
        border-bottom: 2px solid #c9ac7d;
    }

    .header .mall-lists li p {
        margin: 3px 0px;
    }

    .en.header .mall-lists li[data-mall="hsa"] p{
        line-height: 10px;
        font-size: 12px;
    }

    .mall-lists li[data-mall="shkc"]{
        margin: 0px 14px;
    }

    .header .mall-lists li.sperator{
        display: none;
    }

    .header .nav .icon{
        display: inline-block;
    }

    .header .nav .icon{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        cursor: pointer;
        display: inline-block;
        margin-left: 20px;
        min-width: 20px;
    }

    .meun-container .menu-list.menu-modal{
        position: fixed;
        width: 100%;
        background-color: white;
        top: 0%;
        right: 0%;
        display: none;
        z-index: 22;
    }

    .meun-container .menu-list.menu-modal.active{
        display: block;
    }

    .meun-container .menu-modal .m-container{
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-modal .logo{
        float: left;
    }

    .menu-modal .menu-lists {
        margin: auto;
        text-align: left;
    }

    .menu-modal .menu-lists ul{
        font-size: 16px;
        line-height: 50px;
    }

    .menu-modal .menu-lists li{
        border-bottom: 1px solid #DDDDDD;
        padding: 1rem 5%;
    }

    .menu-modal .close-btn{
        position: absolute;
        cursor: pointer;
        right: 3%;
        padding: 3vw;
    }

    .header .lang-selector{
        line-height: 50px;
    }

    .header .lang-selector a{
        padding: 0px 3vw;
    }

    .header .search-container{
        background-color: white;
        position: absolute;
        display: none;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .header .search-container.active{
        display: block;
        z-index: 20;
    }

    .header .search-input {
        margin: 0px;
        border: 0px;
    }

    .header .search-container input{
        font-size: 16px;
        padding: 8px 16px;
        border: 0px;
        width: 84vw;
        display: inline-block;
        background: none;
    }

    .header .search-container .close-btn{
        display: inline-block;
        vertical-align: middle;
        padding-left: 4vw;
        cursor: pointer;
        padding-right: 4vw;
    }

    .header .search-container input::-webkit-input-placeholder {
        color: #CDCDCD;
    }

    .header .search-container input::-moz-placeholder {
        color: #CDCDCD;
    }

    .header .search-container input:-ms-input-placeholder {
        color: #CDCDCD;
    }
}