body {
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif;
    font-size: 14px;
    background-color: #FAFAFA;
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: none;
}

body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    border: 0;
    text-decoration: none;
}

.clear {
    clear: both;
}

.container {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.wrap input,
.wrap select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    word-wrap: normal;
    background-color: #FFF;
    line-height: 2.3em;
    height: 2.3em;
    color: #7d7677;
    font-size: 1em;
    margin: 0;
    outline: 0;
}

.wrap input {
    -webkit-appearance: none;
}

.wrap select {
    cursor: pointer;
}

.section {
    transition: 1s background-color, 1s border-color;
    -webkit-transition: 1s background-color, 1s border-color;
    background-color: #f2f2f2;
    overflow: hidden;
}

.msg-checkout {
    text-align: center;
    padding: 100px 0;
    border-left: 3px solid #ddd;
    font-size: 1.5em;
}

.content-title,
.content-title-inactive {
    color: #555;
    font-size: 1.3em;
    line-height: 2.4em;
    letter-spacing: 2px;
    font-weight: lighter;
}

.content-title-inactive {
    display: inline-block;
    display: inline;
    zoom: 1;
}

.content-title {
    margin-bottom: 20px;
}

.content-title .step-num {
    font-size: 0.5em;
    margin-right: 5px;
}

.active-block,
.inactive-block {
    position: relative;
    border-left: 3px solid #ccc;
    padding: 25px;
}

.inactive-block {
    display: none;
}

.inactive-block a {
    display: block;
    cursor: pointer;
}

.inactive-block .sective-arrow-btn {
    position: absolute;
    top: 31%;
    right: 27px;
    display: block;
}

.active-block .fa,
.inactive-block .fa,
.section-select-payment .fa {
    margin-right: 10px;
}

.inactive-block .fa {
    font-size: 1.3em;
    vertical-align: top;
    line-height: 2.3em;
}

.content-blocks {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    margin: 10px 0 0px;
}

.hidden {
    display: none;
}

.content-blocks a {
    display: block;
    cursor: pointer;
    padding: 15px;
}

.desc-top {
    line-height: 1.5em;
    margin-bottom: 20px;
}

.desc-bottom {
    line-height: 1.5em;
    margin-top: 20px;
}

.btn-submit {
    position: relative;
    text-align: center;
}

.button.cancel-discount{
    padding: 12px 55px;
    color: #fff;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin: 10px auto;
    font-size: 1em;
    cursor: pointer;
    display: inline-block;
}

.btn-submit button {
    padding: 12px 55px;
    color: #fff;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin: 20px auto;
    font-size: 1em;
    cursor: pointer;
}

.btn-submit button:hover {
    transition: 1s background-color, 1s border-color;
    -webkit-transition: 1s background-color, 1s border-color;
    background-color: #f2f2f2;
}

.btn-popupbox {
    cursor: pointer;
}

.error-message {
    color: #ff0000;
    margin: 10px 0 0;
}

.overlay {
    opacity: .7;
    filter: alpha(opacity=70);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 50;
}

.overlay .overlay-text {
    width: 20%;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    color: #000000;
}

/*** Terms and conditions pop up ***/
.popupbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 700px;
    height: 80%;
    background-color: #fff;
    padding: 20px 40px;
    z-index: 56;
    display: none;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.popupbox .popup-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.popupbox .close-btn {
    top: 0;
    right: 0;
    position: absolute;
    width: 35px;
    height: 40px;
    cursor: pointer;
}

.popupbox .close-btn:before {
    content: '\00D7';
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
    line-height: 30px;
}

/*** Branch Section ***/
.section-branch .branch-name {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.section-branch .branch-info {
    color: #aaaaaa;
}

.section-branch .branch-info,
.section-branch .branch-address {
    margin: 5px 0;
    line-height: 1.5em;
}

.section-branch .content-blocks .fa {
    width: 1.5em;
    margin-right: 5px;
}

/*** Group Section ***/
.section-group .product-left,
.section-group .product-right {
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: top;
}

.section-group .product-left {
    width: 56%;
}

.section-group .product-right {
    width: 42%;
}

.section-group .product-name {
    font-size: 1.4em;
}

.section-group .product-desc,
.section-group .product-time {
    margin: 3px 20px 3px 0;
    color: #aaa;
}

.section-group .product-price {
    color: #666;
    line-height: 30px;
}

/*** Datetime section ***/
.section-datetime .next {
    display: none;
}

.section-datetime .ui-widget-header .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
    cursor: pointer;
}

.section-datetime .ui-datepicker td span,
.section-datetime .ui-datepicker td a {
    padding: .6em;
}

.section-datetime .ui-datepicker-inline {
    width: 100% !important;
    border: 0;
}

.section-datetime .date-picker.s-loading,
.section-datetime .ui-datepicker.s-loading {
    position: relative;
    pointer-events: none;
}

.section-datetime .date-picker.s-loading:before,
.section-datetime .ui-datepicker.s-loading:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}

.section-datetime .date-picker.s-loading:after,
.section-datetime .ui-datepicker.s-loading:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border: 3px solid rgba(171, 124, 84, 0.25);
    border-top-color: #AB7C54;
    border-radius: 50%;
    animation: prizm-calendar-loading 0.8s linear infinite;
}

.section-datetime .ui-state-highlight,
.section-datetime .ui-widget-content .ui-state-highlight,
.section-datetime .ui-widget-header .ui-state-highlight {
    background: #ede4d4 url("../images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
}

.section-datetime .ui-state-hover .ui-icon,
.section-datetime .ui-state-focus .ui-icon {
    background-image: url("../images/jquery-ui/ui-icons_ffd27a_256x240.png");
}

.section-datetime .ui-state-default,
.section-datetime .ui-widget-content .ui-state-default,
.section-datetime .ui-widget-header .ui-state-default {
    border-color: transparent;
    background: #ede4d4;
    font-weight: normal;
    text-align: center;
    color: #3f3731;
}

.section-datetime .ui-state-hover,
.section-datetime .ui-widget-content .ui-state-hover,
.section-datetime .ui-widget-header .ui-state-hover,
.section-datetime .ui-state-focus,
.section-datetime .ui-widget-content .ui-state-focus,
.section-datetime .ui-widget-header .ui-state-focus {
    border: 0;
    opacity: 0.35;
    filter: alpha(opacity=35);
    background-image: none;
    border-color: transparent;
    background-color: #f5f0e5;
    font-weight: normal;
    text-align: center;
    color: #a46313;
}

.section-datetime .holiday span.ui-state-default,
.section-datetime .holiday a.ui-state-default {
    color: red;
}

#datetime-desc-bottom .shop-message {
    display: none;
}

#datetime-desc-bottom .shop-message.active {
    display: block;
}

/*** Package Section  ***/
.section-package .items {
    width: 100%;
}

.section-package .items td {
    padding-bottom: 10px;
    vertical-align: middle;
}

.section-package .items td:not(:last-child) {
    padding-right: 20px;
}

.section-package .items .item-title {
    /*width: 50%;*/
}

.section-package .items .item-price-discounted {
    width: 20%;
    text-align: right;
}

.section-package .items .item-quantities {
    width: 10%;
    text-align: right;
}

.section-package .items .original {
    text-decoration: line-through;
}

.section-package .items .discounted {
    color: #ff0000;
}

/*.section-package .items .items-total .item-price-discounted {
    width: 70%;
}*/

/*.section-package .items li {
    margin: 10px 0;
}

.section-package .items .items-total,
.section-package .items .items-total-charged,
.section-package .items .items-service-charge {
    margin: 0;
}

.section-package .items .item-detail {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 2.3em;
    padding: 0 5px;
}

.section-package .items .items-labels div{
    line-height: 1.4em;
}*/

/*.section-package .items .item-price-subtotal {
    width: 13%;
    text-align: right;
}*/

/*.section-package select.quantity {
    width: 75%;
}*/

/*** Field Section ***/
.form-group {
    margin: 10px 0;
}

.form-group .control-label,
.form-group .col-md-9 {
    position: relative;
    display: inline-block;
    display: inline;
    zoom: 1;
}

.form-group .col-md-3 {
    width: 40%;
}

.form-group .col-md-9 {
    width: 60%;
}

.form-group .control-label {
    text-align: right;
    padding: 9px 20px 9px 0;
    vertical-align: top;
}

.form-group .form-control-static {
    display: block;
    padding-top: 7px;
}

.form-group .lt-form-element-text,
.form-group .lt-form-element-dropdown {
    width: 100%;
}

.form-group .intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    background-color: #FFF;
}

.form-group .help-block {
    display: block;
    margin: 5px 0;
}

.help-block-error,
.text-danger {
    color: #ff0000;
}

.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    width: 100%;
}

.checkbox-list label {
    line-height: 1.5em;
}

.checkbox-list label:not(:last-child) {
    margin: 0 0 10px;
}

.checkbox-list .checker {
    position: absolute;
    left: 0;
    top: 0;
    line-height: initial;
    height: initial;
}

.checkbox-list label {
    padding-left: 30px;
    display: block;
    position: relative;
}

/*** Confirmation Section ***/
.section-confirm ul {
    margin: 0 0 15px;
}

.section-confirm li {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    line-height: 1.45em;
}

.section-confirm .confirm-title {
    width: 28%;
    text-align: right;
    padding-right: 5px;
    color: #999999;
}

.section-confirm .confirm-desc {
    width: 70%;
}

.section-confirm .confirm-desc .detail-choices:not(:last-child) {
    margin: 0 0 10px;
}

.section-confirm .product-title {
    width: 50%;
}

.section-confirm .product-price {
    width: 20%;
    text-align: right;
}

.section-confirm .product-qty {
    width: 13%;
    text-align: right;
}

.section-confirm .product-total-price {
    width: 15%;
    text-align: right;
}

.section-confirm .total-title {
    font-weight: bold;
}

.section-confirm .hr-total {
    width: 100%;
    height: 1px;
    border: 0;
    margin: 20px 0;
}

.section-confirm .btn-submit button {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin: 20px 30px;
}

.section-confirm .confirm-tnc {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 20px;
    margin: 15px 0;
    max-height: 300px;
    width: 100%;
    background-color: #ffffff;
}

.section-confirm .confirm-tnc-title {
    color: #555;
    font-size: 1.3em;
    line-height: 2.4em;
    letter-spacing: 2px;
    font-weight: lighter;
    margin-top: 20px;
}

/*** Select Payment Section ***/
.section-select-payment .payment-select-wrap {
    position: relative;
    border-left: 3px solid #ccc;
    padding: 25px;
}

.section-select-payment .payment-option {
    margin: 0;
}

.section-select-payment .payment-icon {
    margin: 10px;
}

.section-select-payment .help-block-error {
    line-height: 2.3em;
}

.section-select-payment .cvv-explain {
    line-height: 2.3em;
    margin-left: 5px;
}

.section-select-payment .cvv-figure-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 50;
    background-color: rgba(55, 55, 55, .8);
    margin: auto;
    display: none;
    cursor: pointer;
}

.section-select-payment .cvv-figure {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px;
    background-color: #fff;
    max-width: 100%;
}

.section-select-payment .shop-button {
    padding: 0;
    border-color: transparent;
    background-color: transparent;
}

.section-select-payment .submit-button .shop-button {
    padding: 12px 55px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin: 20px auto;
    font-size: 1em;
    line-height: 1em;
    cursor: pointer;
    height: inherit;
}

/*** Summary Section ***/
.section-thank table {
    margin: 0 auto;
    width: 90%;
}

.section-thank td {
    padding: 8px;
    line-height: 1.3em;
}

.section-thank .thank-label {
    text-align: right;
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: top;
    line-height: 19px;
    white-space: nowrap;
}

.section-thank .contact-info span {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin-right: 5px;
}

.section-thank .qrcode-image {
    display: block;
    margin: 25px auto 0;
}

.section-thank .qrocde-code {
    text-align: center;
    font-size: 2em;
    letter-spacing: 5px;
    margin: 20px 0;
}

.section-thank .thank-tnc {
    width: 90%;
    margin: 30px auto 0;
}

.section-thank .thank-tnc h4 {
    margin-bottom: 10px;
}

.section-thank .thank-tnc .thank-tnc-content {
    font-size: 0.7em;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tags-nav li {
    float: left;
    list-style: none;
    padding: 1em 2em;
    margin: 0 2em 0 0;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
    cursor: pointer;
}

.tags-nav li.active {
    color: #fff;
    background-color: #000;
}

.tags-nav ul:after {
    display: block;
    clear: both;
    content: '\a';
}

nav.tags-nav {
    border-bottom: 0px solid #dcdcdc;

    margin: 1em 0 2em;
}

.product-price > .deposit-price{
    float: right;
    font-size: 10px;
}

.product-price > .discounted-price{
    float: right;
    font-size: 10px;
}

.product-price > .deposit-discount-price{
    margin: 0;
    text-align: right;
    font-size: 10px;
}

/**
discount code
 */

.discount_code label.control-label.col-md-3 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 1.3rem;
}

.discount_code .col-md-9 {
    display: block;
    width: 100%;
    text-align: center;
}

.discount_code {
    text-align: center;
}

.discount_code .error {
    color: red;
    text-align: left;
}

.discount_code p.remark {
    text-align: left;
}


.discount_code input {
    text-align: center;
}
.discount_code disabled {
    cursor: not-allowed;
}
/**
end discount code
 */


#header-wrapper {
    position: relative;
}

#lang-controler {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 1.2rem;
}
#lang-controler a,
#lang-controler a:active,
#lang-controler a:hover,
#lang-controler a:visited
{
    color: #fff;
}


.quantity-control{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

/* Hide native number spinners (WebKit / Firefox) — +/- buttons handle quantity */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity-input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.prizm__product-selection-price span.original{
    text-decoration: line-through;
    color: var(--prizm-clr-text-light);
    margin-left: 0.4rem;
}


.prizm__product-selection-price span.discounted{
    font-family: "Urbanist", sans-serif!important;
    color: var(--prizm-clr-text)!important;
    font-size: var(--fs-text)!important;
    font-weight: 600!important;
    text-decoration:unset!important;
}

.tags-nav li.active{
    color:#000000!important;
    border-radius: 5px;
    border: 1.5px solid var(--Prizm_Primary, #AB7C54)!important;
    background-color:unset!important;
    background: linear-gradient(0deg, var(--prizm-primary-5, rgba(171, 124, 84, 0.08)) 0%, var(--prizm-primary-5, rgba(171, 124, 84, 0.08)) 100%), var(--White, #FFF)!important;
}

.tags-nav li.active label{
    color:#000000!important;
}



.prizm__product-item.selected .group-select-button{
    display:none;
}

/* --------------------------------------------------------------------------
   Mobile notification bar — horizontal scrolling loop
   (Markup: campaign/index.tpl; behaviour: js/theme.js initNotificationMarquee)
   -------------------------------------------------------------------------- */

.prizm__notification-viewport {
    width: 100%;
    min-width: 0;
}

.prizm__notification-marquee {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    max-width: none;
    will-change: transform;
}

.prizm__notification-text {
    flex-shrink: 0;
    padding-right: 2.5rem;
    white-space: nowrap;
}

/* Desktop: single line, no duplicate */
@media (min-width: 769px) {
    .prizm__notification-text[aria-hidden="true"] {
        display: none;
    }

    .prizm__notification-viewport {
        overflow: visible;
    }

    .prizm__notification-marquee {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* Before JS or when text fits: hide cloned span */
    .prizm__notification:not(.s-marquee-scroll) .prizm__notification-text[aria-hidden="true"] {
        display: none;
    }

    .prizm__notification-viewport {
        overflow: hidden;
    }

    .prizm__notification.s-marquee-static .prizm__notification-marquee {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        margin: 0 auto;
    }

    .prizm__notification.s-marquee-scroll .prizm__notification-viewport {
        text-align: left;
    }

    .prizm__notification.s-marquee-scroll .prizm__notification-marquee {
        animation: prizm-notification-marquee var(--prizm-marquee-duration, 20s) linear infinite;
    }

    .prizm__notification.s-marquee-paused.s-marquee-scroll .prizm__notification-marquee {
        animation-play-state: paused;
    }
}

@keyframes prizm-notification-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes prizm-calendar-loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
    .prizm__notification.s-marquee-scroll .prizm__notification-marquee {
        animation: none;
        will-change: auto;
    }

    .prizm__notification.s-marquee-scroll .prizm__notification-viewport {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}


.prizm__info-total p{
    display: flex;
    flex-direction: row;
}

/* Thank page — recommendation Swiper (thank.tpl; init: slides.js) */
.prizm__recommend-swiper {
    position: relative;
    width: 100%;
    padding: 0 2.75rem;
    box-sizing: border-box;
    --swiper-navigation-size: 0.65rem;
    --swiper-navigation-sides-offset: 0;
    --swiper-navigation-color: var(--prizm-clr-text);
}
.prizm__recommend-swiper .swiper-slide {
    height: auto;
}
.prizm__recommend-swiper .swiper-button-next,
.prizm__recommend-swiper .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid var(--prizm-clr-border);
    background-color: var(--prizm-clr-bg);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.prizm__recommend-swiper .swiper-button-next:hover,
.prizm__recommend-swiper .swiper-button-next:focus-visible,
.prizm__recommend-swiper .swiper-button-prev:hover,
.prizm__recommend-swiper .swiper-button-prev:focus-visible {
    background-color: var(--prizm-primary-light);
    border-color: var(--prizm-primary);
}
.prizm__recommend-swiper .swiper-button-next:after,
.prizm__recommend-swiper .swiper-button-prev:after {
    font-size: var(--swiper-navigation-size);
    font-weight: 700;
}
.prizm__page-thanks .prizm__recommend-item {
    display: grid;
    gap: 1rem;
    height: 100%;
}
.prizm__page-thanks .prizm__recommend-item > div {
    display: grid;
    gap: 0.5rem;
}
.prizm__page-thanks .prizm__recommend-item .prizm__image {
    border-radius: 0.5rem;
}
.prizm__page-thanks .prizm__recommend-item .prizm__button {
    margin: 1rem 0;
    min-width: unset;
}
.prizm__page-thanks .prizm__recommend-price {
    font-weight: 600;
}

.prizm__page-thanks .prizm__recommend-price p{
    display: flex;
    flex-direction: row;
}

.prizm__page-thanks .prizm__recommend-price span:first-child {
    margin-right: 0.5rem;
}
.prizm__page-thanks .prizm__recommend-price span:last-child {
    text-decoration: line-through;
    color: grey;
    font-weight: 500;
    font-size: var(--fs-text--small);
}
.prizm__recommend-section {
    margin-top: 5rem;
}
.prizm__recommend-section ol {
    padding: 0;
    margin-left: 1rem;
}
.prizm__recommend-name {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-weight: 400;
}

/* .prizm__product-selection-total > *:not(.prizm__button), .prizm__info-total > *:not(.prizm__button){
    display: flex!important;
    flex-direction: row;
     grid-template-columns: unset!important;

} */

.prizm__product-selection-section .js-product-filter-message {
    margin-top: 0.75rem;
    margin-bottom: 0;
    padding: 4rem 0.75rem;
    text-align: center;
    color: #666;
    background-color: #f2f2f2;
    border-radius: 0.5rem;
    font-size: var(--fs-text--small);
    line-height: 1.4;
}

.js-product-filter-message.s-none {
    display: none !important;
}

@media (max-width: 768px) {
    .prizm__product-selection-section .js-product-filter-message {
        margin-top: 0.5rem;
    }
}



ul.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
@media (max-width: 768px) {
    ul.tag-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }
}

.soldout{
    text-wrap-mode: nowrap;
}

.prizm .section-datetime .date-picker .ui-state-disabled,
.prizm .section-datetime td.s-remark.ui-state-disabled,
.prizm .section-datetime td.s-remark.s-full {
    pointer-events: auto !important;
}

.prizm .section-datetime .ui-datepicker-unselectable.ui-state-disabled .ui-state-default:hover{
    border: none!important;
}

.payment-select-wrap .prizm__payment-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.prizm__payment-item label{
    min-width: 105px;
}

.payment-select-wrap .prizm__payment-list .prizm__image {
    margin: 0px auto;
}

.prizm__payment-item .prizm__image img{
    height:25px;
}