/* estilos disponibilidad v+h */
.sorting_container select, .sorting_container span {
  font-size: 12px;
}

.sorting_container {
  border-bottom: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
  font-size: 12px !important;
}

#sorting {
  float: left;
}

.TA_sello {
  font-size: 11px;
}

.continue_button_container {
  margin-top: 10px;
}

.etiqueta_mistery_hotel {
  position: relative;
  margin-top: -50px;
  margin-right: 0;
  float: right;
  margin-left: 15px;
}

.comment, .cont_buscador_dispo_hotel {
  border: 1px solid #e9e9e9;
  padding: 10px;
  background-color: #FFF;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 4px;
}

.info_txt_hotel {
  margin-top: 20px;
}

@media (min-width: $screen-xs-min) and (max-width: $screen-sm-max) {
  .reservation_anchor_container {
    margin-top: 40px;
  }
}
/**/
.reservation_anchor {
  background: transparent;
  @include button-sunrise($btn-cta-color, $btn-cta-bg, $btn-cta-border, $btn-cta-hover-txt, $btn-cta-hover);
  font-size: 15px;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  line-height: 18px;
  padding: 13px 20px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background 0.3s;
  box-shadow: none;
  margin: 20px 0 0 0;
}

/* fin estilos disponibilidad v+h*/


