
.iconBox {
    display: flex;
    align-items: center
}

.iconBox ul {
    display: flex;
    align-items: center
}

.iconBox .iconList {
    margin-left: 32px
}

@media (min-width:768px) and (max-width:991px) {
    .iconBox .iconList {
        margin-left: 20px
    }
}

@media (max-width:767px) {
    .iconBox .iconList {
        margin: 0 18px 0 0
    }
}

@media (max-width:767px) {
    .iconBox .iconList.iconListCart {
        margin: 0 22px 0 0
    }
}

.iconBox .iconList a {
    position: relative;
    display: block;
    height: 24px;
    transition: opacity 0.75s
}

.iconBox .iconList a img {
    display: block;
    max-height: 100%
}

@media (min-width:768px) {
    .iconBox .iconList a:hover {
        opacity: 0.7
    }
}

.iconBox .iconList a.cart {
    overflow: visible
}

.iconBox .iconList a.cart:after {
    content: attr(data-num);
    position: absolute;
    top: -13px;
    right: -12px;
    background-color: #D3132C;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Oxygen", "Noto Sans TC", sans-serif;
    padding-bottom: 1px
}

@media (max-width:767px) {
    .iconBox .iconList a.cart:after {
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px
    }
}

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap")
.menu-block .navbar .nav li a{
    text-align:center;
    font-family:'Noto Sans TC',sans-serif !important;
}
.iconBox {
    display: none;
}
@media (max-width: 991px) {
    .top-header,.search-pc{
        display:none;
    }
    .menu-block .navbar .nav>li.search-mb,.search-mb{
        display:block !important;
    }
        ul.search-mb {
        height: 58px;
        flex: 1;
        text-align: right;
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        margin-bottom:0;
    }
    .iconBox {
    display: flex;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    
    }
}
.menu-block .navbar .nav>li.search-mb,.search-mb{
    display:none;
}
/* ## min-width: 480 to max-width: 767 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
}

ul.search-mb {
    height: 58px;
        flex: 1;
    text-align: right;
}
.iconBox .iconList a{
    height:24px;
}