:root {
    --banner-height: 40px;
    --language-height: 50px
}
/* STYLE HEADER */
.font-futura {
    font-family: 'Futura' !important;
    font-weight: 100;
    font-style: normal;
}

.ec-layoutRole__header {
    margin-bottom: 57px;
}

.ec-layoutRole__header .ec-headerNaviRole {
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #6b7280;
    max-width: 1890px;
    flex-direction: column;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.ec-layoutRole__header .ec-headerNaviRole .item-ja {
    font-family: "Shippori Mincho",serif;
}

.ec-layoutRole__header .ec-headerNaviRole .item-en {
    font-family: 'Futura';
    font-weight: 100;
    font-style: normal;
}

.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__top {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__top_bottom {
    margin-bottom: 14px;
}

.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__top_1 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
    /* padding: 0px 10px; */
    /* border-bottom: 1px solid #EBEBEB; */
    background-color: #000 !important;
}

.ec-layoutRole__header .headerNaviRole-top__left {
    font-family: "SourceSansPro";
    font-size: 13px;
    text-transform: uppercase;
    width: 30%;
}

.ec-layoutRole__header .headerNaviRole-top__right {
    font-family: "SourceSansPro";
    font-size: 14px;
    text-transform: uppercase;
    width: 30%;
    order: 3;
}

.ec-layoutRole__header .headerNaviRole-top__left .main-category {
    gap: 35px;
}

.ec-layoutRole__header .headerNaviRole-top__left .main-category .header-category {
    color: #9CA3AF;
    padding-bottom: 1px;
}

.ec-layoutRole__header .headerNaviRole-top__left .main-category .header-category:hover {
    text-decoration: none;
    color: #5A5A5A;
}

.ec-layoutRole__header .headerNaviRole-top__right {
    display: flex;
    justify-content: end;
    gap: 35px;
    align-items: start;
}

.ec-layoutRole__header .headerNaviRole-top__right .area-change {
    text-transform: capitalize;
    display: flex;
    gap: 8px;
    align-items: center;
}

.ec-layoutRole__header .headerNaviRole-top__right .area-change__label:hover {
    cursor: pointer;
    color: #504f4f;
}

.ec-layoutRole__header .headerNaviRole-top__right .area-change__line {
    display: block;
    height: 15px;
    width: 1px;
    background-color: #939393;
}

.ec-layoutRole__header .ec-headerNaviRole__center {
    /* margin-top: 18px; */
    display: flex;
}

.ec-layoutRole__header .ec-headerNaviRole__center .main-category__logo {
    display: block;
    width: 165px;
    margin-left: 50px;
    margin-right: 50px;
}

.ec-layoutRole__header .ec-headerNaviRole__center .main-category__logo img#e-logo {
    max-width: 100%;
    max-height: 64px;
}

.ec-layoutRole__header .ec-headerNaviRole__center .main-category__logo img#e-logo-jp {
    max-width: 100%;
    max-height: 64px;
}

.ec-layoutRole__header .headerNaviRole-top__left .social-link {
    gap: 12px;
}

.ec-layoutRole__header .headerNaviRole-top__left .social-link .location {
    align-items: center;
    gap: 5px;
}

.ec-layoutRole__header .headerNaviRole-top__left .social-link .social-link__item:not(.social-link__item.location) {
    width: 25px;
}

.ec-layoutRole__header .headerNaviRole-top__left .social-link .social-link__item:hover {
    cursor: pointer;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation {
    gap: 36px;
    letter-spacing: 1px;
    font-size: 11px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item {
    position: relative;
    display: flex;
    align-items: center;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup {
    position: absolute;
    z-index: 10;
    left: -315px;
    top: 43px;
    text-transform: none;
    display: none;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup.popup-user:before {
    content: url('../icon/header/popup/arrow_popup.png');
    display: block;
    width: 0;
    height: 0;
    position: relative;
    top: -11px;
    right: -35rem;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item .popup-bag {
    left: -435px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup {
    font-family: "CormorantInfant", serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    min-width: 485px;
    padding: 14px 30px 33px 30px;
    border-radius: 2px;
    border: 1px solid #ABABAB;
    background: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    max-height: 650px;
    overflow: auto;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup .item-popup__title {
    font-size: 24px;
    white-space: no-wrap;
    text-align: center;
    margin-bottom: -3px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup .item-popup__line {
    margin-bottom: 19px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup .item-popup__bag--desc {
    text-align: center;
    background-color: #F57921;
    font-size: 20px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag--desc img {
    width: 20px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag--desc span {
    color: #FFFFFF;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .item-popup__total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    font-size: 19px;
    align-items: center;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .popup-total__title {
    letter-spacing: 1.87px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .popup-total__price {
    font-family: "IBM_Plex_Sans_Condensed";
    letter-spacing: 1.5px;
    font-size: 25px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .popup-total__price .total-price {
    font-family: "IBM_Plex_Sans_Condensed_Light";
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .item-product {
    display: flex;
    gap: 28px;
    margin-bottom: 20px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .item-product:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .product-info__title {
    text-transform: uppercase;
    font-size: 19px;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    font-family: "Vogue";
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .product-info {
    margin-bottom: 20px;
    font-family: "Smooch_Sans";
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 1.36px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .product-info:not(.product-info__price) .product-info__label {
    font-family: "Smooch_Sans_Light";
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .product-info:not(.product-info__price) .product-info__detail {
    font-family: "CormorantInfant", serif;
    font-weight: 400;
    font-style: normal;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .product-info__price {
    color: #F57921;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .item-popup__purchase {
    background-color: #F57921;
    color: #FFFFFF;
    position: relative;
    text-align: center;
    font-family: "CormorantInfant", serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px 12px 10px 48px;
    font-size: 20px;
    border-radius: 2px;
    letter-spacing: 1.7px;
    height: 50px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .item-popup__purchase:hover {
    background: #da6b1d;
    text-decoration: none;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__bag .purchase-thumb {
    position: absolute;
    top: 7px;
    left: 10px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .item-popup__line svg {
    min-width: 100%;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .item-popup__label {
    font-size: 21px;
    font-family: "CormorantInfantLight";
    font-weight: 400;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .form-control {
    border: 1px solid #ABABAB;
    font-size: 14px;
    padding: 16px 10px;
    margin-bottom: 18px;
    width: 100%;
    height: 50px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .item-popup__submit {
    border-radius: 2px;
    background: #F57921;
    padding: 13px 10px;
    width: 100%;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 1.7px;
    font-family: "CormorantInfant", serif;
    font-weight: 400;
    font-style: normal;
    margin: 13px 0px 25px 0px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .item-popup__submit:hover {
    background: #da6b1d;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .form-input__password {
    position: relative;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .form-input__password .show-password {
    position: absolute;
    top: 15%;
    right: 3%;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .form-input__password .show-password:hover {
    cursor: pointer;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .item-popup__forgot {
    font-family: "CormorantInfantLight";
    font-size: 19px;
    text-align: center;
    text-decoration: underline;
    padding-bottom: 23px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 24px;
    color: #000;
    letter-spacing: 0.5px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .item-popup__desc {
    font-family: "CormorantInfantLight";
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .item-popup__create,
.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__user .item-popup__logout {
    padding: 13px 10px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    letter-spacing: 1.53px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__form .item-popup__create:hover,
.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__user .item-popup__logout:hover {
    background: #f6f6f6;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation-item__popup .item-popup__user .item-popup__list {
    padding: 17px 0 9px 0;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
}

.ec-layoutRole__header .headerNaviRole-top__right .item-popup__user .popup-list__item {
    display: flex;
    gap: 10px;
    margin-bottom: 27px;
    align-items: center;
}

.ec-layoutRole__header .headerNaviRole-top__right .item-popup__user .popup-list__item:hover .list-item__title {
    color: #F57921;
}

.ec-layoutRole__header .headerNaviRole-top__right .item-popup__user .popup-list__item:hover .list-item__thumb img {
    filter: invert(61%) sepia(83%) saturate(3103%) hue-rotate(347deg) brightness(99%) contrast(94%);
}

.ec-layoutRole__header .headerNaviRole-top__right .item-popup__user .list-item__thumb {
    width: 9%;
}

.ec-layoutRole__header .headerNaviRole-top__right .item-popup__user .list-item__thumb img {
    max-width: 100%;
}

.ec-layoutRole__header .headerNaviRole-top__right .item-popup__user .list-item__title {
    font-size: 21px;
    color: #000000;
    letter-spacing: 0.7px;
    line-height: normal;
    font-family: "CormorantInfantLight";
}

.ec-layoutRole__header .headerNaviRole-top__right .item-popup__user .list-item__title:hover {
    text-decoration: none;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation .infomation-item__label {
    align-items: center;
    gap: 5px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation .infomation-item__label .icon {
    position: relative;
    width: 20px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation .infomation-item__label .icon img {
    width: 100%;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation .infomation-item__label .quantity {
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 9px;
    line-height: 1.5;
    padding: 0px 4px;
    border-radius: 50%;
    background: #ef7701;
    color: #3d1900;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation .infomation-item__label span {
    white-space: nowrap;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation .infomation-item__label img {
    width: 20px;
    height: 25px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation .infomation-item__label .signin-icon {
    width: 18px;
    height: 18px;
}

.ec-layoutRole__header .headerNaviRole-top__right .infomation .infomation-item__label:hover {
    cursor: pointer;
    color: #000000;
}

.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__bottom {
    height: 36px;
    width: 100%;
    display: flex;
    align-items: center;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu {
    width: 100%;
    height: 100%;
    font-size: 16px;
    justify-content: space-between;
    text-transform: uppercase;
    color: #6B7280;
    gap: 12px;
    flex: 1 1 0;
    max-width: 1060px;
    margin: auto;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item {
    padding: 0 0.25rem 12px;
    position: relative;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item .sub-menu {
    display: none;
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    top: 108%;
    z-index: 10;
    text-transform: math-auto !important;
    color: #374151;
    justify-content: space-between;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item .sub-menu .wp-sub_menu {
    margin: 0 auto;
    margin-top: 4.5rem;
    margin-bottom: 4rem;
    min-width: 71%;
    justify-content: space-between;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item .sub-menu .wp-sub_menu.menu-accessories {
    margin: 0 auto;
    margin-top: 4.5rem;
    margin-bottom: 4rem;
    width: 100%;
    justify-content: center;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item .sub-menu .wp-sub_menu.sub_menu--shopping {
    min-width: 80%;
    gap: 32px;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item .wp-sub_menu .sub-menu__left {
    flex-grow: 1;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item .wp-sub_menu.menu-accessories .sub-menu__left {
    flex: 0 0 14%;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item .sub-menu__shopping .wp-sub_menu .sub-menu__left {
    flex-grow: 0;
    gap: 48px;
    font-size: 14px !important;
}

.shopping-category__thumb {
    height: 345px;
    width: 110px;
}

.shopping-category__thumb.thumb-men {
    background-position-x: 21%;
    background-position-y: 67%;
    background-size: auto 400px;
    background-image: url(../img/header/sub_menu/shopping/shopping_men.png);
}

.thumb-men .shopping-category__tile {
    font-size: 3.875rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    color: #FFFFFF;
    float: right;
    -webkit-transform: translate(14px, 165px) rotate(90deg);
}

.shopping-category__thumb.thumb-women {
    background-position-x: 62%;
    background-position-y: 89%;
    background-size: auto 400px;
    background-image: url(../img/header/sub_menu/shopping/shopping_women.png);
}

.thumb-women .shopping-category__tile {
    font-size: 3.875rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    color: #FFFFFF;
    float: left;
    -webkit-transform: translate(-49px, 165px) rotate(90deg);
}

.sub-menu__left--header {
    display: flex;
}

.sub-menu__left--header .sub-menu__line {
    flex-grow: 1;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background-color: rgb(237, 137, 54);
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item:hover>.sub-menu {
    display: flex;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item:hover,
.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .header-menu__item:hover::after {
    opacity: 1;
    cursor: pointer;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping {
    flex-direction: column;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .menu-item__title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -30px;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.shopping-line {
    height: 100%;
    width: 2px;
    background-color: #dddddd;
    flex-shrink: 0;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__left .sub-menu__left--thumb {
    object-position: 21% 67%;
    object-fit: none;
    max-width: 100%;
    height: 276px;
    width: 104px;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__right .sub-menu__right--thumb {
    object-position: 62% 89%;
    object-fit: none;
    max-width: 100%;
    height: 276px;
    width: 104px;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__left,
.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__right {
    gap: 48px;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__left .sub-menu__left--list--category,
.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__right .sub-menu__right--list--category {
    gap: 32px;
    margin-top: 32px;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__left .sub-menu__left--category__thumb,
.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__right .sub-menu__right--category__thumb {
    margin-bottom: 7px;
    max-width: 110px;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__left .sub-menu__left--category__title,
.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__right .sub-menu__right--category__title {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__left .sub-menu__left--category__option,
.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__right .sub-menu__right--category__option {
    font-size: 14px;
    margin-bottom: 5px;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__left .sub-menu__left--category,
.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__right .sub-menu__right--category {
    flex-direction: column;
}

.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__left .sub-menu__left--category .sub-menu__right--category__option,
.ec-layoutRole__header .ec-headerNaviRole__bottom .header-menu .sub-menu__shopping .sub-menu__right .sub-menu__right--category .sub-menu__right--category__option {
    font-size: 18px;
}

.ec-layoutRole__header .header-menu__item .sub-menu__style {
    left: -350px;
}

.ec-layoutRole__header .header-menu__item .sub-menu__shopping {
    left: -450px;
}

.ec-layoutRole__header .header-menu__item .sub-menu__exotic {
    left: -590px;
}

.ec-layoutRole__header .header-menu__item .sub-menu__accessories {
    left: -705px;
}

.ec-layoutRole__header .header-menu__item .sub-menu__guide {
    left: -1220px;
}

.ec-layoutRole__header .header-menu__item .sub-menu__guide .sub-menu__right--img {
    width: 70rem;
    height: 25rem;
}

.sub-menu__right--img {
    width: 554px;
    height: 198px;
}

.ec-layoutRole__header .header-menu__item .sub-menu__left--title {
    display: block;
    margin-bottom: 1.3rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub-menu__left--list--item .sub-menu__left--item {
    margin-bottom: 0.3rem;
    font-size: 18px;
    color: #6B7280;
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub_menu--shopping .sub-menu__right--category__option {
    color: #6B7280;
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub-menu__left--list--item .sub-menu__left--item.accessories__link {
    font-size: 18px;
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub_menu--shopping .sub-menu__right--category__option:hover,
.ec-layoutRole__header .header-menu__item .sub-menu .sub-menu__left--list--item .sub-menu__left--item:hover {
    color: #000000;
    cursor: pointer;
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub-menu__line {
    width: 183px;
    margin: 12px 43px 0 22px;
    border-top: 1px solid rgb(153, 153, 153);
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub-menu__right--list--category {
    gap: 24px;
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub-menu__right--category .categoty-item {
    position: relative;
    width: 180px;
    height: 250px;
    overflow: hidden;
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub-menu__right--category .categoty-item img {
    height: 100%;
}

.ec-layoutRole__header .header-menu__item .sub-menu.sub-menu__accessories .categoty-item {
    width: 200px;
    height: 200px;
    aspect-ratio: 1 / 1;
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub_menu--women .sub-menu__right--category .category_item__title {
    /* font-size: 16px; */
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub-menu__right--category .category_item__title {
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-wrap: nowrap;
    bottom: 4%;
    font-size: 20px;
}

.ec-layoutRole__header .header-menu__item .sub-menu .sub-menu__right--category .category_item__title.item-customize {
    position: relative;
    text-align: center;
    text-wrap: wrap;
    top: 77%;
    line-height: 1.2;
    padding: 0 0.5rem;
    transform: unset;
    left: unset;
    bottom: unset;
}

.d-flex {
    display: flex;
}

ul {
    list-style: none;
    padding: 0;
}

.header-menu__item a {
    color: inherit;
    text-decoration: inherit;
}

.banner-wrap {
    height: var(--banner-height);
}

.langauge-height {
    height: var(--language-height);
}

.banner-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    height: var(--banner-height);
    font-size: 15px;
    width: 100%;
    letter-spacing: 1.5px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 11px 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.ec-headerNaviRole__language {
    position: fixed;
    top: var(--banner-height);
    left: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    z-index: 70;
    background: #fff;
    padding: 13px 20px 10px 20px;
}

@media (min-width: 768px) {
    .ec-headerNaviRole__language {
        position: relative;
        top: 0;
        width: 100%;
        justify-content: space-between;
        z-index: 10;
    }
}

.header-fixed.header-position {
    position: fixed;
    top: 90px;
}

@media (min-width: 768px) {
    .header-fixed.header-position {
        top: var(--banner-height);
    }
}

.header-fixed {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 60;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
}

.header-fixed .ec-headerNaviRole__top {
    display: none;
    padding: 13px 20px 10px 20px;
    border-bottom: 1px solid #EBEBEB;
}

.ec-headerNaviRole__top .ec-headerNaviRole__language {
    border-bottom: 1px solid #EBEBEB;
}

@media (min-width: 768px) {
    .header-fixed .ec-headerNaviRole__top {
        display: flex;
    }
}

.ec-layoutRole__header .ec-headerNaviRole .header-fixed .ec-headerNaviRole__logo {
    justify-content: center;
    margin-bottom: 0;
    padding: 20px;
    position: relative;
}

.ec-layoutRole__header .ec-headerNaviRole .header-fixed .ec-headerNaviRole__logo .headerNaviRole__search {
    position: absolute;
    right: 20px;
}

@media (min-width: 768px) {
    .header-fixed {
        position: unset;
    }
}

.header__social img {
    width: auto;
    max-width: none;
}

.ec-category-root {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
    text-transform: uppercase;
}

.ec-category-root a {
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.ec-category-root a:hover {
    text-decoration: none;
    color: #ee7602 !important;
}

.active-category__header a {
    color: #FFFFFF !important;
    position: relative;
}


/* .active-category__header a:first-child::after {
    bottom: 25px !important;
} */

.header__social {
    display: flex;
}

.headerNaviRole-top__left {
    display: flex;
}

.language-current-disable {
    pointer-events: none;
    cursor: default;
}

#menu-button {
    display: none;
}

.ec-headerNaviRole .nav__header--navigation {
    display: none;
}

.ec-headerNaviRole .nav__header--navigation .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

.ec-headerNaviRole .nav__menu-slide {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    max-width: 420px;
    background: #fff;
    z-index: 3000;
    font-size: 14px;
    font-weight: 400;
}

.ec-headerNaviRole .nav__menu-slide .nav__mb {
    width: calc(100vw - 80px);
}

.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap {
    height: 100%;
    max-width: 320px;
}

.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content {
    padding: 4rem 3.2rem 3.8rem;
}

.ec-headerNaviRole .nav__mb-content .nav__mb-locale-switch>div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ec-headerNaviRole .nav__mb-content .nav__mb-locale-switch>div>span {
    display: block;
    height: 15px;
    width: 1px;
    background: #939393;
}

.ec-headerNaviRole .nav__mb-content .nav__mb-login {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-subtitle::after,
.ec-headerNaviRole .nav__mb-content .nav__mb-login::after {
    content: "";
    display: block;
    height: 1px;
    width: 48px;
    border-top: 1px solid #cbcbcb;
    margin: 12px 0 0;
}

.ec-headerNaviRole .nav__mb-content .nav__mb-login::after {
    margin-top: 24px;
}

.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content .nav__mb-login>a {
    text-align: center;
    color: #fff !important;
    letter-spacing: 0.025em;
    background-color: #000;
    border: 1px solid #000;
    padding: 1.2rem 2.4rem;
}

.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content .nav__mb-login a:hover {
    background: #333;
    border-color: #333;
}

.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content a,
.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content span,
.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content label {
    color: #000;
    display: block;
    padding: 1.2rem 0;
    letter-spacing: 0.2px;
    line-height: 21px;
}

.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content label {
    font-weight: normal;
    margin-bottom: 0;
}

.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content .nav__mb-locale-switch a,
.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content .nav__mb-locale-switch span {
    padding: 0;
}

.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content a:hover {
    text-decoration: none;
}

.ec-headerNaviRole .nav__mb-item .nav__mb__observer .nav__menu-slide {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    max-width: 420px;
    background: #fff;
    z-index: 3000;
    color: #000;
}

.ec-headerNaviRole .nav__mb-item .nav__mb__observer .nav__menu-slide.nav__mb--shopping {
    width: 100dvw;
}

/* Submenu inside sidebar */

.ec-headerNaviRole .sub__nav-menu {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-category {
    padding: 16px 16px 20px;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-category::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    height: 4px;
    left: 16px;
    right: 16px;
    background: #000;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-category h2.sub__nav-title {
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    max-height: .8em;
    font-size: 14px;
    font-weight: 400;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-category .sub__nav-back {
    display: inline-block;
    width: 16px;
    transform: rotate(180deg);
    margin-right: 0.8rem;
    padding: 0 !important;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content {
    padding: 0 30px;
    height: 100vh;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content h3 {
    font-weight: 400;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav--male {
    margin-bottom: 1.2rem;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content h3 {
    margin: 0;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping h3,
.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping>span>label {
    letter-spacing: 0.2rem;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav--male>h3,
.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav--women>h3 {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 1.2rem;
    margin: 0;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav--male>h3::before,
.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav--women>h3::before {
    content: "•";
    display: inline-block;
    color: #000;
    margin-right: 8px;
    font-size: 1.5em;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping {
    display: flex;
    flex-wrap: wrap;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping .sub__nav-type {
    width: calc((100% - 112px) / 3);
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping .sub__nav-type.type-smart {
    min-width: 112px;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping .sub__nav-type>a,
.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping .sub__nav-type>span,
.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping .sub__nav-type>span>label {
    padding: 0;
    font-weight: 400;
}

.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping .sub__nav-type>span>label {
    line-height: 1.2;
    font-weight: 400;
    font-size: 12px;
}

.ec-headerNaviRole .nav__menu-slide .nav__mb-wrap .nav__mb-content input[type=checkbox]:checked+label,
.ec-headerNaviRole .sub__nav-menu .sub__nav-content .sub__nav-shopping .sub__nav-type>span>input[type=checkbox]:checked+label {
    color: #ee7703;
}

.nav__menu-slide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.nav__menu-slide.nav__menu-slide--open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav__menu-slide.nav__menu-slide--open+.overlay {
    display: block;
}

.w-110px {
    width: 110px;
}

@media screen and (max-width: 1024px) {
    .ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__bottom {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #menu-button {
        display: block;
        cursor: pointer;
    }
    .ec-layoutRole__header .headerNaviRole-top__left {
        width: auto;
        order: 2;
    }
    .ec-layoutRole__header .headerNaviRole-top__right {
        display: none;
    }
    .ec-layoutRole__header .headerNaviRole-top__left .main-category {
        gap: 27px;
    }
    /* Side bar */
    .ec-headerNaviRole .nav__header--navigation {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .banner-header {
        font-size: 12px;
    }
}

img.customize__img {
    object-fit: cover;
}

.item-product__thumb {
    min-width: 80px;
    max-width: 100px;
}

.item__hovered:hover {
    color: rgba(26, 32, 44, 1);
}

.item-product .item-product__delete {
    min-width: 20px;
    max-width: 20px;
}

.item-product .item-product__delete .ec-icon {
    display: block;
    padding: 5px;
}

.item-product .item-product__delete .ec-icon img {
    width: 16px;
    height: 16px;
}
