/* color variables */

.searchListing {
  background: white;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  border-bottom: 1px solid #f5e5e3;
}

/* css on givebacks */

.giveback-header {
  background-color: #fff !important;
}
@media (min-width: 992px) {
  .navbar-nav {
    flex-direction: row;
    gap: 15px;
  }
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-tagline h3 {
  font-weight: 700;
  font-size: 14px !important;
  color: var(--secondary-color);
  margin-bottom: 0px;
}

.header-tagline h3 span {
  color: #20c0ad;
}
.header-search {
  background: #dedede;
  mix-blend-mode: normal;
  border-radius: 8px;
  height: 45px;
}
.header-search .input-group {
  height: 100%;
}
.header-search .input-group-prepend {
  background-color: transparent;
  border: none !important;
}
.header-search .input-group-prepend .input-group-text {
  height: 100%;
  background: transparent;
  border: none;
  border-radius: 0px;
}

.header-search input {
  border: none;
  background: transparent;
  color: var(--darkGray-color);
  padding-left: 0px;
  font-weight: 600;
  font-size: 14px;
  height: 100%;
}
.header-search .form-control:focus {
  background-color: transparent;
  color: var(--darkGray-color);
  border: none;
  box-shadow: none;
}

.header-share-link {
  width: 45px;
  height: 45px;
  background: #dedede;
  border-radius: 8px;
}
.header-share-link a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-cart {
  width: 45px;
  height: 45px;
  background: var(--purple-color);
  border-radius: 8px;
  position: relative;
}
.header-cart a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roomNameSRContainer:hover{
	font-weight:bold;
}

.roomNameInListing{
	max-width:60%;
}

.roomNameSRContainer: a{
	font-weight:normal;
}

.roomNameLink{
	color: inherit !important;
}

.roomNameLink:hover{
	text-decoration: none !important;
}

.roomNameLink a:hover{
	text-decoration: none !important;
}

.header-cart a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -8px;
  top: -5px;
  color: var(--purple-color);
  font-weight: 900;
  font-size: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-btn a,
.sign-up-btn a {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.login-btn a {
  background-color: var(--darkGray-color);
  color: #fff !important;
}
.sign-up-btn a {
  background-color: var(--purple-color);
  color: #fff !important;
}
.login-btn a:hover,
.sign-up-btn a:hover {
  text-decoration: none !important;
}
.breadCrumbs-nav {
  background-color: #fff !important;
  max-width: 1400px;
  margin-inline: auto;
}
.breadCrumbs-nav a {
  font-weight: 500;
  font-size: 16px;
  color: #dedede !important;
  text-decoration: none;
}
.breadCrumbs-nav a:hover {
  text-decoration: none !important;
}
.breadCrumbs-nav .breadCrumbStatic {
  font-weight: 900;
  font-size: 16px;
  color: var(--secondary-color);
}

/* search page content css  */

.main-heading h2 {
  font-weight: 900;
  font-size: 18px;
  color: var(--secondary-color);
}

.date-range-picker {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 60px !important;
  border: 1px solid var(--darkGray-color) !important;
  width: 100% !important;
  padding-inline: 10px;
  border-radius: 5px !important;
}
.date-range-picker label {
  font-weight: 400;
  font-size: 16px;
  color: var(--darkGray-color);
  margin-bottom: 0px;
}
.date-range-picker input {
  padding: 0px;
  border: none;
  height: 100%;
  width: 67% !important;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
}
.date-range-picker input:focus,
.date-range-picker input:focus-visible {
  border: none;
  outline: none;
}


.search-btn button {
  background-color: var(--purple-color) !important;
}

.price-filter-label {
  font-weight: 700 !important;
  font-size: 16px;
  color: var(--secondary-color);
}
.price-slider-range .noUi-handle {
  background: white;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
}
.price-slider-range .noUi-handle.noUi-handle-lower {
  top: -12px !important;
}
.price-slider-range .noUi-handle.noUi-handle-upper {
  top: -12px !important;
}
.price-slider-range .noUi-connect {
  background: var(--purple-color);
}
.price-slider-range .noUi-horizontal {
  height: 5px;
}
.price-slider-range .noUi-handle:after,
.price-slider-range .noUi-handle:before {
  content: unset;
}
.price-slider-range .noUi-tooltip {
  bottom: -44px !important;
  font-size: 14px;
  color: #767676;
  left: 5px !important;
}

#checkinContainer {
  width: 260px;
}

.srTypeAheadModalClass {
  min-width: 332px;
  display: none;
  background-color: white;
  position: absolute; /* Stay in place */
  z-index: 3; /* Sit on top */
  left: 16px;
  border-style: solid;
  border-color: #ced4da;
  border-width: 1px;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  color: #495057;
  position: absolute;
  background-color: white;
  z-index: 3;
}

#qmCityError {
  width: 100%;
}

#qmDateError {
  width: 260px;
}

.starFilterBox1 {
  display: inline-block;
  width: 50px;
  border: 1px solid #cccccc;
  padding: 2px 4px 4px 8px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}

.starFilterBox {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 2px 4px 4px 8px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 5px;
}

#srOccupancyContainer {
  font-size: 1rem;
}
#srOccupancyContainer .btn {
  font-size: 1rem;
}

.srThumbnailContainer {
  object-fit: cover;
  width: 100%;
}

.srThumbnailContainer2 {
  /*object-fit: cover;
  width: 100%;
  overflow: hidden;
  height: 240px;
  background-color: lightgray;
  align-items: center;
  justify-content: center;
  display: flex;*/
}

.srThumbnailContainer2 img{
	width: 100%;
	height:100% !important;
	object-fit: cover;
}


.spinnerDiv {
  width: 100%;
}

.loadingListing {
  background: white;
  margin-left: 4px;
  margin-right: 4px;
}

.animated-background-srListing {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 170px;
  position: relative;
  border-top: 1px solid #f5e5e3;
}
.ll-column-b {
  position: relative;
  left: 25%;
  width: 50%;
  float: left;
}

#spinnerDivConainer {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#sorryAllSoldOut {
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}

.ll-column-c {
  position: relative;
  left: 25%;
  width: calc(25% - 20px);
  float: left;
  height: 100%;
}

.ll-column-d {
  background-color: white;
  width: 20px;
  position: relative;
  left: 25%;
  float: left;
  height: 100%;
}
.ll-thumbnail-padding {
  background-color: white;
  width: 20px;
  height: 170px;
  float: left;
}

.ll-top-padding-thick {
  background-color: white;
  width: calc(100% - 20px);
  height: 20px;
  float: left;
}

.ll-top-padding-thin {
  background-color: white;
  width: calc(100% - 20px);
  height: 10px;
  float: left;
}

.ll-bottom-padding {
  background-color: white;
  width: calc(100% - 20px);
  height: 10px;
  float: left;
  margin-top: 46px;
  top: 46px;
}

.srSearchButton {
  min-width: 100px;
}
.srThumbnail {
  width: 100%;
  height: auto;
  height: 170px;
  object-fit: cover;
}

.srAmenityListing {
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  width: 80px;
  line-height: 13px;
  text-align: center;
  color: #6c757d;
}

.srAmenityListingSelected {
  margin-right: 6px;
  font-size: 14px;
  width: 80px;
  line-height: 13px;
  text-align: center;
  color: black;
}

#sortControls {
  border: 1px solid #cccccc;
  border-radius: 8px;
}

.sortLabel {
  float: left;
  padding-top: 0px;
  font-weight: bold;
}

.sortLabel2 {
  float: left;
  padding-top: 3px;
  font-weight: bold;
  margin-top: 3px;
}
.sortOption {
  float: right;
  min-width: 90px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: lighter;
  color: #6c757d;
}

.srSortControlDiv {
  width: 124px !important;
}

.selected {
  font-weight: bolder;
  opacity: 100;
}

.refundableLabel {
}

#mapcontiner {
  cursor: pointer;
  overflow: hidden;
}
#mapImage {
  width: 100%;
}

#srMapLink {
  cursor: pointer;
}

#bigMap {
  height: 480px;
  width: 100%;
}

.mapPopDivContentContainer {
  cursor: pointer;
}

.mapPopDivContentContainer a {
  text-decoration: none;
  color: black !important;
}

.mapPopDivContentContainer {
  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;
}

.mapPopupPrice {
  float: right;
  font-weight: 500;
}

.mapPopupCashback {
  float: right;
  clear: right;
  margin-top: 3px;
}

.mapSpinner {
  margin-top: 14px !important;
}

.filterLabel {
  font-weight: 500;
}

.srStarRating {
  float: left;
  width: 100px;
}

.sr-pernight{
	font-size: 18px;
    display: inline-block;
    /*position: relative;*/
    top: -8px;
}
.srColumnA {
  width: 320px;
  float: left;
  height: 100%;
}

.srColumnB {
  width: calc(100% - 320px);
}

#loading-animation-text{
	font-size: 24px;
    position: relative;
    top: -16px;
    background-color: white;
    padding: 0px 14px;
    width: 298px;
    font-weight: bold;
}

.sortByPopBox {
  height: auto;
  font-size: 16px;
}

.strikeThroughPriceSR {
  float: right;
  color: #6c757d;
  text-decoration: line-through;
  margin-top: 4px;
}

.srHotelName {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.srDatePickerInput {
  width: 155px;
  font-size: 18px;
  margin-bottom: 12px;
}

.srMobileControlButton {
  width: calc(50% - 10px) !important;
}

.sliderContainer {
  padding-right: 32px !important;
}

.headlineSearchDetails {
  font-size: 14px;
}

#scrollableWindow {
	overlay: visible;
	height:100%;
	padding-bottom: 120px;
}

.distanceToCC {
  float: left;
}

.srAmenityListingDiv {
  clear: both;
  flex-wrap: nowrap;
}



@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1060px) {
  .sortByPopBox {
    font-size: 14px !important;
  }

  #scrollableWindow {
    overflow: visible;
  }
}

@media only screen and (max-width: 992px) {
  .distanceToCC {
  }

  #scrollableWindow {
    overflow: scroll; 
  }
  .priceLarge {
    font-size: 22px !important;
  }

  .srHotelName {
    font-size: 22px !important;
  }

  #mapcontiner {
    margin-top: 70px !important;
  }

  .srColumnB {
    width: 100% !important;
  }

  .sortByPopBox {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 768px) {
  .srColumnB {
    width: 100% !important;
  }
  .distanceToCC {
  }

  .srThumbnailContainer {
    height: 160px;
  }

  .srThumbnail {
    height: 160px;
  }

  #mapcontiner {
    margin-top: 16px !important;
  }

  .qmHeadline {
    font-size: 22px;
  }

  .qmSubHeadline {
    font-size: 18px;
  }

  .sortByPopBox {
    font-size: 14px !important;
  }

  #sortControls {
    border: none;
  }
  
  .search-tag img{
  	opacity: 60%;
  }
  
  .srThumbnailContainer2 img {
    height: auto;
    width: 100%;
  }
  
  #filterButtonContainer{
  	background-color:white;
  	box-shadow: 0px 6px 18px 0px rgb(0 0 0 / 32%);
    border-radius: 10px 10px 0px 0px;
    position: fixed;
    bottom: -0px;
    z-index: 2;
  }
  
  .srColumnA{
    position: absolute;
    background-color: white;
   }
   
   
  
}

@media only screen and (max-width: 480px) {
  .strikeThroughPriceSR{
  	margin-top:1px;
  }
  .priceLarge{
   	max-width: 190px;
    font-size: 18px !important;
   }
   
   .srPriceContainer{
   		max-width: 190px;
   	}
   
   .rating-stars{
   	font-size:14px;
   }
   
   #loadingGifImg{
   	max-width: 100%;
    height: auto;
    max-height: 200px;
    width: auto;
    height: auto;
   }    
   
    #loading-animation-text{
    	top:-12px;
    }
   
}
