
/* ------ Room search ---------------- */
/* Hide mentioning of children in room */
.hb_search_max_child {display:none !important;}
/* Hide the selector for number of rooms (since always 1 in our case, and this is set in our js) */
/* Notice if adding .room-info we make sure that we hide only during "normal resa", i.e. not single room resa */

/*
.hb-search-room-results .room-info .hb_search_quantity {display:none !important;} 
.hb-search-room-results .hb_search_quantity select {display:none !important;}

*/


div.mphb_sc_rooms-wrapper.mphb-room-types div.mphb-room-type {margin-top:1.5em; padding-top: 1.5em; border-top:1px solid #ccc;}

div.exhausted {
  padding: 0.2em; padding-left:0.4em; padding-right: 0.4em;
  border: 4px solid #f66060; border-radius: 4px;
  color: #f66060;
  display: inline-block;
  margin-left: 0.5em;
  transform: rotate(-20deg)
}

/*div.woocommerce-Tabs-panel {padding: 2em !important;}
div.woocommerce-Tabs-panel p {margin-left:1em;}
*/
/* When using the "Login as User" plugin then move its menu */
div.login-as-user-top {top:200px !important}

input[name="the-recipient"] {display:none !important;}


