/* loading-btn */
.is-loading-btn.loading {
    opacity: 0.50 !important;
    position: relative;
    pointer-events: none !important;
}

.is-loading-btn.loading::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icon-loading-ring.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 99;
}

/* loading-group */
.is-loading-group.loading {
    opacity: 0.50 !important;
    position: relative;
    pointer-events: none !important;
}

.is-loading-group.loading::before {
    -webkit-animation: mona_style_spin 500ms infinite linear;
    animation: mona_style_spin 500ms infinite linear;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 40px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 40px;
    border: 2px solid var(--primary-color, #03a0e2);
    z-index: 12;
}

@keyframes mona_style_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.is-loading-group.processing {
    opacity: 0.5 !important;
    position: relative;
    pointer-events: none !important;
}

/* H-custom */
#wpadminbar a img {
    height: 100%;
}

.wpcf7 form {
    position: relative;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    /* bottom: 0; */
    width: 100%;
}

.wpcf7 form#frmNewsletter .wpcf7-response-output {
    margin: 15px auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form .inf-flex {
    position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

.wpcf7 form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    /* left: 1.8rem; */
    right: 2rem;
    bottom: -1.5rem;
    /* bottom: 0; */
}

.wpcf7 form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 1rem;
    z-index: 2;
}

@media screen and (max-width: 500px) {
    .wpcf7 form .wpcf7-spinner {
        right: 40%;
    }
}

.h1-hidden {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
}

.mona-empty-message-large {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 2rem;
}

.hrecipe .tab-btn {
    background-color: #fff;
    border-color: #E4002B;
}

.hrecipe .tab-btn .hrecipe-icon {
    filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(4289%) hue-rotate(342deg) brightness(85%) contrast(111%);
}

/* Custom */
.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 {
    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;
}

.mona-content ul li:not(:last-child) {
    margin-bottom: 2.4rem;
}

.drag_element {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1200px) {
    .mona-content ul li:not(:last-child) {
        margin-bottom: 1.6rem;
    }
}

@media screen and (max-width: 500px) {
    .ihp_popup_full span.close_ihp svg {
        fill: #000;
    }

    .ihp_popup_full div#powerTip {
        position: fixed;
        top: 50% !important;
        left: 50% !important;
        width: 80vw;
        height: fit-content;
        overflow-x: hidden;
        overflow-y: auto;
        /* background-color: #fff; */
        transform: translate(-50%, -50%);
        /* border-radius: 1rem; */
        /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    }

    .pins_animation {
        width: 0.8rem !important;
        height: 0.8rem !important;
    }
}

.box_view_html {
    color: #1e1e1e;
    font-weight: 600;
}

.ihp_popup_full div#powerTip {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#powerTip:before,
#powerTip.ne:before,
#powerTip.nw:before {
    border-top: 10px solid #ffffff !important;
    border-top: 10px solid #ffffff !important;
}

#powerTip.s:before {
    border-bottom: 10px solid #ffffff !important;
}

#powerTip {
    background-color: #fff;
}

.pins_animation.ihotspot_pulse {
    z-index: 1;
}

#powerTip .mona-content img {
    width: auto;
}

.object-contain .box-img-in img,
.cg-image-default {
    object-fit: contain;
}

.txt .small {
    font-size: 85%;
    font-style: italic;
}

.content-empty {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column-reverse;
}

.content-empty .empty-item {
    margin: 2rem;
}

.content-empty img {
    height: 15rem;
}

img.cg-image-default {
    object-fit: contain;
    /* background-color: #ecada1; */
}

.banner-bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-bg .inner {
    position: relative;
    padding-top: calc(800/1920 * 100%);
    width: 100%;
    height: 100%;
    display: block;
}

.banner-bg .inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CSS style */
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

/* a img.alignnone {
  margin: 5px 20px 20px 0;
} */
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
    display: block;
    margin: 5px auto;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

.page-id-8 .hpurpose {
    position: relative;
    background: #F8FAFC;
}

.about-it img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.food-img-in img {
    object-fit: cover;
}

.header-lg {
    display: none;
}

@media screen and (min-width: 1250px) {
    .hrecipe-slider {
        width: calc(100% + var(--halfremainder)/2);
        margin-left: calc(-1*(var(--halfremainder)/2));
    }
}

.hrecipe-slider .swiper-prev {
    left: -3% !important;
}

.pum-close {
    width: 3rem !important;
    height: 3rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-author .item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #94A3B8;
    gap: .6rem;
}

.banner-item {
    height: 100%;
}

.banner-bg .inner {
    padding-top: calc(600/1920 * 100%);
}

@media screen and (min-width: 601px) {
    .banner-bg img {
        display: block;
    }

    .banner-bg .bn-mb {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .banner-bg .inner {
        padding-top: calc(1400/900 * 100%);
    }

    .banner-bg img {
        display: none;
    }

    .banner-bg .bn-mb {
        display: block;
    }
}

.sec-product .news-list .swiper-wrapper {
    margin-bottom: 1px;
}

.hfood-slider.hide-pagi-pri .pagi-pri {
    display: none;
} 

@media screen and (max-width: 750px) {
    .news-bdy .head .news-list  {
        margin: auto;
        width: 100%;
    }
}