﻿[v-for],
[v-if],
[v-cloak],
[hidden],
template {
    display: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px !important;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

@media (max-width: 575.98px) {
    .material-icons {
        font-size: 24px !important;
    }
}

#header {
    height: 73px;
    margin: 0;
    padding: 12px 4px 8px 4px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: 10px;
    -webkit-backdrop-filter: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 98;
}

#header .Bar-right {
    display: inline-flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

#header .BarLst {
    display: inline-flex;
    flex-direction: column;
    justify-content: right;
    padding: 8px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    color: #231815;
}

#header .BarLst:hover {
    border-bottom: 3px solid #231815;
    cursor: pointer;
}

#header .btnLink {
    padding: 5px;
    background: none;
    border: none;
    outline: none;
    color: #ff5722;
    letter-spacing: -0.05px;
}

#header .btnLink:hover,
#header .btnLink:focus {
    background: none;
}

#header .Logo {
    float: auto;
    margin: 0;
    padding: 4px;
    display: inline-flex;
    height: 100%;
    overflow: hidden;
}

#header .Logo .img {
    height: 100%;
    /* width: 100px; */
    /* transform: scale(2); */
}

#header .MegaMenuInner {
    position: initial;
}

@media (max-width: 1199.98px) {
    #header .MegaMenuInner {
        display: none;
        margin: 0;
    }
}


@media (min-width: 1199.98px) {
    #header .MegaMenuInner {
        display: inline-block !important;
        margin: 0;
        width: 1000px;
    }
}

#header .M-Houses {
    display: inline-block;
    padding: 1px;
    margin: 0 2px;
    width: auto;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    font-family: 'Noto Sans TC', sans-serif;
    /* font: 1em / 2em Arial, "微軟正黑體", "繁黑體", "Microsoft JhengHei", "Microsoft YaHei", "Heiti TC", "LiHei Pro", sans-serif, "新細明體", PMingLiU; */
}

#header .M-Houses a {
    text-decoration: none;
    font-weight: 500;
}

/* @media (min-width: 991.98px) {
    #header .M-Houses {
        width: auto;
        border-color: #231815;
    }
} */

#header .M-Houses:last-child {
    text-align: center;
    /* border: 0; */
}

#header .M-H-a {
    display: inline-block;
    padding: 12px 4px 4px;
    color: #1a1a1a;
}

@media (min-width: 1199.98px) {
    #header .M-H-a {
        display: block;
        color: #231815;
    }
}

/* @media (min-width: 1199.98px) {
    #header .M-H-a {
        padding: 15px 10px 5px;
    }
} */

#header .M-Larges {
    padding-right: 10px;
    margin-bottom: 10px;
}

#header .M-L-a {
    display: block;
    color: #231815;
    font-weight: 700;
}

@media (min-width: 1199.98px) {
    #header .M-L-a {
        border-bottom: 3px solid #231815;
    }
}

#header .M-lst {
    position: absolute;
    top: 57px;
    left: 50%;
    transform: translateX(-50%);

    padding: 0 10px;
    margin-top: 3px;
    width: 100%;
    height: 0;
    opacity: 0;
    background: white;
    z-index: -1;
}

@media (min-width: 1199.98px) {
    #header .M-lst {
        width: 970px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    }
}

@media (min-width: 1199.98px) {
    #header .M-lst {
        width: 1170px;
    }
}

#header .M-item dl {
    float: left;
    width: 33.33333%;
    margin-bottom: 30px;
    line-height: 0em;
}

#header .M-item dl dt {
    padding: 0;
    margin: 0;
}

@media (min-width: 1199.98px) {
    #header .M-item dl {
        line-height: 1.5em;
    }
}

#header .M-item .M-tt {
    font-weight: 600;
    color: #ff5722;
    padding: 0;
    margin: 0;
    line-height: 0em;

}

#header .M-item .M-ct {
    padding: 0;
    margin: 0;
    color: #231815;
    line-height: 0em;
}

#header .M-left ul {
    padding: 0;
    margin: 0;
}

#header .M-left ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#header .MSDs {
    display: block;
    padding: 10px 10px 0;
    line-height: 1.2em;
    color: #ff5722;
}

#header .MSDs:before {
    position: relative;
    left: -5px;
    top: 2px;
    font-family: futuramedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    content: "";
}

#header .MMBs {
    padding-top: 10px;
}

@media (min-width: 1199.98px) {
    #header .M-Houses:hover {
        display: inline-block;
        border-color: #231815;
    }

    #header .M-Houses:hover .M-lst {
        padding: 10px;
        height: auto;
        opacity: 1;
        z-index: 999;
        position: fixed;
    }
}

#header .Larges {
    position: relative;
    min-height: 2px;
    float: left;
    width: 43.75%;
}

#header .Larges:last-child {
    width: 12.5%;
}

#header .Larges:last-child .M-item {
    width: 100%;
}

#header .Larges:last-child .M-item dl {
    width: 100%;
}

#header .Larges:only-child {
    width: 100%;
}

#header .Larges:only-child .M-item {
    width: calc(100% - 204px);
}

#header .Larges:only-child .M-item dl {
    width: 14.28%;
}

#header .Larges:only-child .M-item dl:nth-child(8n) {
    clear: both;
}

#header .M-left {
    position: relative;
    min-height: 2px;
    float: left;
    max-width: 204px;
    padding-right: 20px;
}

/* #header .icon-search:before {
    content: "\e90c";
} */
#header .icon-signOut:before {
    content: "\e914";
}

#header .icon-signIn:before {
    content: "\e913";
}

/* #header .icon-cart:before {
    content: "\e904";
} */

#header .text-left {
    text-align: left;
    text-decoration: none;
}

#header .text-right {
    text-align: right;
}

@media (min-width: 1199.98px) {
    #header .M-left {
        padding-right: 10px;
    }
}

#header .M-right {
    position: relative;
    min-height: 2px;
    float: left;
    width: calc(100% - 204px);
}

#header .bg-DarkBrown {
    background-color: #231815;
}

#header .bg-LightBrown {
    background-color: #E0DBD7;
}

#header .bg-DarkGray {
    background-color: #7A7265;
}

#header .color-DarkBrown {
    color: #231815;
    fill: #231815;
}

#header .MobileMenuLayerOne {
    list-style: none;
    margin: 0 0 0 -32px;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
}

#header .MobileMenuLayerOne a {
    text-decoration: none;
}

#header .offcanvas-header {
    background-color: #e7e7e7;
    color: #231815;
    text-align: center;
    height: 73px !important;
}

#ASOshoesTab {
    color: white;
    background-color: #231815;
    margin: 0 4px;
}

#ASOshoesTab:focus {
    background-color: #231815;
}

#ASOlifeTab {
    background-color: #ff5722;
    color: #ffffff;
    margin: 0 4px;
}

#ASOlifeTab:focus {
    color: white;
    background-color: #ff5722;
}

#ASOplusTab {
    background-color: #7A7265;
    color: #ffffff;
    margin: 0 4px;
}

#ASOplusTab:focus {
    color: white;
    background-color: #7A7265;
}

#ASOshoesTab:hover,
#ASOlifeTab:hover,
#ASOplusTab:hover {
    opacity: 0.8;
}

#ASOshoseContent .MegaMenuLarges {
    background-color: #231815;
    color: #ffffff;
    margin-left: 4px;
    font-weight: 500;
}

#ASOlifeContent .MegaMenuLarges {
    background-color: #ff5722;
    color: #ffffff;
    margin-left: 4px;
    font-weight: 500;
}

#ASOplusContent .MegaMenuLarges {
    background-color: #7A7265;
    color: #ffffff;
    margin-left: 4px;
    font-weight: 500;
}

#ASOshoseContent .MegaMenuLarges:hover,
#ASOlifeContent .MegaMenuLarges:hover,
#ASOplusContent .MegaMenuLarges:hover {
    opacity: 0.8;
}

#ASOlifeContent .badge {
    background-color: #ff5722;
}

#ASOplusContent .badge {
    background-color: #7A7265;
}

#header .MegaMenuMediumsUL {
    margin-left: 24px;
}

#header .MegaMenuMediumsButton-Shoes:hover {
    background-color: #E0DBD7;
}

#header .MegaMenuMediumsButton-Life:hover {
    background-color: rgba(255, 87, 34, 0.2);
}

#header .MegaMenuMediumsButton-Plus:hover {
    background-color: rgba(122, 104, 101, 0.2);
}

#header .MegaMenuMediumsButton-Shoes a,
#header .MegaMenuMediumsButton-Life a,
#header .MegaMenuMediumsButton-Plus a {
    color: #231815;
    text-decoration: none;
}

#header .MegaMenuMediumSubsUL {
    margin-left: 12px;
    display: flex;
    gap: 8px 8px;
}

#header .MegaMenuMediumSubs-Shoes {
    margin: 1px 2px;
    display: inline-flexbox;
    flex-wrap: wrap;
    background-color: rgba(224, 219, 215, 0.7);
}

#header .MegaMenuMediumSubs-Shoes:hover {
    background-color: rgba(224, 219, 215, 1);
    color: #231815;
}

#header .MegaMenuMediumSubs-Shoes a {
    text-decoration: none;
    color: #231815;
}

#header .MegaMenuMediumSubs-Life {
    margin: 1px 2px;
    display: inline-flexbox;
    flex-wrap: wrap;
    background-color: rgba(255, 87, 34, .1);
}

#header .MegaMenuMediumSubs-Life:hover {
    background-color: rgba(255, 87, 34, 0.4);
    color: #231815;
}

#header .MegaMenuMediumSubs-Life a {
    text-decoration: none;
    color: #231815;
}

#header .MegaMenuMediumSubs-Plus {
    margin: 1px 2px;
    display: inline-flexbox;
    flex-wrap: wrap;
    background-color: rgba(122, 104, 101, .1);
}

#header .MegaMenuMediumSubs-Plus:hover {
    background-color: rgba(122, 104, 101, 0.2);
    color: #231815;
}

#header .MegaMenuMediumSubs-Plus a {
    text-decoration: none;
    color: #231815;
}

#header .MegaMenuMDSHyperlink .badge {
    font-weight: 300;
}

#header .MegaMenuMDSHyperlink-Shoes:hover {
    background-color: #E0DBD7;
}

#header .MegaMenuMDSHyperlink-Life:hover {
    background-color: rgba(255, 87, 34, 0.1);
}

#header .MegaMenuMDSHyperlink-Plus:hover {
    background-color: rgba(122, 104, 101, 0.2);
}

#header .MegaMenuMDS {
    margin-left: 4px;
}

[v-cloak] {
    display: none;
}