select.flatpickr-monthDropdown-months {
    display: inline-block;
}

.treep-checkout-widget {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1440px;
    padding: 0 60px;
    margin: 40px 0;
}

.treep-checkout-widget .checkout-header {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 88px;
    margin-bottom: 0;
    padding-top: 5px;
}

.treep-checkout-widget .checkout-stepper {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

.treep-checkout-widget .checkout-header .checkout-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 115px;
    width: 100%;
}

.treep-checkout-widget .checkout-header .checkout-info .checkout-stepper {
    overflow: hidden;
}

.treep-checkout-widget .checkout-header .checkout-info .checkout-info-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.treep-checkout-widget .checkout-header .checkout-info .checkout-info-title {
    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #231F20;
}

.treep-checkout-widget .checkout-header .checkout-info .checkout-info-description {
    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #231F20;
}

.treep-checkout-widget .checkout-header .checkout-info .countdown {
    max-width: 320px;
    height: 60px;
    margin-top: 0px;
    
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 16px;
    gap: 8px;

    flex-shrink: 0;
}

.treep-checkout-widget .checkout-header .checkout-info .countdown .countdown-icon {
    margin: 0;
    padding: 0;
    height: 10px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.treep-checkout-widget .checkout-header .checkout-info .countdown .title {
    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #231F20;
    flex-shrink: 0;
}

.treep-checkout-widget .checkout-header .checkout-info .countdown .checkout-countdown {
    font-family: 'Walkway Black, sans-serif' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 25px !important;
    letter-spacing: 0.24em !important;
    text-transform: uppercase !important;
    color: #BE9D77 !important;
}

.treep-checkout-widget .checkout-wraper {
    display: flex;
    align-items: flex-start;
    gap: 33px;
    width: 100%;
}

.treep-checkout-widget .checkout-wraper > * {
    min-width: 0;
}

.treep-checkout-widget .checkout-wraper .checkout-wraper-top {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.treep-checkout-widget .checkout-wraper .checkout-wraper-top .checkout-wraper-top-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.treep-checkout-widget .checkout-wraper .checkout-wraper-top .checkout-wraper-top-title {
    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #231F20;
}

.treep-checkout-widget .checkout-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 685px;
    flex-shrink: 0;
}

.checkout-form.infomation {
    margin-top: 0 !important;
}

.treep-checkout-widget .checkout-form .checkout-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 40px;
    gap: 32px;

    background: #F9F8F5;

    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

.treep-checkout-widget .checkout-section .order-summary-wraper .order-summary-group {
    margin-top: 34px;
}

.treep-checkout-widget .checkout-section .order-summary-wraper .order-summary-group:first-of-type {
    margin-top: 0;
}

.treep-checkout-widget .group-wraper {
    width: 100%;
    justify-content: normal;
    gap: 24px;
}

.treep-checkout-widget .group-wraper .form-group {
    width: 100%;
    margin: 0;
}

.treep-checkout-widget .group-wraper .form-group label,
.treep-checkout-widget .group-wraper .form-group input  {
    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.14em;
    
    color: #231F20;
}

.treep-checkout-widget .group-wraper .form-group label.error,
.treep-checkout-widget .gender-count-error {
    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.14em;

    color: #FF0000;
}

.treep-checkout-widget .group-wraper .form-group input  {
    height: 34px;
    padding: 0 1px;
}

.treep-checkout-widget .group-wraper .form-group input::placeholder {
    color: #898989;
}

.treep-checkout-widget .group-wraper .form-group select {
    color: #898989;
}

.treep-checkout-widget .group-wraper .form-group select:valid {
    color: #000;
}

.treep-checkout-widget .group-wraper .form-group .select2-selection__rendered {
    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.14em;
    padding: 0 1px;
    height: 34px;
}

.treep-checkout-widget .order-summary {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.treep-checkout-widget .order-summary-wraper {
   width: 100%;
}

.treep-checkout-widget .order-summary .checkout-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;

    background: #FFFFFF;
    border: 1px solid rgba(225, 208, 179, 0.4);
    border-radius: 0px;
}

.treep-checkout-widget .order-summary .countdown{
    display: none;
}

.treep-checkout-widget .button-bottom {
    margin: 0;
}

.treep-checkout-widget .button-bottom--desktop {
    display: block;
    margin-top: -12px;
}

.treep-checkout-widget .button-bottom--mobile {
    display: none;
}

.treep-checkout-widget .button-bottom button {
    width: 100%;
    margin: 0;
}

.treep-checkout-widget .button-bottom button span {
    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.treep-checkout-widget .infomation input,
.treep-checkout-widget .select2-container--default .select2-selection--single {
    background-color: transparent;
    height: 34px;
}

.treep-checkout-widget .order-date-title {
    background: #F9F8F5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    gap: 10px;
}

.treep-checkout-widget .order-date-title .order-period {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.treep-checkout-widget .order-date-title .order-period .period-name {
    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.treep-checkout-widget .order-date-title .order-period .period-time {
    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.treep-checkout-widget .order-date-title .order-date {
    color: #231F20;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
}

.treep-checkout-widget .cart-item-details {
    padding: 0;
    align-items: center;

    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.treep-checkout-widget .cart-item-details .count {
    display: flex;
    gap: 6px;
    align-items: center;
}

.treep-checkout-widget .cart-item-details .count .guests {
    display: flex;
    gap: 6px;
    align-items: center;
}

.treep-checkout-widget .cart-item-details .count .guests .guests-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.treep-checkout-widget .cart-item-details .cart-item-details-info {
    display: flex;
    gap: 24px;
    align-items: center;
}

.treep-checkout-widget .cart-item-details .cart-item-details-price {
    display: flex;
    gap: 24px;
    align-items: center;
    font-weight: 600;

    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.14em;
}

.treep-checkout-widget .cart-item .cart-item-name p {
    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.treep-checkout-widget .addons {
    flex-direction: column;
    gap: 34px;
    margin-top: 34px;
}

.treep-checkout-widget .addons .addon-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.treep-checkout-widget .addons .addon-item .addon-item-name {
    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.treep-checkout-widget .addons .addon-item .addon-details {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.treep-checkout-widget .addons .addon-item .addon-details::before,
.treep-checkout-widget .addons .addon-item .addon-details::after {
    display: none;
}

.treep-checkout-widget .addons .addon-item .addon-details .count {
    display: flex;
    gap: 6px;
    align-items: center;

    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.treep-checkout-widget .addons .addon-item .addon-details .count::after {
    display: none;
}

.cart-item .price {
    padding-left: 0;
}

.treep-checkout-widget .cart-item .price {
   font-family: 'MintSans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.14em;
}

.checkout-form.infomation h5 {
    font-family: 'Walkway Black', sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-align: left;
    color: #231F20;
    margin: 0 0 30px;
}

.agree-group {
    margin-top: 24px;
    margin-bottom: -32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.agree-group .agree-item {
    margin-bottom: 0;

    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.14em;

    color: #231F20;
}

.agree-group label {
    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.14em;

    color: #231F20;
}

.gender-count-error,
.agree-group .error-text .error{
    display: none;
    color: #FF0000;
}
.order-bottom {
    margin: 34px 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-option-item {
    position: relative;
}

.add-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.plus-icon {
    font-size: 14px;
}

.input-wrapper {
    width: 100%;
    margin-top: 10px;
}
.order-bottom ul .input-wrapper{
    max-width: 200px;
    margin: 0;
}
.input-wrapper.hidden {
    display: none;
}
.order-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.order-select {
    width: 100%;
}

.agree-group input + label::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0 !important;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 4px;
    background: #C1C7CD;
    cursor: pointer;
}

.agree-group input ~ label::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #FFF;
    position: absolute;
    left: 3px;
    top: 7px;
    border-radius: 1px;
    cursor: pointer;
}

.agree-group input[type="checkbox"]:checked ~ label::after {
    background: #FFF;

}

.agree-group input[type="checkbox"]:checked ~ label::before {
    background: #BE9D77;
}

.agree-group input[type="checkbox"]:checked ~ label:after {
    border-radius: 1px;
}

@media only screen and (max-width: 1399px) {
    .treep-checkout-widget {
        gap: 50px;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 1279px) {
    .countdown .countdown-wraper .title {
        padding-left: 55px;
    }
    .treep-checkout-widget {
        padding: 0 10px;
        gap: 30px;
    }
    .countdown .countdown-wraper p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    .treep-checkout-widget {
        flex-wrap: wrap;
    }
    .treep-checkout-widget .checkout-wraper{
        order: 1;
    }
    .treep-checkout-widget .order-summary .countdown{
        display: block;
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .treep-checkout-widget .checkout-header .checkout-info .checkout-info-title {
        font-size: 20px;
    }

    .treep-checkout-widget .checkout-header .checkout-info .checkout-info-description {
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
    }

    .checkout-form.infomation h5{
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.24em;
    }

    .cart-item .cart-item-details {
        flex-direction: row !important;
    }

    .treep-checkout-widget .cart-item-details .cart-item-details-price {
        align-self: flex-end;
    }

    .treep-checkout-widget .order-summary .order-total .total-value {
        flex-direction: column-reverse;
    }

    .treep-checkout-widget .order-summary .order-total .total-value .count::after {
        top: auto !important;
        right: 0 !important;
        width: 100% !important;
        height: 1px !important;
        bottom: 33px !important;
    }

    .treep-checkout-widget .checkout-form .checkout-section {
        padding: 30px 20px;
    }
}
/* Thêm CSS cho overlay loading */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d9;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading svg{
    display: block;
    width: 10vw;
    height: 10vw;
    animation: loading .9s linear 0s infinite normal none;
}

@keyframes loading {
    0% {
      transform: rotate(0);
      transform-origin: center;
    }
  
    100% {
      transform: rotate(360deg);
      transform-origin: center;
    }
  }

/* Booking Checkout */
.period-header {
    background: pink;
}

.treep-checkout-widget-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 34px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    margin: 80px 0;
}

.treep-checkout-widget .order-summary .order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}

.treep-checkout-widget .order-summary .order-total .total-value .count {
    position: relative;

    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    /* font-weight: 400; */
    font-weight: 800;
    /* font-size: 12px; */
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0.24em;
    text-transform: uppercase;

    display: flex;
    gap: 12px;
}

.treep-checkout-widget .order-summary .order-total .total-value .count::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    opacity: .6;
}

.treep-checkout-widget .order-summary .order-total .total-value {
    display: flex;
    align-items: center;
    gap: 34px;
}

.treep-checkout-widget .order-summary .order-total .total-price {
    display: flex;
    align-items: center;
    gap: 12px
}

.treep-checkout-widget .order-option-item .order-input {
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: .5rem;
    outline: 0;
}

.treep-checkout-widget .order-option-item .order-option-title {
    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.14em;
    text-transform: uppercase;

    color: #231F20;
}

.treep-checkout-widget .select2-container--default .select2-selection--multiple {
    position: relative;
    border-radius: 0;
    border: 1px solid #231F20;
}

.treep-checkout-widget .select2-container--default .select2-selection--multiple::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='7' viewBox='0 0 15 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.05645 4.88468L11.9019 0H14.1129L7.05645 7L0 0H2.21102L7.05645 4.88468Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.treep-checkout-widget .select2-container--default.select2-container--open .select2-selection--multiple::after {
    transform: rotate(180deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

.treep-checkout-widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 9px;
}

.treep-checkout-widget .select2-container--default .select2-search--inline input,
.treep-checkout-widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.14em;
}

.treep-checkout-widget .select2-container--default .select2-search--inline input::placeholder {
    font-family: 'MintSans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.14em;
    color: #898989;
}

/* Stepper */
.checkout-stepper {
    /* max-width: 1060px; */
    width: 100%;
    margin: 0 auto;
}

.checkout-stepper span::before {
    width: 18px !important;
    height: 18px !important;
    top: -2px !important;
}

.checkout-stepper .pass span::before {
   background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1L4 8.51L1 5.51' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
   background-position: center !important;
   background-size: 9px 6px !important;
   background-repeat: no-repeat !important;
}

.checkout-stepper .step-title {
    max-width: 135px;
    width: 100%;
    margin: 0 auto;

    font-family: 'Walkway Black', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #231F20;
}

@media screen and (max-width: 1023px) {
    .checkout-stepper .step-title {
        display: none;
    } 

    .checkout-stepper span::before {
        top: -5px !important;
    }

    .checkout-stepper ul li.active:not(.pass) span:after {
        width: 19px;
        height: 19px;
        top: -5px;
    }
}

/* Mobile */
@media (max-width: 1200px) {
    .treep-checkout-widget .checkout-top .checkout-info {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .treep-checkout-widget .checkout-top .checkout-info .checkout-info-content {
        text-align: center;
        align-items: center;
    }

    .treep-checkout-widget .checkout-header {
        margin-bottom: 25px;
    }

    .treep-checkout-widget .order-date-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .treep-checkout-widget .checkout-wraper {
        flex-direction: column;
    }

    .treep-checkout-widget .checkout-form {
        max-width: 100%;
        width: 100%;
        order: 2;
    }

    .treep-checkout-widget .checkout-top .checkout-info .checkout-info-title {
        font-family: 'Walkway Black', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        letter-spacing: 0.24em;
    }

    .treep-checkout-widget .checkout-top .checkout-info .checkout-info-description {
        font-family: 'Walkway Black', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        text-align: center;
        letter-spacing: 0.24em;
    }

    .treep-checkout-widget .order-summary .checkout-section {
        border: 0;
        padding: 0;
    }

    .treep-checkout-widget .button-bottom--desktop {
        display: none;
        margin-top: -12px;
    }

    .treep-checkout-widget .button-bottom--mobile {
        display: block;
    }

    .treep-checkout-widget .checkout-header .checkout-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
}

@media (max-width: 500px) {
    .treep-checkout-widget .cart-item-details .cart-item-details-info {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}

@media (max-width: 372px) {
    .treep-checkout-widget .cart-item .cart-item-details,
    .treep-checkout-widget .addons .addon-item .addon-details {
        /* flex-direction: column; */
        align-items: flex-start !important;
    }

    .treep-checkout-widget .cart-item-details,
    .treep-checkout-widget .addons .addon-item .addon-details {
        align-items: flex-start !important;
    }
}

.treep-checkout-widget .cart-item-details .price {
    display: contents !important;
}

.input-wrapper .special-occasion .select2-selection--multiple {
    background: pink;
}
