input.t4s_frm_input {
    -webkit-appearance: none;
    display: block;
    padding: 12px 14px;
    border-radius: 0;
    border: 1px solid var(--border-color);
    width: 100%;
    line-height: normal;
    resize: none;
    transition: border-color .1s ease-in-out;
    background: 0 0
}

.t4s-customer select:focus,
input.t4s_frm_input:focus {
    border-color: rgba(var(--text-color-rgb), .8);
    outline: 0
}

.t4s_field label {
    position: absolute;
    top: 0;
    left: 14px;
    transform: scale(1);
    transform-origin: left top;
    transition: transform .2s ease-in-out;
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%
}

.t4s-customer .t4s_field input:-webkit-autofill,
.t4s-customer .t4s_field input:focus,
.t4s-customer .t4s_field input:not(:placeholder-shown) {
    padding: 18px 14px 6px
}

.t4s-customer .t4s_field input:-webkit-autofill~label,
.t4s-customer .t4s_field input:focus~label,
.t4s-customer .t4s_field input:not(:placeholder-shown)~label {
    transform: translateY(-6px) scale(.8)
}

.t4s-customer .t4s_fieldinput::-webkit-search-cancel-button,
.t4s_field__input::-webkit-search-cancel-button {
    display: none
}

.t4s-customer .t4s_field input::-webkit-autofill,
.t4s-customer .t4s_field input:::autofill {
    color: inherit
}

.t4s-customer .t4s_field input:-webkit-autofill {
    border-color: rgba(var(--text-color-rgb), .8);
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: inherit
}

.t4s-customer .t4s_field input::placeholder,
.t4s_field__input::placeholder {
    opacity: 0
}

.t4s-customer {
    text-align: center
}

.t4s_field {
    text-align: left
}

.t4s-customer .t4s_btn_submmit {
    width: 100%;
    padding: 19px;
    text-transform: uppercase;
    font-weight: 500;
    transition: color .25s, background-color .25s, border-color .25s, box-shadow .25s, opacity .25s;
    background-color: #000 !important;
    color: #fff !important;
}

.t4s-customer .t4s_btn_black {
    min-width: 90px;
    background-color: var(--t4s-dark-color);
    color: var(--t4s-light-color);
    transition: .3s;
    position: relative;
    overflow: hidden;
    background-position: 150% 45%
}

.t4s-customer .t4s_btn_black:after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent)
}

@keyframes ani_shine {
    to {
        left: -200%
    }
}

.t4s-customer .t4s_btn_black:hover {
    background-color: var(--t4s-dark-color);
    color: var(--t4s-light-color)
}

.t4s-customer .t4s_btn_black:hover:after {
    animation: .75s cubic-bezier(.01, .56, 1, 1) ani_shine
}

.t4s-customer .t4s_btn_white {
    transition: border .3s;
    min-width: 90px;
    background-color: var(--t4s-light-color);
    color: var(--t4s-dark-color);
    border: 1px solid var(--border-color)
}

.t4s-customer .t4s_btn_white:hover {
    background-color: var(--t4s-light-color);
    color: var(--t4s-dark-color);
    border-color: var(--t4s-dark-color)
}

.t4s-customer a {
    text-decoration: none;
    /* text-underline-offset: 0.3rem; */
    /* text-decoration-thickness: 0.1rem */
}

.t4s-customer h2 {
    font-size: 20px;
    text-transform: uppercase
}

.t4s-customer .form__message {
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 1;
    margin-top: 1rem;
    font-weight: 400
}

.t4s-customer .form__message svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem
}

.t4s-customer .form__message svg.svg-account-hello {
    margin-bottom: 7px
}

.t4s_field+.form__message {
    margin-top: -20px;
    font-size: 13px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.1
}

.t4s-customer ul {
    padding-left: 4.4rem;
    text-align: left;
    /* margin-bottom: 40px; */
    list-style: disc;
    margin-top: 15px
}

.t4s-customer-account {
    text-align: left;
    margin-bottom: 60px;
    margin-top: 20px;
}

.t4s-account-nav ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    line-height: 1.4;
    border: 1px solid var(--border-color)
}

.t4s-account-nav a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center
}

.t4s-account-nav svg {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.t4s-account-nav li:last-child a {
    border-bottom: 0
}

.t4s-account-nav .is--active a,
.t4s-account-nav a:hover {
    background-color: rgba(var(--border-color-rgb), .35);
    color: initial
}

.t4s-account-hello strong {
    color: var(--link-color)
}

.t4s-account-content h2 {
    font-size: 15px;
    text-transform: none;
    margin-bottom: 15px
}

.select,
.text-area {
    display: flex;
    position: relative;
    width: 100%
}

.t4s-customer select {
    width: 100%;
    cursor: pointer;
    padding: 2px 14px;
    height: 40px;
    -webkit-appearance: none;
    appearance: none
}

.t4s-customer select+svg {
    height: .6rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - .2rem);
    right: 12px
}

.t4s_mb_10 {
    margin-bottom: 10px
}

.t4s_mb_20 {
    margin-bottom: 20px
}

.t4s_mb_30 {
    margin-bottom: 30px
}

.t4s_mb_60 {
    margin-bottom: 60px
}

.t4s_mr_10 {
    margin-right: 10px
}

@media screen and (min-width:768px) {
    .t4s-account-nav {
        position: sticky;
        top: 126px
    }
}

#recover,
#recover:target~#login {
    display: none
}

#recover:target {
    display: block
}

#guest_login,
#login,
#recover {
    width: 100%;
    -webkit-animation: 1.25s t4s-ani-fadeIn;
    animation: 1.25s t4s-ani-fadeIn
}

.t4s-customer.is--activate,
.t4s-customer.is--login,
.t4s-customer.is--register,
.t4s-customer.is--reset-password {
    max-width: 410px;
    margin: 24px auto;
    display: flex;
    align-items: center;
    text-align: center;
    min-height: 55vh;
    padding: 0;
    flex-direction: column;
    justify-content: center
}

#guest_login hr {
    width: 100%;
    max-width: 100%;
    margin: 30px 0
}

.order-history td {
    color: var(--heading-color)
}

@media (min-width:641px) {

    .t4s-customer.is--activate,
    .t4s-customer.is--login,
    .t4s-customer.is--register,
    .t4s-customer.is--reset-password {
        margin: 80px auto
    }

    #guest_login hr {
        margin: 60px 0 50px
    }
}

.is--addresses [aria-expanded]~div[id] {
    margin-top: 20px;
    padding: 0 20px 5px;
    border: 2px solid var(--border-color)
}

.is--addresses [aria-expanded=false]~div[id] {
    display: none
}

.is--addresses [aria-expanded=true]~div[id] {
    display: block;
    -webkit-animation: 1.25s t4s-ani-fadeIn;
    animation: 1.25s t4s-ani-fadeIn
}

.is--addresses form {
    display: flex;
    flex-flow: row wrap
}

.is--addresses form>div {
    width: 100%;
    text-align: left
}

.is--addresses h2.t4s_title_addresses {
    margin: 30px 0 20px;
    font-size: 18px
}

.is--addresses ul {
    list-style: none;
    padding-left: 0;
    text-align: center
}

.is--addresses .t4s_field {
    margin: 2rem 0 0
}

.is--addresses form>div:nth-of-type(7),
.is--addresses form>div:nth-of-type(7)+div[id] {
    margin-top: 1.5rem
}

.is--addresses input[type=checkbox] {
    margin-top: 2rem;
    margin-left: 0
}

.is--addresses button {
    margin: 4rem 0 1.5rem
}

.is--addresses form button:first-of-type {
    margin-right: 1rem
}

.is--addresses ul p {
    margin-bottom: 0
}

li[data-address] {
    margin-top: 5rem
}

li[data-address]>h2 {
    font-size: 16px;
    margin-top: 30px
}

.is--addresses form button+button,
.is--addresses li>button+button {
    margin-top: 0
}

.is--addresses li>button {
    margin-left: .5rem;
    margin-right: .5rem
}

.is--order .t4s-account-content h2 {
    font-size: 20px
}

.is--order .t4s-account-content h2.is--first {
    margin-bottom: 0
}

.is--order tfoot tr:last-of-type td,
.is--order tfoot tr:last-of-type th {
    font-size: 14px;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    color: var(--link-color);
    font-weight: 500
}

.is--order .lis__discount,
.is--order tfoot tr:last-of-type td::before {
    color: var(--link-color)
}

.is--order tbody ul {
    list-style: none;
    font-size: 1.2rem;
    text-align: right;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 0
}

.is--order .t4s-account-content svg {
    width: 1.1rem;
    color: #000;
    margin-right: .5rem
}

.is--order .cart-discount {
    display: block;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.2rem
}

.is--order td:first-of-type {
    align-items: initial
}

@media screen and (min-width:750px) {
    .is--order td .cart-discount {
        display: none
    }

    .is--addresses [aria-expanded]~div[id] {
        padding: 10px 40px 20px
    }
}

.rtl_true .t4s-customer ul {
    padding-left: 0;
}

.rtl_true .t4s_field label {
    left: auto;
    right: 14px
}

.rtl_true .is--addresses form>div,
.rtl_true .t4s-customer ul,
.rtl_true .t4s-customer-account,
.rtl_true .t4s_field,
.rtl_true .t4s_field+.form__message {
    text-align: right
}

.rtl_true .t4s-account-nav svg {
    margin-right: 0;
    margin-left: 5px
}

.rtl_true .t4s_mr_10 {
    margin-right: 0;
    margin-left: 10px
}

.rtl_true .is--addresses input[type=checkbox] {
    margin-left: auto;
    margin-right: 0
}

.rtl_true .is--addresses form button:first-of-type {
    margin-right: 0;
    margin-left: 1rem
}

.rtl_true .is--order tbody ul {
    text-align: left
}

.rtl_true .is--order svg {
    margin-right: 0;
    margin-left: .5rem
}

@media only screen and (min-width:750px) {
    .is--addresses form>div:nth-of-type(1) {
        margin-right: 2rem
    }

    .is--addresses form>div:nth-of-type(1),
    .is--addresses form>div:nth-of-type(2) {
        box-sizing: border-box;
        flex-basis: calc(50% - 1rem)
    }

    .is--addresses li>button:first-of-type {
        margin-top: 3rem
    }

    .is--order tfoot tr:last-of-type td,
    .is--order tfoot tr:last-of-type th {
        padding-bottom: 2.4rem
    }

    .is--order tbody ul {
        text-align: left
    }

    .rtl_true .is--order tbody ul {
        text-align: right
    }
}

@media (min-width:768px) {
    .is_sticky_sidebar.pc {
        display: block
    }

    .is_sticky_sidebar.m {
        display: none
    }

    .account-detail.pc {
        display: block;
        max-width: 350px
    }

    .account-detail.m {
        display: none !important
    }
}

@media (max-width:768px) {
    .account-detail.pc {
        display: none !important
    }

    .account-detail.m {
        display: block;
    }

    .is_sticky_sidebar.pc {
        display: none
    }

    .is_sticky_sidebar.m {
        display: block
    }

    .sp-myaccount-content {
        margin-left: 0 !important
    }
}

.copy-btn {
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    cursor: pointer;
    width: 44px;
    height: 20px;
    line-height: 15px;
    margin: 5px auto
}

.male,
.female {
    display: inline-block !important;
    text-transform: capitalize
}

.account-logo {
    display: block;
    width: 100%;
    height: 80px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://cdn.shopify.com/s/files/1/0606/9757/5642/files/account-logo.png?v=1679450301)
}

.account-card {
    display: flex;
    padding: 14px 12px;
    background: #F9F9F9
}

.account-card-item {
    line-height: 1;
    margin-bottom: 16px;
    white-space: nowrap;
    font-size: 12px
}

.account-card-item:last-child {
    margin-bottom: 0
}

.account-card-label {
    font-size: 12px;
    color: #878787;
    min-width: 75px;
    display: inline-block
}

.account-hint {
    margin: 24px auto;
    color:#000
}

.account-hint-item {
    display: flex;
    align-items: center
}

.account-hint-title {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 12px
}

.account-hint-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://cdn.shopify.com/s/files/1/0606/9757/5642/files/right-icon.png?v=1679450303);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 8px
}


.vouchers_linkto {
    background: #000;
    color: #fff !important;
    padding: 3px 6px;
    display: block;
    width: max-content;
    margin: 5px auto;
    border-radius: 20px;
    font-size: 12px;
    font-family: 'Neue Montreal-Regular' !important
}

.terms-info,
.terms-dialog-content thead th,
.terms-dialog-content td {
    white-space: nowrap
}

.terms-dialog {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.terms-dialog-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: all .8s
}

.terms-dialog-container.active {
    bottom: 0
}

.terms-dialog-content {
    overflow: auto;
    padding: 14px;
    margin-bottom: 20px
}

.terms-dialog-content table,
.terms-dialog-content td,
.terms-dialog-content th {
    border: none
}

.terms-dialog-content table {
    margin: 0
}

.terms-dialog-content tbody tr:nth-child(odd) {
    background: #F9F9F9
}

.terms-mask {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: #000000
}

.terms-dialog-header {
    position: relative;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ccc
}

.terms-dialog-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(https://cdn.shopify.com/s/files/1/0606/9757/5642/files/2x.png?v=1680749217)
}

.terms-dialog-header .title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.title-wrap {
    display: flex;
    margin-bottom: 15px;
}

.title-wrap div {
    font-size: 14px;
}

.title-wrap div:last-child {
    font-weight: 500;
    border-bottom: 1px solid #000;
    margin-left: 20px;
}

@media (max-width:768px) {
    .title-wrap {
        justify-content: space-between;
    }
    .account-detail {
        padding: 0 15px
    }
    .terms-dialog-container {
        bottom: -100%
    }
}

@media (min-width:768px) {
    .terms-dialog-container {
        width: max-content;
        height: fit-content;
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        transition: all 2s;
        background: #fff
    }
}

.copy-success-hint {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    padding: 8px;
    border-radius: 4px;
    background-color: #0000008c;
    color: #fff
}

.vouchers-details .club-section table {
    margin-bottom: 0
}

@media (min-width:768px) {
    .vouchers-details .club-section table {
        max-width: initial
    }
}

@media (max-width:768px) {
    #available_voucher_table tr {
        border: 1px solid #ccc
    }
}

#available_voucher_table_body span,
#available_voucher_table_body a,
#available_voucher_table_body p,
#available_voucher_table_body td {
    font-size: 12px
}

.vouchers-type {
    white-space: nowrap;
    padding-left: 10px !important;
    padding-right: 10px !important
}

#available_voucher_table_body td {}

.editform-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.editform-dialog .dialog-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}
.editform-dialog .dialog {
    min-width: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #fff;
    padding: 24px 20px;
}
.editform-dialog .a-close,
.editform-dialog .a-cancel {
    display: none;
}
.editform-dialog .a-confirm  {
    width: 100%;
    border-radius: 0;
    background: #000;
    color: #fff;
}
.point-icon {
    float: right;
    border-radius: 50%;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}
.d-none {
    display: none;
}
.t4s-account-content .edit_fields {
    display: none;
}
.t4s-account-content .btn_edit {
    line-height: 2;
}
.t4s-account-content .btn_cancel {
    display: none;
    line-height: 2;
}
.t4s-account-content .btn_submit {
    display: none;
    line-height: 2;
}
.edit_btns {
    display: flex;
    justify-content: space-between;
}
.btn_edit.button {
    text-decoration: none;
    padding: 0 25px;
    background-color: #191918;
    color: #fff;
    line-height: 40px;
}
 .btn_submit.button {
    cursor: pointer;
    border: 2px solid #222;
    padding: 5px 25px;
    background-color: #191918 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;
}
.edit_fields {
    width: 100%;
}
a.button {
    cursor: pointer;
    border: 2px solid #222;
    padding: 5px 25px;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;
    text-decoration: none;
}

.vouchers-title {
  margin-bottom: 20px;
}
.vouchers-details .pointsTitle , .orders .pointsTitle{
  margin-bottom: 10px;
  font-weight: bold;
}
.vouchers-details .pointsGet .pointsPartAll, .orders .pointsGet .pointsPartAll {
  color: #B78126;
  font-size: 16px;
}
.vouchers-details .pointsGet .pointsPart, .orders .pointsGet .pointsPart {
  font-size: 24px;
}
.vouchers-details .pointsGet {
  font-size: 14px;
}
.vouchers-details .pointsGet .CheckHistory, .orders .pointsGet .CheckHistory {
  float: right;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}
.vouchers-details .itemMargin {
  margin-top: 40px;
  overflow: auto;
}
.vouchers-details .club-section > div {
  font-size: 14px;
  font-weight: bold;
}
.vouchers-details .club-section ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #fafafa;
  row-gap: 20px;
  column-gap: 20px;
  margin: 20px 0;
}
.vouchers-details .club-section ul li {
  list-style: none;
  width: 45%;
  width: calc(50% - 10px);
}
.vouchers-details .club-section ul li a {
  position: relative;
  display: block;
  padding: 15px 25px;
  background: #fff;
}
.vouchers-details .club-section ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: translateY(-50%) rotate(-45deg);
}
.vouchers-details .club-section .table-wrap {
  overflow: auto;
  font-size: 14px;
}
.vouchers-details .club-section table {
  max-width: 750px;
}
.vouchers-details .club-section table,
.vouchers-details .club-section th,
.vouchers-details .club-section td {
  border: none;
}
.vouchers-details .club-section tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.vouchers-details .club-section thead tr:first-child th,
.vouchers-details .club-section thead tr:first-child td {
  font-weight: bold;
  text-align: center;
}
.vouchers-details .club-section thead tr:first-child th {
  font-size: 14px;
}
.vouchers-details .club-section thead tr:first-child th:first-child {
  /* text-align: left; */
}
.vouchers-details .club-section thead tr:first-child td {
  font-size: 14px;
}
.vouchers-details .club-section td.date,
.vouchers-details .club-section td.vouchers-type,
.vouchers-details .club-section td.vouchers-code,
.vouchers-details .club-section td.expiry-date,
.vouchers-details .club-section td.conditions,
.vouchers-details .club-section td.orderno {
  font-size: 12px;
}
.vouchers-details .club-section td.date,
.vouchers-details .club-section td.vouchers-type,
.vouchers-details .club-section td.vouchers-code,
.vouchers-details .club-section td.expiry-date,
.vouchers-details .club-section td.online-offline,
.vouchers-details .club-section td.conditions,
.vouchers-details .club-section td.orderno {
  padding: 20px 0;
  text-align: center;
}
.vouchers-details .club-section td.vouchers-type,
.vouchers-details .club-section td.vouchers-code {
  font-weight: bold;
}
.vouchers_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 999;
}
.vouchers_popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.vouchers_popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  color: #000;
}
.vouchers_popup__close svg {
  transition: transform .3s ease-in-out;
}
.vouchers_popup__close:hover svg {
  transform: rotate(90deg);
}
.vouchers_popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 1300px;
  max-height: 80%;
  padding: 20px 50px 50px;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 9px rgb(50 50 50 / 15%);
  transform: translate(-50%,-50%);
  text-align: center;
}
.vouchers_popup__title {
  font-size: 16px;
  letter-spacing: 2px;
  margin: 20px 0;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.vouchers_popup .lion-history-table {
  color: #333;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 14px;
  border: 20px solid #fafafa;
  border-radius: 6px;
  table-layout: auto;
  padding: 0;
  margin: 0;
}
.vouchers_popup .lion-history-table td, 
.vouchers_popup .lion-history-table th {
  border: none;
}
.vouchers_popup .lion-history-table__header-cell {
  background: #f8f8f8;
  color: #555;
  text-align: left;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  padding: 10px 0 10px 14px;
  border-bottom: 1px solid #f1f1f1;
}
.vouchers_popup .lion-history-table__row {
   background-color: #fff;
}
.vouchers_popup .lion-history-table__row:nth-child(even) {
  background-color: #f8f8f8;
}
.vouchers_popup .lion-history-table__row-cell {
    padding: 10px 10px 10px 14px;
    font-size: 110%;
}
.vouchers_popup .lion-history-table__bubble {
    border-radius: 12px;
    font-size: .9em;
    cursor: pointer;
    opacity: .65;
    transition: opacity .15s;
}
.vouchers_popup .lion-history-state-bubble--approved {
    color: #03543f;
    background-color: #def7ec;
}
.vouchers_popup .lion-history-state-bubble {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 14px;
    box-sizing: border-box;
    font-weight: 500;
    cursor: default;
}
@media (max-width: 768px) {

    .vouchers-details .club-section ul li {
      width: 100%;
    }
    .vouchers-details .club-section tr:first-child th {
      font-size: 12px;
    }
    .vouchers-details .club-section td.date,
    .vouchers-details .club-section td.vouchers-type, 
    .vouchers-details .club-section td.vouchers-code, 
    .vouchers-details .club-section td.orderno {
      font-size: 12px;
    }
    .vouchers_popup__inner {
      top: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 0;
      transform: none;
    }
    .vouchers_popup__title {
      margin: 20px auto;
      font-size: 16px;
      text-align: center;
    }
    .vouchers_popup .lion-history-table {
      border: none;
    }
    .vouchers_popup .lion-history-table__header-cell:nth-child(2),
    .vouchers_popup .lion-history-table__row-cell:nth-child(2) {
      /* display: none; */
    }
    .vouchers_popup .lion-history-table__header-cell {
      padding: 8px 5px;
      font-size: 80%;
      text-align: center;
    }
    .vouchers_popup .lion-history-table__row-cell {
      font-size: 12px;
      text-align: center;
    }
}
#load_more_points_history {
    margin: 20px 0 ;
}
.myaccount__account-details {
    color: #000;
}
@media (max-width: 768px) {
    .myaccount__account-details {
        text-align: center;
    }
    .small--hide {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .myaccount__account-details {
        display: flex;
    }
    .myaccount__account-details div {
        flex: 0 0 50%;
    }
}
.t4s_order_detail_card {
    color: #000;
}
.tfoot {
    border-top: 1px solid #e8e9eb;
}
.line_item_url {
    font-weight: bold;
}
#no_order_message .btn_link {
    color: #3c763d;
    text-decoration: underline;
}
.create_account_btn.loading {
    background-position:  center;
    background-image: url(https://cdn.shopify.com/s/files/1/0637/2399/5381/files/loading.gif?v=1694680116);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    font-size: 0;
}
.regular-price {
    color: #878787;
}
.point-wrap {
    display: flex;
}
@media (max-width: 768px) {
    .point-wrap {
        justify-content: space-between;
    }
}
#check_points_history {
    margin-left: 20px;
}
.fulfillment-details {
    display: flex;
    flex-direction: column;
}
.tracking_url {
    text-decoration: underline !important;
    margin-left: 4px;
}

.vipBgColor {
    background: rgba(231, 217, 167, 0.2) !important;
}

.VipHeader {
    color: #6E411A;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 12px 0;
    background: url(https://cdn.shopify.com/s/files/1/0637/2399/5381/files/Frame_1_2x_65585cd2-e3a4-4622-8510-95f75d6b788c.png?v=1722821738);
}

.expirationDate {
    font-size: 12px;
}

.VipHeader .logo {
    background-image: url(https://cdn.shopify.com/s/files/1/0637/2399/5381/files/Group_427319740_2x_3f213725-9162-49ef-a815-ebeb25df7501.png?v=1725936993);
    background-size: 100% 100%;
    min-width: 225px;
    min-height: 47px;
}

.keepVipText {
    font-size: 14px;
    color: #000;
    text-decoration-line: underline;
    cursor: pointer;
}

.fittingRoomText {
    color: #CEAF2C;
    display: flex;
}

.crownIcon {
    width: 20px;
    height: 20px;
    background-image: url(https://cdn.shopify.com/s/files/1/0637/2399/5381/files/Frame_2x_4322eb90-7373-41fa-986a-e0e7f51530ff.png?v=1722821737);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin-right: 6px;
}

.non-vip .crownIcon {
    background-image: url(https://cdn.shopify.com/s/files/1/0637/2399/5381/files/Frame_2x_aeda1932-4239-49c9-8288-8ceec0b52b93.png?v=1722824163);
}

.non-vip.fittingRoomText {
    color: #999;
}

.modal {
    display: none;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    box-sizing: border-box;
}

.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
    color: #222;
}

.termsPopupTitle {
    text-align: center;
    padding: 28px 0;
    border-bottom: 1px solid #e5e5e5;
}

/* PC端样式 */
@media (min-width: 768px) {
    .modal-content {
        width: 50%;
        position: relative;
    }

    .termsPopupContent {
        max-height: 50vh;
    }
}

.termsPopupContent {
    overflow-y: auto;
    padding: 28px;
}

@media (max-width: 767px) {
    .modal-content {
        width: 100%;
        position: absolute;
        bottom: 0;
        animation: slideInUp 0.3s ease-out;
    }

    .termsPopupContent {
        max-height: 80vh;
        padding: 16px;
    }

    .termsPopupTitle {
        padding: 20px 0;
    }

    /* 动画效果 */
    @keyframes slideInUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}
.c000 {
    color: #000;
}
.vip-mask {
    position: relative;
}
.vip-mask.loading::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .9;
    z-index: 1;
    left: 0;
    top: 0;
}