﻿.stepper {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.img1 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.stepper--1 .stepper__line-background, .stepper--1 .stepper__line-foreground {
    width: 100%;
    margin: 0
}

.stepper--1 .stepper__step {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.stepper__step {
    width: 140px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 1
}

.stepper__step-icon {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.875rem;
    border: 4px solid #e0e0e0;
    color: #e0e0e0;
    background-color: #fff;
    -webkit-transition: background-color .3s cubic-bezier(.4,0,.2,1) .7s,border-color .3s cubic-bezier(.4,0,.2,1) .7s,color .3s cubic-bezier(.4,0,.2,1) .7s;
    transition: background-color .3s cubic-bezier(.4,0,.2,1) .7s,border-color .3s cubic-bezier(.4,0,.2,1) .7s,color .3s cubic-bezier(.4,0,.2,1) .7s
}

.stepper__step-icon--pending {
    background-color: #2dc258;
    color: #fff;
    strike: #fff;
    fill: #2dc258;
    border-color: #2dc258
}

.stepper__step-icon--finish {
    border-color: #2dc258;
    color: #2dc258
}

.stepper__step-text {
    text-transform: capitalize;
    font-size: .875rem;
    color: rgba(0,0,0,.8);
    line-height: 1.25rem;
    margin: 1.25rem 0 .25rem
}

.stepper__step-date {
    font-size: .75rem;
    color: rgba(0,0,0,.26);
    height: .875rem
}

.stepper__step-error-icon {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/assets/f920f7085de5c850235b96dfbc312dc3.png);
    width: 1.875rem;
    height: 1.875rem;
    right: -.9375rem;
    top: -.625rem
}

.stepper__line {
    position: absolute;
    top: 29px;
    height: 4px;
    width: 100%
}

.stepper__line-background, .stepper__line-foreground {
    position: absolute;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin: 0 70px;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.stepper__line-background {
    background: #e0e0e0
}

.stepper__line-foreground {
    background: #2dc258;
    -webkit-transition: width 1s cubic-bezier(.4,0,.2,1);
    transition: width 1s cubic-bezier(.4,0,.2,1)
}

.payment-detail__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
    border-bottom: 1px dotted rgba(0,0,0,.09);
    padding: 0 1.25rem
}

.payment-detail__item--last {
    border-bottom: 0
}

.payment-detail__item__description {
    border-right: 1px dotted rgba(0,0,0,.09);
    padding: .8125rem .625rem;
    font-size: .75rem;
    color: rgba(0,0,0,.54)
}

    .payment-detail__item__description .shopee-drawer {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle
    }

.payment-detail__item__description-inner, .payment-detail__item__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-detail__item__value {
    min-width: 12.5rem;
    color: rgba(0,0,0,.8);
    word-wrap: break-word
}

.payment-detail__item__value--highlighted {
    color: #ee4d2d;
    font-size: 2rem;
    line-height: 2.125rem
}

.payment-detail__item__value-text {
    text-align: right;
    margin: .3125rem 0 .3125rem auto
}

.payment-detail__item__value-button {
    text-align: right;
    margin-left: auto;
    font-size: .875rem;
    color: rgba(0,0,0,.8);
    background-color: transparent;
    padding: 0;
    border: none
}

.payment-detail__item__value-final {
    margin-top: 5px
}

.payment-detail__item__value-disabled {
    color: rgba(0,0,0,.54)
}

.payment-detail__question-mark {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: rgba(0,0,0,.54);
    padding-right: .125rem;
    padding-left: .125rem;
    width: .75rem;
    height: .75rem
}

.payment-detail__payment-method-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;
    padding: 0 0 0 .625rem
}

.payment-detail__shopee-guarantee-icon {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: .3125rem
}

.payment-detail__container {
    background: #fdfdfd;
    padding: .3125rem 0 .625rem
}

.logistics-channel-address-radio {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.logistics-channel-address-radio, .logistics-channel-address-radio__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal
}

.logistics-channel-address-radio__row {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.logistics-channel-address-radio__name, .logistics-channel-address-radio__phone {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500
}

.logistics-channel-address-radio__name {
    margin-right: .625rem
}

.logistics-channel-address-radio__phone {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.25rem
}

.logistics-channel-address-radio__address {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #929292
}

.logistics-channel-address-radio__tax-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #f6a700
}

    .logistics-channel-address-radio__tax-info .shopee-drawer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

.logistics-channel-address-radio__tax-info-tooltip {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: rgba(0,0,0,.54);
    padding-right: .125rem;
    padding-left: .125rem
}

.logistics-channel-address-radio__tax-info-tooltip-content {
    background: #fff;
    color: rgba(0,0,0,.8);
    padding: .625rem;
    font-size: .875rem;
    line-height: 1.25rem;
    word-wrap: break-word;
    text-align: left;
    width: 11.875rem
}

.logistics-channel-address-radio__unsupported {
    color: #ee4d2d;
    margin-top: .375rem
}

.stardust-checkbox {
    font-family: -apple-system,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,sans-serif;
    font-weight: 300;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    position: relative;
    color: rgba(0,0,0,.54);
    max-width: 400px
}

.stardust-checkbox__input {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute
}

.stardust-checkbox__box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.14);
    text-align: center;
    box-shadow: inset 0 2px 0 0 rgba(0,0,0,.02);
    margin-right: 8px
}

    .stardust-checkbox__box:hover {
        box-shadow: inset 0 2px 1px 0 rgba(0,0,0,.09)
    }

    .stardust-checkbox__box:before {
        position: absolute;
        content: "";
        height: 5px;
        width: 9px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 3px;
        top: 3px
    }

.stardust-checkbox--disabled {
    opacity: .35;
    cursor: no-drop
}

    .stardust-checkbox--disabled .stardust-checkbox__box {
        background: #e7e7e7 !important;
        box-shadow: none !important
    }

        .stardust-checkbox--disabled .stardust-checkbox__box:before {
            border-color: transparent
        }

.stardust-checkbox--checked > .stardust-checkbox__box {
    background: #ee4d2d;
    border-color: #ee4d2d
}

    .stardust-checkbox--checked > .stardust-checkbox__box:hover {
        box-shadow: none
    }

    .stardust-checkbox--checked > .stardust-checkbox__box:before {
        border-color: #fff
    }

.address-modal.select-collection-point {
    width: 700px;
    height: 582px
}

    .address-modal.select-collection-point .shopee-popup-form__main.shopee-popup-form__main {
        overflow-y: unset
    }

._2KPJL0 .shopee-popup-form__subtitle {
    text-transform: unset;
    color: #888;
    font-weight: 200
}

._1XTJLg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.umsjCz {
    margin-top: 6px;
    margin-bottom: 18px;
    position: relative;
    color: rgba(0,0,0,.8)
}

._21-8_r {
    display: block;
    position: absolute;
    left: -6px;
    right: -6px;
    bottom: -18px;
    height: 1px;
    background-color: rgba(0,0,0,.12)
}

._3FqXS0 {
    margin-top: 12px;
    max-height: 300px;
    overflow-y: auto
}

._13_XEU {
    color: #555;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .3125rem;
    height: 2.5rem;
    text-transform: capitalize
}

    ._13_XEU:nth-child(2) {
        margin-left: 18px
    }

.QlcrUa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

._2otqdw {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

._1IeNP_ {
    font-weight: 700;
    margin-bottom: 6px
}

._2bTh08 {
    margin-bottom: 3px;
    color: rgba(0,0,0,.87)
}

._3MUtL8 {
    color: rgba(0,0,0,.65)
}

._3IKL9R {
    position: relative
}

.sY2dPo {
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 14px;
    width: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .sY2dPo:hover {
        cursor: pointer
    }

._3IUcmw {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2.75rem
}

    ._3IUcmw img {
        -webkit-animation: rotating 2s linear infinite;
        animation: rotating 2s linear infinite
    }

.lY2k1B {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.375rem
}

._1tUUT9 {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/assets/b27bf46d55188fa468a8a7f6dec710e1.png) !important;
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 2.25rem
}

.hK0x-_ {
    font-size: .875rem
}

._1hggRy {
    margin: .1875rem 0;
    color: #ee4d2d
}

._3er7n6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 0 12px
}

    ._3er7n6 .stardust-radio__content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    ._3er7n6 .fFDxKu {
        margin-left: 12px;
        padding-bottom: 21px;
        border-bottom: 1px solid rgba(0,0,0,.12)
    }

    ._3er7n6:last-child .fFDxKu {
        border-bottom: unset
    }

._8yxdfL {
    font-weight: 700
}

._25x7dA {
    margin-top: .375rem
}

._3Qqnq_ {
    margin-top: .25rem;
    color: #999
}

.order-edit-address-modal {
    max-height: 34.375rem
}

    .order-edit-address-modal .stardust-radio-button__outer-circle {
        border-width: 1px;
        border-color: rgba(0,0,0,.14)
    }

    .order-edit-address-modal .stardust-radio-button--checked .stardust-radio-button__outer-circle {
        border-width: 0;
        background-color: #ee4d2d
    }

    .order-edit-address-modal .stardust-radio-button--checked .stardust-radio-button__inner-circle {
        background-color: #fff
    }

    .order-edit-address-modal .stardust-radio--disabled .stardust-radio-button__outer-circle {
        background-color: #ebebeb
    }

    .order-edit-address-modal .shopee-popup-form__main {
        padding-right: 0;
        margin-right: 0
    }

    .order-edit-address-modal .stardust-radio__content {
        overflow: hidden
    }

    .order-edit-address-modal .logistics-channel-address-radio__name {
        word-break: break-all
    }

    .order-edit-address-modal .stardust-radio-button {
        padding-top: 3px;
        margin-right: .625rem
    }

    .order-edit-address-modal .stardust-radio {
        padding: .75rem 0 !important;
        cursor: pointer
    }

.order-edit-address-modal__add-new-btn {
    color: #555;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .3125rem;
    height: 2.5rem;
    border-radius: 0;
    border-color: rgba(0,0,0,.09)
}

.order-edit-address-modal__plus-sign {
    width: .875rem;
    fill: #555;
    margin-right: .625rem
}

.stardust-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stardust-popup, .stardust-popup__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.stardust-popup__overlay {
    background: rgba(0,0,0,.4)
}

.stardust-popup__dialog {
    background: #fff;
    border-radius: 4px;
    margin: auto 34px
}

.stardust-popup__dialog--wrapper {
    max-width: 375px;
    width: 100%;
    z-index: 2;
    margin: 0 auto
}

.stardust-popup__dialog--wrapper-top {
    padding: 20px 20px 0
}

.stardust-popup-title {
    font-size: 16px;
    color: rgba(0,0,0,.87);
    text-align: center
}

.stardust-popup-content, .stardust-popup-title {
    font-family: -apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,sans-serif;
    font-weight: 400
}

.stardust-popup-content {
    font-size: 14px;
    text-align: left;
    color: rgba(0,0,0,.54)
}

.stardust-popup-buttons {
    margin-top: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.stardust-popup-button {
    font-family: -apple-system,Helvetica Neue,Helvetica,Roboto,Droid Sans,Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #ee4d2d;
    border-top: 1px solid rgba(0,0,0,.09);
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center
}

    .stardust-popup-button:nth-child(2) {
        border-left: 1px solid rgba(0,0,0,.09)
    }

.order-edit-address-controller__button {
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    background: transparent;
    color: #05a
}

.order-edit-address-controller__button--inline {
    margin-left: 1.25rem
}

.order-edit-address-controller__button--disabled {
    color: #cde;
    cursor: not-allowed
}
