.about_company--lf-img img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.rent_ct--lf-content.mona-content table {
  display: table !important;
}

.rent_ct--lf-content.mona-content table tbody tr td:first-child {
  width: initial !important;
}

.rent_ct--lf-content.mona-content table tbody tr td:last-child {
  width: initial !important;
}

.rent_ct--lf-content.mona-content table tbody tr td {
  width: initial !important;
}

.rent_ct--lf-content.mona-content table tbody tr {
  display: table-row !important;
}

.header .header_lang:hover .header_lang--list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}

@media screen and (max-width:600px) {
  .header_lang--list {
    bottom: unset;
    top: 70%;
  }
}

@media screen and (min-width:600px) {
  .mobile-sticky-bar {
    display: none !important; 
  }
}
.mobile-sticky-bar {
  position: fixed;
  background: white;
  bottom: 0;
  left: 0;
  z-index: 1100;
  height: 4.8rem;
  width: 100vw;
  box-shadow: 0px -4px 15px 1px rgba(0, 0, 0, 0.3);
}

.mobile-sticky-bar .bar-inner {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.mobile-sticky-bar .header_logo {
  position: static !important;
  transform: none !important;
  width: 10rem;
}

.mobile-sticky-bar .price {
  margin-left: auto;
  margin-left: auto;
  flex-direction: column;
  display: flex;
  align-items: end;
}
.mobile-sticky-bar .price del {
  color: #9a9a9a;
}
.mobile-sticky-bar .price ins {
  font-weight: 700;
  color: #E65725;
  text-decoration: none;
}

.mobile-sticky-bar .book-btn .btn {
  height: 4.8rem;
  border-radius: 0;
}

.tourCt_infos--cs-price {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background: #f8f8f8;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  border: 0.1rem solid #E65725;
}
.tourCt_infos--cs-price .price {
  display: flex;
  flex-direction: row-reverse;
  gap: .5rem;
  
}
.tourCt_infos--cs-price .price  del {
  color: #9a9a9a;
}
.tourCt_infos--cs-price .price  ins {
  font-weight: 700;
  color: #E65725;
  text-decoration: none;
}
.mona-content {
  font-size: 1.8rem;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table::-webkit-scrollbar {
  height: 0.2rem !important;
}
.wp-block-table  table {
  min-width: 75rem;
  font-size: 1.4rem;
}
.wp-block-table  table td {
  font-size: 1.4rem !important;
}
body .mona-content table tbody tr td {
  font-size: 1.4rem !important;
  padding: 1rem !important;
}
body .rent_ct--lf-content.mona-content table tbody tr td:first-child {
  width: 20rem !important;
}
/*# sourceMappingURL=backdoor.css.map */