.woocommerce-terms-and-conditions-learn-more,
.woocommerce-terms-and-conditions-new {
    margin-bottom: 20px;
    height: 200px;
    overflow: auto;
    background-color: var(--background)
}

.page-template-payment-failed .woocommerce {
    padding: 0 15px
}

.woocommerce-notices-wrapper {
    margin-bottom: 30px
}

.woocommerce-checkout .checkout_coupon button[type=submit] {
    position: absolute;
    right: 0;
    height: 48px;
    border-radius: 4px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: none;
    text-transform: capitalize;
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0)
}

.woocommerce-checkout .checkout_coupon button[type=submit]:hover {
    box-shadow: none
}

.woocommerce-checkout .checkout_coupon input[type=text] {
    margin-bottom: 0
}

.woocommerce-checkout .checkout_coupon .coupon {
    position: relative
}

.woocommerce-checkout .checkout_coupon .coupon .mr-10 {
    margin-right: 10px
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout .message-wrapper {
    padding: 25px;
    margin-bottom: 30px;
    border: 2px dashed red
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: uppercase
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-address {
    padding-right: 0;
    width: 100%
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p {
    width: 100%;
    margin-bottom: 16px
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper>p:last-child {
    margin-bottom: 10px
}

@media all and (min-width: 1025px) {

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-first,
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-last {
        width: 50%
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-first {
        padding-right: 8px
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-last {
        padding-left: 8px
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row-address {
        padding-right: 0;
        width: 100%
    }
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: none;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 0;
    background-color: #f5f5f8;
    width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead tr th {
    padding-top: 0;
    padding-bottom: 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    border-bottom: 2px solid #e5e7ec;
    color: var(--heading)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item td {
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 2px solid #e5e7ec
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-name span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--heading)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .cart_item .product-name .variation {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    padding-top: 16px;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-bottom: none;
    color: var(--text)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th span.amount,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td span.amount {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-discount {
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-discount th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-discount td {
    padding-top: 0;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-bottom: none;
    color: var(--text)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-discount th a,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-discount td a {
    display: block
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-discount th span.amount,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-discount td span.amount {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td {
    padding-top: 8px;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--heading)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th span.amount,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td span.amount {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--heading)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-exchange-rate {
    display: flex
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-exchange-rate td {
    border-bottom: 0px !important
}

.woocommerce-checkout .payment-methods-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--heading)
}

.woocommerce-checkout .woocommerce-checkout-payment {
    padding-top: 32px;
    margin-top: 16px;
    border-top: 2px solid #f5f5f8
}

@media(max-width: 849px) {
    .woocommerce-checkout .woocommerce-checkout-payment {
        border: none;
        margin-top: 0;
        padding-right: 15px;
    }

    .form-checkout-col-mobile {
        margin-top: 20px;
    }

    body .woocommerce-checkout-review-order-table {
        padding: 21px !important;
        width: 96% !important;
    }
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead tr th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th {
    text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-payment input[type=checkbox],
.woocommerce-checkout .woocommerce-checkout-payment input[type=radio] {
    margin-bottom: 0
}

.woocommerce-checkout .woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0
}

.woocommerce-checkout .woocommerce-checkout-payment ul li {
    margin-bottom: 15px;
    list-style: none
}

.woocommerce-checkout .woocommerce-checkout-payment ul li .payment_box {
    padding: 16px 16px 6px 16px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    margin-top: 16px
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order button[type=submit] {
    display: block;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 16px;
    border: none;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--primary)
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .showcoupon {
    margin-right: 0;
    color: var(--primary)
}

.woocommerce-checkout .woocommerce .message-wrapper {
    padding-bottom: 15px
}

.woocommerce-checkout .woocommerce .woocommerce-error {
    padding-left: 15px
}

.woocommerce-checkout .woocommerce .woocommerce-error li {
    color: var(--highlight);
    margin-bottom: 0
}

.woocommerce-checkout .woocommerce .checkout_coupon {
    margin-bottom: 30px
}

.woocommerce-checkout .woocommerce .checkout_coupon p {
    margin-bottom: 8px
}

.woocommerce-checkout .form-checkout-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    margin-top: -40px
}

.woocommerce-checkout .form-checkout-sidebar.active {
    position: fixed
}

@media(max-width: 849px) {
    .woocommerce-checkout .form-checkout-sidebar {
        position: unset;
        margin-top: 0
    }
}

.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=search],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=url],
.woocommerce-checkout textarea {
    font-size: 16px;
    font-weight: 400;
    border-radius: 16px;
    margin-bottom: 0;
    border: 2px solid #f5f5f8
}

.woocommerce-checkout input[type=email]::placeholder,
.woocommerce-checkout input[type=number]::placeholder,
.woocommerce-checkout input[type=search]::placeholder,
.woocommerce-checkout input[type=tel]::placeholder,
.woocommerce-checkout input[type=text]::placeholder,
.woocommerce-checkout input[type=url]::placeholder,
.woocommerce-checkout textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #70778c
}

.woocommerce-checkout input[type=email]:focus,
.woocommerce-checkout input[type=number]:focus,
.woocommerce-checkout input[type=search]:focus,
.woocommerce-checkout input[type=tel]:focus,
.woocommerce-checkout input[type=text]:focus,
.woocommerce-checkout input[type=url]:focus,
.woocommerce-checkout textarea:focus {
    border-color: var(--primary)
}

.woocommerce-checkout input[type=email]:focus-visible,
.woocommerce-checkout input[type=number]:focus-visible,
.woocommerce-checkout input[type=search]:focus-visible,
.woocommerce-checkout input[type=tel]:focus-visible,
.woocommerce-checkout input[type=text]:focus-visible,
.woocommerce-checkout input[type=url]:focus-visible,
.woocommerce-checkout textarea:focus-visible {
    outline: unset
}

.woocommerce-checkout .form-row .select2-container {
    margin-bottom: 0
}

.woocommerce-checkout .select-resize-ghost,
.woocommerce-checkout .select2-container .select2-choice,
.woocommerce-checkout .select2-container .select2-selection,
.woocommerce-checkout select {
    font-size: 16px;
    font-weight: 400;
    color: #70778c;
    border-radius: 16px;
    border: 2px solid #f5f5f8
}

.woocommerce-checkout .select-resize-ghost:focus-visible,
.woocommerce-checkout .select2-container .select2-choice:focus-visible,
.woocommerce-checkout .select2-container .select2-selection:focus-visible,
.woocommerce-checkout select:focus-visible {
    outline: unset
}

.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 12px 16px;
    border: 2px solid #f5f5f8
}

.woocommerce-checkout .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

.woocommerce-checkout .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    border-radius: 20px;
    width: 5px;
    background-color: rgba(0, 0, 0, 0)
}

.woocommerce-checkout .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #e5e7ec
}

.woocommerce-checkout .select2-results__option {
    padding-left: 16px;
    padding-right: 16px
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #f5f5f8;
    border-top: none;
    border-radius: 0 0 16px 16px;
    overflow: hidden
}

.woocommerce-checkout .select2-dropdown.select2-dropdown--above {
    border: 1px solid #f5f5f8;
    border-bottom: none;
    padding-top: 10px;
    border-radius: 16px 16px 0 0
}

.woocommerce-checkout .select2-search--dropdown {
    padding: 4px 16px
}

.woocommerce-checkout .select2-container--open .select2-selection--single {
    border-width: 1px
}

.woocommerce-checkout .select2-container--open.select2-container--above .select2-selection--single:before {
    top: -253px
}

.woocommerce-checkout .select2-container--open .select2-selection--single {
    position: relative
}

.woocommerce-checkout .select2-container--open .select2-selection--single:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 254px);
    left: 0;
    top: 0;
    border-radius: 16px;
    box-shadow: -6px 8px 16px 0px rgba(58, 42, 152, .1)
}

.woocommerce-checkout .required {
    color: var(--highlight);
    text-decoration: unset
}

.woocommerce-checkout .woocommerce-billing-fields label {
    font-size: 14px;
    font-weight: 400;
    color: #70778c
}

.woocommerce-checkout .woocommerce-billing-fields .selection .select2-selection,
.woocommerce-checkout .woocommerce-billing-fields .selection .select2-selection--single,
.woocommerce-checkout .woocommerce-billing-fields .selection .select2-selection__rendered {
    height: 48px !important;
    line-height: 48px !important
}

.woocommerce-checkout .woocommerce-billing-fields .selection .select2-selection--single .select2-selection__arrow {
    height: 2.507em;
    width: 30px;
    top: 5px
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-invalid label {
    color: #b20000
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-invalid input {
    border-color: #b20000;
    color: #b20000
}

.woocommerce-checkout .mobile-action .woocommerce-order-details {
    display: none
}

@media(max-width: 849px) {
    .woocommerce-checkout .mobile-hidden {
        display: none
    }

    .woocommerce-checkout .mobile-action {
        margin-bottom: 34px
    }

    .woocommerce-checkout .mobile-action .woocommerce-order-details {
        display: block
    }

    .woocommerce-checkout.checkout-container {
        padding: 0 10px 0 24px;
    }
}

.woocommerce-checkout.checkout-container {
    margin: 50px auto
}

.woocommerce-checkout .woocommerce {
    width: 100%;
    margin-bottom: 60px
}

@media(max-width: 849px) {
    .woocommerce-checkout .woocommerce {
        margin-bottom: 0
    }
}

.woocommerce-checkout .woocommerce-thankyou-order-details+.entry-title {
    font-size: 34px
}

.woocommerce-checkout .woocommerce-order:not(.wd-with-extra-content),
.woocommerce-checkout .woocommerce-order {
    margin: 0 auto;
    padding: 0px 24px 40px 24px;
    max-width: 996px;
    border-radius: 16px;
    background-color: #fff
}

@media(max-width: 768px) {

    .woocommerce-checkout .woocommerce-order:not(.wd-with-extra-content),
    .woocommerce-checkout .woocommerce-order {
        padding: 0px 0px 40px 0px;
        overflow: hidden
    }
}

.woocommerce-checkout .woocommerce-order .header-order {
    text-align: center
}

.woocommerce-checkout .woocommerce-order .header-order .order-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 70px;
    color: var(--text)
}

@media(max-width: 768px) {
    .woocommerce-checkout .woocommerce-order .header-order .order-title {
        margin-bottom: 40px
    }
}

.woocommerce-checkout .woocommerce-order .header-order .icon {
    margin-bottom: 30px
}

.woocommerce-checkout .woocommerce-order .footer-order {
    text-align: center
}

.woocommerce-checkout .woocommerce-order .footer-order .button {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 24px;
    padding: 12px 35px;
    margin-bottom: 24px;
    margin-right: 0;
    text-transform: capitalize;
    color: var(--white);
    background-color: var(--primary);
    max-width: 400px;
    text-align: center;
    margin: 40px auto
}

.woocommerce-checkout .woocommerce-order .contact-info {
    display: flex;
    align-items: center;
    justify-content: center
}

.woocommerce-checkout .woocommerce-order .contact-info span {
    margin-right: 10px
}

.woocommerce-checkout .woocommerce-order .contact-info a {
    display: block;
    line-height: 0;
    margin: 0 10px
}

.woocommerce-checkout .woocommerce-thankyou-order-received {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.38;
    text-transform: capitalize;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 24px;
    text-align: center;
    color: var(--heading)
}

@media(max-width: 767px) {
    .woocommerce-checkout .woocommerce-thankyou-order-received {
        font-size: 28px
    }
}

.woocommerce-checkout .description {
    text-align: center;
    margin-bottom: 40px
}

.woocommerce-checkout .description a {
    font-weight: 600
}

.woocommerce-checkout .woocommerce-order-failed-order-received {
    max-width: 690px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto
}

.woocommerce-checkout .order-again {
    display: none
}

.woocommerce-thankyou-order-details {
    list-style: none;
    padding-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.woocommerce-thankyou-order-details li {
    text-align: center;
    margin-bottom: 8px;
    flex: 1;
    display: grid;
    align-items: center;
    position: relative;
    padding: 0 10px;
    color: #767676
}

.woocommerce-thankyou-order-details li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d8d8d8;
    height: 90%;
    width: 1px
}

.woocommerce-thankyou-order-details li strong {
    color: #222;
    font-weight: 500;
    margin-top: 30px
}

.woocommerce-thankyou-order-details li strong span {
    font-weight: 500
}

.woocommerce-vietqr-qr-scan {
    margin-bottom: 40px
}

.woocommerce-vietqr-qr-scan .wc-vietqr-bank-details-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #0c1941;
    margin: 30px 0 30px 0
}

.woocommerce-vietqr-qr-scan #qrcode {
    margin-bottom: 10px
}

.woocommerce-vietqr-qr-scan #downloadQR {
    position: relative;
    z-index: 1;
    display: block !important;
    margin-bottom: 15px
}

.woocommerce-vietqr-qr-scan #downloadQR #btnDownloadQR {
    background-color: rgba(0, 0, 0, 0) !important;
    color: var(--secondary) !important;
    text-transform: unset !important;
    border: 0px !important;
    font-size: 14px !important;
    font-weight: normal;
    margin: 0 auto
}

.woocommerce-vietqr-qr-scan #downloadQR #btnDownloadQR div {
    justify-content: center !important
}

.woocommerce-vietqr-qr-scan #downloadQR #btnDownloadQR div span {
    font-weight: normal !important
}

.woocommerce-vietqr-qr-scan .desQR {
    padding: 12px 35px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #222;
    background-color: #d9efff;
    max-width: 470px;
    margin: 0 auto
}

.woocommerce-vietqr-bank-details {
    margin-bottom: 40px
}

.woocommerce-vietqr-bank-details .wc-vietqr-bank-details-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #151515;
    margin-bottom: 30px
}

.woocommerce-vietqr-bank-details table {
    max-width: 640px !important
}

.woocommerce-vietqr-bank-details table tr {
    background-color: rgba(0, 0, 0, 0) !important
}

.woocommerce-vietqr-bank-details table tr td {
    border-bottom: 0px
}

.woocommerce-vietqr-bank-details table tr td span {
    color: #404963 !important;
    font-size: 16px
}

.woocommerce-vietqr-bank-details table tr td span sup {
    vertical-align: unset;
    font-size: 16px;
    text-transform: uppercase
}

.woocommerce-vietqr-bank-details table tr td.payment-instruction strong {
    font-size: 16px;
    color: #404963 !important
}

.woocommerce-vietqr-bank-details table tr td:first-child {
    text-align: left !important;
    font-size: 16px;
    line-height: 1.25;
    text-align: left
}

.woocommerce-vietqr-bank-details table tr td:first-child strong {
    color: #404963 !important
}

.woocommerce-detail-order_id {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #151515
}

.woocommerce-order-details {
    border: none;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 0;
    background-color: #fff;
    padding: 24px;
    border-radius: 25.5px;
    border: solid 3.2px #f5f5f8;
    max-width: 600px;
    margin: 0px auto;
    margin-bottom: 42px
}

@media(max-width: 849px) {
    .woocommerce-order-details {
        position: unset;
        margin-top: 0
    }
}

.woocommerce-order-details .shop_table {
    margin-bottom: 0
}

.woocommerce-order-details .shop_table .product-quantity {
    display: none
}

.woocommerce-order-details .shop_table .product-name {
    max-width: 100%;
    width: 100%;
    display: ruby-text;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    text-overflow: unset;
    word-break: unset;
    padding: 0
}

.woocommerce-order-details .shop_table .product-name a {
    font-size: 24px;
    font-weight: 600;
    color: var(--heading)
}

.woocommerce-order-details .shop_table .wc-item-meta {
    display: flex;
    margin: 0
}

.woocommerce-order-details .shop_table .wc-item-meta li {
    display: flex
}

.woocommerce-order-details .shop_table .wc-item-meta li p {
    margin: 0
}

.woocommerce-order-details .shop_table .wc-item-meta li:first-child:after {
    content: "/";
    margin: 0 5px
}

.woocommerce-order-details .shop_table .wc-item-meta .wc-item-meta-label {
    display: none
}

.woocommerce-order-details .shop_table .woocommerce-table__product-total {
    display: none
}

.woocommerce-order-details .shop_table .product-total {
    max-width: unset;
    width: unset
}

.woocommerce-order-details .shop_table .product-total span.amount {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--heading)
}

.woocommerce-order-details .shop_table tbody tr td {
    padding: 16px 0;
    border-bottom: none
}

.woocommerce-order-details .shop_table tfoot td,
.woocommerce-order-details .shop_table tfoot th {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 0;
    border: none;
    color: var(--heading)
}

.woocommerce-order-details .shop_table tfoot td span.amount,
.woocommerce-order-details .shop_table tfoot th span.amount {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--heading)
}

.woocommerce-order-details .shop_table tfoot tr:last-child td,
.woocommerce-order-details .shop_table tfoot tr:last-child th {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.woocommerce-order-details .shop_table tfoot tr:last-child td span.amount,
.woocommerce-order-details .shop_table tfoot tr:last-child th span.amount {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
    text-transform: capitalize;
    color: var(--heading);
    border-bottom: 2px solid #e5e7ec
}

.pd-right-30 {
    padding-right: 30px
}

@media(max-width: 1024px) {
    .pd-right-30 {
        padding-right: 15px
    }
}

.pd-left-30 {
    padding-left: 30px
}

@media(max-width: 1024px) {
    .pd-left-30 {
        padding-left: 15px
    }
}

.bank-info .banner {
    background-color: rgba(0, 0, 0, 0) !important
}

.woocommerce-checkout span.amount {
    color: var(--heading) !important
}

.woocommerce-order-received #wrapper .checkout-page-title .breadcrumbs .item .ellipse {
    border-color: var(--secondary);
    background-color: var(--secondary)
}

.woocommerce-order-received #wrapper .checkout-page-title .breadcrumbs .item .ellipse .number {
    display: none
}

.woocommerce-order-received #wrapper .checkout-page-title .breadcrumbs .item .ellipse .icon {
    display: flex
}

#wrapper .checkout-page-title .breadcrumbs {
    margin-bottom: 20px !important
}

.woocommerce-sepay-bank-details {
    border: 0px !important;
    margin-bottom: 0 !important
}

.woocommerce-sepay-bank-details .sepay-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.woocommerce-sepay-bank-details .sepay-box .box-title {
    font-size: 20px;
    margin-bottom: 25px;
    border-bottom: 0px;
    padding: 0;
    order: 1;
    width: 100%
}

.woocommerce-sepay-bank-details .sepay-box .sepay-message {
    order: 2;
    width: 100%
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-footer {
    order: 3;
    width: 100%;
    margin-bottom: 15px
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info {
    order: 4;
    width: 100%;
    flex-direction: unset;
    display: block;
    max-width: 500px;
    margin: 0 auto
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .button-qr {
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: var(--secondary)
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .button-qr svg {
    width: 20px;
    height: 20px
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .qr-box {
    width: 100%;
    margin-bottom: 30px
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info {
    border: 0px;
    display: flex;
    flex-wrap: wrap
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .note {
    order: 1;
    padding: 13px 36px;
    border-radius: 8px;
    background-color: #d9efff;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    color: #222;
    text-align: center;
    border: 1px solid #d9efff
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .banner {
    border: 0px;
    order: 2;
    width: 100%
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .bank-info-table {
    order: 3;
    width: 100%
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .bank-info-cell {
    border: 0px !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: #404963
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .bank-info-cell:last-child {
    font-weight: normal
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .bank-info-cell:last-child span {
    font-weight: normal
}

.woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .bank-info-cell #copy_memo {
    font-weight: bold
}

.woocommerce-sepay-bank-details .sepay-box .sepay-download {
    order: 5;
    width: 100%
}

@media(max-width: 800px) {
    .airwallex-checkout .payment-section {
        border: 1px solid #cfcfcf;
        margin-bottom: 30px;
        border-radius: 8px
    }
}

@media(min-width: 801px) {
    .airwallex-checkout {
        flex-wrap: wrap;
        align-items: flex-start
    }
}

.airwallex-checkout .cart-contents .airwallex-price,
.airwallex-checkout .cart-contents .product-info {
    padding-top: 20px
}

.airwallex-checkout .cart-contents .product-total {
    text-align: right
}

.airwallex-checkout .cart-contents .airwallex-price .price {
    text-align: right;
    font-size: 14px
}

.airwallex-checkout .totals-table .cart-subtotal th {
    text-transform: capitalize;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.airwallex-checkout .totals-table .cart-subtotal td {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.airwallex-checkout .totals-table .order-total th {
    text-transform: capitalize
}

.airwallex-checkout span.amount {
    color: var(--text) !important
}

.woocommerce-checkout-review-order-table {
    border: 1px solid #cfcfcf;
    padding: 16px 16px 16px 16px !important;
    border-radius: 8px;
    margin-bottom: 25px
}

.woocommerce-checkout-review-order-table .airwallex-price,
.woocommerce-checkout-review-order-table .product-total {
    text-align: right
}

#wrapper .airwallex-shopping-cart.item.shopping-cart .ellipse {
    border-color: var(--secondary);
    background-color: var(--secondary)
}

#wrapper .airwallex-shopping-cart.item.shopping-cart .ellipse .number {
    display: none
}

#wrapper .airwallex-shopping-cart.item.shopping-cart .ellipse .icon {
    display: flex
}

#wrapper .airwallex-content .woocommerce-checkout-review-order-table {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    margin-top: -40px
}

@media(max-width: 849px) {
    #wrapper .airwallex-content .woocommerce-checkout-review-order-table {
        position: unset;
        margin-top: 0
    }
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    max-width: 50%;
    width: 50%
}

.shop_table tr td:last-child,
.shop_table tr th:last-child {
    text-align: right
}

.shop_table tr.woocommerce-table__product-purchase-note td:first-child {
    text-align: left
}

td.product-name a {
    display: block;
    color: var(--wd-entities-title-color);
    word-wrap: break-word;
    font-weight: var(--wd-entities-title-font-weight);
    font-style: var(--wd-entities-title-font-style);
    font-family: var(--wd-entities-title-font);
    text-transform: var(--wd-entities-title-transform);
    line-height: 1.4;
    display: inline-block;
    font-size: 14px
}

td.product-name a:hover {
    color: var(--wd-entities-title-color-hover)
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400
}

.countdown-checkqr {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center
}

@media(min-width: 1025px) {
    .countdown-checkqr {
        position: fixed;
        top: 140px;
        right: 120px
    }
}

.countdown-checkqr img {
    width: 16px;
    margin-right: 3px
}

.countdown-checkqr #countdown-timer {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.38;
    color: var(--secondary)
}

@media(max-width: 767px) {
    .woocommerce-thankyou-order-details {
        display: block;
        margin-bottom: 0
    }

    .woocommerce-thankyou-order-details li:not(:last-child) {
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .woocommerce-thankyou-order-details li:not(:last-child)::after {
        display: none
    }

    .woocommerce-thankyou-order-details li strong {
        margin-top: 15px;
        font-size: 22px
    }

    .woocommerce-thankyou-order-details li strong span {
        font-size: 22px;
        font-weight: 500
    }

    .woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .banner {
        margin-top: 5px
    }

    .woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .bank-info-row {
        display: table-row !important
    }

    .woocommerce-sepay-bank-details .sepay-box .sepay-pay-info .bank-info .bank-info-cell {
        padding: 0
    }

    .woocommerce-order-details .shop_table .product-name {
        display: block
    }

    .woocommerce-order-details .shop_table .product-name:not(:last-child) {
        margin-bottom: 10px
    }

    .woocommerce-order-details .shop_table .product-name .wc-item-meta {
        margin-left: 0
    }

    .woocommerce-table--order-details tfoot tr {
        display: grid
    }

    .woocommerce-table--order-details tfoot td,
    .woocommerce-table--order-details tfoot th {
        width: 100%;
        max-width: 100%;
        line-height: 1.38 !important;
        font-size: 22px !important;
        text-align: left !important;
        font-weight: normal !important
    }

    .woocommerce-table--order-details tfoot td span.amount,
    .woocommerce-table--order-details tfoot th span.amount {
        font-weight: normal !important;
        font-size: 22px !important
    }
}