/*** Import *****/
/* @import url("loading-btn.css"); */
/* @import url("loading-group.css"); */
/* @import url("H-custom.css"); */
/*** End ****/
.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: 0 auto;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  width: 100%;
} */
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

/* .popup-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  font-size: 16px;
  color: #666;
}

.popup-loading::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
} */

.d-none {
  display: none;
}

/* AJAX loading state (product archive filter/pagination) */
.is-loading-btn.loading {
  position: relative;
  pointer-events: none;
}

.is-loading-btn.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.is-loading-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-top-color: rgba(0, 0, 0, 0.5);
  animation: mona-spin 0.8s linear infinite;
  z-index: 3;
}

@keyframes mona-spin {
  to {
    transform: rotate(360deg);
  }
}
#billing_country_field {
  display: none !important;
}
p.no-results {
  font-size: clamp(1.25rem, 1.05rem + 1.2vw, 2.25rem);

  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.bannerv2-des .mona-content {
  color: var(--white);
}

/* ------------------ loading effect for btn add-to-cart ----------------- */

#custom-add-to-ajax.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;

}
