/*** End ****/
@import url('mona-alert.css');

.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

span.price-from {
    display: none;
}

.processing {
    opacity: 0.5 !important;
    position: relative;
    pointer-events: none !important;
}

.processing::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

.hide-sitename {
    visibility: hidden;
    height: 0;
    width: 0;
}

#wp-admin-bar-wp-logo img {
    max-width: 100%;
    height: 100%;
}

.mona-empty {
    color: white;
}

.ez-toc-debug-messages {
    display: none;
}

.has-spinner {
    display: none;
}

.mncartBtnJs {
    cursor: pointer;
}

/* loading  */
.is-loading-btn.loading {
    opacity: 0.5 !important;
    position: relative;
    pointer-events: none !important;
}

.is-loading-btn.loading::before {
    height: 3rem;
    width: 3rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    /* -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite; */
    background: url(../images/main-loading.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}

/* loading  */

form.wpcf7-form {
    position: relative;
}

.wpcf7-response-output {
    width: 100%;
}

.main .wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0 !important;
}

.mona-notif-error {
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
}

.mona-notif {
    color: green;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
}

.woocommerce #woocommerce-checkout-form-coupon,
.woocommerce .woocommerce-form-coupon-toggle {
    display: none;
}

/* noti in checkout  */
/* Phải có relative để position: absolute của thông báo lỗi chạy đúng */
.frm-item {
    position: relative;
    /* margin-bottom: 2.5rem; */
    /* Có thể tăng margin bottom nếu layout bị đè */
}

.mona-error-msg {
    font-size: 1rem !important;
    padding: 0.5rem 0.8rem;
    /* Tăng padding xíu cho đẹp */
    border-radius: 0.4rem;
    background-color: #bb0000;
    color: #fff !important;
    width: max-content;
    max-width: 100%;
    position: absolute;
    bottom: -2.2rem !important;
    /* Điều chỉnh tùy theo độ cao input của bạn */
    right: 0;
    z-index: 99;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
}

/* Cái mũi tên trỏ lên */
.mona-error-msg::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #bb0000;
    bottom: 100%;
    right: 1.6rem;
}

.frm-item textarea,
.frm-item input {
    border: none;
}

#order_review .info-inner.js-product-item .text {
    width: 50%;
}

.woocommerce-notices-wrapper .woocommerce-error {
    display: none;
}

/* .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
} */

.dflex-wrap {
    flex-direction: column;
}

.frm-ip .dateTimeItem.dateFrom .wpcf7-form-control-wrap {
    width: 50%;
}

.tour-box-price {
    flex-wrap: wrap;
}

body.page-template-template-planning .planbox-wrapper .swiper-wrapper,
body.woocommerce-checkout .popup.booktour-popup .planbox-wrapper .swiper-wrapper {
    justify-content: center;
}