.desktop header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

.desktop .user-popup-menu, .header-popup-menu {
  position: fixed;
}

.desktop footer {
  display: none;
}

.desktop .padded-content {
  padding: 0;
}

.rent-container {
  position: relative;
}

.desktop .rent-page {
  margin-top: 100px;
}

.desktop .col-photos,
.desktop .col-content {
  width: 65%;
  padding-left: 50px;
  padding-right: 50px;
}

.col-content {
  margin-top: 10px;
}

.desktop .col-main {
  position: fixed;
  top: 100px;
  right: 50px;
  bottom: 0px;
  overflow-y: auto;
  border-left: 1px solid #e6e6e5;
  width: calc(35% - 50px);
  padding-left: 50px;
}

.desktop .col-main::-webkit-scrollbar {
  display: none;
}

.mobile .rent-container {
  display: flex;
  flex-wrap: wrap;
}

.mobile .rent-container > div {
  width: 100%;
}

.mobile .col-photos {
  order: -1;
  margin-top: 15px;
}

.desktop .chooser-footer {
  display: none;
}

.mobile .chooser {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

/* photo gallery
------------------------------ */
.photos img {
  /* height: 100%; */
  max-width: 100%;
}

.desktop .photos > div {
  cursor: pointer;
}

.desktop .photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  align-items: start;
  justify-items: center;
  margin: auto;
  width: 100%;
}

.desktop .photos > div:nth-child(1) {
  grid-column: span 3;
  grid-row: span 3;
}

.photos {
  margin-bottom: 20px;
}

.mobile .photos {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); */
  grid-gap: 10px;
  align-items: start;
  justify-items: center;
  width: 100%;
}

.mobile .photos > div:nth-child(1) {
  grid-column: span 3;
  grid-row: span 3;
}

.other-photos {
  position: relative;
}

.other-photos:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}

.other-photos .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}

/* right column
------------------------------ */
.rent-main-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rent-cat {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.rent-cat a {
  color: #76ccd1;
}

.rent-cat a:hover {
  color: #76ccd1;
  text-decoration: underline;
}

.mobile .rent-cat {
  font-size: 14px;
}

.rent-tag {
  height: 28px;
  line-height: 28px;
  padding: 0 25px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: #e7d6c2;
  color: #fff;
  font-size: 12px;
}

.mobile .rent-tag {
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  font-size: 13px;
}

/* right column
------------------------------ */
.rent-page h1 {
  margin: 0px 0;
  font-size: 22px;
  margin-bottom: 0px;
}
.rent-page h1 small {
  font-size: 0.8em;
  font-weight: 500;
}

@media (min-width: 1450px) {
  .rent-page h1 {
    font-size: 30px;
  }
}
body.desktop .main-info {
  padding-bottom: 100px;
}

ul.rent-list {
  list-style: none;
  padding: 0;
}

ul.rent-list li {
  margin-bottom: 8px;
}

ul.rent-list li:before {
  content: "\f04b";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  color: #76cdd1;
}

#map {
  height: 260px;
  width: 100%;
}

.rent-user {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.rent-user-thumb img {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  margin-right: 20px;
}

.rent-user-name {
  font-size: 18px;
  font-weight: bold;
}

.rent-user-address {
  font-size: 14px;
  font-weight: 300;
}

.rent-user-rating {
  display: inline-block;
  margin-left: 8px;
}

.rent-user-rating i {
  color: #e7d6c2;
  font-size: 16px;
}

.info-meta-row {
  margin-bottom: 10px;
}

.info-meta-row i {
  width: 32px;
  color: #e7d6c2;
  font-size: 24px;
}

/* rating
------------------------------ */
.rating-list {
  display: none;
  border-top: 1px solid rgb(230, 230, 229);
  padding-top: 10px;
}

.rent-rating.rating-show .rating-list {
  display: block;
}

.rent-rating:not(.rating-show) #btn-rating > span:last-child {
  display: none;
}

.rent-rating.rating-show #btn-rating > span:first-child {
  display: none;
}

.rating-item {
  margin-bottom: 15px;
  transition: all 0.2s ease-out;
}

.rating-title,
.rating-content {
  color: #6d6c6c;
}

.rating-title {
  font-size: 16px;
  font-weight: bold;
}

.rating-score {
  margin-left: 8px;
}

.rating-score i {
  color: #e7d6c2;
  font-size: 16px;
}

.rating-photos img {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

/* default
------------------------------ */
.rent-page h2 {
  font-size: 28px;
}

.mobile .rent-page h2 {
  font-size: 20px;
}

.mobile .rent-page h4 {
  font-size: 18px;
}

.desktop .rent-section {
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.mobile .rent-section {
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e5;
  font-size: 14px;
}

.mobile .rent-section:last-child {
  border-bottom: 0;
}

.mobile .rent-section h2 {
  margin-top: 0;
}

.row-text {
  margin-bottom: 10px;
}

.row-text i {
  width: 35px;
  font-size: 22px;
  color: #888888;
  vertical-align: middle;
}

.specifications {
  display: flex;
  flex-wrap: wrap;
}

.specifications .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.specifications .item {
  width: 20%;
}

.mobile .specifications .item {
  width: 50%;
}

.specifications svg {
  height: 32px;
  margin-right: 18px;
}

.specifications svg * {
  stroke: #e7d6c2 !important;
  fill: #e7d6c2 !important;
}

.specifications .title {
  font-size: 15px;
  font-weight: 300;
}

.specifications .value {
  font-weight: bold;
}

.equipment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.equipment .item {
  display: none;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}

.desktop .equipment .item {
  width: 33%;
}

.equipment .item.show {
  display: flex !important;
}

.equipment .item svg {
  height: 30px;
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
}

.equipment .item-true svg * {
  stroke: #76cdd1 !important;
  fill: #76cdd1 !important;
}

.equipment .item-false {
  color: #bcbcbc;
  text-decoration: line-through;
}

.equipment .item-false svg * {
  stroke: red !important;
  fill: red !important;
}

#btn-show-all-equipment {
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 16px;
  color: #76ccd1;
}

.independent i {
  color: var(--bs-primary);
}

.independent.closed i, .confirmation.required i {
  color: var(--bs-warning);
}

.months-prices {
  display: none;
}

.desc-next {
  display: none;
}

#btn-show-full-desc {
  display: inline-block;
  margin-top: 10px;
}

/* calendar
------------------------------ */
.calendar-line {
  border: 1px solid #d4d5d4;
  padding: 10px;
  border-radius: 0px;
  display: inline-block;
  font-size: 18px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.calendar-line span {
  padding: 5px 8px 5px 8px;
}

.desktop .calendar-line span:hover {
  background-color: #76ccd1;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  min-width: 50px !important;
}

.daterangepicker .calendar {
  max-width: 100% !important;
}

.desktop .daterangepicker {
  position: fixed !important;
  left: auto !important;
  right: 30px !important;
  bottom: 30px !important;
  top: auto !important;
}

.daterangepicker.opensright:before, .daterangepicker.opensright:after {
  display: none !important;
}

.high:not(.disabled) .cal-price {
  color: red;
}

.calendar td.low:not(.disabled) {
  background-image: url(/img/arrowdn.png);
  background-repeat: no-repeat;
  background-position: left 2px top 3px;
  background-size: 8px 8px;
}

.calendar .today,
.calendar .disabled.today {
  background-color: #f7d794;
  border-radius: 0px;
}

.cal-price {
  font-size: 11px;
  pointer-events: none;
  font-weight: normal;
}

.mobile .cal-price {
  font-size: 10px;
}

.mobile .daterangepicker {
  position: fixed !important;
  left: 5px !important;
  right: 10px !important;
  bottom: 20px !important;
  top: auto !important;
  width: auto !important;
}

.mobile .daterangepicker .calendar th, .mobile .daterangepicker .calendar td {
  width: 14% !important;
  min-width: 0px !important;
}

.daterangepicker .calendar td {
  font-weight: bold;
}

.prices table td {
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
}

.prices table {
  margin-left: 25px;
}

.months-prices {
  display: none;
}

.rankIco {
  position: absolute;
  height: 30px;
  top: 14px;
  width: auto !important;
  right: 0px;
}

.mobile .textarea-block {
  display: none;
}

.mobile .textarea-block textarea {
  margin-bottom: 10px;
  height: 80px;
}

.mobile .res-info {
  display: none;
}

/* chooser
------------------------------ */
.chooser {
  margin-top: 20px;
  background-color: #fff;
  z-index: 1010;
}

.mobile .chooser {
  border-top: 1px solid #e6e6e5;
}

.mobile .chooser {
  filter: drop-shadow(0px 50px 60px #000);
}

.chooser-body {
  display: none;
  padding: 10px 15px;
}

.desktop .chooser-body {
  border-top: 1px solid #e6e6e5;
}

.desktop .chooser:not(.open) .chooser-footer {
  border-top: 1px solid #e6e6e5;
}

#price-total,
#btn-ask {
  display: none;
}

.chooser-footer {
  padding: 0 15px;
  background-color: #fff;
}

.chooser-footer-bottom {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.desktop .chooser-footer-bottom {
  height: 80px;
}

.chooser-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.chooser-header .close .svg {
  height: 28px;
  width: 28px;
  cursor: pointer;
}

.chooser-header .close * {
  fill: #000 !important;
  stroke: #000 !important;
}

.chooser-header .close:hover * {
  fill: #76ccd1 !important;
  stroke: #76ccd1 !important;
}

.chooser-dates {
  display: flex;
  flex-wrap: wrap;
}

.chooser-date {
  width: 50%;
}

#calendar1, #calendar2 {
  color: #76ccd1;
  cursor: pointer;
}

#calendar1:hover, #calendar2:hover {
  text-decoration: underline;
}

.chooser label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}

.chooser .faq-link {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #e7d6c2;
  font-size: 13px;
}

.chooser .faq-link:hover {
  text-decoration: underline;
}

.price-label, .action-label {
  color: #cecece;
  font-size: 13px;
}

.price-value {
  color: #76ccd1;
  font-size: 22px;
  font-weight: bold;
}

#price-total {
  display: none;
}

.dektop-chooser-toolbar {
  position: sticky;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e5;
}

.chooser-left {
  float: left;
}

.chooser-right {
  float: right;
}

.chooser-info {
  font-size: 12px;
  width: 100%;
  clear: both;
  text-align: justify;
  padding-top: 10px;
}

.chooser:not(.open) #price-total {
  display: none !important;
}

.smap .marker {
  width: 35px;
  height: 35px;
}

#ask-window .modal-dialog {
  max-width: 450px;
}

#ask-window .form-input-field {
  width: 100%;
  margin-bottom: 20px;
}

.warning-not-available {
  z-index: 9999;
  background-color: #e74c3c;
  color: white;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  margin-left: 5px;
}

.months-mindays {
  display: none;
}

body.mobile #map .compass {
  display: none !important;
}

body.mobile #map .zoom {
  display: none !important;
}

.rent-rating-top {
  font-size: 14px;
}

.rent-rating-top i {
  color: #e7d6c2;
}

.rent-rating-top.hidden {
  visibility: hidden;
}

.mobile .rent-rating-top {
  margin-bottom: 10px;
}

.more-rents {
  display: none;
  padding-left: 25px;
}

.daterangepicker td.blocked-min-days {
  background-color: rgba(255, 0, 24, 0.1019607843) !important;
}
.daterangepicker td.blocked-min-days .cal-price {
  color: red;
}

.tooltip {
  z-index: 4000;
}
