/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.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: 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;
}

#wpadminbar a img {
  height: 30px;
}
:root {
  --main-color: #000;
  --main-color-2: #000;
  --main-color-3: #f58632 !important;
}
.hidden-btn {
  display: none;
}
.hidden-toc #ez-toc-container {
  display: none;
}
.mona-empty-message-large {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 2rem;
}

.content-empty {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column-reverse;
}

.content-empty .empty-item {
  margin: 2rem;
}

.content-empty img {
  height: 5em;
}
.d-none {
  display: none !important;
}
.h1-hidden {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.side-img {
  position: fixed;
  bottom: 0;
  right: 1%;
  width: 20%;
  z-index: 100;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .side-img {
    display: none;
  }
}
.side-img .inner {
  width: 100%;
}
.side-img .inner img {
  display: block;
  width: 100%;
}
