@charset "UTF-8";

.member__content__inner__box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: center;
    justify-content: space-between;
    padding: 30px 55px;
}

.member__content__inner__box-nodata {
    padding: 15px 0;
}

.member__content__inner__box__info {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #3f3f3f;
    margin: 0 0 15px 0;
}

.member__content__inner__box__info.two {
    width: 50%;
    padding: 0 20px 0 0;
}

.member__content__inner__box-bt {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-end;
    justify-content: flex-end;
    padding: 30px 0 0 0;
    border-top: 1px solid #dcdcdc;
}

.member__content__inner__box-bt [class|="c-bt"] {
    width: 140px;
    margin: 0 0 0 15px;
}

/****===========================****/
/****==========我的帳戶=========****/
/****==========================****/
.account .member__content__inner__box {
    padding: 30px 0 30px 55px;
}

.accoun-form__item {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 12px 7.5px;
    margin: 0 0 10px 0;
    border: 1px solid #dcdcdc;
}

.accoun-form__item-readonly {
    border: none;
}

.accoun-form__item.two {
    width: calc(50% - 6px);
}

.accoun-form__item .accoun-form__item__value {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #333;
    font-family: Arial, 'Microsoft JhengHei', 'PingFang', sans-serif;
    margin: 0;
    letter-spacing: .5px;
    flex: 1 1 auto;
}

.accoun-form__item-address {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

.accoun-form__item-address select {
    width: calc(25% - 9px);
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 12px 7.5px;
    margin: 0 12px 0 0;
    border: 1px solid #dcdcdc;
    background: url(../images/common/icon_arrow_bottom.svg) calc(100% - 10px) center no-repeat;
    background-size: 12px 6px;
    flex: 0 0 calc(25% - 9px);
}

.accoun-form__item-address input {
    width: 100%;
    font-size: 14px;
    padding: 12px 7.5px;
    line-height: 1;
    border: 1px solid #dcdcdc;
}

.accoun-form__item span {
    display: block;
    font-size: 14px;
    color: #888;
    margin: 0 15px 0 0;
    flex: 0 0 auto;
}

.accoun-form__item span img {
    width: auto;
    height: 15px;
}

.accoun-form__item input,
.accoun-form__item p {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #3f3f3f;
    border: none;
}

.accoun-form .c-bt-save {
    display: flex;
    margin: 0 0 0 auto;
    width: 140px;
    padding: 12.5px 20px;
}

/**修改密碼樣式**/
.accoun-form__item-password {
    border: none;
    padding: 0 7.5px;
    margin: 0;
}

.accoun-form__item-password span {
    color: #3f3f3f;
    margin: 0;
}

.accoun-form__item-password input[type="text"],
.accoun-form__item-password input[type="password"] {
    width: 115px;
    padding: 7.5px;
    border: 1px solid transparent;
    margin: 0 20px 0 0;
}

.accoun-form__item-password input[type="password"] {
    font-size: 35px;
    height: 33px;
    padding: 0 7.5px;
}

.accoun-form__item-password input[type="password"]:read-only {
    pointer-events: none;
}

.accoun-form__item-password input[type="text"] {
    border-color: #dcdcdc;
}

.accoun-form__item-password [class|="c-bt"] {
    width: 80px;
    padding: 8px 5px;
    margin: 0;
    border-radius: 5px;
}

.accoun-form__item-password [class|="c-bt"] input[type="submit"],
.accoun-form__item-password [class|="c-bt"] button {
    font-size: 12px;
    margin: 0;
}

[class|="c-bt"][class*="-passwordSave"] {
    display: none;
}

/****===========================****/
/****==========收藏清單=========****/
/****==========================****/
.collect__head {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    background: #eee;
    padding: 12px 0;
}

.collect__head__title {
    font-size: 15px;
    line-height: 1;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
    margin: 0;
}

.collect__head__title-name {
    width: 60%;
    padding: 0 15px;
}

.collect__head__title-price {
    width: 67px;
    margin: 0 265px 0 0;
    text-align: center;
    flex: 0 0 67px;
}

.collect__item {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.collect__item:last-child {
    border: none;
}

.collect__item__pic {
    width: 135px;
    flex: 0 0 135px;
}

.collect__item__title {
    width: calc(100% - 467px);
    font-size: 15px;
    color: #3f3f3f;
    font-family: 'NotoSerifTC-M', 'Microsoft JhengHei', 'PingFang', sans-serif;
    padding: 0 10px;
}

.collect__item__price {
    width: 67px;
    font-size: 18px;
    color: #3f3f3f;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    flex: 0 0 67px;
}

.collect__item__price::before {
    content: '$';
    display: inline-block;
    margin: 0 3.5px 0 0;
}

.collect__item__bt {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 265px;
    flex: 0 0 265px;
}

.collect__item__bt [class|="c-bt"] {
    border-radius: 5px;
}

.collect__item__bt .c-bt-cart {
    margin: 0 30px 0 0;
}

/****=============================****/
/****========歷史訂單_list========****/
/****============================****/
.order__header {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    background: #eee;
    padding: 12px 0 12px 15px;
}

[class|="order__header__title"] {
    font-size: 14px;
    line-height: 1;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
    margin: 0;
    color: #3f3f3f;
}

.order__header__title-number {
    width: calc(100% - 525px);
    text-align: left;
    flex: 0 0 calc(100% - 525px);
}

.order__header__title-date,
.order__header__title-shipment {
    width: 110px;
    text-align: center;
    flex: 0 0 110px;
}

.order__header__title-total {
    width: 100px;
    text-align: center;
    flex: 0 0 100px;
}

.order__header__title-status {
    width: 90px;
    text-align: center;
    flex: 0 0 90px;
}

/**歷史訂單 item**/
.order__item {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px 0 20px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.order__item:last-of-type {
    border: none;
}

[class|="order__item__info"] {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
    color: #3f3f3f;
}

.order__item__info-number {
    width: calc(100% - 525px);
    text-align: left;
    flex: 0 0 calc(100% - 525px);
}

.order__item__info-date,
.order__item__info-shipment {
    width: 110px;
    text-align: center;
    flex: 0 0 110px;
}

.order__item__info-total {
    width: 100px;
    text-align: center;
    flex: 0 0 100px;
}

.order__item__info-status {
    width: 90px;
    text-align: center;
    flex: 0 0 90px;
}

.order__item__info__link {
    width: 115px;
    flex: 0 0 115px;
    text-align: right;
}

.order__item__info__link .c-bt {
    width: 105px;
    border-radius: 5px;
}

.order__item__info__title {
    width: 85px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    flex: 0 0 85px;
    display: none;
}

.order__item__info__title::after {
    content: ':';
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.order__item__info__text {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.order__item__info__text.red {
    color: #ff0000;
}

/****=============================****/
/****=======歷史訂單_detail=======****/
/****============================****/
.order-detail .member__content__inner__box {
    padding: 30px 0 15px 55px;
}

/**產品資訊**/
/*產品資訊表頭*/
.order-detail__productInfoHead {
    width: calc(100% - 50px);
    display: flex;
    align-content: center;
    align-content: center;
    padding: 0 0 7.5px 0;
    border-bottom: 1px solid #e5e5e5;
}

[class|="order-detail__productInfoHead__title"] {
    font-size: 14px;
    line-height: 1;
    color: #999;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

[class|="order-detail__productInfoHead__title"][class*="-name"] {
    width: calc(100% - 140px);
    text-align: left;
}

[class|="order-detail__productInfoHead__title"][class*="-quantity"] {
    width: 70px;
    text-align: center;
}

[class|="order-detail__productInfoHead__title"][class*="-price"] {
    width: 70px;
    text-align: right;
}

/*產品資訊表頭*/
.order-detail__productInfo {
    width: calc(100% - 50px);
    font-family: 'NotoSerifTC-M', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

.order-detail__productInfo__item {
    display: flex;
    align-content: center;
    align-content: center;
    padding: 15px 0;
    border-bottom: 2px dotted #e5e5e5;
}

[class|="order-detail__productInfo__item__text"][class*="-name"] {
    width: calc(100% - 140px);
    font-size: 14px;
    text-align: left;
}

[class|="order-detail__productInfo__item__text"][class*="-quantity"] {
    width: 70px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-family: 'Microsoft JhengHei', 'PingFang', sans-serif;
}

[class|="order-detail__productInfo__item__text"][class*="-quantity"]::before {
    content: 'X';
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
}

[class|="order-detail__productInfo__item__text"][class*="-price"] {
    width: 70px;
    font-size: 18px;
    text-align: right;
    font-family: 'Times New Roman', Times, serif;
}

[class|="order-detail__productInfo__item__text"][class*="-price"]::before {
    content: '$';
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
}

/*產品資訊價格*/
.order-detail__productInfoPrice {
    width: calc(100% - 50px);
    margin: 15px 0;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

[class|="order-detail__productInfoPrice__text"] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
    margin: 0 0 10px 0;
}

[class|="order-detail__productInfoPrice__text"] span {
    width: calc(100% - 75px);
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    text-align: right;
}

[class|="order-detail__productInfoPrice__text"] span::before {
    content: '$';
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
}

[class|="order-detail__productInfoPrice__text"][class*="-minus"] span::before {
    content: '-$';
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
}

[class|="order-detail__productInfoPrice__text"][class*="-total"] {
    padding: 15px 0 0 0;
    font-size: 18px;
    border-top: 1px solid #e5e5e5;
}

[class|="order-detail__productInfoPrice__text"][class*="-total"] span {
    font-size: 22px;
    color: #c1150c;
}

/**付款方式**/
.order-detail__payment {
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
}

.order-detail__payment input[type="text"] {
    width: calc(50% - 40px);
    max-width: 250px;
    background: none;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #dcdcdc;
    margin: 0 10px 15px 0;
    padding: 11px 10px;
    font-weight: bold;
}

.order-detail__payment input[type="submit"] {
    width: 60px;
    padding: 14px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    font-family: 'NotoSerifTC-L', 'Microsoft JhengHei', 'PingFang', sans-serif;
    border: none;
    border-radius: 5px;
    background: #bd3d20;
    transition: opacity .4s ease-in-out;
}

.order-detail__payment input[type="submit"]:hover {
    opacity: .7;
}

/**歷史訂單_detail 付款方式已有資料樣式**/
.order-detail__payment-data input[type="text"]:read-only {
    width: 100%;
    max-width: none;
    border: none;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #3f3f3f;
    margin: 0 0 15px 0;
    padding: 0 20px 0 0;
}

.order-detail__payment-data input[type="submit"] {
    display: none;
}

/****=============================****/
/****==========我的折價券=========****/
/****============================****/
.coupon {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px auto;
}

/**圖片部分**/
.coupon__pic {
    width: 50%;
}

.coupon__pic img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/**文字部分**/
.coupon__content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 50%;
    background: #2c2929;
    padding: 15px 30px;
}

.coupon__content__inner {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #ada097;
    border-bottom: 1px solid #ada097;
    text-align: justify;
    font-family: 'NotoSerifTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

.coupon__content__inner__text {
    font-size: 14px;
    color: #ada097;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-align: justify;
}

.coupon__content__inner__text:last-child {
    margin: 0;
}

/**我的折價券 標題**/
.coupon__content__inner__title {
    width: calc(100% - 90px);
    font-size: 14px;
    color: #ada097;
    line-height: 1;
    margin: 0 0 20px 0;
}

/**我的折價券 發行日期**/
.coupon__content__inner__dateStart {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 14px;
    color: #ada097;
    line-height: 1;
    margin: 0;
}

/**我的折價券 序號**/
.coupon__content__inner__text__number {
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-size: 19px;
    margin: 0 0 0 20px;
}

/**我的折價券 折扣金額樣式**/
.coupon__content__inner__discount {
    font-size: 25px;
    line-height: 1;
    color: #feecdf;
    margin: 0;
}

.coupon__content__inner__discount span {
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 90px;
    margin: 0 10px 0 0;
}

/**我的折價券 期限**/
.coupon__content__inner__dateLine {
    font-size: 14px;
    color: #fff;
}

/**我的折價券 雙數樣式**/
.coupon:nth-of-type(even) .coupon__pic {
    order: 2;
}

@media screen and (max-width: 991px) {

    /****===========================****/
    /****==========我的帳戶=========****/
    /****==========================****/
    .account .member__content__inner__box {
        padding: 30px 0 35px 0;
    }

    /****===========================****/
    /****==========收藏清單=========****/
    /****==========================****/
    .collect__head__title-name {
        width: calc(100% - 192px);
    }

    .collect__head__title-price {
        margin: 0 135px 0 0;
    }

    .collect__item__title {
        width: calc(100% - 337px);
    }

    .collect__item__bt {
        flex-wrap: wrap;
        width: 135px;
        padding: 0 10px;
        flex: 0 0 135px;
    }

    .collect__item__bt .c-bt-cart {
        width: 100%;
        padding: 7.5px 10px;
        margin: 0 0 10px 0;
    }

    .collect__item__bt .c-bt-del {
        width: 100%;
        margin: 0;
        padding: 7.5px 10px;
    }

    /****=============================****/
    /****========歷史訂單_list========****/
    /****============================****/
    .order__header {
        display: none;
    }

    .order__item {
        flex-wrap: wrap;
        border: none;
        padding: 0;
        margin: 0 auto 40px auto;
    }

    .order__item:last-of-type {
        margin: 0 auto 20px auto;
    }

    .order__item__info-number,
    .order__item__info-date,
    .order__item__info-shipment,
    .order__item__info-total,
    .order__item__info-status {
        display: flex;
        align-items: center;
        align-content: center;
        justify-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0 10px;
        flex: 0 0 100%;
    }

    .order__item__info__title {
        display: block;
    }

    .order__item__info__text {
        text-align: left;
        margin: 0 0 0 15px;
    }

    .order__item__info__link {
        width: 100%;
        padding: 0 10px;
        flex: 0 0 100%;
    }

    .order__item__info__link .c-bt {
        width: 100%;
    }

    /**訂單編號樣式**/
    .order__item__info-number {
        padding: 10px;
        background: #eee;
        margin: 0 0 20px 0;
    }

    .order__item__info-number .order__item__info__title {
        width: 50%;
        flex: 0 0 50%;
    }

    .order__item__info-number .order__item__info__title::after {
        display: none;
    }

    .order__item__info-number .order__item__info__text {
        text-align: right;
        margin: 0;
        width: 50%;
        flex: 0 0 50%;
    }

    /****===========================****/
    /****======歷史訂單_detail======****/
    /****==========================****/
    .order-detail .member__content__inner__box {
        padding: 20px 0 15px 15px;
    }

    .order-detail__productInfoHead,
    .order-detail__productInfo,
    .order-detail__productInfoPrice {
        width: 100%;
    }

    /**歷史訂單_detail 付款方式已有資料樣式**/
    .order-detail__payment-data input[type="text"]:read-only {
        padding: 0;
    }

    /****=============================****/
    /****==========我的折價券=========****/
    /****============================****/
    .coupon {
        flex-wrap: wrap;
    }

    /**圖片部分**/
    .coupon__pic {
        width: 100%;
    }

    .coupon__pic img {
        object-fit: fill;
    }

    /**文字部分**/
    .coupon__content {
        width: 100%;
    }

    /**我的折價券 雙數樣式**/
    .coupon:nth-of-type(even) .coupon__pic {
        order: 0;
    }

}

@media screen and (max-width: 767px) {
    .member__content__inner__box__info.two {
        width: 100%;
        padding: 0;
    }

    /****===========================****/
    /****==========我的帳戶=========****/
    /****==========================****/
    .account .member__content__inner__box {
        padding: 20px 0 35px 0;
    }

    .accoun-form__item.two {
        width: 100%;
    }

    .accoun-form__item-address {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .accoun-form__item-address select {
        width: calc(50% - 6px);
        margin: 0 0 10px 0;
        flex: 0 0 calc(50% - 6px);
    }

    /****===========================****/
    /****======歷史訂單_detail======****/
    /****==========================****/
    .order-detail__payment-data {
        flex-wrap: wrap;
    }

    /****===========================****/
    /****==========收藏清單=========****/
    /****==========================****/
    .collect__head {
        display: none;
    }

    .collect__item,
    .collect__item:last-child {
        border: 1px solid #dfdfdf;
        margin: 0 auto 10px auto;
    }

    .collect__item {
        flex-wrap: wrap;
        padding: 25px 20px;
    }

    .collect__item:last-child {
        margin: 0 auto;
    }

    .collect__item__pic {
        width: 100%;
        flex: 0 0 100%;
        margin: 0 auto 15px auto;
    }

    .collect__item__title {
        width: 100%;
        flex: 0 0 100%;
        margin: 0 auto 15px auto;
        padding: 0;
    }

    .collect__item__price {
        width: 100%;
        flex: 0 0 100%;
        text-align: left;
        margin: 0 auto 20px auto;
    }

    .collect__item__bt {
        width: 100%;
        flex: 0 0 100%;
        padding: 15px 0 0 0;
        border-top: 2px dotted #dfdfdf;
    }
}

@media screen and (max-width: 575px) {
    .member__content__inner__box-nodata {
        padding: 10px 0;
    }

    .member__content__inner__box-bt {
        flex-wrap: wrap;
        padding: 20px 0 0 0;
    }

    .member__content__inner__box-bt [class|="c-bt"] {
        width: 100%;
        margin: 0 0 5px 0;
    }

    /****===========================****/
    /****==========我的帳戶=========****/
    /****==========================****/
    .accoun-form__item-password {
        flex-wrap: wrap;
    }

    .accoun-form__item-password span {
        flex: 0 0 42px;
    }

    .accoun-form__item-password input[type="text"],
    .accoun-form__item-password input[type="password"] {
        width: calc(100% - 42px);
        margin: 0;
    }

    .accoun-form__item-password [class|="c-bt"] {
        width: 100%;
        margin: 15px auto 0 auto;
        flex: 0 0 100%;
    }

    .accoun-form__item-address select {
        width: 100%;
        margin: 0 0 10px 0;
        flex: 0 0 100%;
    }

    .accoun-form .c-bt-save {
        width: 100%;
        margin: 0 auto 10px auto;
    }

    /****=============================****/
    /****=======歷史訂單_detail=======****/
    /****============================****/
    .order-detail .member__content__inner__box {
        padding: 20px 0 15px 0;
    }

    .order-detail__payment {
        flex-wrap: wrap;
    }

    .order-detail__payment input[type="text"] {
        width: 100%;
        max-width: none;
        margin: 0 0 10px 0;
    }

    .order-detail__payment input[type="submit"] {
        width: 100%;
    }

    /****=============================****/
    /****==========我的折價券=========****/
    /****============================****/
    .coupon {
        flex-wrap: wrap;
    }

    /**文字部分**/
    .coupon__content {
        padding: 15px 10px;
    }

    .coupon__content__inner__text {
        font-size: 13px;
    }

    /**我的折價券 標題**/
    .coupon__content__inner__title {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    /**我的折價券 發行日期**/
    .coupon__content__inner__dateStart {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        margin: 0 auto 20px auto;
    }

    /**我的折價券 序號**/
    .coupon__content__inner__discount {
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .coupon__content__inner__discount span {
        font-size: 60px;
    }

    /**我的折價券 序號**/
    .coupon__content__inner__text__number {
        font-size: 16px;
    }

    /**我的折價券 期限**/
    .coupon__content__inner__dateLine {
        font-size: 13px;
    }
}



/****IOS樣式****/
@supports (-webkit-touch-callout: none) {
    .accoun-form__item-password input[type="password"] {
        top: -8px;
        letter-spacing: -1.1px;
    }
}