@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap);

@keyframes fadeZoomIn {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

* {
    box-sizing: border-box
}

html {
    font-size: 18px
}

body {
    -ms-overflow-style: none;
    background-color: #e9e9e9;
    color: #2d2d2d;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 16px;
    font-weight: medium;
    line-height: 1.5;
    margin: 0
}

button {
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto
}

li,
ul {
    -webkit-padding-start: 0;
    list-style: none;
    margin: 0;
    padding-inline-start: 0
}

input,
select,
textarea {
    border: none;
    outline: none;
    padding: 0
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
    display: none
}

a {
    transition-duration: .3s
}

a,
a:hover {
    color: #2d2d2d;
    text-decoration: none
}

a:hover {
    opacity: .9
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
    margin: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#app {
    background-color: #fff;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    position: relative
}

#app.bg-gray,
#app.bg-gray .header {
    background-color: #f0f0f0
}

#app.bg-black {
    background-color: #000
}

#app.bg-transparent {
    background-color: transparent
}

#app.with-header-search .header-search {
    display: block
}

.header {
    background-color: #fff;
    position: relative;
    z-index: 100
}

.header.guest-header {
    height: 64px
}

.header .header-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    left: calc(50% - 75px);
    position: absolute;
    top: 18px;
    width: 150px;
    z-index: 2
}

.header .header-logo a img {
    display: block
}

.header .header-top {
    padding: 17px 12px;
    position: relative;
    z-index: 1
}

.header .header-top .header-nav {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.header .header-top .header-nav a {
    display: block;
    height: 30px;
    margin: 0 4px
}

.header .header-top .header-nav a img {
    display: block;
    height: 27px;
    margin-top: 2px;
    width: 27px
}

.header .header-top .header-nav a img.logout {
    height: 24px;
    margin-top: 3px;
    width: 24px
}

.header .header-search {
    display: none;
    padding: 0 12px 12px
}

.header .header-search .search-input {
    background: #f6f6f6;
    background-image: url(/assets/icon_search.png?f83a8cb5a5c36a88e16f5920784a5484);
    background-position: 10px 8px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border-radius: 3px;
    font-size: 12px;
    height: 32px;
    padding-left: 32px;
    width: 100%
}

.main {
    height: calc(100% - 64px);
    overflow-y: auto;
    position: relative
}

.main .main-content {
    min-height: calc(100% - 243px)
}

#app.with-header-search .main {
    height: calc(100% - 108px)
}

.footer {
    background-color: #fafafb;
    padding: 36px 0 33px
}

.footer .footer-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 19px
}

.footer .footer-nav {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    padding-left: 22px
}

.footer .footer-nav a {
    font-size: 12px;
    line-height: 24px
}

.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
    text-align: center
}

.container {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
    width: calc(100% - 32px)
}

.gachafy-component .gachafy-image {
    padding-top: 120%;
    position: relative
}

.gachafy-component .gachafy-image img {
    border-radius: 5px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.gachafy-component .gacahfy-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px
}

.gachafy-component .gacahfy-desc {
    font-size: 10px;
    margin-top: 2px
}

.gachafy-component .gacahfy-price {
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px
}

.gachafy-component.sold-out .gachafy-image:before {
    background-color: rgba(45, 45, 45, .4);
    border-radius: 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.gachafy-component.sold-out .gachafy-image:after {
    background-color: #2d2d2d;
    bottom: 10px;
    color: #fff;
    content: "SOLD OUT";
    display: block;
    font-size: 10px;
    font-weight: 600;
    left: 10px;
    letter-spacing: .1em;
    line-height: 12px;
    padding: 4px 2px;
    position: absolute;
    text-align: center;
    width: 86px;
    z-index: 2
}

.gachafy-component.sold-out .gacahfy-desc,
.gachafy-component.sold-out .gacahfy-price,
.gachafy-component.sold-out .gacahfy-title {
    color: rgba(45, 45, 45, .502)
}

.lineup-component {
    align-items: center;
    display: flex;
    flex-direction: column
}

.lineup-component .lineup-picture {
    padding-top: 125%;
    position: relative;
    width: 100%
}

.lineup-component .lineup-picture img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.lineup-component .lineup-name {
    font-size: 12px;
    line-height: 18px
}

.lineup-component .lineup-rate {
    font-size: 10px;
    line-height: 18px
}

.lineup-component .lineup-rate .lineup-sold-out {
    color: #d9534e
}

.product-play-btn {
    display: block;
    padding: 6px 12px;
    width: 100%
}

.btn-primary,
.product-play-btn {
    background-color: #2d2d2d;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center
}

.btn-primary {
    animation-duration: .3s;
    border: 1px solid #2d2d2d;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 1;
    padding: 9px 36px;
    transition-duration: .3s
}

.btn-primary:disabled {
    opacity: .5
}

.btn-primary:hover {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff;
    opacity: .8
}

.btn-secondary {
    animation-duration: .3s;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    color: #2d2d2d;
    cursor: pointer;
    font-size: 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 20px;
    line-height: 1;
    padding: 9px 36px;
    text-align: center;
    transition-duration: .3s
}

.btn-secondary:disabled {
    opacity: .5
}

.btn-secondary:hover {
    border-color: #fff;
    opacity: .8
}

.btn-outline,
.btn-secondary:hover {
    background-color: #fff;
    color: #2d2d2d
}

.btn-outline {
    animation-duration: .3s;
    border: 1px solid #2d2d2d;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 20px;
    padding: 6px 12px;
    text-align: center;
    transition-duration: .3s
}

.btn-outline:disabled {
    opacity: .5
}

.btn-outline:hover {
    border-color: #fff;
    border-color: #2d2d2d;
    opacity: .8
}

.btn-outline:hover,
.btn-underline {
    background-color: #fff;
    color: #2d2d2d
}

.btn-underline {
    animation-duration: .3s;
    border: none;
    border-bottom: 2px solid #2d2d2d;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 6px;
    text-align: center;
    transition-duration: .3s;
    width: -moz-fit-content;
    width: fit-content
}

.btn-underline:disabled {
    opacity: .5
}

.btn-underline:hover {
    background-color: #fff;
    border-color: #fff;
    border-bottom: 2px solid #2d2d2d;
    color: #2d2d2d;
    opacity: .8
}

.btn-block {
    display: block;
    width: 100%
}

.btn-submit {
    border-radius: 2px;
    font-size: 16px;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 36px;
    width: 184px
}

.divider {
    background: #f8f8fa;
    height: 4px;
    margin: 16px 15px
}

.cart-footer-section {
    bottom: 0;
    position: fixed
}

.page-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 0 15px;
    text-align: center
}

.modal {
    display: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 101
}

.modal .modal-bg {
    background-color: rgba(45, 45, 45, .502);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.modal .modal-content {
    background-color: #fff;
    bottom: 33px;
    left: 25px;
    position: absolute;
    right: 25px;
    top: 45px;
    z-index: 2
}

.modal .modal-content .modal-header {
    padding: 15px 0
}

.modal .modal-content .modal-header .modal-title {
    background-color: #f0f0f0;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 190px
}

.modal .modal-content .modal-body {
    height: calc(100% - 144px);
    overflow: auto;
    padding: 9px 15px
}

.modal .modal-content .modal-footer {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    text-align: center
}

.modal .modal-content .modal-footer .modal-close {
    background-color: #f0f0f0;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    padding: 6px 22px
}

#logoutModal .modal-content {
    border-radius: 5px;
    bottom: auto;
    top: 225px
}

#logoutModal .modal-content .modal-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 27px 0 29px;
    text-align: center
}

#logoutModal .modal-content .logout-form-buttons {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 37px
}

#logoutModal .modal-content .logout-form-buttons .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 12px;
    width: 135px
}

#logoutModal .modal-content .alert-form-buttons {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 37px
}

#logoutModal .modal-content .alert-form-buttons .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 12px
}

.text-01 {
    font-size: 12px;
    line-height: 16px
}

.text-03 {
    font-size: 20px;
    line-height: 24px
}

.text-center {
    text-align: center !important
}

.terms-content {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 100px
}

.terms-content.tradelaw-content {
    font-size: 12px;
    line-height: 14px
}

.terms-content.tradelaw-content a {
    text-decoration: underline
}

.terms-content ul {
    padding-left: 1.5em
}

.terms-content ul,
.terms-content ul li {
    list-style-type: decimal
}

.terms-content ul li ul,
.terms-content ul li ul li {
    list-style-type: lower-alpha
}

.terms-content ol.lower-roman {
    list-style-type: lower-roman;
    padding-left: 1.5em
}

.terms-content ol.lower-roman li {
    list-style-type: lower-roman
}

.loader {
    animation: spin 2s linear infinite;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top-color: #2d2d2d;
    height: 36px;
    width: 36px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.form-checkbox {
    align-items: center;
    display: inline-flex
}

.form-checkbox input {
    display: none
}

.form-checkbox .checkbox-mark {
    background-image: url(/assets/icon_circle.png?3aa1c9bd5c9cca49b68d6e73c24266af);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 17px;
    display: inline-block;
    height: 17px;
    width: 17px
}

.form-checkbox.size-xl .checkbox-mark {
    border-radius: 23px;
    height: 23px;
    width: 23px
}

.form-checkbox input:checked~.checkbox-mark {
    background-image: url(/assets/icon_check.png?f678e5864f8c88f6bb0fa14100e25d05)
}

.form-checkbox .checkbox-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 12px
}

.form-label {
    line-height: 19px;
    margin-bottom: 10px;
    padding-left: 7px
}

.form-control,
.form-label {
    color: #3e3e3e;
    display: block;
    font-size: 16px;
    width: 100%
}

.form-control {
    background-color: #fff;
    border: 1px solid #6d7175;
    border-radius: 3px;
    line-height: 20px;
    padding: 12px 16px
}

.form-control.is-invalid {
    background-color: rgba(217, 83, 78, .1);
    border-color: #d9534e;
    color: #d9534e
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/assets/icon_down.png?4791fd09e2ed25daea9ff97a75200485);
    background-position: calc(100% - 3px);
    background-repeat: no-repeat;
    background-size: 10px
}

.form-group {
    margin-bottom: 23px
}

.form-row {
    display: flex
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0
}

.form-row .form-group+.form-group {
    margin-left: 7px
}

.form-button-group {
    display: flex;
    flex-direction: column
}

.form-text {
    color: #6d7175
}

.form-error,
.form-text {
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 12px;
    padding-left: 3px
}

.form-error {
    color: #d9534e
}

.credit-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.credit-form .credit-form-control {
    border: 1px solid #e5e5e5;
    padding: 8px;
    transition-duration: .1s
}

.credit-form .credit-form-control.credit-form-control--focus {
    border-radius: 4px;
    box-shadow: 0 0 5px 2px #008b8b;
    position: relative;
    z-index: 1
}

.credit-form .credit-card-number {
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    width: 100%
}

.credit-form .credit-card-expiry {
    border-radius: 0 0 0 4px;
    border-width: 0 1px 1px;
    width: 50%
}

.credit-form .credit-card-cvc {
    border-radius: 0 0 4px 0;
    border-width: 0 1px 1px 0;
    width: 50%
}

#top .top-slider {
    position: relative
}

#top .top-slider .top-slider-item {
    padding-top: 80%;
    position: relative
}

#top .top-slider .top-slider-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.top-slider-image {
    width: 100%;
}

#top .slick-dots li button:before {
    color: #d9d9d9;
    opacity: 1
}

#top .slick-dots li.slick-active button:before {
    color: #2d2d2d
}

#top .slick-dots li {
    margin: 0 3px
}

#search-page .gachafy-list,
#top .gachafy-list {
    display: flex;
    flex-wrap: wrap;
    margin: 45px -6px 8px
}

#search-page .gachafy-list .gachafy-list-item,
#top .gachafy-list .gachafy-list-item {
    padding: 15px 6px;
    width: 50%
}

#search-page .loader-wrapper,
#top .loader-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 45px
}

#search-page .gachafy-list {
    margin-top: 0
}

#search-page .no-result {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 36px;
    text-align: center
}

#product-show-page .product-section {
    padding-bottom: 36px
}

#product-show-page .product-section:not(:last-of-type) {
    border-bottom: 6px solid #f5f6f8
}

#product-show-page .product-picture {
    padding-top: 120%;
    position: relative
}

#product-show-page .product-picture img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

#product-show-page .product-detail {
    padding: 0 10px
}

#product-show-page .product-detail .product-seller {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.5px;
    margin-left: 1px;
    margin-top: 13px
}

#product-show-page .product-detail .product-name {
    font-size: 15.6px;
    font-weight: 500;
    line-height: 18.85px;
    margin-top: 9px
}

#product-show-page .product-detail .product-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-left: 1px;
    margin-top: 9px
}

#product-show-page .product-detail .product-play-btn,
#product-show-page .product-detail .product-sold-out-btn {
    margin-top: 25px
}

#product-show-page .product-delivery {
    font-size: 12px;
    line-height: 18px;
    margin-top: 25px;
    padding: 0 18px
}

#product-show-page .product-lineup-block {
    padding: 0 18px
}

#product-show-page .product-lineup-block .product-lineup-txt {
    font-size: 12px;
    line-height: 18px
}

#product-show-page .product-lineup-block .product-lineup-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px
}

#product-show-page .product-lineup-block .product-lineup-list .product-lineup-list-item {
    padding: 10px;
    width: 33.33%
}

#product-show-page .product-desc {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px
}

#product-show-page .product-play-section {
    background: #fff;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    left: calc(50vw - 250px);
    padding: 10px 20px;
    position: fixed;
    width: 500px
}

@media screen and (max-width:500px) {
    #product-show-page .product-play-section {
        left: 0;
        width: 100vw
    }
}

#product-show-page .product-play-section .btn-primary {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 12px
}

#product-show-page .product-dropdown {
    padding: 0 15px
}

#product-show-page .product-dropdown .product-dropdown-header {
    border-bottom: 2px solid #f8f8fa;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    padding: 16px 8px;
    position: relative
}

#product-show-page .product-dropdown .product-dropdown-header:after {
    background-image: url(/assets/icon_down.png?4791fd09e2ed25daea9ff97a75200485);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 25px;
    top: 18px;
    transition-duration: .3s;
    width: 16px
}

#product-show-page .product-dropdown .product-dropdown-header.open:after {
    transform: rotate(-180deg)
}

#product-show-page .product-dropdown .product-dropdown-content {
    border-bottom: 2px solid #f8f8fa;
    font-size: 12px;
    line-height: 18px;
    padding: 28px 14px
}

#play-result-page .video-section {
    z-index: 1
}

#play-result-page .video-section,
#play-result-page .video-section .video-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#play-result-page .video-section .video-wrapper .result-video {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

#play-result-page .action-section {
    pointer-events: none;
    position: absolute;
    top: calc(50% - 168.5px);
    width: 100%;
    z-index: 2
}

#play-result-page .action-section .result-wrapper,
#play-result-page .action-section .result-wrapper .result-lineup {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#play-result-page .action-section .result-wrapper .result-lineup .lineup-name {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    opacity: 0
}

#play-result-page .action-section .result-wrapper .result-lineup .lineup-image {
    margin-top: 47px;
    opacity: 0;
    scale: 0
}

#play-result-page .action-section .result-wrapper .result-lineup .lineup-image img {
    display: block;
    height: 160px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto
}

#play-result-page .action-section .result-wrapper .result-buttons {
    margin-top: 90px;
    opacity: 0;
    pointer-events: none
}

#play-result-page .action-section .result-wrapper .result-buttons .result-play-buttons {
    align-items: center;
    display: flex;
    justify-content: center
}

#play-result-page .action-section .result-wrapper .result-buttons .result-play-buttons .btn-play-again {
    padding: 13px;
    width: 135px
}

#play-result-page .action-section .result-wrapper .result-buttons .result-play-buttons .btn-next-shipping {
    margin-left: 17px;
    padding: 13px;
    width: 135px
}

#play-result-page .action-section .result-wrapper .result-buttons .result-back-buttons {
    margin-top: 40px;
    text-align: center
}

#play-result-page .action-section .result-wrapper .result-buttons .result-back-buttons .top-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-decoration: underline
}

#play-result-page .action-section .fade-in {
    opacity: 1 !important
}

#play-result-page .action-section .scale-in {
    transform: scale(1) !important
}

#cart-confirm-page #payment-modal .modal-title,
#play-result-page #payment-modal .modal-title,
#product-show-page #payment-modal .modal-title {
    background-color: transparent;
    width: 100%
}

#cart-confirm-page #payment-modal .modal-content,
#play-result-page #payment-modal .modal-content,
#product-show-page #payment-modal .modal-content {
    border-radius: 8px;
    bottom: auto
}

#cart-confirm-page #payment-modal .modal-body,
#play-result-page #payment-modal .modal-body,
#product-show-page #payment-modal .modal-body {
    height: auto
}

#cart-confirm-page #payment-modal .modal-body .card-element,
#play-result-page #payment-modal .modal-body .card-element,
#product-show-page #payment-modal .modal-body .card-element {
    border: 1px solid #e5e5e5;
    margin-bottom: 16px;
    padding: 8px
}

#cart-confirm-page #payment-modal .modal-body .card-submit,
#play-result-page #payment-modal .modal-body .card-submit,
#product-show-page #payment-modal .modal-body .card-submit {
    margin-bottom: 16px;
    text-align: center
}

#cart-confirm-page #payment-modal .modal-body .card-submit .btn,
#play-result-page #payment-modal .modal-body .card-submit .btn,
#product-show-page #payment-modal .modal-body .card-submit .btn {
    border-radius: 4px
}

#cart-empty-page .empty-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding-top: 90px;
    text-align: center
}

#cart-empty-page .empty-btn {
    display: block;
    font-size: 16px;
    height: 42px;
    margin: 60px auto;
    padding: 11px;
    text-align: center;
    width: 184px
}

#cart-page {
    padding-bottom: 85px
}

#cart-page .cart-footer-section {
    align-items: center;
    background: #fff;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    display: flex;
    height: 85px;
    justify-content: space-between;
    left: calc(50vw - 250px);
    padding: 27px 18px 25px 15px;
    position: fixed;
    width: 500px
}

@media screen and (max-width:500px) {
    #cart-page .cart-footer-section {
        left: 0;
        width: 100vw
    }
}

#cart-page .cart-footer-section .cart-price {
    color: #d7756a;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px
}

#cart-page .cart-product-section {
    padding: 0 12px
}

#cart-page .cart-product-section .cart-product-block {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 18px
}

#cart-page .cart-product-section .cart-product-block .cart-product {
    margin-bottom: 12px
}

#cart-page .cart-product-section .cart-product-block .cart-product .form-checkbox {
    align-items: flex-start
}

#cart-page .cart-product-section .cart-product-block .cart-product .form-checkbox .checkbox-mark {
    margin-top: 4px
}

#cart-page .cart-product-section .cart-product-block .cart-lineup {
    margin-bottom: 6px
}

#cart-page .cart-product-section .cart-product-block .cart-product-fee {
    margin-top: 10px;
    text-align: right
}

#cart-page .cart-product-section .cart-product-block .cart-product-fee .cart-product-fee--setting {
    color: rgba(45, 45, 45, .8);
    font-size: 10px;
    font-weight: 500;
    line-height: 12px
}

#cart-page .cart-product-section .cart-product-block .cart-product-fee .cart-product-fee--total {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 5px
}

#cart-page .cart-product-section .cart-product-check .product-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

#cart-page .cart-product-section .cart-product-check .product-seller {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

#cart-page .cart-product-section .cart-lineup-check {
    align-items: center;
    display: flex
}

#cart-page .cart-product-section .cart-lineup-check .lineup-picture img {
    display: block;
    height: 123px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100px
}

#cart-page .cart-product-section .cart-lineup-check .lineup-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 14px
}

#cart-confirm-page .form-section,
#cart-shipping-page .form-section {
    padding: 0 9px
}

#cart-confirm-page .form-button-group,
#cart-shipping-page .form-button-group {
    margin: 50px 0
}

#cart-confirm-page .form-button-group .btn-primary,
#cart-shipping-page .form-button-group .btn-primary {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 18px;
    text-align: center;
    width: 190px
}

#cart-confirm-page .form-button-group .btn-text,
#cart-shipping-page .form-button-group .btn-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 24px;
    text-align: center
}

#cart-confirm-page .confirm-address-section,
#cart-shipping-page .confirm-address-section {
    padding: 32px 21px 17px 37px
}

#cart-confirm-page .confirm-address-section .shipping-address,
#cart-shipping-page .confirm-address-section .shipping-address {
    align-items: center;
    display: flex;
    justify-content: space-between
}

#cart-confirm-page .confirm-address-section .shipping-address .shipping-address-info,
#cart-shipping-page .confirm-address-section .shipping-address .shipping-address-info {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px
}

#cart-confirm-page .confirm-address-section .shipping-address .shipping-address-btn,
#cart-shipping-page .confirm-address-section .shipping-address .shipping-address-btn {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 14px;
    padding: 6px 21px
}

#cart-confirm-page .confirm-submit-section,
#cart-shipping-page .confirm-submit-section {
    border-top: 6px solid #f5f6f8;
    padding: 30px 26px 50px
}

#cart-confirm-page .confirm-submit-section .total-fee,
#cart-shipping-page .confirm-submit-section .total-fee {
    align-items: center;
    color: #3e3e3e;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 19px
}

#cart-confirm-page .confirm-submit-section .button-text,
#cart-shipping-page .confirm-submit-section .button-text {
    color: #000;
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 12px;
    margin-top: 10px;
    text-align: center
}

.guest-section {
    padding: 0 25px
}

.guest-section .page-title {
    padding: 23px 0 0
}

.guest-section .page-title.complete-page-title {
    padding-top: 53px
}

.guest-section .page-title.other-page-title {
    padding: 26px 0 45px
}

.guest-section .form-group {
    margin-bottom: 15px
}

.guest-section .form-button-group .btn+.btn {
    margin-top: 30px
}

.guest-section .form-button-group .btn:last-child {
    margin-bottom: 30px
}

.guest-section .form-label {
    margin-bottom: 6px;
    padding-left: 2px
}

#login-page .page-title {
    padding-bottom: 25px
}

#login-page .forgot-password {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 23px;
    text-align: center
}

#login-page .forgot-password a {
    color: #6d7175
}

#register-page .page-title {
    display: block;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    width: -moz-fit-content;
    width: fit-content
}

#register-page .page-sub-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 31px;
    text-align: center
}

#register-page .terms-accept {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    line-height: 14px;
    margin: 25px 0 8px
}

#register-page .terms-accept input {
    margin: 0
}

#register-page .terms-accept label {
    margin-left: 7px
}

#register-page .guest-section .form-button-group .btn+.btn-underline {
    margin: 43px auto 30px
}

#register-page .terms-content {
    padding-bottom: 15px
}

#register-complete-page .register-complete-section {
    padding-top: 1px;
    text-align: center
}

#register-complete-page .register-complete-section .complete-message {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin: 100px 0
}

#password-email-page .password-text {
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0
}

#password-email-page .form-button-group {
    margin-top: 42px
}

#password-email-complete-page .complete-message {
    margin: 28px 0 50px
}

#password-reset-page .text-01 {
    margin: 16px 0 22px;
    padding-left: 5px
}

#password-reset-page .guest-section .form-button-group {
    margin-top: 28px
}

#password-reset-complete-page .complete-message {
    margin: 28px 0 50px
}

#logout-complete-page .complete-message {
    margin-bottom: 40px;
    padding-top: 90px
}

#logout-complete-page .empty-btn {
    display: block;
    font-size: 16px;
    height: 42px;
    margin: 40px auto;
    padding: 11px;
    text-align: center;
    width: 184px
}

#register-page .page-title {
    display: block;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    width: -moz-fit-content;
    width: fit-content
}

#register-page .page-sub-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 31px;
    text-align: center
}

#register-page .terms-accept {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    line-height: 14px;
    margin: 25px 0 8px
}

#register-page .terms-accept input {
    margin: 0
}

#register-page .terms-accept label {
    margin-left: 7px
}

#register-page .guest-section .form-button-group .btn+.btn-underline {
    margin: 43px auto 30px
}

#register-page .terms-content {
    padding-bottom: 15px
}

#register-complete-page .register-complete-section {
    padding-top: 1px;
    text-align: center
}

#register-complete-page .register-complete-section .complete-message {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin: 100px 0
}

#password-email-page .password-text {
    font-size: 12px;
    line-height: 16px;
    margin: 16px 0
}

#password-email-page .form-button-group {
    margin-top: 42px
}

#password-email-complete-page .complete-message {
    margin: 28px 0 50px
}

#password-reset-page .text-01 {
    margin: 16px 0 22px;
    padding-left: 5px
}

#password-reset-page .guest-section .form-button-group {
    margin-top: 28px
}

#password-reset-complete-page .complete-message {
    margin: 28px 0 50px
}

#logout-complete-page .complete-message {
    margin-bottom: 40px;
    padding-top: 90px
}

#logout-complete-page .empty-btn {
    display: block;
    font-size: 16px;
    height: 42px;
    margin: 40px auto;
    padding: 11px;
    text-align: center;
    width: 184px
}

#cart-confirm-page #payment-modal .modal-title,
#play-result-page #payment-modal .modal-title,
#product-show-page #payment-modal .modal-title {
    background-color: transparent;
    width: 100%
}

#cart-confirm-page #payment-modal .modal-content,
#play-result-page #payment-modal .modal-content,
#product-show-page #payment-modal .modal-content {
    border-radius: 8px;
    bottom: auto
}

#cart-confirm-page #payment-modal .modal-body,
#play-result-page #payment-modal .modal-body,
#product-show-page #payment-modal .modal-body {
    height: auto
}

#cart-confirm-page #payment-modal .modal-body .card-element,
#play-result-page #payment-modal .modal-body .card-element,
#product-show-page #payment-modal .modal-body .card-element {
    border: 1px solid #e5e5e5;
    margin-bottom: 16px;
    padding: 8px
}

#cart-confirm-page #payment-modal .modal-body .card-submit,
#play-result-page #payment-modal .modal-body .card-submit,
#product-show-page #payment-modal .modal-body .card-submit {
    margin-bottom: 16px;
    text-align: center
}

#cart-confirm-page #payment-modal .modal-body .card-submit .btn,
#play-result-page #payment-modal .modal-body .card-submit .btn,
#product-show-page #payment-modal .modal-body .card-submit .btn {
    border-radius: 4px
}

#cart-empty-page .empty-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding-top: 90px;
    text-align: center
}

#cart-empty-page .empty-btn {
    display: block;
    font-size: 16px;
    height: 42px;
    margin: 60px auto;
    padding: 11px;
    text-align: center;
    width: 184px
}

#cart-page {
    padding-bottom: 85px
}

#cart-page .cart-footer-section {
    align-items: center;
    background: #fff;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    display: flex;
    height: 85px;
    justify-content: space-between;
    left: calc(50vw - 250px);
    padding: 27px 18px 25px 15px;
    position: fixed;
    width: 500px
}

@media screen and (max-width:500px) {
    #cart-page .cart-footer-section {
        left: 0;
        width: 100vw
    }
}

#cart-page .cart-footer-section .cart-price {
    color: #d7756a;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px
}

#cart-page .cart-product-section {
    padding: 0 12px
}

#cart-page .cart-product-section .cart-product-block {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 18px
}

#cart-page .cart-product-section .cart-product-block .cart-product {
    margin-bottom: 12px
}

#cart-page .cart-product-section .cart-product-block .cart-product .form-checkbox {
    align-items: flex-start
}

#cart-page .cart-product-section .cart-product-block .cart-product .form-checkbox .checkbox-mark {
    margin-top: 4px
}

#cart-page .cart-product-section .cart-product-block .cart-lineup {
    margin-bottom: 6px
}

#cart-page .cart-product-section .cart-product-block .cart-product-fee {
    margin-top: 10px;
    text-align: right
}

#cart-page .cart-product-section .cart-product-block .cart-product-fee .cart-product-fee--setting {
    color: rgba(45, 45, 45, .8);
    font-size: 10px;
    font-weight: 500;
    line-height: 12px
}

#cart-page .cart-product-section .cart-product-block .cart-product-fee .cart-product-fee--total {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 5px
}

#cart-page .cart-product-section .cart-product-check .product-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

#cart-page .cart-product-section .cart-product-check .product-seller {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

#cart-page .cart-product-section .cart-lineup-check {
    align-items: center;
    display: flex
}

#cart-page .cart-product-section .cart-lineup-check .lineup-picture img {
    display: block;
    height: 123px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100px
}

#cart-page .cart-product-section .cart-lineup-check .lineup-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 14px
}

#cart-confirm-page .form-section,
#cart-shipping-page .form-section {
    padding: 0 9px
}

#cart-confirm-page .form-button-group,
#cart-shipping-page .form-button-group {
    margin: 50px 0
}

#cart-confirm-page .form-button-group .btn-primary,
#cart-shipping-page .form-button-group .btn-primary {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 18px;
    text-align: center;
    width: 190px
}

#cart-confirm-page .form-button-group .btn-text,
#cart-shipping-page .form-button-group .btn-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 24px;
    text-align: center
}

#cart-confirm-page .confirm-address-section,
#cart-shipping-page .confirm-address-section {
    padding: 32px 21px 17px 37px
}

#cart-confirm-page .confirm-address-section .shipping-address,
#cart-shipping-page .confirm-address-section .shipping-address {
    align-items: center;
    display: flex;
    justify-content: space-between
}

#cart-confirm-page .confirm-address-section .shipping-address .shipping-address-info,
#cart-shipping-page .confirm-address-section .shipping-address .shipping-address-info {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px
}

#cart-confirm-page .confirm-address-section .shipping-address .shipping-address-btn,
#cart-shipping-page .confirm-address-section .shipping-address .shipping-address-btn {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 14px;
    padding: 6px 21px
}

#cart-confirm-page .confirm-submit-section,
#cart-shipping-page .confirm-submit-section {
    border-top: 6px solid #f5f6f8;
    padding: 30px 26px 50px
}

#cart-confirm-page .confirm-submit-section .total-fee,
#cart-shipping-page .confirm-submit-section .total-fee {
    align-items: center;
    color: #3e3e3e;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 19px
}

#cart-confirm-page .confirm-submit-section .button-text,
#cart-shipping-page .confirm-submit-section .button-text {
    color: #000;
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 12px;
    margin-top: 10px;
    text-align: center
}

/* New styles for product action buttons */
.product-action-buttons {
    display: flex;
    justify-content: flex-end; /* ชิดขวา */
    gap: 10px; /* ระยะห่างระหว่างปุ่ม */
    margin-top: 15px; /* ระยะห่างจากส่วน fee */
}

.order-edit-btn {
    font-size: 12px;
    letter-spacing: .1em;
    line-height: 14px;
    padding: 6px 21px;
    border: 1px solid #2d2d2d;
}

.cart-lineup .pending {
    color: blue;
}

.cart-lineup .inprogress {
    color: purple;
}

.cart-lineup .ready {
    color: green;
}

.cart-lineup .confirmed_shipping {
    color: green;
}

.cart-lineup .packing {
    color: orange;
}

.cart-lineup .delivery {
    color: orangered;
}

.cart-lineup .success {
    color: green;
}

.cart-lineup .cancel {
    color: grey;
}

.cart-lineup .error {
    color: red;
}