@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/hon2qmz.css");

:root {
  --domino-body-font-family: “Jost”, sans-serif;
  --domino-h1-font-family: 'ivymode', serif;
  --domino-h1-font-color: #836c49;
  --domino-h2-font-family: 'ivymode', serif;
  --domino-h2-font-color: #836c49;
  --domino-h2-font-size: 18px;
  --domino-body-font-size: 18px;
  --domino-input-font-size: 18px;
  --domino-dropdown-backgroundcolor-hover: #f5f5f5;
  --domino-body-color: #191b1f;
  --domino-readmore-font-weight: 600;
  --domino-readmore-font-color: #666;
  --domino-button-bgcolor: #836c49;
  --domino-button-bgcolor-hover: #000;
  --domino-button-hover-border: 2px solid #000;
  --domino-button-color: #fff;
  --domino-button-color-hover: #fff;
  --arrow-color: #836c49;
  --domino-button-font-family: “Jost”, sans-serif;
  --facilities-font-size: 16px;
  --facilities-font-color: #7d7d7d;
  --facilities-font-weight: #400;
  --inputfield-border: #ccc 1px solid;
  --standard-padding: 20px;
  --domino-link-font-color: #836c49;
  --domino-link-font-color-hover: #333;
  --domino-pic-border-radius: 5px;
  --domino-button-border: 2px solid #836c49;
  --domino-calendar-bgcolor: #eee;
  --domino-calendar-accent-bgcolor: #b79659;
  --domino-calendar-notavail-background-color: #f3e3e3;
  --domino-calendar-notavail-color: #8b4b4b;
}

.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);
}

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: 400;
  font-family: var(--domino-h1-font-family);
  font-size: 35px;
  color: var(--domino-h1-font-color);
}

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: var(--domino-body-font-family);
  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);
}

.box-warning {
  color: red;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 18px;
  font-weight: bold;
}

.hotel-container-btn-link {
  flex: 1 0 0%;
  display: flex;
  justify-content: flex-end;
}

.search-item input {
  height: 31px;
  border: none;
  padding-top: 6px !important;
  color: var(--domino-body-color);
  width: 98%;
}

/**************************** calendar *************************************/

calendar-component::part(icon-svg) {
}

calendar-component::part(input) {
  background-color: white;
  font-size: 16px;
  min-width: 200px;
  padding-top: 7px;
}

calendar-component::part(calendar-header) {
}

calendar-component::part(calendar-header-button) {
  background-color: var(--domino-button-bgcolor);
  color: var(--domino-button-color);
  font-family: var(--domino-body-font-family);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 3px;
  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: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #f5f5f5;
}

.nav-link {
  color: #191b1f;
  background-color: #f5f5f5;
  font-family: var(--domino-body-font-family);
  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-bottom: 25px;
  padding-right: 5px;
  padding-top: 5px;
}

.dropdown-item {
  color: #191b1f;
  font-family: var(--domino-body-font-family);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.buger-dropdown-menu li {
  padding-left: 10px;
}

.btn-prevnext {
  color: #836c49 !important;
  font-size: 20px;
  background-color: #f5f5f5;
  border-radius: 5px !important;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  font-family: var(--domino-body-font-family);
  font-family: var(--domino-body-font-family);
  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: #191b1f;
    text-decoration: none;
    color: #fff !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 {
  max-height: 100px;
  top: 7px;
  position: relative;
  display: table-cell;
  left: 70px;
}

.navbar-brand {
}

.navbar-container {
  text-align: right;
  padding-right: 30px;
}

.navbar-nav-box {
  position: relative;
}

/* Navigation END */

/* Image Header */

.image-header {
  height: 600px;
  /*background-image: url('https://via.placeholder.com/1920x350');*/
  background-size: cover;
  background-position-y: -66px;
  position: relative;
  /*background-image: url('https://unikehoteller.no/assets/svg/logo.svg');*/
  /*background-position-y: 41px;*/
  /*background-repeat: no-repeat;*/
  background-color: #f5f5f5;
  background-repeat: no-repeat;
}

.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: var(--domino-body-font-family);
  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: var(--domino-body-font-family) !important;
  text-align: center !important;
  color: #666 !important;
}

.tcalAvail.tcalSelectable {
  cursor: pointer;
  border-radius: 3px;
  background-color: var(--domino-calendar-bgcolor);
}

.tcalNotAvail {
  cursor: pointer;
  border-radius: 3px;
  background-color: var(--domino-calendar-notavail-background-color) !important;
  color: var(--domino-calendar-notavail-color) !important;
}

  .tcalNotAvail .date {
    font-weight: bold;
    font-size: 14px;
  }

.tcalAvail.tcalSelectable .date {
  font-weight: bold;
  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);
}

#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);
  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: #f6f6f6;
}

.header-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 10px;
  color: var(--domino-body-color);
}

.fixed-header-bar {
  position: fixed !important;
  top: 132px;
  background-color: #f6f6f6;
  z-index: 5;
}

@supports (-moz-appearance:none) {
  .fixed-header-bar {
    top: 115px;
  }
}

.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: var(--domino-body-font-family);
  background-color: #fff;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

  .search-item:last-child {
    border: none;
    background-color: transparent;
    min-width: 160px;
    flex: 1 1 160px;
  }

.search-avail {
  color: #7d7d7d;
  font-size: 12px;
  font-family: var(--domino-body-font-family);
  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: -16px;
  }

.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: var(--domino-body-font-family);
  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: var(--domino-body-font-family);
  font-size: var(--domino-input-font-size);
  padding: 2px;
  border: 1px solid #c6c6c6;
  border-radius: 0;
}

/************** dropdown med antal gæster END ****************/

/* ***********************************Search bar END ****************************/

/* ***********************************Container **************************/

.noavail-hotel-container {
  flex: 0 0 auto;
  width: 50%;
}

.content-container {
  padding: 20px;
  max-width: 100%;
}

  .content-container .col {
    margin: 0 5px;
    font-family: var(--domino-body-font-family);
  }

.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;
}

.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;
}

/**********************************************Sorting row/col END ***********************************/

.see-all-facilities {
  display: inline-flex;
  justify-content: flex-end;
}

.facilities-item-distance {
  white-space: nowrap;
}

/************************************************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;
}

  .hotel-text-box ul {
    /* list-style: none;  Fjern standard punktopstilling */
    padding-top: 10px;
    font-size: var(--facilities-font-size);
    color: var(--facilities-font-color);
    font-weight: var(--facilities-font-weight);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
  }

ul li {
  position: relative;
  padding-left: 5px; /* 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;
}*/

.single-hotel-text-box {
  padding: 20px;
}

.domino-hotel-header-logodiv {
  color: var(--domino-h1-font-color);
  min-width: 73%;
  color: var(--domino-body-color);
}

.domino-hotel-header-logo {
  width: 155px;
  max-height: 96px;
  margin-top: -20px;
}

.domino-hotel-header-logo-col {
  max-width: 205px;
}

.domino-hotel-text-col {
  display: inline-flex;
  margin-right: 10px;
  font-family: var(--domino-body-font-family);
  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;
  display: flex;
  width: 75%;
}

.showonmap {
  cursor: pointer;
}

.link-readmore {
  font-weight: var(--domino-readmore-font-weight);
  color: var(--domino-readmore-font-color);
}

.leadtext-for-fromprice {
  margin: 0 10px 0 -5px;
}

.domino-fromprice {
  margin: 0 -5px;
  white-space: nowrap;
  font-weight: 600;
}

.facilities {
  font-size: var(--facilities-font-size);
  color: var(--facilities-font-color);
  font-weight: var(--facilities-font-weight);
}

.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);
}
/*små stjerner på faciliteter
.facilities-item-text::before {
  content: "";
  width: 18px;
  height: 12px;
  background-image: url(https://picassoonline.techotel.dk/media/1pgbvrtw/star.png);
  display: -webkit-inline-box;
  background-repeat: no-repeat;
  padding-top: 12px;
} */

.facilities-item-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a18c74' d='M21.5,9.8l-5.3,4.4 1.6,7.4-5.9-4.2-5.9,4.2 1.6-7.4-5.3-4.4 6.3-.9 3.2-6.3 3.2,6.3 6.3.9Z'/%3E%3C/svg%3E");
  width: 12px;
  display: inline-flex;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/*********************************************** Domino column END *****************************************/
/************************* Footer **************************************/
footer {
  height: 250px;
  background-color: black;
  color: white;
  font-size: 14px;
  padding: 20px;
}

  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: var(--domino-button-bgcolor);
  color: var(--domino-button-color);
  height: 40px;
  font-family: var(--domino-body-font-family);
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 3px;
  position: relative;
}

.search-item .chain-btn {
  background-color: var(--domino-button-bgcolor);
  color: var(--domino-button-color);
  width: 150px;
  height: 60px;
  font-family: var(--domino-body-font-family);
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 3px;
  position: relative;
}

.chain-btn:hover {
  background-color: var(--domino-button-bgcolor-hover);
  color: var(--domino-button-color);
}

.image-container {
  position: sticky;
  top: 0px;
}

.image-container-fixed {
  top: 0px;
}

.image-tag-container {
  position: sticky;
  top: 240px;
}

.image-map {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
}

.read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 20; /* 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: bold;
  justify-content: center;
  display: none;
  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;
}

.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;
}

/*produktheader*/
.collapse-header {
  color: var(--domino-h1-font-color);
  background-color: #fff;
  font-family: var(--domino-h1-font-family);
  padding: 5px;
  border-bottom: solid 3px #836c49;
}

  .collapse-header:hover {
    background-color: #f7f7f7;
    color: var(--domino-link-font-color-hover);
    border: #9a6e32 solid 2px;
  }

.font-responsive-product-headtext {
  font-size: 1.1em;
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  font-family: var(--domino-h1-font-family);
  font-size: 23px;
  color: var(--domino-h1-font-color);
  line-height: 1em;
}

.product-room-fromprice-col {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding-right: 3px;
}
/*************************************carousel******************************************/

.product-room-carousel, .carousel-inner {
  border-radius: var(--domino-pic-border-radius);
}
/*fjerner karussel thumbnails*/
.carousel-indicators {
}

.carousel-inner-custom {
  /*max-height: 261px;*/
}

.carousel-control-next .sr-only {
  display: none;
}

.carousel-control-prev .sr-only {
  display: none;
}

.product-room-fromprice {
  font-weight: bold;
  font-size: 18px;
  color: var(--domino-h1-font-color);
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.roomtype-first-col {    width: 15%;
    padding-right: 0;
    max-width: 180px;
    min-width: 165px;
}

.show-itemsinfo {
    min-height: 100%;
    width: 100%;
}
.roomtype-second-col {
    max-width: calc(100% - 180px);
}
.product-section {
  background-color: transparent;
  border: none;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: var(--domino-pic-border-radius);
  margin-bottom: 15px;
}

  .product-section.highlight {
    background-color: transparent;
    border: none;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: var(--domino-pic-border-radius);
  }

  .product-section:hover {
    background-color: #ffff;
  }

  .product-section.highlight:hover {
    background-color: #ffff;
  }

.roomtype-thumb-picture {
  width: 100%;
  background-size: cover;
  height: 112px;
  position: relative;
  border-radius: var(--domino-pic-border-radius);
}

.roomproduct-desctext {
  font-family: var(--domino-body-font-family);
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 20px;
  font-size: var(--domino-body-font-size);
  color: var(--domino-body-color);
  padding-top: 10px;
}

.read-more-roomproduct-desctext {
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 1000px;
}

.roomproduct-desctext h2 {
  font-family: var(--domino-body-font-family);
  font-size: var(--domino-body-font-size);
  color: var(--domino-body-color);
  font-weight: bold;
}

.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 {
  background: linear-gradient(135deg, var(--domino-button-bgcolor), var(--domino-button-bgcolor));
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 9px;
  border-radius: 0;
  border-top-right-radius: 0px;
  position: absolute;
  display: inline-block;
  width: 134px;
  top: -15px;
  right: 0px;
  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;
  }

.price-with-discount {
}

.price-without-discount {
  font-size: .7em;
  font-weight: 300;
}

.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;
}

.border-product {
}

.bookroom-btn-arrow {
  height: 12px;
  fill: rgb(249, 248, 246);
  top: 14px;
  position: absolute;
  padding-left: 6px;
  transition: fill 10.3s ease-in-out;
}

.book-room-btn {
  min-width: 200px;
  position: relative;
  bottom: 34px;
  border-radius: 5px;
}

.book-btn-container {
  justify-content: end;
  display: flex;
}

/* Basket */
.basket-remove-svg {
  height: 19px;
  fill: red;
}

/* minibasket */
.basket-arrow-svg {
  display: none;
}

.basket-collapsebar-icon {
  display: inline-flex;
  /* width: 35px; */
  right: 17px;
  position: absolute;
  background-color: #836c49;
  padding: 6px;
  border-radius: 4px;
  height: 28px;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-end;
  fill: white;
}

#div_minibasket {
  font-size: 1.2em;
  color: #191b1f;
  font-weight: 600;
  
  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: var(--domino-body-font-family);
  font-size: var(--domino-body-font-size);
}

.basket-total-span {
  font-family: var(--domino-body-font-family);
  font-weight: bold;
  font-size: var(--domino-body-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: var(--domino-body-font-family);
  font-weight: normal;
  font-size: var(--domino-body-font-size);
  text-align: left;
}

.basket-font-bold {
  font-weight: bold;
}

.basket-paymentbutton, .basket-total {
  float: right;
}



/* 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: var(--domino-body-font-family);
  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: var(--domino-body-font-family);
  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;
}

.modal-body {
  max-height: 74vh;
  overflow: auto;
}

.modal-footer .btn-info {
  background-color: var(--domino-button-bgcolor);
  color: var(--domino-button-color);
  height: 40px;
  font-family: var(--domino-body-font-family);
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 3px;
  position: relative;
  border: var(--domino-button-border);
}

.modal-footer .btn-light {
  color: var(--domino-button-bgcolor);
  background-color: var(--domino-button-color);
  height: 40px;
  font-family: var(--domino-body-font-family);
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 3px;
  width: 100%;
  position: relative;
  border: var(--domino-button-border);
}

.itempopup-rightside-margin.paddingleft {
  font-family: var(--domino-body-font-family);
  margin-top: 20px;
  line-height: 1.4em;
}

.modal-roominfo {
  font-family: var(--domino-body-font-family);
  font-weight: bold;
}

.show-moreinfo-detail-text {
  font-family: var(--domino-body-font-family);
  line-height: 1.4em;
}

.popup-close-button {
  color: var(--arrow-color);
  border: var(--domino-button-bgcolor) 2px solid;
  border-radius: var(--domino-pic-border-radius);
  font-family: var(--domino-body-font-family);
  text-decoration: none;
  background-color: #fff;
}

.popup-continue-button {
  color: var(--domino-button-color);
  border: var(--domino-button-bgcolor) 2px solid;
  border-radius: var(--domino-pic-border-radius);
  font-family: var(--domino-body-font-family);
  text-decoration: none;
  background-color: var(--domino-button-bgcolor);
}

  .popup-continue-button:hover {
    color: var(--arrow-color);
    border: var(--domino-button-bgcolor) 2px solid;
    border-radius: var(--domino-pic-border-radius);
    font-family: var(--domino-body-font-family);
    text-decoration: none;
    background-color: #fff;
  }

.popup-close-button:hover {
  text-decoration: none;
  color: var(--domino-button-color);
  border: var(--domino-button-bgcolor) 2px solid;
  border-radius: var(--domino-pic-border-radius);
  font-family: var(--domino-body-font-family);
  background-color: var(--domino-button-bgcolor);
}
/*********************************************'''''''**Book page END***'''''''''''********************************************/


/*********************************************************   media queries  *************************************************/
@media (max-width:1600px) {
  
}



@media (max-width: 1400px) {
  body {
    /*background-color: #4512aa;*/
  }


  .header-bar {
    gap: 5px;
  }

  .image-container {
    position: sticky;
    top: 0px;
  }

   
}

@media (max-width: 1200px) {
  body {
  }

  h1 {
    font-size: 29px;
  }

  .show-itemsinfo {
    min-height: 105px;
    width: 132px;
  }

  #roomsearch_availability_calendar_modal .modal-dialog-centered {
    max-width: 800px;
  }

  .font-responsive-product-headtext {
    width: 50%;
  }

  .domino-hotel-header-logo {
    max-height: 85px;
  }
}

@media (max-width: 992px) {
          .roomtype-first-col {
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            max-width: 100%;
        }

  .topbar-companylogo img {
    left: 0px;
  }

  .header-bar {
    gap: 0;
  }

  .roomtype-thumb-picture {
    width: 100%;
    background-size: cover;
    height: 300px;
  }
        .roomtype-second-col {
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            max-width: 100%;
        }
  .show-itemsinfo {
    min-height: 100%;
    width: 100%;
  }

  .price-tag {
    top: -63px;
  }

  .collapsebar-righttext {
    font-size: 0.7em;
    line-height: 1.2em;
  }

  .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) {
  body {
    /*background-color: yellow;*/
  }

  .book-btn-container {
    justify-content: end;
    display: unset;
  }
  
  .noavail-hotel-container {
    flex: 0 0 auto;
    width: 100%;
  }

  #roomsearch_availability_calendar_modal .modal-dialog-centered {
    max-width: 576px;
  }

  .book-room-btn {
    width: 100%;
  }

  .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;
  }

  .btn-prevnext {
    font-size: 14px;
  }

  .tcalGrid {
    font-size: 16px;
  }

  .btn-prevnext-svg {
    height: 8px;
  }

  .font-responsive-product-headtext {
    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: 250px;
    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;
  }

  h1 {
    font-size: 24px;
  }
}