#region-sb {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  padding: 1rem 1rem;
  margin-bottom: 0.5rem !important;
}

#region-sb h3 {
  font-size: 18px;
  color: #495057;
  font-weight: 400;
  line-height: 1.2;
}

#region-sb .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}

.form-check-label {
  color: #495057;
}

.form-check {
  display: flex;
  gap: 10px;
}

.title-wg {
  margin-bottom: 1rem;
}

.product-wrapper h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
}

.border-light {
  border-bottom: 1px solid #dee2e6 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  border-color: #ecf0f1 !important;
}

.hotels-note {
  opacity: 0.75 !important;
}
#hotel-page .hotel-content .sidebar_wrapper {
  flex: 0 0 25%;
}
.hotel-content {
  max-width: 1245px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
#showhotel .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hotel-item,
.discover-tours .tour-item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.hotel-item .hotel-info,
.discover-tours .tour-item .tour-content {
  padding: 15px;
}
.hotel-item .hotel-name,
.discover-tours .tour-content h3 {
  font-size: 15px;
  line-height: 1.3;
}
.hotel-item .hotel-name a,
.discover-tours .tour-content h3 a {
  color: #000 !important;
}
.hotel-item .hotel-name:hover a,
.discover-tours .tour-content h3:hover a {
  color: #ff4a52 !important;
}
.hotel-item .star {
  color: #ff4a52;
}
.hotel-item .lowest-price,
.discover-tours .tour-item h3 + p {
  padding-bottom: 0 !important;
  font-size: 13px;
}
.hotel-item .lowest-price > span,
.discover-tours .tour-item .price {
  color: #ff4a52;
  font-size: 18px;
}
.sidebar-style {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 15px;
}
.sidebar-style ul {
  list-style: none;
}
.sidebar-style ul > li:last-child {
  margin-bottom: 0 !important;
}
.sidebar-style h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-style input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.support-section .icon-headphone {
  width: 38px;
  height: 38px !important;
  object-fit: contain;
  flex: 1;
  flex-shrink: 0;
  filter: invert(34%) sepia(98%) saturate(1128%) hue-rotate(327deg)
    brightness(104%) contrast(102%);
}
.support-section {
  max-width: 858px;
  background: rgb(255, 74, 82, 0.1);
  margin: 0 auto;
  margin-top: 40px;
}
.support-section .support-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.support-container .box-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.support-section .box-left .content h4 {
  font-size: 22px;
}
.support-section .box-left .content p {
  font-size: 15px;
  padding: 0 !important;
}
.btn-ask-a-questions {
  padding: 8px 15px;
  font-size: 18px;
  color: #fff;
  background: #ff4a52;
  border-radius: 6px;
  border: 1px solid #ff4a52;
}
.btn-ask-a-questions:hover {
  color: #ff4a52;
  background: #fff;
}
.discover-tours {
  margin-top: 24px;
}
.discover-tours .heading-tours {
  text-align: center;
}
.discover-tours .heading-tours .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}
.discover-tours .heading-tours h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 22px;
}
.discover-tours .list-tours {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.discover-tours .tour-item > img,
.hotel-item img {
  height: 175px !important;
  width: 100%;
  object-fit: cover;
  display: block;
}
.discover-tours .tour-item .status-item {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 8px;
}

.discover-tours .tour-content {
  min-height: 110px;
  position: relative;
}
.discover-tours .tour-content h3 + p {
  position: absolute;
  bottom: 15px;
  line-height: 1 !important;
}
#showhotel {
  position: relative;
  padding-bottom: 70px;
}
#showhotel .pagination {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
#showhotel .pagination .page-numbers {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#showhotel .pagination .next img,
#showhotel .pagination .prev img {
  width: 15px;
  height: 15px;
  margin: 8px;
}
/*Responsive*/
@media only screen and (max-width: 768px) {
  .hotel-content {
    flex-direction: column-reverse;
  }
  .discover-tours .list-tours,
  #showhotel .row {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-template-hotel #page_content_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .discover-tours .list-tours,
  #showhotel .row {
    grid-template-columns: 1fr;
  }
  .support-section .support-container {
    flex-direction: column;
    gap: 20px;
  }
}
