 

:root {
  --domino-body-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --domino-body-background-color:#f4f4f2;
  --domino-body-font-size: 16px;
  --domino-body-color: #000;
  --standard-padding: 20px;
  
  --domino-h1-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --domino-h1-font-color: #000;
  --domino-h1-font-weight: 600;
  --domino-h2-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --domino-h2-font-color: #000;
  --domino-h2-font-size: 18px;
   --domino-h2-font-weight: 600;
 
  --domino-input-font-size: 14px;
  --domino-dropdown-backgroundcolor-hover: #f4f4f2;
  --inputfield-border: #ccc 1px solid;
  --inputfield-background-color:#fff;
  --inputfield-color:#333;
  
  --domino-button-bgcolor: #848d7d;
  --domino-button-color: #fff;
  --domino-button-border: 2px solid #848d7d;
  --domino-button-border-radius: 0px;
  --domino-button-font-size: 16px;
  --domino-button-font-weight: 600;
  
  --domino-button-bgcolor-hover: #949d8c;
  --domino-button-color-hover: #fff;
  --domino-button-hover-border: 2px solid #949d8c;
  
  --domino-buttonlight-bgcolor: #fff;
  --domino-buttonlight-color: #848d7d;
  --domino-buttonlight-border: 2px solid #848d7d;
  --domino-buttonlight-border-radius: 0px;
  --domino-buttonlight-font-size: 16px;
  --domino-buttonlight-font-weight: 600;
  
  --domino-buttonlight-bgcolor-hover: #949d8c;
  --domino-buttonlight-color-hover: #fff;
  --domino-buttonlight-hover-border: 2px solid #949d8c;
  
  --border-product-background-color: #f4f4f2;
  --arrow-color: #848d7d;
    
  --facilities-font-size: 16px;
  --facilities-font-color: #7d7d7d;
  --facilities-font-weight: 400;
  
  --domino-readmore-font-weight: 600;
  --domino-readmore-font-color: #666;
  --domino-link-font-color: #848d7d;
  --domino-link-font-color-hover: #2c6faf;
  
  --domino-pic-border-radius: 5px;
  
 
   --domino-calendar-bgcolor: #e5ece7;
   --domino-calendar-accent-bgcolor: #848d7d;
}

.host {
  --search-icon-svg-color: rgb(0,110,0);
}

body {
  font-family: var(--domino-body-font-family);
  font-size: var(--domino-body-font-size);
  color: var(--domino-body-color);
  background-color: var(--domino-body-background-color);
}

a {
    color: var(--domino-link-font-color);
    text-decoration:none;
}
a:hover{
color: var(--domino-link-font-color-hover);
text-decoration:underline;
}
h1 {
  font-weight:var(--domino-h1-font-weight);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  color: var(--domino-h1-font-color);
  text-transform:uppercase;
   
}
/******************text overlay over hero image*********************/
.TopBannerOverlayText
{
    
    position: relative;
    top: 100px;
}
.topbaner-h1-text{
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 38px;
  color: #fff;
  text-transform:uppercase;
  }
  
.topbaner-h2-text {
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  color: #fff;
     }
  /******************text overlay over hero image END*********************/

h2 {
  font-weight: 400;
  font-family: var(--domino-h2-font-family);
  color: var(--domino-h2-font-color);
  font-size: var(--domino-h2-font-size);
}
h3 {
    color: var(--domino-body-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
     
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(0, 0, 0);
    
    text-indent: 0px;
}

input {
  padding: 3px !important;
  font-size: var(--domino-input-font-size);
  min-width: 200px;
  height: 31px;
  position: relative;
  border: var(--inputfield-border);
}

.search-item input {
  height: 31px;
  border: none;
  padding-top: 6px !important;
  color: var(--domino-body-color);
}
.box-warning{
    color: var(--domino-body-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     
}

/**************************** calendar *************************************/

calendar-component::part(icon-svg) {
}

calendar-component::part(input) {
  background-color: white;
  font-size: 16px;
  min-width: 200px;
  padding-top: 3px;
}

calendar-component::part(calendar-header) {
}

calendar-component::part(calendar-header-button) {
  background-color: var(--domino-button-bgcolor);
  color: var(--domino-button-color);
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: var(--domino-pic-border-radius);
  position: relative;
}

  calendar-component::part(calendar-header-button):hover {
    background-color: var(--domino-button-bgcolor-hover);
    color: var(--domino-button-color);
  }

calendar-component::part(calendar-header-year) {
}

calendar-component::part(day-cell):selected-day-firstday {
  line-height: 1.1em;
  background-color: red;
}

calendar-component::part(header-bar-search-col) {
  padding-right: 21px !important;
  max-width: 242px;
  flex: content;
}

calendar-component::part(header-bar-search-element) {
  margin-left: 0 !important;
}

calendar-component::part(header-bar-search-element-icon-col) {
  margin-right: -4px !important;
  margin-left: -16px !important;
  padding-right: 0 !important;
}

calendar-component::part(header-bar-search-element-input-col) {
  padding-left: 0;
  padding-right: 0;
}

calendar-component::part(icon-svg) {
  color: rgba(201,7,7,0.5);
}

/* calendar END */

/*'''''''''''''''''''''''''''''' Navigation'''''''''''''''''''' ''''''''''''''''''''*/

.navbar { 
   
  color: black;
  font-size: 14px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  text-transform:uppercase;
  border-bottom: solid #848d7d 30px;
  height: 140px;
}

.nav-link{
    color: #191b1f;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 22px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: rgb(102, 102, 102);
    
    text-indent: 0px;
    padding: 11px;
}
.dropdown-item{
    color: #191b1f;
     
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 22px;
         font-weight: 400;
     
}

.btn-prevnext {
    color: #848d7d !important;
    font-size: 20px;
    
    border-radius: 0!important;
    text-decoration:none;
    padding: 5px 10px 5px 10px;
    font-family: var(--domino-body-font-family);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out;
}

/* Navigation Link prenext hover */
.btn-prevnext:hover {
     background-color: #fff;
     text-decoration:none;
     color: #848d7d !important;
    
     transition: color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,box-shadow .5s ease-in-out;
}

/* Navigation Link splitter */
.page-navigator-spliter {
     
}

.topbar-companylogo img {
      height: 80px;
    left: 40px;
    
  
}

.navbar-brand {
}

.navbar-container {
  text-align: right;
  padding-right: 30px;
}

.navbar-nav-box {
  position: relative;
   
}

/* Navigation END */

/* Image Header */

.image-header {
  height: 340px;
  /*background-image: url('https://via.placeholder.com/1920x350');*/
  background-size: cover;
  background-position-y: 0;
  background-position-x: center;
   position: relative;
 /*background-image: url('https://unikehoteller.no/assets/svg/logo.svg');*/
  /*background-position-y: 41px;*/
  /*background-repeat: no-repeat;*/
  background-color: #fff;
  display:none;
 
}

.header-img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  top: 28px;
  position: absolute;
  left: 2%;
  width: 259px;
}

/*********************************** Image Header *********************************END */

/*********************************** availability calendar ********************************* */


#roomsearch_availability_calendar_modal .modal-dialog-centered{
  color: var(--domino-body-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  max-width: 1140px;
}

#roomsearch_availability_calendar_info{
   background-color: var(--domino-calendar-bgcolor);
   padding: 10px;
   
}
.tcalHelpText, .tcalHelpLabel {
    font-size: 14px;
    text-align: left;
    color: #000000;
    vertical-align: top;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 5px;
}

.tcalGrid{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    text-align: center!important;
    color: #666!important;
}
.tcalAvail.tcalSelectable{
    cursor: pointer;
    border-radius: var(--domino-pic-border-radius);
    background-color: var(--domino-calendar-bgcolor);
}
 .tcalNotAvail{
    cursor: pointer;
    border-radius: var(--domino-pic-border-radius);
    background-color: #f3e3e3 !important;
    color: #8b4b4b !important;
}
 .tcalNotAvail .date{
    font-weight: 600;
    font-size: 14px;
}
.tcalAvail.tcalSelectable .date{
    font-weight: 600;
    font-size: 14px;
}
.tcalAvail.tcalArrival.tcalSelectable{
        background-image: linear-gradient(to bottom right, transparent 50%, var(--domino-calendar-accent-bgcolor) 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
}
.tcalAvail.tcalSelected.tcalSelectable{
        background-color:   var(--domino-calendar-accent-bgcolor);
    
}

      
.tcalAvail.tcalDeparture.tcalSelectable
        {
    background-image: linear-gradient(to bottom right, var(--domino-calendar-accent-bgcolor) 50%, transparent 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
}
.tcalHelpLabel{
    max-width: 150px;
    font-size: 14px!important;
    line-height: 1em!important;
}
.tcalHelpText{
    
    font-size: 14px!important;
    line-height: 1em!important;
}
 /*smÃ¥ kasser der forklarer farver*/
.tcalSelected {
    background-color:   var(--domino-calendar-accent-bgcolor)!important;
}
.tcalAvail {
    background-color: var(--domino-calendar-bgcolor)!important;
}
.tcalAvailNoArrival{
    
    background: repeating-linear-gradient(-45deg, #bfbfbf, #bababa 1px, #ededed 3px, #ebebeb 5px)!important;
}
.tcalNotAvail.tcalDeparture{
    cursor: pointer;
    border-radius: var(--domino-pic-border-radius);
    background-color: #f3e3e3 !important;
    color: #8b4b4b !important;
    background-image: linear-gradient(to bottom right, #e8b0b0 50%, transparent 0);
}

#roomsearch_availability_calendar_submit .btn-primary{
    background-color: var(--domino-button-bgcolor)!important;
    color: var(--domino-button-color)!important;
    float:right!important;
    border:var(--domino-button-border);
    border-radius: var(--domino-button-border-radius);
    transition: background-color .5s;
}
#roomsearch_availability_calendar_submit .btn-primary:hover{
    background-color: var(--domino-button-bgcolor-hover)!important;
    color: var(--domino-button-color-hover)!important;
    float:right!important;
    border:var(--domino-button-hover-border);
     transition: background-color .5s;
}
 

/************************************ availability calendar ************************************END/

/************************************ Search bar ************************************/

.search-bar {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  background-color: #fff;
  
}

.header-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px;
  color: var(--domino-body-color);
}

.fixed-header-bar {
  position: fixed !important;
  top: 140px;
  background-color: var(--domino-body-background-color);
  z-index: 5;
}

@supports (-moz-appearance:none) {
  .fixed-header-bar {
    top: 132px;
  }
}

.header-bar-search-col {
  padding-right: 21px !important;
  flex: content;
  border: 1px solid #fff;
  margin-right: 12px;
  padding: 5px;
  height: 62px;
  padding-left: 13px;
  width: 300px;
  background-color: #f5f5f5;
}

.header-bar-search-element {
  margin-left: 0 !important;
}

.header-bar-search-element-icon-col {
  margin-right: -6px !important;
  margin-left: -16px !important;
  padding-right: 0 !important;
}

.header-bar-search-element-input-col {
  padding-left: 0;
  padding-right: 22px;
}

.fixed-header-bar .header-bar-search-element-icon-col svg {
  color: rgb(255, 255, 255) !important;
}

.search-item {
  flex: 1 1 298px;
  min-width: 298px;
  max-width: calc(100% / 5);
  margin-top: 5px;
  margin-bottom: 5px;
  height: 60px;
  color: #7d7d7d;
  border: 1px solid #c6c6c6;
  max-width: 298px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

  .search-item:last-child {
    border: none;
    background-color: transparent;
  }

.search-avail {
  color: #7d7d7d;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 115px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #c6c6c6;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 298px;
}

  .search-avail .btn img {
    margin-top: -6px;
  }

.search-icon-col {
  text-align: center;
  position: relative;
  width: 60px;
  flex: 0 0 auto;
  color: #f5f5f5;
  background-color: none;
  height: 60px;
  left: 10px;
}

.search-col {
  text-align: center;
  position: relative;
  width: 60px;
  flex: 0 0 auto;
  height: 60px;
  border: blue solid;
  left: 10px;
}

.search-icon-col svg {
  color: #868481;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  top: 16px;
  position: inherit;
}

/* dropdown med antal gÃ¦ster START */

.popup.show {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--domino-body-color);
  font-size: var(--domino-input-font-size);
  background-color: #f5f5f5;
}

.popup select {
  height: 31px !important;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: var(--domino-input-font-size);
  padding: 2px;
  border: 1px solid #c6c6c6;
  border-radius: var(--domino-pic-border-radius);
}

/************** dropdown med antal gÃ¦ster END ****************/

/* ***********************************Search bar END ****************************/

/* ***********************************Container **************************/

.content-container {
   
  padding: 20px;
  max-width: 90%;
  margin-top: 80px;
}

  .content-container .col {
    margin: 0 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding-left: 0;
      
  }

.dropdown-toggle::after {
  border-top: none;
  border-right: 0.15em solid #6e6e6e;
  border-bottom: 0.15em solid #6e6e6e;
  border-left: none;
  transform: rotate(45deg);
  height: 0.5em;
  width: 0.5em;
  top: 13px;
  float: right;
      margin-left: 10px;
      margin-top: 5px;
    
}

.customDropdown div.dropdown button#dropdownMenuButton {
  overflow: visible;
}
/**************************************Container END*************************************/

/**************************************************Sorting row/col ************************************/

#sortDropdown .dropdown-menu.show {
  z-index: 1;
}

.dropdown-item:hover {
  background-color: var(--domino-dropdown-backgroundcolor-hover);
  color: var(--domino-body-color);
}

.dropdown-item .highlight {
  background-color: var(--domino-dropdown-backgroundcolor-hover);
  color: var(--domino-body-color);
}

li a.dropdown-item.highlight {
   
   
}

.dropdown-menu .dropdown-item {
  font-size: var(--domino-input-font-sizer);
}

.sorting-col {
  margin: 0px !important;
}

.result-col {
  display: inherit;
  justify-content: end;
}

.leadtext {
  display: inline-block;
}

/*denne fjerner sortering af søgeresultater på hoteller*/

.sorting-box .sorting-row{
  display: none;
}
/**********************************************Sorting row/col END ***********************************/


.see-all-facilities {
  display: inline-flex;
  justify-content: flex-end;
}

.facilities-item-distance {
  white-space: nowrap;
}

.facilities-item-icon {
   /* background-image: url(https://svgsilh.com/svg/303494.svg);
     margin-right: 0.5em; */
    /* width: 12px; */
    /* height: 12px; */
    /* background-color: red; */
      /* color: green; */
    background-size: contain;
   background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%2020010904%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww.w3.org%2FTR%2F2001%2FREC-SVG-20010904%2FDTD%2Fsvg10.dtd%22%3E%0A%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20width%3D%221229.000000pt%22%20height%3D%221280.000000pt%22%20viewBox%3D%220%200%201229.000000%201280.000000%22%0A%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%0A%3Cmetadata%3E%0ACreated%20by%20potrace%201.15%2C%20written%20by%20Peter%20Selinger%202001-2017%0A%3C%2Fmetadata%3E%0A%3Cg%20transform%3D%22translate(0.000000%2C1280.000000)%20scale(0.100000%2C-0.100000)%22%0Afill%3D%22%23333333%22%20stroke%3D%22none%22%3E%0A%3Cpath%20d%3D%22M11690%2012794%20c-19%20-2%20-98%20-9%20-175%20-14%20-683%20-52%20-1022%20-171%20-1610%0A-563%20-325%20-217%20-501%20-365%20-540%20-454%20-45%20-100%20-138%20-224%20-449%20-599%20-537%20-645%0A-1526%20-1953%20-2573%20-3404%20-872%20-1209%20-1334%20-1883%20-1561%20-2280%20-112%20-197%20-197%0A-329%20-296%20-459%20-88%20-116%20-291%20-420%20-526%20-786%20-403%20-628%20-575%20-867%20-769%20-1068%0A-87%20-90%20-124%20-117%20-160%20-117%20-31%200%20-136%20104%20-195%20194%20-71%20107%20-116%20199%20-241%0A490%20-223%20523%20-492%201090%20-574%201213%20-57%2084%20-135%20154%20-202%20178%20-47%2017%20-79%2020%0A-249%2020%20-150%200%20-214%20-4%20-280%20-18%20-246%20-53%20-527%20-180%20-790%20-358%20-287%20-195%20-458%0A-394%20-491%20-574%20-42%20-224%2068%20-688%20482%20-2035%20240%20-781%20397%20-1196%20575%20-1521%2082%0A-151%20294%20-488%20313%20-498%2042%20-23%20256%20-70%20471%20-106%20300%20-49%20656%20-45%20985%2010%20170%0A29%20294%2064%20401%20114%2072%2034%2088%2047%20151%20122%20145%20175%20386%20510%20698%20974%20510%20759%20746%0A1097%20833%201200%2029%2033%2086%20119%20128%20190%2042%2072%20107%20182%20144%20245%20175%20297%20733%201107%0A1605%202330%201118%201568%202090%202878%202328%203136%2066%2072%20150%20186%20332%20449%20203%20292%20318%0A445%20445%20585%20158%20176%20346%20406%20683%20840%20449%20578%20682%20868%20891%201105%20248%20281%20653%0A866%20756%201090%2065%20142%2075%20221%2035%20281%20-24%2038%20-108%2071%20-205%2083%20-77%2010%20-286%2012%0A-370%205z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');

    width: 12px;    
}

/************************************************Domino column ******************************************/

.dominohotel-pictures {
  min-width: 100%;
  max-width: 100%;
  width: inherit;
  max-height: 374px;
  object-fit: cover;
}

.domino-hotel-header {
  color: var(--domino-h1-font-color);
  font-size: 23px;
  font-weight: 400;
  flex: 0 0 auto;
  width: 70%;
  min-width: 70%;
}

.hotel-text-box {
  background-color: var(--domino-dropdown-backgroundcolor-hover);
  margin-bottom: 20px;
  padding: 20px;
      border-radius: var(--domino-pic-border-radius);
}
.hotel-text-box.domino
{

    background-color: #fff;
    border-radius: 10px;
}
.hotel-text-box ul {
  list-style: none; /* Fjern standard punktopstilling */
  padding: 0;
  font-size: var(--facilities-font-size);
  color: var(--facilities-font-color);
  font-weight: var(--facilities-font-weight);
  margin-top:20px;
  margin-bottom:20px;
}

ul li {
  position: relative;
  padding-left: 25px; /* SÃ¸rg for plads til stjernen */
}
.hotel-text-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #848d7d;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.single-hotel-text-box {
  padding: 20px; 
  text-align: left;
}
.single-hotel-text-box.domino {
  padding: 40px; 
  text-align: left;
  background-color: var(--domino-dropdown-backgroundcolor-hover);
}


.domino-hotel-header-logodiv {
  color: var(--domino-h1-font-color);
  min-width: 73%;
  color: var(--domino-body-color);
  text-align: left;
   
}

.domino-hotel-header-logo {
  width: 155px;
  max-height: 96px;
  margin-top: -20px;
  display:none;
}

.domino-hotel-header-logo-col {
  max-width: 205px;
}

.domino-hotel-text-col {
  display: inline-flex;
  margin-right: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  text-transform: uppercase;
  color: var(--domino-body-color);
  font-weight: 300;
}

.domino-hotel-text-col1 {
  display: inline-flex;
}

.domino-hotel-text-col p svg {
  width: 15px;
}

.domino-price-row {
  margin-top: 20px;
  margin-bottom: 10px;
}

.domino-price-col {
  position: relative;
  align-content: flex-end;
}

.showonmap {
  cursor: pointer;
  display:none;
}

.link-readmore {
  font-weight: var(--domino-readmore-font-weight);
  color: var(--domino-readmore-font-color);
}

.leadtext-for-fromprice {
margin: 0 10px 0 10px;
}

.domino-fromprice {
  margin: 0 -5px;
  white-space: nowrap;
  font-weight: 600;
}
.facilities-font-head{
 font-size: var(--facilities-font-size);
  color: var(--facilities-font-color);
  font-weight: 600;
  text-decoration: none!important;
  font-style: normal;
  font-family: var(--domino-body-font-family);
}

.facilities {
  font-size: var(--facilities-font-size);
  color: var(--facilities-font-color);
  font-weight: var(--facilities-font-weight);
}
.facilities-h2{
  font-size: 16px;
  font-weight: 600;
}
.facilitie-col-icon::before{
 /* background:none;
 content: "✓ ";
  color: #848d7d;
  font-weight: bold;
  margin-right: 0.5em;
    width: 15px;
    height: 15px;
    background: #848d7d;
    transform: translateY(16%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: -webkit-inline-box;*/
}
.facilitie-col-icon svg{
 display:none;
}


.extra-facilities {
  visibility: hidden;
  display: none;
}

.facilities-top-row {
  font-size: var(--facilities-font-size);
  color: var(--facilities-font-color);
  font-weight: var(--facilities-font-weight);
      margin-top: 10px;
      text-align:left;
}
/*smÃ¥ stjerner pÃ¥ faciliteter*/
 .facilities-item-text::before {
 
/* background:none;
 content: "✓ ";
  color: #848d7d;
  font-weight: bold;
  margin-right: 0.5em;
    width: 15px;
    height: 15px;
    background: #848d7d;
    transform: translateY(16%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: -webkit-inline-box;*/
     
 
}



/*********************************************** Domino column END *****************************************/

/************************* Footer **************************************/

footer {
  height: 250px;
  background-color: #fff;
  color: var(--domino-body-color);
  font-size: 14px;
  padding: 20px;
      border-top: #848d7d 30px solid;
}

  footer .col {
    margin: 10px 0;
  }

/**************************  Footer END ************************* */

/***********************************************Sorting options rows ***********************************************/

#sortDropdown.customDropdown div.dropdown button {
  position: relative;
  top: -1px;
  max-width: fit-content;
}

#areaDropdown #dropdownMenuButton {
  height: 31px !important;
  text-align: left;
  padding-left: 0;
}

#areaDropdown.customDropdown div.dropdown ul.dropdown-menu.show {
  max-height: 350px;
}

#map {
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.mapclass {
  position: fixed !important;
  top: 160px;
  height: 835px;
}

.chain-btn {
  background-color: #e1d3d1;
    color: #1b1b1b;
  min-height: 40px;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: var(--domino-button-font-size);
  text-transform: uppercase;
  font-weight: var(--domino-button-font-weight);
  border-radius: var(--domino-pic-border-radius);
  position: relative;
  height: unset;
  text-decoration: none;
}

.search-item .chain-btn {
  background-color: var(--domino-button-bgcolor);
  color: var(--domino-button-color);
  width: 150px;
  height: 60px;
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: var(--domino-button-font-size);
  text-transform: uppercase;
  font-weight: var(--domino-button-font-weight);
  border-radius: var(--domino-pic-border-radius);
  position: relative;
}

.chain-btn:hover {
  background-color: #d0bcb9;
 color: #1b1b1b;
  text-decoration: none;
}

.image-container {
  position: sticky;
  top: 0px;
}

.image-container-fixed {
  top: 0px;
}

.read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 10; /* Show only one line */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 1000%; /* Adjust based on font size */
}

.read-more-btn {
  color: var(--domino-button-bgcolor);
  cursor: pointer;
  font-weight: 600;
  justify-content: start;
 
  position: relative;
}
.expanded {
  -webkit-line-clamp: unset !important;
  max-height: 1500px !important; /* Large enough to show full content */
}


/***********************************************Sorting options rows END***********************************************/

 
/*************************************************************************************  Room book page *****************************************************/
/* SÃ¦tter brÃ¸d tekst om hotellet */
.hotelboxcol-description {
  text-align:center;
  margin-bottom: 22px;
}

.introheadertext, .gk-text-justified {
    font-size: 18px;
    color: #191b1f;
	line-height: 1.6em;
	font-weight:normal;   
	margin-bottom: 20px;
 
}

/* SÃ¦tter brÃ¸d tekst om hotellet */
.introtext {
    font-size: 18px;
    color: #191b1f;
	line-height: 2em;
}

.collapse-content{
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

/*produktheader*/
.collapse-header 
{
    color: var(--domino-h1-font-color);
    background-color: #fff;
    font-family: var(--domino-h1-font-family);
        padding: 20px !important;
    border: none;
    border-radius: 10px 10px 0 0;
        margin-top: 25px;
}
.collapse-header:hover
{
	background-color: #fff;
	color: var(--domino-link-font-color-hover);
	border: none;
}

.leftside-content{
    width: 40%;
}
 
.rightside-content {
    width: 60%;
}
.collapse-content .rightside-content {
    margin-top: -5px;
}
.font-responsive-product-headtext

{
     
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
    font-family: var(--domino-h1-font-family);
    font-size: 32px;
    color: var(--domino-h1-font-color);
    font-weight:var(--domino-h1-font-weight);
    line-height: 1.2em;
}
.product-room-fromprice-col {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-right: 3px;
  padding-left: 18px;
}

.collapse-header svg{
   width: 50px !important;
    padding: 10px;
    margin-top: 10px;
    margin-right: 0px;
}
/*************************************carousel******************************************/

.product-room-carousel, .carousel-inner{
    border-radius: var(--domino-pic-border-radius);
   
    
}
/*fjerner karussel thumbnails*/
.carousel-indicators {
}

.carousel-inner-custom {
     
 
}

.carousel-control-next .sr-only {
    display:none;
}
 .carousel-control-prev .sr-only{
    display:none;
}
.product-room-fromprice {
  font-weight: 600;
  font-size: 18px;
  color: var(--domino-h1-font-color);
}

.product-room-carousel img {
  max-height: 471px;
  object-fit: cover;
  min-width: 100%;
}

 

.show-itemsinfo{
min-height: 112px;
    width: unset;
    
}
.product-section   {
    background-color: transparent;
    border: none;
    background-color: #fff;
    padding: 20px;
    border-radius:var(--domino-pic-border-radius);
    margin-bottom: 15px;
}
.product-section.highlight
{
   background-color: var(--border-product-background-color);
    border: none;
   background-color: var(--border-product-background-color) !important;
    padding: 15px;
    border-radius:var(--domino-pic-border-radius);
}
.product-section:hover  {
     
    background-color: var(--border-product-background-color);
 
}
 .product-section.highlight:hover  {
     
 background-color: var(--border-product-background-color);
 
}  .roomtype-first-col {
    width: 20%;
    padding-right: 0;
    max-width: 220px;
    min-width: 200px;
     
}


.roomtype-thumb-picture {
 background-size: cover;
    position: relative;
    border-radius: var(--domino-pic-border-radius);
    height: 163px;
}
.roomtype-second-col {
    max-width: calc(100% - 220px);
}
.select-room-product{
  padding-left: 10px;
    font-size: 18px;
    display:none;
}

.roomproduct-desctext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 0;
  font-size: var(--domino-body-font-size);
  color: var(--domino-body-color);
  padding-top:15px;
  padding-left: 15px;
}

.read-more-roomproduct-desctext {
 display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    max-height: 1000px;
}

.roomproduct-desctext h2
 {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   
  font-size: 24px;
  color: var(--domino-h2-color);
  font-weight:var(--domino-h2-font-weight);
  
}
.product-room-price-column {
}

.price-column {
  justify-content: center;
  display: flex;
}

.price2-column {
  justify-content: center;
  display: flex;
}

.price3-column {
  justify-content: center;
  display: flex;
}

.price-tag {
      
    color: var(--domino-body-color);
    font-size:18px;
    font-weight: 600;
    padding: 5px;
    background: none;
    border-radius: var(--domino-pic-border-radius);
    border-top-right-radius: 0px;
    position: absolute;
    display: inline-block;
        width: max-content;
    top: -20px;
    right: -10px;
    text-align: right;
     
    text-align: center;
    
  /*clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 90% 85%, 80% 100%, 70% 85%, 60% 100%, 50% 85%, 40% 100%, 30% 85%, 20% 100%, 10% 85%, 0% 100% );
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  */
}



  .price-tag::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 5%;
    left: -8px;
    transform: translateY(-50%);
   clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
   display:none;
  }

.search-and-price {
  font-size: 0.8em;
  min-height: 34px;
  padding-top: 10px;
}

.collapsebar-righttext{
  justify-content: end;
  display: flex !important;
  font-size: 0.8em;
      line-height: 1.2em;
}
.border-product {
    background-color: var(--border-product-background-color);
    font-family: var(--domino-body-font-family);
    font-size: var(--domino-body-font-size);
    color: var(--domino-body-color);
    PADDING: 20PX;
}
 

.bookroom-btn-arrow {
  height: 12px;
  fill:#1b1b1b;
  top: 14px;
  position: absolute;
  padding-left: 6px;
  transition: fill 10.3s ease-in-out;
}

.book-room-btn {
  min-width: 145px;
  position: relative;
  bottom: 41px;
  border-radius: var(--domino-pic-border-radius);
  background-color: #e1d3d1;
  color: #1b1b1b;
}

.book-btn-container {
  justify-content: end;
  display: flex;
}

/* Basket */
.basket-remove-svg {
  height: 19px;
  fill: red;
}

/* minibasket */
.basket-collapsebar-icon {
  display: inline-flex;
    /* width: 35px; */
    /* right: 38px; */
    /* position: absolute; */
    background-color: #848d7d;
    padding: 6px;
    border-radius: var(--domino-pic-border-radius);
    height: 29px;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-end;
    fill: white;
     
    margin-right: 139px;
 
}
.basket-main-col{
    border: 1px solid #f4f4f2;
    font-size: var(--domino-h2-font-size);
    color: var(--domino-h1-font-color);
    font-weight: 600;
    background-color: #fff;
    text-align:center;
    border-radius:var(--domino-pic-border-radius);
    margin-top:10px;
    margin-bottom:20px;
     
}
.basket-collapsebar-text{
    vertical-align: -moz-middle-with-baseline;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     font-size:var();
}
.basket-total-span{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight:600;
    font-size:var(--domino-h2-font-size);
}

.basket-paymentbutton-btn-arrow {
  height: 12px;
  fill: rgb(249, 248, 246);
  top: -2px;
  position: relative;
  padding-left: 6px;
  transition: fill 10.3s ease-in-out;
}

.basket-containerbox{
    vertical-align: -moz-middle-with-baseline;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight:normal;
    font-size:var(--domino-body-font-size);
        text-align: left;
            padding: var(--standard-padding);
}
.basket-font-600{
     
    font-weight:600;
}

.basket-paymentbutton,.basket-total{
    float: right;
}
.basket-total {
    
    margin-top: 15px;
}


/* Prev / Next*/

.btn-prevnext-right {
  justify-content: flex-end;
  display: flex;
}

.btn-prevnext-left {
  justify-content: flex-start;
  display: flex;
}

.btn-prevnext-svg {
  height: 17px;
  text-decoration: none;
  fill: var(--arrow-color);
}

.product-select-show-more-div button {
    color: var(--arrow-color);
    border: var(--domino-button-bgcolor) 2px solid;
    border-radius: var(--domino-pic-border-radius);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    padding: 10px 5px 10px 5px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #fff;
}

.product-select-show-more-div button:hover {
    
    background-color: #f5f5f5;
}
/**************************modal pop up boks********************************/

.items-modalInformation-close

{
    display: flex;
    font-size: 15px;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #999;
    background: none;
    border: none;
    float: right;
   
}
.modal-header{
     
    font-family: var(--domino-h1-font-family);
    color: var(--domino-h1-font-color);
     font-size: 23px;
     padding-right: 25px;
}

.modal-header .btn-close
{
    
    width: 0.3em;
    height: 0.3em;
 
    
}
.modal-footer .btn-info
{
    background-color: var(--domino-button-bgcolor);
    color: var(--domino-button-color);
    height: 40px;
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: var(--domino-button-font-size);
    text-transform: uppercase;
     font-weight: var(--domino-button-font-weight);
    border-radius: var(--domino-pic-border-radius);
    position: relative;
    border:var(--domino-button-border);
}
.modal-footer .btn-info:hover
{
    background-color: var(--domino-button-bgcolor-hover);
    border:var(--domino-button-hover-border);
     color: var(--domino-button-color-hover);
}
.modal-footer .btn-light
{
    color: var(--domino-button-bgcolor);
    background-color: var(--domino-button-color);
    height: 40px;
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: var(--domino-button-font-size);
    text-transform: uppercase;
    font-weight: var(--domino-button-font-weight);
    border-radius: var(--domino-pic-border-radius);
    width: 100%;
    position: relative;
    border:var(--domino-button-border);
}
.modal-footer .btn-light:hover
{
    background-color: var(--domino-button-bgcolor-hover);
    border:var(--domino-button-hover-border);
    color: var(--domino-button-color-hover);
}

.itempopup-rightside-margin.paddingleft{
     
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-top: 20px;
    line-height: 1.4em;
     
}
.modal-roominfo{
     
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight:600;
     
}
.show-moreinfo-detail-text {
     
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    
    line-height: 1.4em;
     
}

.popup-close-button
{
    color: var(--domino-buttonlight-color);
    border: var(--domino-buttonlight-border);
    border-radius: var(--domino-buttonlight-border-radius);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration:none;
    background-color: var(--domino-buttonlight-bgcolor);
}
.popup-continue-button

{
    color: var(--domino-button-color);
    border: var(--domino-button-bgcolor) 2px solid;
    border-radius: var(--domino-button-border-radius);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration:none;
    background-color: var(--domino-button-bgcolor);
}
.popup-continue-button:hover
{
    color: var(--domino-button-color-hover);
    border: var(--domino-button-hover-border);
     border-radius: var(--domino-button-border-radius);
    background-color: var(--domino-button-bgcolor-hover)
}
.popup-close-button:hover
{
    text-decoration:none;
    color: var(--domino-buttonlight-color-hover);
    border: var(--domino-buttonlight-hover-border);
        background-color: var(--domino-buttonlight-bgcolor-hover);
         border-radius: var(--domino-buttonlight-border-radius);
}
/*********************************************'''''''**Book page END***'''''''''''********************************************/

 
/*********************************************************   media queries  *************************************************/
@media (max-width:1800px){
      
    
}
@media (max-width:1600px){
     
.facility-container .col-xl-6 {
         
        width: 50%;
    }
    
}
 


@media (max-width: 1400px) {
  body {
    /*background-color: #4512aa;*/
  }
  

  .header-bar {
    gap: 5px;
  }

  .image-container {
    position: sticky;
    top: 0px;
  }
      
    .collapsebar-righttext, .search-and-price{
 
  font-size: 0.7em;
      
}
}

@media (max-width: 1200px) {
  body {
  }

.facility-container .col-xl-6 {
         
        width: 100%;
    }
 .roomproduct-desctext {
        padding-left: 5px;
        padding-top: 15px;
    }
 .price-tag{
     
    top: 0px;
    right: -5px;
    
}
 .collapsebar-righttext {
         text-align: right;
        margin-right: 29px;
    font-size: 0.6em;
 }
 
.roomtype-first-col {
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            max-width: 100%;
        }
  .roomtype-thumb-picture{
   width: 100%;
            background-size: cover;
                    height: 350px;
   
}
        .roomtype-second-col {
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            max-width: 100%;
        }

  h1 {
    font-size: 29px;
  }
  .show-itemsinfo
  {
    min-height: 100%;
    width: 100%;
}
#roomsearch_availability_calendar_modal .modal-dialog-centered{
  
  
  max-width: 800px;
}
  .font-responsive-product-headtext
   {
     font-size: 30px;
    
    width: 50%;
}
  .domino-hotel-header-logo {
    max-height: 85px;
  }
}

@media (max-width: 992px) {
  body {
    /*background-color: green;*/
  }
  .content-container {
   max-width: 95%;
   
  margin-top: 0;
}
.topbar-companylogo img {
    height: 60px;
        top: 17px;
        left: 20px;
}
.font-responsive-product-headtext{
    
    font-size: 28px;
}  

.navbar-toggler

{ 
    margin-right: -17px;
}
  .header-bar {
    gap: 0;
  }
  
.show-itemsinfo {
    min-height: 100%;
    width: 100%;
}
.price-tag{
   bottom: 0px;
        left: 0px;
        font-size: 17px;
        top: unset;

}
  
 
    
  .buger-dropdown-menu {
    position: inherit;
    left: 20px;
  }



  .search-avail {
    min-width: 298px;
    margin-left: auto;
    margin-right: auto;
  }



  .search-item:last-child {
    border: none;
    background-color: transparent;
    min-width: 100%;
    justify-content: flex-end;
    display: inline-flex;
  }

  .domino-hotel-header-logo {
    max-height: 70px;
  }
      .roomproduct-desctext {
        padding-left: 0;
        padding-top: 15px;
    }
}

#loader {
  position: fixed;
  margin: 0 auto;
  display: none;
  z-index: 999999;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: url("../../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  /* transform: translate(-50%, -50%); */
}



@media (max-width: 768px) {
   
  
  
   .leftside-content{
    width:unset;
}
    .content-container {
        max-width: 100%;
        margin-top: 0;
    }
 
.rightside-content {
    width: unset;
}
    
  .book-btn-container {
  justify-content: end;
  display: unset;
}
 #roomsearch_availability_calendar_modal .modal-dialog-centered{
  
  
  max-width: 576px;
}
.book-room-btn {
     
    width: 55%;
        float: right;
}

  .showonmap {
    display: none;
  }

  .search-item .chain-btn {
    width: 100%;
  }
  .btn-prevnext {
   
    font-size: 18px;
}
.btn-prevnext-svg {
    height: 14px;
   
}


  h1 {
    font-size: 26px;
  }

  .domino-hotel-header-logo {
    max-height: 60px;
    margin-right: -10px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 0.95em;
  }
 body {
    font-size: 0.95em;
  }	
  
  .hotel-text-box
  
  {
     
    padding: 15px;
    
}
 .TopBannerOverlayText{
     
    top: 50px;
    }
.topbaner-h1-text {
     font-size: 32px;
    
    }
    .topbar-companylogo img {
        left: 0px;
       
        height: 40px;
    }
    .roomtype-thumb-picture{
   
    display: none;
}
 .basket-collapsebar-icon 
 
 {
    display: inline-flex;
    /* width: 35px; */
    right: 4px;
    position: absolute;
    background-color: #848d7d;
    padding: 10px;
    border-radius: var(--domino-pic-border-radius);
    height: 36px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-end;
    fill: white;
    margin-top: 0px;
}
    .roomproduct-desctext h2
 {
    
  font-size: 20px;
   
}
.collapsebar-righttext {
    
    margin-top: 10px;
    text-align: left;
    font-size: 0.7em;
    }
 
  .btn-prevnext {
   
    font-size: 14px;
}
.tcalGrid {
     
    font-size: 16px;
}
.btn-prevnext-svg {
    height: 8px;
    
}.font-responsive-product-headtext
   {
         font-size: 26px;
     
    width: 100%;
}

  h1 {
    font-size: 25px;
  }

  .domino-hotel-header-logo {
    max-height: 60px;
    margin-right: -15px;
  }
  .search-item .chain-btn{
  width: 298px;
        margin-left: auto;
        margin-right: auto;
  }

.image-header {
    height: 200px;
    background-size: cover;
    background-position-y: 0;
}
  .search-avail {
    min-width: 298px;
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 360px) {
  .domino-hotel-header-logo {
    width: 155px;
    max-height: 60px;
    margin-top: -20px;
    margin-right: -15px;
  }
  .book-room-btn {
     
    width: 45%;
        float: right;
        min-width: 90px;
}
.topbar-companylogo img {
        left: 0px;
        height: 30px;
    }

  h1 {
    font-size: 24px;
  }
}
