.search-widget-wrapper-872d0c {
  z-index: 1 !important;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(0) !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.search-widget-search-container-bf1818 {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
}

.input-container-input-container-da40af .input-container-title-db81ec {
  color: white;
}

.search-widget-search-container-bf1818 {
  font-family: 'gothic', 'sans-serif' !important;
  max-width: 1350px !important;
  /* width: 100% !important; */
  margin: 0 auto !important;
}

.button-btn-f51c1a {
  background: #d9aa4d !important;
  color: #fff !important;
  padding: 11px 40px !important;
  border: none !important;
  text-transform: uppercase !important;
  transition: all 0.5s !important;
  width: 100% !important;
  margin-top: 0 !important;
  font-weight: normal !important;
  border-radius: 0 !important;
}

.search-widget-input-34bba0,
.search-widget-select-75fb48 {
  display: flex;
  gap: 10px;
  outline: none;
  border-radius: 0 !important;
  padding: 0 0 0 15px;
  height: 42px;
  border: 1px solid #d0cece !important;
  background: #fff;
  box-sizing: border-box !important;
  font-size: 16px !important;
  color: #000 !important;
  font-family: 'gothic', 'sans-serif' !important;
  margin: 0 !important;

  width: 100% !important;
  max-width: none !important;
}

/* .search-widget-two-picker-wrapper-4ca735{
  width: 300px !important;
} */

.input-container-input-container-da40af {
  width: 240px !important;
}

.search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf {
  display: contents !important;
}

.dropdown-selector-container-ef1ce2 .dropdown-selector-input-6d2b0e {
  padding: 20px 12px !important;
  border-radius: 0 !important;
}

.mobile-bottom-modal-drawer__content-dcea8b {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  max-height: 100%;
  overflow: visible;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .5);
  box-sizing: border-box;
}

@media (max-width: 988px) {
  .input-container-input-container-da40af {
    width: 100% !important;
  }
}