#navbar-offcanvas.dropdown-menu.navbar-offcanvas {
  width: 100vw !important;
  background-color: transparent;
}
.menu-navbar-body {
  background-color: #fff;
  width: 25vw;
  height: 150vh;
}
.navbar-item {
  border-top: 1px solid #b19f8d !important;
  display: flex;
  align-content: center;
}
.navbar-item .nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
}
.navbar-item:last-child {
  border-top: none !important;
}
.navbar-item a {
  border-top: none !important;
  width: 100%;
  display: flex;
  align-content: center;
  font-size: 1.4rem;
}
.navbar-item a.left-lang {
  justify-content: center;
  border-right: solid 1px;
  font-weight: bold !important;
}
.navbar-item a.right-lang {
  justify-content: flex-start;
  border-left: solid 1px;
  font-weight: bold !important;
}
.last-option-menu {
  margin-bottom: 10px;
}
.navbar-nav li a {
  font-size: 1.4rem !important;
}
.navbar-nav li i:not('.icon-arrow-left-circle') {
  font-size: 1.4rem;
  display: flex !important;
  margin: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.navbar-nav li .menu-link-hover {
  width: fit-content;
}
.navbar-nav li .menu-link-hover:hover {
  font-color: #8b6f66;
}
.last-option-menu::after {
  content: '';
  position: absolute;
  width: 5vw;
  height: 1px;
  background: #b19f8d;
  margin-top: 60px;
  margin-left: 10vw;
}
.secondary-navbar {
  padding: 0 !important;
}
.secondary-navbar ul {
  list-style: none;
  padding: 0;
}
.secondary-navbar a {
  display: block;
  width: 100%;
  padding: 1rem 2rem 1rem 2rem !important;
}
.navbar-item > [class*="uk-drop-right"] {
  margin-left: 0 !important;
}
.icon-arrow-right {
  color: #b19f8d !important;
}
.navbar-list li {
  border-bottom: 1px solid #b19f8d !important;
}
.close-btn {
  position: relative !important;
}
.icon-arrow-left-circle {
  font-size: 14px;
  position: absolute;
  margin-top: 2rem;
}
.theme-brown > span {
  background-color: #b19f8d !important;
}
.theme-brown a,
.theme-brown button {
  border-color: #b19f8d !important;
  color: #b19f8d !important;
}
.theme-brown button > span {
  border-color: #b19f8d !important;
}
.theme-brown .search-villa-header {
  color: #b19f8d !important;
}
.theme-brown .search-villa-header:focus:not([tabindex^="-"]) {
  border-bottom: 1px solid #b19f8d;
}
#search_container.theme-brown:hover .search-villa-header {
  border-bottom: 1px solid #b19f8d !important;
}
@media screen and (max-width: 1200px) {
  .menu-navbar-body {
    background-color: #fff;
    width: 45vw;
    height: 100vh;
  }
  .last-option-menu::after {
    content: '';
    position: absolute;
    width: 5vw;
    height: 1px;
    background: #b19f8d;
    margin-top: 56px;
    margin-left: 20vw;
  }
}
@media screen and (max-width: 600px) {
  .menu-navbar-body {
    width: 100vw;
    height: 100vh;
  }
  .last-option-menu::after {
    content: '';
    position: absolute;
    width: 10vw;
    height: 1px;
    background: #b19f8d;
    margin-top: 56px;
    margin-left: 45vw;
  }
  .uk-drop.uk-open.uk-drop-right-top {
    top: 25% !important;
  }
  .navbar-item a {
    display: flex;
    justify-content: center;
  }
  .secondary-navbar {
    display: flex;
    align-items: center;
    left: -100vw;
    width: 100vw;
    height: 75vh;
    padding: 0 !important;
  }
  .secondary-navbar ul {
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .secondary-navbar a {
    display: block;
    width: 100%;
    padding: 1rem 2rem 1rem 2rem !important;
  }
}
@media screen and (max-width: 380px) {
  #search_container {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  #input-property-landing {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .search-villa-header {
    font-size: 9px !important;
  }
}
@media screen and (max-width: 330px) {
  #search_container {
    transform: translate(40px, 40px) !important;
  }
  .search-villa-header {
    font-size: 12px !important;
  }
}
.search-villa-header {
  background-color: transparent;
  border: 0;
  color: #fff;
  width: auto;
  font-weight: 700;
  font-size: 12px;
}
.search-villa-header::placeholder {
  text-align: right;
  opacity: 1;
}
.search-villa-header:focus:not([tabindex^="-"]) {
  outline: 0;
  border-bottom: 1px solid #fff;
}
.icon-search-villa-header {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.icon-search-villa-header:hover,
.icon-search-villa-header:focus {
  background-color: transparent;
  transform: scale(1.1);
}
#search_container:hover .search-villa-header {
  border-bottom: 1px solid #fff;
}
