@media screen and (min-width: 1000px) {
  .search-sheet {
    display: none !important; } }

.refine-search-mobile {
  display: none; }

@media only screen and (max-width: 1000px) {
  .mobile-navigation-favourites {
    display: none; }
  .search-sheet {
    background-color: #0c0c0a;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 100;
    display: none;
    overflow-y: auto;
    overflow-x: hidden; }
  .basic-search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
    padding-bottom: 0px; }
  .mobile-datepicker {
    height: 19px;
    width: calc(100% - 60px);
    outline: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    font-family: dense;
    font-size: 25px;
    letter-spacing: 5px;
    text-align: left;
		padding-left: 30px;
		text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 20px;
    border: 0;
    background: transparent;
    color: white; }
  .logo {
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/sheet-360-logo.svg);
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center center; }
  .basic-search {
    height: 40px;
    width: calc(100% - 40px);
    margin-left: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    font-family: dense;
    font-size: 25px;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 20px; }
  .option-selector {
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px;
    color: white;
    text-align: left;
    text-indent: 30px; }
  /*destination section*/
  .destinations-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .destinations-wrapper ul {
    list-style: none; }
  .basic-search.destination {
    text-align: start;
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/destination.svg);
    text-indent: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-position-y: 10px; }
  .add-more {
    font-size: 20px;
    text-align: center;
    padding: 20px 5px;
    margin-bottom: 30px;
    width: calc(100% - 60px);
    margin-left: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E5E5E5;
    color: #2d2d2d;
    box-sizing: border-box;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50px center;
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/plus-icon.svg);
    text-indent: 40px; }
  .add-more:active {
    background-color: transparent;
    border: 1px solid #ab8b6c;
    color: #ab8b6c;
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/plus-icon-active.svg); }
  .basic-search.number-of-guests {
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/guests3.svg);
    background-position-y: 8px; 
		}
  .basic-search.arrival-date {
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/calendar.svg); 
		/*padding-left: 88px;*/
	}
  .basic-search.length-of-stay {
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/week.svg);
    background-position-y: 8px; }
  /*advanced search css*/
  .search-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .search-section-title h3::after {
    content: '';
    color: transparent;
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/showmore-arrow.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 30px;
    padding: 10px;
    background-size: 12px;
    background-position: right center; }
  .advanced-search-mobile h3 {
    font-size: 20px;
    text-align: center; }
  #content .advanced-search-mobile .top-divide-line {
    width: 80px;
    height: 15px; }
  .search-title-checkbox:checked ~ .advanced-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .search-title-checkbox:checked + h3 {
    opacity: 0.3; }
  .search-title-checkbox:checked + h3:after {
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/showless-arrow.svg); }
  .advanced-search {
    display: none; }
  .advanced-search-mobile .advanced-search {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    z-index: 10000;
    color: white;
    margin-top: 20px;
    width: calc(100% - 60px);
    padding-left: 0px; }
  .advanced-search-mobile input[type=checkbox] {
    display: none; }
  .refine-search-mobile {
    padding: 10px 10px 10px 20px;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    color: black;
    letter-spacing: 5px;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase; }
  .advanced-search-mobile .advanced-search-box {
    font-family: dense;
    opacity: 1;
    letter-spacing: 3px;
    padding: 15px 0px;
    font-size: 17px;
    text-indent: 40px;
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/checkbox-unchecked.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 20px center;
    width: calc(100% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  :checked + .advanced-search-box {
    color: #ab8b6c;
    background-image: url(/assets/img/mobilenavigation/icon/search-sheet/checkbox-checked.svg); }
  /*update button*/
  .update-search-button {
    background-color: #ab8b6c;
    height: 30px;
    width: calc(100% - 100px);
    margin-left: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 100px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0px; }
  .update-search-button:active {
    background-color: transparent;
    border: 1px solid #ab8b6c;
    color: #ab8b6c; }
  .update-search-button:active a {
    color: #ab8b6c; } }
