/* CSS Header y Navegación - */
.fs-7 {font-size: 0.7rem !important;}
.fs-8 { font-size: 0.8rem !important;}
.fs-9 { font-size: 0.9rem !important;}
#loginModal .nav-tabs .nav-link:focus,
#loginModal .nav-tabs .nav-link:hover,
.styled-icons.icon-sm a,
button.btn-search:focus,
button.btn-search:focus i.fa {
  color: var(--blue-color);
}
html {
  scroll-behavior: auto;
}
.icon.nav-wishlist-icon-heart {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  font-size: 20px;
}
.icon.nav-wishlist-icon-heart.redIcon::before {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: var(--orange-color);
  content: "\e87d";
}
.icon.nav-wishlist-icon-heart.whiteIcon::before {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: rgb(255 255 255);
  content: "\e87e";
}
.input-search,
a.social-buttons-button.btn-facebook.btn-round i,
div#emailModal .modal-footer .btn.btn-primary,
li.notbg p.showSearch .material-icons.search:before {
  background-color: var(--blue-color);
}
body {
  color: rgb(25 25 25);
  height: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  -webkit-overflow-scrolling: touch;
}
.search-box {
  width: fit-content;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix,
.clearfix:after,
.container-fluid:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
  clear: both;
}
.searching-wrapper.mm-listitem .mm-panels {
  scroll-behavior: unset;
  overflow-y: scroll;
}
.searching-wrapper.mm-listitem {
  position: relative;
  top: 49px;
  height: 45px;
  margin-bottom: 8px;
  z-index: 999;
}
.searching-wrapper.mm-listitem .mm-navbar__searchfield {
  position: absolute;
  top: 0;
  padding: 0;
  width: 95%;
  height: 100%;
}
.searching-wrapper.mm-listitem .mm-navbar {
  padding: 0 8px;
  border: unset;
}
.searching-wrapper.mm-listitem .mm-searchfield {
  overflow: unset;
  border: unset;
}
.searching-wrapper.mm-listitem .mm-searchfield__input {
  position: relative;
  width: 100%;
}
.searching-wrapper.mm-listitem input {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}
#menu-side-panel .searching-wrapper.mm-listitem input,
.fed-logos img,
.w-80 {
  width: 90%;
}
.searching-wrapper.mm-listitem .easy-autocomplete-container {
  left: 0;
  width: 350px;
  z-index: -1;
  height: 1px;
  position: absolute;
  border: unset;
}
.searching-wrapper.mm-listitem .easy-autocomplete-container ul {
  background: rgb(255 255 255);
}
.searching-wrapper.mm-listitem span.innericon.searchicon {
  position: absolute;
  width: 48px;
  height: 44px;
  background-color: var(--blue-color);
  z-index: 1;
  text-align: center;
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
  margin: 0;
  display: inline-block;
  top: 0;
  right: 7px;
}
.searching-wrapper.mm-listitem .easy-autocomplete.eac-square input {
  border: 2px solid rgb(105 101 101);
  border-radius: 30px 0 0 30px;
  font-style: normal;
  left: 3px;
  background-color: rgb(255 255 255);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  box-shadow: 5px 3px 9px rgb(25 39 40 / 67%);
}

.header-middle-inner .widget.text-center {
  transition: background-color 0.3s;
  position: relative;
  display: flex;
  align-items: flex-start;
  float: right;
}
.header-middle-inner .menuzord-brand-wrapper,
.header-middle-inner .widget.text-center,
.header-middle-inner .widget.text-center ul {
  height: 70px;
}
.header-middle-inner .widget.text-center ul {
  display: flex;
  align-items: flex-end;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.header-middle-inner .widget.text-center ul li {
  line-height: 70px;
  height: 70px;
  float: left;
  transition: background-color 0.3s;
  position: relative;
  z-index: 11;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
}
.header-middle-inner .widget.text-center ul li a {
  transition: background-color 0.3s;
  position: relative;
  z-index: 11;
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  padding: 0;
  display: block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  width: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
ul.category-submenu .icon {
  left: 0;
  top: 10px;
  right: 0;
  display: inline-block;
  width: 30px;
  font-size: 24px;
  margin-right: 10px;
  color: rgb(0 146 208);
}
.menuzord-menu > li.search form {
  float: left;
  padding: 22px 16px 17px;
}
.menuzord-menu > li.search form input[type="text"] {
  width: 160px;
  padding: 5px 10px;
  font-family: "Open Sans", sans-serif;
  border: 0;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  -o-transition: width 1s ease-out;
  -moz-transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
}
.menuzord-menu > li.search form:hover input[type="text"] {
  width: 160px;
}
.modal-login,
ul.footer.styled-icons.icon-bordered.icon-sm li img {
  max-width: 75%;
}
.social-icons-inner.widget.text-center.mb-0 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container.footer-inner .widget,
.text-pass-info {
  text-align: left;
}
ul.footer.styled-icons.icon-bordered.icon-sm {
  margin-top: 10px;
}
.styled-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 2px 7px 2px 0;
  width: 30px;
}
ul.styled-icons.icon-sm.text-white a > i {
  font-size: 23px !important;
}
ul.styled-icons.icon-sm.text-white a {
  color: rgb(255 255 255);
}
.widget.dark .styled-icons.icon-bordered a {
  border: none;
}
#footer .styled-icons.icon-sm a {
  font-size: 18px;
  color: rgb(255 255 255);
}
ul.styled-icons.icon-bordered.icon-sm {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-carro-de-la-compra-2:before {
  content: "\e904";
  font-size: 28px;
  color: rgb(255 255 255);
}
.wishlist-icon a.wishAction:hover .material-icons:before {
  color: var(--orange-color);
}
#loginform .form-control {
  height: 42px;
  box-shadow: unset;
  border: 0 solid rgb(206 212 218);
  background-color: rgb(255 255 255) !important;
}
#bookingform .form-control,
#registerform .form-control {
  border: unset;
  box-shadow: unset;
  height: 42px;
}
.login .content .form-control {
  border: 1px solid rgb(221 227 236);
  background-color: rgb(221 227 236);
  height: 40px;
  color: rgb(130 144 163);
}
.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}
#loginModal .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-collapse: separate;
  margin-bottom: 10px;
}
#loginModal .container {
  padding: 2rem 0;
}

span.material-icons.search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
}
p#smSearch span.material-icons.search {
  right: 50px;
  height: 70px;
  width: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.material-icons.search:before {
  height: 34px !important;
  background-color: var(--blue-color);
  margin-top: unset;
  border-radius: 50%;
  width: 34px;
}
li.notbg .material-icons.search:before {
  background-color: unset;
}
p#smSearch.expandSearch.showSearch .easy-autocomplete {
  position: relative;
  display: block;
  flex-direction: column;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
p#smSearch .easy-autocomplete input {
  padding: 5px;
  min-width: 263px;
  border-radius: 25px;
}
p#smSearch.expandSearch.showSearch .easy-autocomplete input {
  transform: unset;
  position: absolute;
  opacity: 1;
  min-width: 230px;
  right: 45px;
}
p#smSearch.expandSearch.showSearch .easy-autocomplete ul {
  left: 0;
  width: 265px;
  z-index: 9999;
  height: 350px;
  top: 18px;
  position: absolute;
  border: unset;
  transform: translate(-199px, 1px);
}
p#smSearch .easy-autocomplete .easy-autocomplete-container ul#notincludes-elm {
  width: 260px;
  position: absolute;
  left: 0;
}
a#otherpages span.material-icons.search {
  left: 40px;
  height: 70px;
  width: 45px;
}
p#smSearch a#otherpages span.material-icons.search {
  left: unset;
  height: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  right: unset;
}
#emailModal input.form-control {
  border-radius: 0;
  box-shadow: unset;
  height: 40px;
  padding: 0 10px;
}
.row h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.row.payment-icons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.icon-sm li a {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.display-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.display-table-cell {
  display: flex;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.easy-autocomplete,
.post,
section {
  position: relative;
}
img {
  max-width: 100%;
}
.pt-120 {
  padding-top: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-10,
div#home-search-container {
  padding-top: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: rgb(255 255 255) !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-80 {
  font-size: 80px;
}
.font-24 {
  font-size: 24px !important;
}
form#home-search_form {
  z-index: 1;
  display: block;
  position: relative;
  width: 100%;
}
form#home-search_form h2 {
  font-weight: 100;
  line-height: 80px;
}
#home-slider .title-wrapper h1,
form#home-search_form h2,
form#home-search_form h5 {
  text-shadow: 5px 3px 9px rgb(25 39 40 / 30%);
  position: relative;
  display: block;
}
#searcher-form-box {
  position: relative;
  float: none;
  width: 450px;
  display: inline-block;
  margin: 0 auto;
  height: 65px;
}
.search-container {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: rgb(0 0 0 / 0%);
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  font-size: 1.125rem;
  line-height: 2.0625vw;
  overflow: visible;
  position: relative;
  height: 45px;
  border-bottom: 2px solid #ff9a00 !important;
}
.bghome {
  min-height: 550px;
  background: url(../../assets/images/325.jpg) 0 0 / cover no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  object-fit: contain;
}
.easy-autocomplete.eac-square {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100% !important;
}
div#home-search-container {
  border-bottom: none !important;
  display: block;
  height: 100%;
  width: 100%;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
/* Estilos para el buscador nuevo */
.search-container-modern {
  position: relative;
  z-index: 10;
  text-align: center;
}
.btn-search-trigger {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 1.1rem;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #333;
  min-width: 300px;
}
.btn-search-trigger:hover {
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.search-expanded-area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  opacity: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width:450px;
}
.search-expanded-area.active {
  max-height: 200px;
  opacity: 1;
  padding: 20px 0;
}
button#search-trigger {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    height: 50px;
    border: unset;
    background-color: #fff;
    color: #444;
    width: 480px;
    font-size: 17px;
}
.search-expanded-area .input-group {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.search-expanded-area .form-control {
  height: 60px;
  font-size: 1.1rem;
  border: none;
  padding-left: 24px;
}
.search-expanded-area .btn-primary {
  border: none;
  background-color: var(--blue-color, #007bff);
  width: 60px;
  font-size: 1.2rem;
}
button#search-trigger i {
    font-size: 24px !important;
    padding-right: 8px;
}
/* Mejoras para móviles */
@media (max-width: 768px) {
  .btn-search-trigger {
    min-width: 250px;
    font-size: 1rem;
  }
  .search-expanded-area .form-control {
    height: 50px;
  }
}
.search-box {
  width: fit-content;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-search {
  width: 38px;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  outline: 0;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  pointer-events: painted;
}
.btn-search:focus ~ .input-search,
.input-search:focus {
  width: 270px;
  border-radius: 25px;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}
button.btn-search i.fa {
  font-size: 23px !important;
  color: #fff;
  margin-right: 10px;
}
button.btn-search:focus {
  outline: unset;
  margin-right: 10px;
}
div#home-search-container .field {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
}
.easy-autocomplete input {
  border-radius: 4px;
  border: 1px solid rgb(204 204 204);
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
  color: rgb(85 85 85);
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete.eac-square input {
  border: 0 solid rgb(127 140 141);
  border-radius: 0;
  color: rgb(127 140 141);
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  min-width: 350px;
  padding: 12px 43px 12px 15px;
  font-style: normal;
}
span.innericon.searchicon {
  position: absolute;
  width: 65px;
  height: 49px;
  background-color: var(--blue-color);
  z-index: 1;
  text-align: center;
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
  margin: 0;
  display: inline-block;
  top: 3px;
  right: 4px;
}
.searchicon:before {
  cursor: pointer;
  line-height: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
  color: rgb(255 255 255);
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  content: "\55";
  font-family: ElegantIcons;
  font-size: 1.9rem;
  font-weight: 100;
  position: absolute;
  top: 5px;
  padding-right: 0;
  text-align: center;
  left: 12px;
}
#home-search_form .input-group .form-control:first-child {
  height: 100%;
  border-radius: 30px;
  left: 3px;
  border: 0 solid rgb(105 101 101);
  background-color: rgb(255 255 255);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  box-shadow: 5px 3px 9px rgb(25 39 40 / 67%);
}
 
.easy-autocomplete-container ul {
  border: unset!important;
  background: unset;
  border: unset;
  border-top: 0;
  box-shadow: none;
  top: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9999;
  position: relative;
  padding: 8px 0;
  border-color: rgb(204 204 204);
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  list-style: none;
}
#home-search_form .easy-autocomplete.eac-square ul {
  border-color: unset;
  border-top: 0;
  box-shadow: none;
  top: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 20%);
  background-color: rgb(255 255 255);
}
.easy-autocomplete.eac-square ul .eac-category,
.easy-autocomplete.eac-square ul li {
  font-family: inherit;
  border-color: rgb(127 140 141);
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  padding: 4px 12px;
  transition: 0.4s;
  text-align: left;
}
.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li.selected {
  cursor: pointer;
}
.easy-autocomplete.eac-square ul .eac-category.selected,
.easy-autocomplete.eac-square ul li.selected {
  background-color: rgb(241 241 241);
  font-weight: 300;
  width: 100%;
}
.easy-autocomplete.eac-square ul .eac-category b,
.easy-autocomplete.eac-square ul li b,
.total {
  font-weight: 600;
}
.search-container.easy-autocomplete .easy-autocomplete {
  display: block;
  width: auto !important;
  height: 100%;
}
.icon-box i,
.iconbox i {
  display: inline-block;
  font-size: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-container-modern {
  position: relative;
  z-index: 10;
  text-align: center;
}
.btn-search-trigger {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 1.1rem;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #333;
  min-width: 330px;
}
.btn-search-trigger:hover {
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.search-expanded-area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  opacity: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.search-expanded-area.active {
  max-height: 200px;
  opacity: 1;
  padding: 20px 0;
}
.search-expanded-area .input-group {
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.search-expanded-area .form-control {
  height: 60px;
  font-size: 1.1rem;
  border: none;
  padding-left: 24px;
  border-radius: 50px;
}
#eac-container-home-search-text-sl ul {
  display: block !important;
}
#eac-container-home-search-text-sl li:last-child {
  border-bottom: none;
}
#eac-container-home-search-text-sl li:hover .eac-item {
  background-color: #e9f5ff;
}
#eac-container-home-search-text-sl .eac-item b {
  font-weight: bold;
  color: #007bff;
}
@media (max-width: 768px) {
  .btn-search-trigger {
    min-width: 250px;
    font-size: 1rem;
  }
  .search-expanded-area .form-control {
    height: 50px;
  }
}
#eac-container-home-search-text-sl {
  padding: 0;
  border: unset;
  border-top: none;
  margin-left: 30px;
}
#eac-container-home-search-text-sl .eac-category {
  background-color: #f8f9fa;
  padding: 8px 15px;
  font-weight: bold;
  color: #495057;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-left: 4px solid #007bff;
  margin-top: 8px;
  margin-bottom: 4px;
}
#eac-container-home-search-text-sl .eac-category:first-child {
  margin-top: 0;
}
#eac-container-home-search-text-sl li {
  padding: 0;
  margin-left: 20px; 
  border: unset;
}
#eac-container-home-search-text-sl .eac-item {
  padding: 8px 5px 8px 38px;
  transition: background-color 0.2s;
  display: block;
  font-size: 15px;
  position: relative;
}
.easy-autocomplete-container ul li div {
  font-weight: 400;
  word-break: break-all;
  text-align: left;
  font-family: "Roboto";
}
#eac-container-home-search-text-sl .eac-item::before {
  content: "└── ";
  position: absolute;
  left: 0;
  color: #adb5bd;
}
#eac-container-home-search-text-sl li:hover .eac-item {
  background-color: #e9f5ff;
}
#eac-container-home-search-text-sl .eac-item b {
  font-weight: bold;
  color: #007bff;
}
h3.iconbox-lbl,
section#recommended .btn-load-more i {
  padding-left: 10px;
}
.display-table-cell h3.icon-box-title.text-white,
.owl-theme.list_carousel .item .hotel_container,
.owl-theme.list_carousel .item .tour_container {
  margin-bottom: 0;
}
.display-table-parent,
.homebox-effect-wrapper,
.layer-overlay::before,
.paralax,
.parallax {
  width: 100%;
  height: 100%;
}
.box_grid h5.catName span.icon {
  color: rgb(0 123 192);
  font-size: 30px;
}
h2.title.text-white {
  font-size: 26px;
}
.display-table-parent {
  left: 0;
  position: absolute;
  top: 0;
}
section#add-banners-parks .container.other-size {
  max-width: 90% !important;
}
.advantages-item p.text-white {
  color: rgb(255 255 255) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
p.hero__text.text-white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#destacadas .section-title.text-center {
  width: 100%;
  margin-bottom: 0;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* Media Queries */
@media (max-width: 900px) {
  .menuzord-responsive .menuzord-menu > li.search form {
    width: 100%;
    margin: 4px 0;
    padding: 10px 16px !important;
  }
  .menuzord-responsive .menuzord-menu > li.search form input[type="text"] {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-sm,
  .hidden-xs,
  header#header .header-middle {
    display: none !important;
  }
  .ps-relative.sm_device #hamburger span.hamburger-box,
  .ps-relative.sm_device .wishlist-icon .icon {
    background-size: cover;
    background-position: 1px 0;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    display: block;
  }
  .ps-relative.sm_device .wishlist-icon .icon {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  .searching-wrapper .easy-autocomplete.eac-square input {
    min-width: 233px;
    z-index: 0;
    padding: 8px 10px 8px 4px;
  }
  .searching-wrapper.mm-listitem .easy-autocomplete-container {
    width: 330px;
    height: 1px;
  }
  .easy-autocomplete {
    position: relative;
    width: 94% !important;
  }
}
@media (max-width: 47.875em) and (min-aspect-ratio: 13 / 9),
  screen and (min-width: 47.9375em) {
  .display-table.bghome {
    transform: translateY(-0px);
  }
  a.action.pcart_items_item_delete_icon i.icon {
    font-size: 28px;
    color: #ffa900;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
  }
  a.action.pcart_items_item_delete_icon:hover i.icon {
    color: rgb(190 126 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 998px) {
  .dropdown.search-menu .easy-autocomplete-container {
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    top: 47px;
    background-color: rgb(255 255 255);
    overflow-y: scroll;
    position: absolute;
    border: unset;
  }
  .dropdown.search-menu .easy-autocomplete-container ul {
    border-top: 0;
    box-shadow: none;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999;
    position: absolute;
  }
  #cart_right_button .search-menu .easy-autocomplete input {
    padding: 6px 12px;
    width: 100%;
  }
  .easy-autocomplete {
    position: relative;
    width: 100% !important;
  }
  .easy-autocomplete-container {
    left: 0;
    position: absolute;
    z-index: 2;
    width: 90%;
  }
  .easy-autocomplete-container ul li.selected {
    width: auto;
  }
  .ps-relative.md_device .wishlist-icon .icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 2px 4px;
    height: 30px;
    width: 30px;
    display: block;
  }
}
@media only screen and (min-width: 998px) and (max-width: 1024px) {
  .easy-autocomplete {
    position: relative;
    width: 100% !important;
  }
  .easy-autocomplete-container {
    left: 0;
    position: absolute;
    z-index: 2;
    width: 90%;
  }
  .easy-autocomplete-container ul li.selected {
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .material-icons.search:before {
    color: rgb(255 255 255);
    content: "\e8b6";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 26px;
  }
  .ps-relative.sm_device .easy-autocomplete {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .ps-relative.sm_device .easy-autocomplete input,
  input#tsearchsm {
    margin-left: 0;
    display: inline-block;
    width: 100%;
    box-shadow: unset;
    min-width: unset;
    position: relative;
  }
  .ps-relative.sm_device .easy-autocomplete input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .search-menu .easy-autocomplete-container ul {
    background: unset;
    border-top: 0;
    box-shadow: none;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999;
    position: relative;
    background-color: rgb(255 255 255);
  }
  .search-menu .easy-autocomplete-container {
    left: 0;
    width: 100%;
    z-index: -9999;
    height: 0;
    top: 43px;
    overflow-y: scroll;
    position: absolute;
    border: unset;
  }
  .search-menu .expandSearch.showSearch .easy-autocomplete-container {
    z-index: 9999;
    height: 350px;
  }
  .search-menu .easy-autocomplete-container ul li div {
    display: block;
    font-weight: 400;
    word-break: break-all;
    text-align: left;
    font-family: "Roboto Condensed";
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .material-icons.search:before {
    content: "\e8b6";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  p#smSearch a#otherpages span.material-icons.search:before {
    height: 34px !important;
    width: 34px;
  }
  .ps-relative.md_device .easy-autocomplete {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .easy-autocomplete-container {
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 350px;
    top: 38px;
    position: absolute;
    border: unset;
  }
  .material-icons.search:before {
    color: rgb(255 255 255);
    content: "\e8b6";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ps-relative.md_device .easy-autocomplete {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .easy-autocomplete-container {
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 350px;
    top: 38px;
    position: absolute;
    border: unset;
  }
  .expandSearch .material-icons.search:before {
    color: rgb(255 255 255);
    content: "\e8b6";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 70px !important;
  }
  #smSearch.expandSearch.showSearch .material-icons.search:before {
    height: 34px !important;
    width: 34px;
  }
  #cart_right_button .search-menu .easy-autocomplete input {
    padding: 5px;
    min-width: 100%;
  }
  .search-menu.show .easy-autocomplete-container ul {
    background: rgb(255 255 255);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .material-icons.search:before {
    color: rgb(255 255 255);
    content: "\e8b6";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px !important;
    right: -10px !important;
  }
  p.expandSearch.showSearch .material-icons.search:before {
    height: 34px !important;
    margin-top: 19px;
  }
  span.btn-btn-secondary span.icon {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .material-icons.search:before {
    color: rgb(255 255 255);
    content: "\e8b6";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
  .expandSearch .material-icons.search:before {
    height: 70px !important;
  }
  .expandSearch.showSearch .material-icons.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .expandSearch.showSearch .material-icons.search:before {
    height: 34px !important;
    width: 34px;
  }
  .ps-relative.lg_device .menuzord-menu li.icon {
    min-width: 70px;
  }
  span.btn-btn-secondary span.icon {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1281px) {
  .expandSearch .material-icons.search:before {
    color: rgb(255 255 255);
    content: "\e8b6";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px !important;
  }
  .expandSearch.showSearch .material-icons.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .expandSearch.showSearch .material-icons.search:before {
    height: 34px !important;
    width: 34px;
  }
  .ps-relative.lg_device .menuzord-menu li.icon {
    width: 70px;
  }
  span.btn-btn-secondary span.icon {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  div#home-search-container .input-group {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  #searcher-form-box span.material-icons.search:before {
    height: 55px !important;
    background-color: var(--blue-color);
    border-radius: 30px;
    margin-top: unset;
    width: 90px !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  #searcher-form-box.sm-form.col-xs-show .easy-autocomplete.eac-square input {
    min-width: 312px !important;
    max-width: 320px;
  }
  .easy-autocomplete.eac-square ul .eac-category,
  .easy-autocomplete.eac-square ul li {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .display-table-cell {
    height: 100%;
    display: inline-block;
    margin-top: 60px;
  }
  .search-container .input-group {
    display: block;
  }
  .easy-autocomplete.eac-square input {
    min-width: 350px;
    padding: 8px 24px 8px 4px;
    font-size: 16px;
  }
  div#home-search-container .field .easy-autocomplete.eac-square input {
    min-width: 368px !important;
    max-width: 332px;
  }
  .hidden-xs {
    display: none !important;
  }
  section > .container,
  section > .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 414px) {
  h3.title.text-white {
    font-size: 25px !important;
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  form#home-search_form h2 {
    font-size: 40px !important;
  }
  .display-table-cell {
    vertical-align: text-bottom;
  }
  div#home-search-container .field {
    display: block;
    height: 45px;
  }
  div#home-search-container .field .easy-autocomplete.eac-square input {
    min-width: 350px;
  }
  section.add-banner-loro-park .container,
  section.add-banner-siam-park .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.add-banner-loro-park .container .bd-white h2,
  section.add-banner-siam-park .container .bd-white h2 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-height: 812px) and (min-width: 375px) {
  h3.title.text-white {
    font-size: 18px !important;
  }
  .only-mobile-dev h3.title.text-white {
    font-size: 25px !important;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .easy-autocomplete-container {
    height: auto;
  }
  .bghome {
    display: inline-block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
    width: 100%;
    -moz-background-size: 100% 75%;
    -webkit-background-size: 100% 75%;
    background-size: 100% 60%;
    top: 70px;
  }
  .display-table-cell {
    height: 100%;
    display: inline-block;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .text-center.panel-target {
    padding-left: 10px;
  }
  div#searcher-form-box.sm-form.col-xs-show .field {
    display: block;
    height: 45px;
  }
  div#searcher-form-box.sm-form.col-xs-show
    .easy-autocomplete.eac-square
    input {
    border: 1px solid;
    border-radius: 0;
    font-style: normal;
    box-shadow: unset;
  }
  form#home-search_form h2 {
    line-height: 50px;
  }
  #owl-cat-wrapper .row {
    margin-right: 0;
    margin-left: 0;
  }
  h3.title.text-white {
    font-size: 25px !important;
    padding: 0;
    bottom: 40px;
  }
  .col-xs-hidden {
    display: none !important;
  }
  .search-container.easy-autocomplete .easy-autocomplete {
    height: 38px;
    width: 100% !important;
  }
  #smSearch span.material-icons.search {
    right: unset !important;
  }
  .wrapperGridlist-home .catName span.icon {
    color: rgb(255 255 255);
    font-size: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  h3.title.text-white {
    font-size: 20px !important;
    padding: 0 0 0 5px;
    bottom: 10px;
    font-weight: 500;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .bghome {
    min-height: 100%;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-height: 1024px) and (orientation: portrait) {
  .bghome {
    min-height: 100%;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 769px) and (orientation: landscape) {
  .bghome {
    min-height: 100%;
  }
}