 html,
    body {
      position: relative;
      height: 100%;
    }
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: var(--theme-color);
}
    .navbar {
      color: var(--theme-sec-color);
      background-color: white !important;
  }
  
  .navbar .nav-link {
      color: var(--theme-sec-color);
  }
  
  .navbar .navbar-logo {
      width: 180px;
  }
  
  .navbar .cls-1 {
      fill:var(--theme-sec-color);
  }

    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      margin-top: 0;
      margin-bottom: 0;
    }

    .swiper-slide {
      background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: center;
    }

    .gallery-top {
      height: 650px;
      margin-top: 63px;
      width: 100%;
    }

    .gallery-thumbs {
      height: 180px;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }

    .description-box {
      font-size: 1.2rem;
      color: var(--theme-sec-color) !important;
    }
  .details-row {
    width: 50%;
    font-size: 1.1rem;
    margin: 0.8rem 0;
    color: #fff;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
hr.theme-hr {
  border-top: 3px solid #fff;
  opacity: 1;
  border-radius: 3px;
  margin-top: 1rem;
}
.icon-title {
    font-size: 1rem;
}

.icon-title img {
    width: 36px;
    margin-right: 10px;
}

.details-row i {
  font-size: 1.4rem;
}

.rooms-number {
    font-size: 1rem;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    background: var(--theme-color);
    width: 26px;
    text-align: center;
    height: 26px;
    border-radius: 26px;
}

#map iframe {
    width: 100%;
    height: 400px;
}

.price-box {
    display: inline-block;
    padding: 15px;
    background: var(--theme-color);
    margin: 10px 0;
    color: #fff;
    text-align: center;
    border-radius: 1.5rem;
    vertical-align: top;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: -2px;
  color: var(--theme-sec-color);
}

.currency {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0;
  padding-right: 4px;
  padding-left: 4px;
  color: var(--theme-sec-color);
}

.price-box h4 {
    margin-bottom: 20px;
}


.nice_button {
  border: 2px solid currentColor;
  border-radius: 2rem;
  color: var(--theme-color);
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
  padding: 0.5rem 5rem;
  margin-top: 20px;
  position: relative;
  text-decoration: none;
  transition: .2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
  display: inline-block;
}
.table-theme{
  font-size: 1.2rem;
}
.table-theme th {
  background-color: var(--theme-color);
  color: #fff;
}

.nice_button::after {
  background-color: var(--theme-color);
  border-radius: 2rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%,0) rotate(10deg);
  transform-origin: top left;
  transition: .2s transform ease-out;
  will-change: transform;
  z-index: -50;
}
.nice_button:hover  {
  border: 2px solid transparent;
  color: #fff;
  transform: scale(1.05);
  will-change: transform;
}

.nice_button:hover::after {
  transform: translate(0,0);
}

.fancy-title {
  width: 100%;
  text-align: left;
  margin-bottom: 1.8rem;
  padding-bottom: 1rem;
  background: url('../../images/bottom-border.svg');
  background-position: bottom left;
  background-size: 10% 5px;
  background-repeat: no-repeat;
  color: var(--theme-sec-color);
}

.features-box {
  background: var(--theme-sec-color);
  background: -moz-linear-gradient(45deg, #933c12 5%, var(--theme-sec-color) 90%);
  background: -webkit-linear-gradient(45deg, #933c12 5%, var(--theme-sec-color) 90%);
  background: linear-gradient(45deg, #933c12 5%, var(--theme-sec-color) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb6627",endColorstr="#364995",GradientType=1);
  color: var(--theme-color);
  padding: 1rem;
  border-radius: 15px;
  margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
}


.info-label{
  height: 35px;
  position: absolute;
  bottom: -35px;
  line-height: 35px;
  width: 120px;
  color: #fff;
  text-align: center;
}
.info-label.success{
  left:20px;
  background-color: #24b47e;
  border-radius: 0 0 0 15px;
}
.info-label.danger{
  left: 135px;
  background-color: #ff0000;
  border-radius: 0 0 15px 0;
}

.info-label .fa-check-circle , .info-label .fa-times-circle {
  color:#fff;
}

.fa-check-circle {color: #24b47e;}
.fa-times-circle {color: #ff0000;}

.small-price {
  color:var(--theme-color);
  font-size: 0.8rem;
}

@media only screen and (max-width: 425px) {
    .gallery-top .swiper-slide {
        background-size: 100%;
    }
    
    .gallery-top {
        height:450px;
    }
    
     .gallery-thumbs {
        height:100px;
    }
    
  .nice_button {
  padding: 0.5rem 4rem;
  font-size: 1.1rem;
}
}

@media only screen and (max-width: 375px) {
    .gallery-top {
        height:400px;
    }

    .features-box {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
   
}




#chalet_data #main-content {
    flex-direction: row;
}

@media (max-width: 1025px) {
  .details-row {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .features-box {
    background: var(--theme-sec-color);
  background: -moz-linear-gradient(340deg, #933c12 5%, var(--theme-sec-color) 90%);
  background: -webkit-linear-gradient(340deg, #933c12 5%, var(--theme-sec-color) 90%);
  background: linear-gradient(340deg, #933c12 5%, var(--theme-sec-color) 90%);
  }
  .icon-title {
    font-size: 1rem;
  }
  .details-row i {
    font-size: 1.1rem;
  }
}


