.grayscale {
  filter: grayscale(100%)!important;
}

body.single-product  {
  background-color: #eeeeee!important;
}

body.hide-scroll{
	overflow-y:hidden!important;
}

.overlay{
	height:100vh;
	width:100%;
	display:flex;
	position:fixed;
	z-index:90000000;
	overflow:hidden;
	background: rgba(30,115,190,0.9);
	color:white;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.overlay span{
	margin-top:20px;
}


img {
  max-width: 100%;
}

p {
  margin-bottom: 0;
}

.header_info {
  border: 1px solid lightgray;
  margin-top: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 10px 10px 40px #d3d3d3a1;
}

.img_info {
  text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
}

.txt_info {
  border-left: 1px solid lightgray;
  padding-left: 40px;
 padding-bottom:40px;
}

.infos {
  padding-top: 35px;
}

.infos h1 {
  font-size: 22px;
  font-weight: 700;
  color: #005785;
margin-bottom:10px;
}

.infos h2 {
  font-size: 14px;
  color: #005785;
  font-weight: 400;
margin-bottom:0;
}

.infos h2 span {
  font-weight: 600;
  font-size: 15px;
display:block;
line-height:5px;
}


.infos button {
  border-radius: 5px;
  border: 1px solid #bd8027;
  padding: 5px 15px;
  color: #bd8027;
  background-color: transparent;
  margin-top: 5px;

}

.infos button:hover {
  background-color: #bd8027;
}

.infos .fa-map-marker {
  margin-left: 3px;
  margin-right: 6px;
}

.infos .fa-calendar {
  margin-right: 3px;
}

/* ------------------------------------------ */
.formulario {
  text-align: center;
  margin: 40px 0 50px 0;
}

.formulario h3 {
  color: gray;
  font-size: 25px;
margin-top:50px;
}

.formulario label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.formulario form {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}

.formulario form input {
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}

.formulario form input[type="submit"]{
color:#000;
background:none;
      border: 1px solid lightgray;
}


.formulario form input[type="submit"]:hover{

background:#d0d0d7
}

/* ------------------------------------------ */

.hotel_info {
  border: 1px solid lightgray;
  margin: 30px 0;
  border-radius: 5px;
  background-color: #fff;
}

.hotel_info .header_hotel .title_hotel {
  display: flex;
  align-items: center;
}

.hotel_info .header_hotel {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.hotel_info .header_hotel h4 {
  margin: 0 20px 0 0;
}

.hotel_info .header_hotel .fa-star {
  font-size: 25px;
  color: #ddad67;
}

.hotel_info .header_hotel button {
  border-radius: 5px;
  border: 1px solid #bd8027;
  padding: 5px 15px;
  color: #bd8027;
  background-color: transparent;
	
}
.hotel_info .single_add_to_cart_button{
	line-height:0;
	height:40px!important;
}


.hotel_info .header_hotel button:hover {
  color: #fff;
  background-color: #bd8027;
}

.hotel_info .text_hotel p {
  font-size: 14px;
}

.hotel_info .text_hotel tr {
  font-size: 14px;
}

.hotel_info .text_hotel tr i {
  font-size: 13px;
}

.hotel_info .text_hotel input {
  width: 80px;
}

.hotel_info .text_hotel .destaque {
  background-color: #fff9df;
  border: 1px solid #fff1ab;
  padding: 8px 12px;
  margin: 10px 0;
}

.hotel_info .fotos_hotel {
  padding-right: 0;
}

.hotel_info .fotos_hotel img {
  border-radius: 0 5px 5px 0;
}

@media (max-width: 1024px) {
  .infos {
      text-align: center;
  }

  .txt_info {
      padding-left: 0;
  }

  .infos button {
      margin-bottom: 30px;
  }

  /* ------------------------------- */
  .formulario form {
      display: grid;
  }

  .hotel_info .header_hotel {
      align-items: center;
  }

  .hotel_info .header_hotel .title_hotel {
      display: block;
  }

  .hotel_info .fotos_hotel {
      padding-left: 0;
  }

  .hotel_info .fotos_hotel img {
      border-radius: 0 0 5px 5px;
  }
}

.wc-backward{
	display:none!important;
}

.table-striped td strong{
	font-size:14px;
	font-weight:normal;
}

.table-striped input[type="number"][disabled] {
  opacity: 0.5;
}


  /* ------------------------------- */

