/*** 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: 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,
.mona-hotel-booking-form.is-updating,
.mona-hotel-booking-form.is-pricing {
  opacity: 0.5 !important;
  position: relative;
  pointer-events: none !important;
}

.processing::before,
.mona-hotel-booking-form.is-updating::before,
.mona-hotel-booking-form.is-pricing::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;
}
input#submitContact {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

a.remove.mona-remove-cart-item {
    color: red!important;
    background: transparent !important;
        filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(6979%) hue-rotate(359deg) brightness(96%) contrast(112%);
}

span.cart-contents-count {
    position: absolute;
    top: -15px;
    right: -13px;
    background-color: red;
    border-radius: 6rem;
    width: 2rem;
    height: 2rem;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
}

.woocommerce a.remove {
    height: auto;
}