/* CSS Header y Navegación - */
@import url(shopicon.css);
:root {
    --defult-blue: rgb(0 147 209);
}
.fs-6{
  font-size: 1.3rem !important;
}
html {
overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}
body {
color: rgb(25 25 25);
font-family: Roboto, Helvetica, Arial, sans-serif !important;
-webkit-overflow-scrolling: touch;
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 
      'Helvetica Neue', Arial, sans-serif;
font-size: 1rem;
line-height: 1.6;
color: #333;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-height: 100vh;
display: flex;
flex-direction: column;
}
a {text-decoration: none;}
.bg-defult-blue{ background-color:var(--defult-blue)!important; }
.bg-blue-light{ background-color:var(--blue-light)!important; }
.txt-defult-blue{ color:var(--defult-blue)!important; }
.text-primary {color: var(--base-txt-blue) !important;}
.text-dark {color: var(--text-dark);}

.icon.nav-wishlist-icon-heart,
.wishlist-icon {
  align-self: center;
  display: inline-flex;
  font-style: normal;
}
.bgcolor {
    background-color: var(--blue-color) !important;
}
.btn-search,
.input-search {
  border-style: none;
  margin-top: unset;
}
.hzZnJx,
.input-search:focus button.btn-search i.fa,
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #333;
}
#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);
}
.mm-menu,
.mm-menu_theme-white {
  /*--mm-color-border: rgb(0 0 0 / 10%);*/*/
  /*--mm-color-button: rgb(0 0 0 / 30%);
  /*--mm-color-text-dimmed: rgb(0 0 0 / 30%);*/
}
.aenor-logos img,
.w-100.pd1 {
  max-width: 100%;
}
html {
  scroll-behavior: auto;
}
.mm-wrapper_background .mm-page {
  background: transparent!important;
}
#cart_right_button > ul > li:after,
.menuzord-menu > li:after {
  background-color: var(--orange-color);
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  transition: width 0.1s ease-in;
  width: 0;
  will-change: width;
}
.dropdown,
.hqtxZK,
.w-100.pd1,
.w-50.pd1,
.wishlist-icon,
li.first-child.cart_products {
  position: relative;
}
#cart_right_button > ul > li:hover:after,
.form-actions.pull-right,
.menuzord-menu > li:hover:after {
  width: 100%;
}
.wishlist-icon {
  margin-right: 0;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.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";
}
.display-hide,
.display-none,
.languages-inner-nav span.indicator {
  display: none;
}
.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);
}
.input-search,
li.ml-3.mt-3.not-border.term_conditions.mm-listitem p > a {
  font-size: 15px;
}
* {
  -webkit-box-sizing: border-box;
}
.dropdown.languages-inner-nav:hover > .dropdown-menu,
.hYqWcg,
.mm-panel:not(.mm-hidden),
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
li.categoy-list:hover > ul.dropdown-menu,
main,
nav,
section,
summary {
  display: block;
}
.mm-menu_offcanvas.mm-menu_opened{
   display: block;
}
body {
  color: rgb(25 25 25);
  height: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  -webkit-overflow-scrolling: touch;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto;
}

input#btnSearch {
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 10px 0 10px 10px;
  border-radius: 25px;
}
.header-.logo-wrapper.menuzord-brand-wrapper,
.header-langs-wrapper,
.header-social-icons-wrapper {
  -ms-flex: 0 0 33%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 15%;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-align: center;
}
.fr,
.menuzord-menu.menuzord-right,
.nav.language-switcher {
  float: right;
}

.searching-wrapper.mm-listitem .mm-panels {
  scroll-behavior: unset;
  overflow-y: scroll;
  width: 100% !important;
}
.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;
}
.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%);
}

#menu-side-panel .searching-wrapper.mm-listitem input,
.fed-logos img,
.w-80 {
  width: 90%;
}


.text-justify {
  text-align: justify !important;
}
li.term_conditions.mm-listitem p > a.color-orange {
  font-size: 15px;
  color: rgb(255 165 0);
}
li.ml-3.aenor-logos.not-border.mm-listitem,
li.ml-3.not-border.last-chil-img.mm-listitem,
li.ml-3.pay-logos.not-border.mm-listitem {
  position: relative;
  padding-top: 15px;
}
li.ml-3.not-border.last-chil-img.mm-listitem img {
  max-width: 70%;
}
.fa {
  font: 14px/1 FontAwesome !important;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.has-side-panel .body-overlay {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: rgb(0 0 0 / 60%);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.has-side-panel .body-overlay.side-panel-open.eventlist-open {
  opacity: 0;
  z-index: -1;
  background-color: rgb(0 0 0 / 41%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.5s;
}

div#wrapper {
z-index: 0 !important;
display: flex;
position: relative;
width: 100%;
flex-direction: column;
justify-content: center;
}
.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;
}
#header-middle ul.styled-icons .fa {
  font-size: 25px !important;
}
.header-middle-inner .header-widget-contact-info-box {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  display: flex;
  line-height: 70px;
  height: 70px;
}
.header-middle-inner .header-widget-contact-info-box ul.navbar-nav {
  float: left;
  height: 70px;
  display: flex;
  align-items: flex-start;
  list-style-position: outside;
  line-height: 70px;
  margin: 0;
  list-style-type: none;
}
.navbar-nav.language-switcher:hover .dropdown ul.dropdown-menu {
  display: block;
  top: 65px;
  position: fixed;
  width: 200px;
  float: right;
  left: unset;
}
.text-theme-colored {
  color: rgb(0 46 91) !important;
}
.header-middle-inner .header-widget-contact-info-box .navbar-nav .dropdown {
  height: 70px;
  line-height: 70px;
  float: right;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: rgb(38 38 38);
  text-decoration: none;
  background-color: rgb(245 245 245);
}
.header-middle-inner .header-widget-contact-info-box .navbar-nav > div > a {
  line-height: 70px;
  padding: 0 15px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
ul.language-switcher li ul.dropdown-menu {
  transform-origin: 50% 0;
  transform: scale(0.95) translateY(-5px);
  transition: 0.2s ease-in-out, _ 0.2s ease-in-out;
  min-width: 105px;
}
ul.navbar-nav ul#header_lang_list li {
  line-height: 43px;
  height: unset;
  float: left;
  width: 100%;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: rgb(51 51 51);
  white-space: nowrap;
  text-decoration: none !important;
}
ul.navbar-nav ul#header_lang_list.dropdown-menu > li > a {
  display: block;
  padding: 0 20px;
  clear: both;
  font-weight: 400;
  color: rgb(51 51 51);
  white-space: nowrap;
  line-height: 30px;
}
.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: " ";
}
.modern-header .header-nav .header-nav-wrapper.stiky {
  top: 0;
}
.header-middle {
  display: block;
  position: relative;
  height: 70px;
}
.header-middle-inner {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.header-middle-inner .menuzord-brand-wrapper a.menuzord-brand,
.header-widget-contact-info-box-x {
  line-height: 70px;
}
li.sidepanel-right-content.only-pc #hamburger {
  display: block;
  position: absolute;
  top: 14px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  background-color: #fff;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.3s,
    opacity 0.1s linear;
}
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0;
  font-size: 12px;
  position: relative;
}
.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: 0;
  padding: 4px 25px 4px 22px;
  color: rgb(4 4 4);
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -o-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
  font-size: 17px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
.menuzord,
.menuzord * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.menuzord-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
}
.menuzord-menu > li > a {
  padding: 0 18px !important;
  text-transform: initial;
  text-decoration: none;
  vertical-align: baseline;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  color: #888;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  text-transform: initial;
  font-size: 18px !important;
  font-family: Roboto;
  color: rgb(252 252 252);
  font-weight: 400;
  line-height: 70px;
}
.menuzord-menu ul.dropdown {
  top: 70px;
}
.dropdown-wrapper.show,
    nav#menuzord ul li.first-child>a,
    nav#menuzord ul li.first-child>a:hover {
  height: 100%;
}
a.item-trigger.wishCounter:hover,
nav#menuzord ul.menuzord-menu li > a:hover {
  text-decoration: none;
  margin-bottom: 0;
}
li.dropdown.categoy-list,
li.insel-list.dropdown,
nav#menuzord ul.menuzord-menu li a:hover .children-submenu.category-submenu {
  display: block !important;
}
nav#menuzord ul li ul.category-submenu li a:hover {
  color: rgb(95 95 95);
}
.cart_products .dropdown-wrapper a:hover .dropdown-menu {
  opacity: 1;
  display: block;
  position: absolute;
  will-change: transform;
  top: 0;
  left: 0;
  transform: translate3d(-97px, 70px, 0);
}
.mm-navbars_bottom .mm-navbar span a {
  font-size: 34px !important;
  color: #fff;
}
li.languages-inner-nav ul li a:hover {
  background-color: rgb(245 245 245) !important;
  color: rgb(95 95 95) !important;
}
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 + li,
.mt-5,
.my-5 {
  margin-top: 0 !important;
}
li.nav-item.dropdown.show-open.languages-inner-nav {
  display: inline-block !important;
}
.menuzord-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  float: right;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li:hover > a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333;
}
.menuzord-menu ul.dropdown.dropdown-left {
  left: none;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%;
}
.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  float: left;
  line-height: unset !important;
  font: 14px/1 FontAwesome;
}
.fa-user-o:before {
  content: "\f2c0";
}
.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;
}
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a,
.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a {
  color: rgb(252 252 252);
  text-decoration: none;
}
.menuzord.blue .menuzord-menu ul.dropdown li:hover > ul.category-submenua,
.menuzord.blue .menuzord-menu > li:hover > ul.category-submenu a {
  color: rgb(51 51 51);
  text-decoration: underline;
}
.menuzord.green .menuzord-menu ul.dropdown li:hover > a,
.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a {
  color: #37bc9b;
}
.menuzord.red .menuzord-menu ul.dropdown li:hover > a,
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a {
  color: #e9573f;
}
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a,
.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a {
  color: #ff670f;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 180px;
  white-space: nowrap;
  background: rgb(255 255 255);
}
.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;
}
.hamburger-box {
  position: relative;
  align-items: center;
  justify-content: center;
  background-image: url(../img/reorder-four-outline.svg);
  background-size: contain;
  background-position: 1px 4px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  filter: brightness(0) invert(1);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.dropdown.categoy-list.first-child .dropdown-menu {
  top: 70px;
  width: 17rem;
  border: unset;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
  padding: 0px 10px 5px 10px;
}
ul.dropdownx.dropdown-menu.children-submenu.category-submenu.canary-islands {
  width: 10rem;
}
.dropdown-menu > li > a:hover:after {
  text-decoration: none;
  transform: rotate(-90deg);
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}
.container.footer-inner .widget,
.text-pass-info {
  text-align: left;
}
.text-theme-colored2 {
  color: #00a6eb !important;
}
ul.footer.styled-icons.icon-bordered.icon-sm {
  margin-top: 10px;
}
form.modal-login input#phone,
ul.usefull-links li {
  padding-left: 10px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.aenor-logos {
  display: block;
  width: 100%;
}
.text-right {
  text-align: right;
  display: block;
}
.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;
}
.ps-relative {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#cestanum.dropdown-toggle:hover .page_nav_dropdown_body,
.dropdown-wrapper.show .page_nav_dropdown_body {
  opacity: 1;
}
.icon-carro-de-la-compra-2:before {
  content: "\e904";
  font-size: 28px;
  color: rgb(255 255 255);
}
.nav.navbar-nav.list-bordered.language-switcher a {
  font-size: 18px;
}
.cart_products .dropdown-item:active {
  color: rgb(255 255 255);
  text-decoration: none;
  background-color: rgb(255 255 255);
}
.wishlist-icon a.wishAction:hover {
  text-decoration: none;
  color: var(--orange-color);
}
.wishlist-icon a.wishAction:hover .material-icons:before {
  color: var(--orange-color);
}
#loginModal .nav-justified .nav-item.activ a,
a.form-sub-title.nav-link {
  font-weight: 500;
  font-family: "Roboto Condensed";
}
.login .content .form-title {
  font-weight: 300;
  margin-bottom: 5px;
}
#loginModal .modal-content {
  background-color: rgb(245 245 245);
}
.modal-login {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.text-pass-info a,
p.form-sub-title a {
  color: rgb(63 63 63);
  text-decoration: underline;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.btn-success {
  color: rgb(255 255 255);
  background-color: rgb(255 156 0);
  border-color: rgb(255 156 0);
}
.login .content .form-actions .btn-success {
  font-weight: 400;
  padding: 10px 20px !important;
  background-color: var(--orange-color);
  color: rgb(255 255 255);
}
#loginModal .modal-body {
  padding: 1rem;
  min-height: 510px;
  height: 515px;
}
#loginModal .nav-justified .nav-item {
  text-align: center;
  line-height: 35px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 solid rgb(202 202 202);
}
#loginModal li.nav-item.left {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  border-right: none !important;
}
#loginModal li.nav-item.right {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}
#loginModal .nav-tabs .nav-link.active {
  color: var(--blue-color);
  background-color: rgb(0 0 0 / 0%);
}
#loginModal label.text-left.check-inline {
  display: inline-block;
  float: left;
  width: 90%;
  line-height: 22px;
  margin-left: 10px;
  font-size: 16px;
}
#loginModal .nav-justified .nav-item.activ {
  background-color: rgb(226 226 226);
}
#loginModal .nav-justified .nav-item.activ a.active {
  font-weight: 900;
  font-family: "Roboto Condensed";
}
a.form-sub-title.nav-link {
  line-height: 45px;
  color: rgb(124 211 247);
}
a.social-buttons-button.btn-round i {
  padding: 8px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: rgb(255 255 255);
  margin-right: 5px;
}
a.social-buttons-button.btn-google.btn-round i {
  background-color: rgb(51 51 51);
}
.form-title,
.form-wrapper {
  margin: 0 0 2rem;
}
#facebook1,
#google1 {
  width: 15px;
  height: 15px;
  position: relative;
  left: -10%;
  top: 1px;
}
#facebook,
#google {
  width: 140px;
  height: 40px;
  position: relative;
  top: -80px;
  left: 12%;
  border-radius: 5px;
  border-width: 1px;
  border-color: #000;
  font-size: 17px;
  background-color: #fff;
}
#facebook:hover {
  background-color: #2c27bc;
  color: #fff;
  transition: 0.5s;
}
.nav-justified .nav-item {
  background-color: rgb(236 236 236);
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
  outline: 0;
}
.modal-header .close {
  margin-top: 0.5rem;
  height: 25px;
  width: 50px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content .modal-header {
  padding: 0.1rem 1rem;
}
.form-title {
  font-size: 20px;
  color: var(--blue-color);
}
.btnbooking-now,
a.btn-login-now.btn.btn-success.uppercase {
  font-family: Roboto;
  color: #fff;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 50%;
  font-weight: 400;
  background-color: var(--blue-color);
  margin: 0;
}
#login-form h3.form-title {
  margin: 0 0 1rem;
}
div#register-form .form-title {
  margin: 0 0 0.4rem;
}
.form-title.modal-panel {
  font-size: 28px;
  margin-bottom: 0;
  font-family: Roboto;
}
.social-buttons .btn {
  margin: 0 0.5rem 1rem;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-backdrop.show {
  opacity: 0.5;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: unset;
}
div#loginModal.modal.fade.show {
  z-index: 1001 !important;
  background-color: rgb(51 51 51 / 31%);
}
.modal-dialog.modal-dialog-centered {
  z-index: 1002 !important;
}
.btn-round {
  border-radius: 3rem;
}
button.btn.btn-secondary.btn-round {
  color: rgb(255 255 255);
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}
a.btn-login-now.btn.btn-success.uppercase {
  -webkit-box-shadow: 0 0 0 1px transparent inset,
    0 0 0 0 rgb(34 36 38 / 15%) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
  border-radius: 2rem;
  font-size: 1.2rem !important;
  padding: 0.7rem 1.5em 0.75rem;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  min-height: 0.5em;
  border: unset;
}
.dropdown.languages-inner-nav > .dropdown-toggle:active {
  pointer-events: none;
}
.btnbooking-now {
  -webkit-box-shadow: 0 0 0 1px transparent inset,
    0 0 0 0 rgb(34 36 38 / 15%) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset;
  border-radius: 2rem;
  font-size: 1.5rem !important;
  padding: 16px 0;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  min-height: 1em;
  border: unset;
}
#footer .widget ul.list-inline .text-theme-colored2 {
  color: rgb(255 255 255) !important;
}
#loginModal a.btn-login-now:hover {
  background-color: rgb(0 113 161) !important;
  color: rgb(255 255 255) !important;
}
a#cart_itemsDropdown:focus {
  outline: 0;
  box-shadow: unset;
}

.expandSearch,
.expandSearch a,
.expandSearch input {
  float: left;
}
.expandSearch {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}
#smSearch.expandSearch input,
.expandSearch input {
  height: 40px;
  overflow: hidden;
  width: 0;
  opacity: 0;
  padding-left: 0;
  position: absolute;
}
p.expandSearch.showSearch input {
  transform: translate(-110px, 0);
  position: absolute;
}
.expandSearch a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.expandSearch.showSearch a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
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 {
  border: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  padding: 35px 0;
  margin: 0;
  position: absolute;
}
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 input#othertsearch {
  position: absolute;
  opacity: 1;
  width: 272px;
  padding-left: 10px;
  right: -12px;
}
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 .modal-header .close {
  margin-top: 0;
  height: 25px;
  width: 50px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#emailModal.modal.fade.show {
  z-index: 1001 !important;
  background-color: rgb(51 51 51 / 40%);
}
div#emailModal .modal-content .modal-header {
  padding: 0.1rem 0.3rem;
}
div#emailModal .modal-content {
  box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 4px 24px rgb(0 0 0 / 16%);
  box-sizing: border-box;
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
/* Media queries para pantallas grandes */
li.islands-list.dropdown {
  display: block !important;
  float: left;
  width: 100px;
}
li.islands-list.dropdown:hover .islands-submenu {
  display: block;
  top: 67px;
}
.dropdown-menu-island {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
ul.dropdown-menu-island.islands-submenu {
  top: 67px;
  width: 10rem;
  border: unset;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
  border-bottom: 0 solid #ff9a00 !important;
  right: unset !important;
}
ul.dropdown-menu-island.islands-submenu li {
  float: left;
  width: 100%;
  text-align: left;
  height: 30px;
  display: inline-block;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
ul.dropdown-menu-island.islands-submenu li a {
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 2px 10px;
  display: inline-block;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: rgb(51 51 51);
  text-decoration: none !important;
}
li.islands-list ul.islands-submenu li a:hover {
  color: #000 !important;
  background: rgb(222 226 230);
  color: rgb(255 255 255);
  text-decoration: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: var(--dropdown-width);
  padding: 0.0rem 0;
  margin: 0.0rem 0 0;
  font-size: 1rem;
  color: var(--text-dark);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
}
.islands-list {
  float: left;
  width: 100px;
}
.islands-list:hover .islands-submenu {
  display: block;
  top: var(--nav-height);
}
.islands-submenu {
  width: var(--dropdown-width);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  border-bottom: 2px solid var(--primary);
}
.islands-submenu li {
  display: flex;
  width: 100%;
  height: 30px;
}
.islands-submenu li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2px 10px;
  align-items: center;
  color: var(--secondary);
  text-decoration: none;
}
.islands-submenu li a:hover {
  background-color: var(--light-bg);
  color: var(--secondary);
}
.icon-sm li a {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.aenor-logos img,
.footer-logo img {
  max-width: 100%;
  height: auto;
}
.material-icons {
  vertical-align: middle;
  margin-right: 5px;
}
.btn,
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.banner-black-friday-hz,
.hidden,
label.switchify.switchify-label > input.switchified {
  display: none!important;
}
img {
  max-width: 100%;
}
.pt-10,
div#home-search-container {
  padding-top: 10px !important;
}
.mb-0,
.my-0,
input#web-to-app-phone {
  margin-bottom: 0 !important;
}
.text-white {
  color: rgb(255 255 255) !important;
}
.color-blue,
section#recommended .box_grid .wrapper h3 a {
  color: var(--blue-color);
}
.text-colored-orang {
  color: rgb(255 154 1) !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: 600px;
  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;
}
.clip-path {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
}
div#home-search-container {
  border-bottom: none !important;
  display: block;
  height: 100%;
  width: 100%;
}
div#home-search-container .field {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 100%;
}
.box_grid .wrapper p,
.post .entry-content p {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  line-height: 22px;
}
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%);*/
}
#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);*/
}
.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;
}
h3.iconbox-lbl,
section#recommended .btn-load-more i {
  padding-left: 10px;
}
.thumb.wrapperGridlist .score {
  z-index: 11;
}
.homebox-effect-wrapper:hover .bg-gradiente {
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 25%) 70%,
    rgb(0 0 0 / 70%) 100%
  );
}
.infobox.homebox:hover {
  transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -webkit-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  opacity: 1;
}
section.wrapper_bghome {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 550px;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: rgb(255 255 255);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: var(--blue-color);
  border: 1px solid;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-uppercase {
  text-transform: uppercase !important;
}
section#recommended .btn-load-more {
  border: 0;
  outline: 0;
  margin: 10px auto 20px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-weight: 400;
  color: #fff;
  border-radius: 2rem;
  background-color: var(--blue-color);
  font-size: 1.4rem !important;
  padding: 10px 0;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
section#recommended .btn-load-more:hover {
  background-color: rgb(0 120 170);
}
section#recommended .box_grid .wrapper {
  padding: 0 8px;
  display: inline-block;
  position: relative;
  width: 100%;
}
section#recommended .box_grid .wrapper h3 {
  margin-top: 5px;
}
.lazyload,
.lazyloading {
  opacity: 0;
  min-height: 267px;
  min-width: 356px;
}
.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 .wrapper {
  padding: 10px 8px 0;
  display: inline-block;
  position: relative;
}
.box_grid .wrapper h3 {
  font-size: 1.25rem;
  margin-top: 0;
}
.box_grid .wrapper p {
  min-height: 47px;
  font-size: 16px;
  margin-bottom: 0;
}
.box_grid h5.catName span.icon {
  color: rgb(0 123 192);
  font-size: 30px;
}
h2.title.text-white {
  font-size: 26px;
}
.bd-white p,
.wrapperGridlist .section-title p {
  font-size: 18px;
}
.homebox-effect-wrapper {
  padding: 0;
  display: block;
  position: relative;
}
.small-grid-desing .infobox.homebox:hover {
  transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -webkit-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  opacity: 0;
}
section#add-banners-parks .btnbooking-now {
  font-family: Roboto;
  font-weight: 400;
  color: #fff;
  border-radius: 2rem;
  background-color: var(--blue-color);
  font-size: 1.4rem !important;
  padding: 10px 0;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  margin: 0 auto;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  min-height: 0.8em;
  width: 50%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-transform: lowercase;
}
section#add-banners-parks .btnbooking-now:hover {
  background-color: var(--blue-color);
}
.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;
}
div#carousel .item h3.text-left {
  font-size: 0.8rem;
}
.hiddenz {
  visibility: hidden;
  transition: 1s, _ 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -moz-transform: scale(3);
  -webkit-transform: scale(3);
  opacity: 0 !important;
}
.texto-switch-isla label,
label.switch {
  height: 18px;
  margin-top: 4px;
  float: left;
  position: relative;
}
div#wrapper-islas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: rgb(0 0 0 / 0%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.texto-switch-isla {
  display: block;
  float: left;
  padding-left: 10px;
  padding-bottom: 6px;
  padding-right: 16px;
}
.texto-switch-isla label {
  display: inline-block;
}
.slider-item,
a.slider-item.btns {
  overflow: hidden;
  margin-bottom: 0;
}
.carousel__track.btns {
  height: 45px;
}
.item.carousel__item.btns {
  min-width: 10%;
}
.card__title.btns {
  color: #333;
  width: 100%;
  text-shadow: unset;
  font-size: 0.9rem;
}
a.slider-item.btns {
  height: 40px;
  text-align: center;
  background-color: #fff;
  line-height: 40px;
  border: 1px solid #dcdfe4;
}
a.slider-item.btns:after {
  background: unset;
}
li.sticky-side-panel.icon.bgover a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div#cart_right_button > ul li a {
    width: 100%;
    height: 100%;
    display: flex;            
    flex-direction: column;   
    justify-content: center;  
    align-items: center; 
}
li.sticky-side-panel.icon a i.nav-menu {
    color: #fff;
    font-size: 30px;
    opacity: 1;
}
/* Media Queries */
@media (max-width: 900px) {
  .menuzord-responsive .menuzord-brand {
    margin: 8px 30px 10px 20px;
    font-size: 20px;
    line-height: 1.55;
  }
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important;
  }
  .menuzord-responsive .menuzord-menu > li {
    width: 100%;
    display: block;
    position: relative;
  }
  .menuzord-responsive .menuzord-menu > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
  }
  .menuzord-responsive .menuzord-menu > li:first-child > a {
    border-top: 1px solid #f0f0f0;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: 0;
    background: #fff;
    float: left;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: 1px solid #f0f0f0;
  }
  .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: 375px) {
  header#header {
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    float: left;
  }
  #cart-products.dropdown-cart a#cestanum {
    width: 40px;
    height: 35px;
    text-align: center;
    background: rgb(0 0 0 / 0%);
    font-size: 21px;
    color: #000;
    position: absolute;
  }
}
@media (max-width: 47.875em) and (max-aspect-ratio: 13 / 9) {
  header#header {
    height: 70px;
    background: var(--blue-color) !important;
  }
  header#header .header-nav {
    height: 100%;
  }
  .modern-header .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) {
    background: var(--blue-color) !important;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mm-navbars_top .mm-navbar a {
    padding-top: 5px;
  }
  .mm-btn:after,
  .mm-btn:before {
    border-color: #000;
  }
  .mm-navbars_top.addShadow {
    box-shadow: 0 5px 9px rgb(0 0 0 / 10%);
  }
  #cart_right_button {
    top: 12px;
  }
  #cart-products.dropdown-cart a#cestanum,
  .header_cart_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ps-relative,
  .ps-relative.show_max_width_768,
  a#navbarDropdown.nav-link.dropdown-toggle:hover .dropdown-menu {
    display: block;
  }
  .ps-relative {
    position: relative;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header#header {
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .btnwrapper-option-radio {
    padding-left: 0 !important;
  }
  .hidden-sm,
  .hidden-xs,
  header#header .header-middle {
    display: none !important;
  }
  header#header .header-nav {
    height: 100%;
    display: block;
  }
  .modern-header .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) {
    height: 70px !important;
  }
  .menuzord-brand img {
    /*max-height: 60px;*/
    height: 60px;
   /* margin-top: 10px;*/
  }
  .logo-scroll-to-fixed-fixed {
    width: 90%;
    margin-left: 0;
  }
  .ps-relative.show_min_width_768,
  .ps-relative.sm_device #cart_itemsDropdown::after {
    display: none;
  }
  .search-menu.hidden-md.hidden-lg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
  }
  .ps-relative.sm_device a#navbarDropdown {
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-top: 0;
    width: 45px;
    order: 3;
    right: 0;
    margin-right: auto;
  }
  .dropdown-toggle::after {
    margin-left: 0.8em;
    vertical-align: middle;
  }
  .ps-relative.sm_device .wishlist-icon .icon {
    margin-top: 15px;
  }
  .ps-relative.sm_device #hamburger span.hamburger-box {
    background-image: url(../img/reorder-four-outline.svg);
    filter: brightness(0) invert(1);
  }
  .ps-relative.sm_device #navbarDropdown.dropdown-toggle::after {
    margin-left: 0.8em;
    vertical-align: middle;
    display: none;
  }
  header#header.header.changeHeigth {
    height: 100px;
  }
  header#header.header.changeHeigth
    .ps-relative.sm_device
    .search-menu-wrapper {
    position: absolute;
    bottom: 0;
    width: 60%;
    left: 0;
    display: inline-block !important;
  }
  .search-menu-wrapper .expandSearch input,
  header#header.header.changeHeigth
    .ps-relative.sm_device
    .search-menu-wrapper
    .expandSearch {
    width: 100%;
  }
  .ps-relative.sm_device {
    width: 100% !important;
  }
  .ps-relative.sm_device div.wishedItem h5 {
    font-size: 15px;
    text-align: left;
    padding-left: 0;
  }
  .ps-relative.sm_device span.action-wrapper {
    width: 50px;
  }
  .ps-relative.sm_device a.wishelm.clearWishelm {
    left: 50%;
    top: 28%;
    transform: translate(-50%, -50%);
  }
  .ps-relative.sm_device span.img-wrapper {
    width: 70px;
    padding: 0;
  }
  .ps-relative.sm_device span.img-wrapper img {
    max-width: 100%;
    border-radius: 0;
  }
  .ps-relative.sm_device span.text-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    width: 238px;
    margin-right: auto;
    text-align: left;
    font-size: 12px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .menuzord-brand-wrapper a {
    text-align: left;
    margin-left: 0;
    float: left !important;
    padding-left: 8px !important;
  }
}
@media only screen and (max-width: 991px) {
  header#header.header {
    height: 70px;
   position: relative ;
  }
  
}
@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 span.innericon.searchicon {
    width: 40px;
    height: 37px;
    top: 3px;
    right: 7px;
  }
  .searching-wrapper.mm-listitem .searchicon:before {
    font-size: 1.5rem;
    top: 0;
    left: 5px;
  }
  .searching-wrapper.mm-listitem .easy-autocomplete-container {
    width: 330px;
    height: 1px;
  }
  #menu-side-panel .mm-panels > .mm-panel {
    bottom: 50px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 768px) {
  .ps-relative.sm_device .logo-scroll-to-fixed-fixed {
    width: 60%;
  }
  .ps-relative.sm_device #cart_right_button {
    width: 40%;
  }
}
@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 670px;
    width: 670px;
  }
  .modal-dialog .modal-content {
    padding: 1rem;
  }
}
@media (max-width: 47.875em) and (min-aspect-ratio: 13 / 9),
  screen and (min-width: 47.9375em) {
  header#header.header-one-wrapper,
  header#header.transparent {
    height: 70px;
    top: 0;
    width: 100%;
    z-index: 9999;
    position: absolute;
  }
  div#page {
    clear: both;
    display: block;
    display: flex;
   flex-direction: column;
   justify-content: center;
  }
  .edtDetails
    .modern-header
    .header-nav
    .header-nav-wrapper:not(.scroll-to-fixed-fixed) {
    background: var(--blue-color) !important;
  }
  .search-menu .showSearch .dropdownmenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 16rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: rgb(33 37 41);
    text-align: left;
    list-style: none;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    border: 1px solid;
    border-radius: 0.25rem;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.home .ps-relative.lg_device .cart_count.newBG {
    top: 50%;
    right: 13%;
    margin-top: -16px;
  }
  a#cestanum-lg:hover .cart_count {
    background-color: var(--base-blue-hover);
  }
  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) {
  .header-nav-wrapper.navbar-scrolltofixed .agencia-scroll-to-fixed-fixed {
    display: block;
    position: absolute;
    left: 0;
    padding-top: 4px;
    margin-left: 0 !important;
  }
  .header-nav-wrapper.stiky a.menuzord-brand.pull-center.flip {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #sidepanel .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 998px) {
  .menuzord-brand img {
    height: 50px;
  }
  #cart_itemsDropdown.dropdown-toggle::after,
  .ps-relative.show_min_width_768.lg_device {
    display: none;
  }
  .ps-relative.md_device a.menuzord-brand img {
    max-height: 100%;
    height: 50px;
    max-width: 100%;
    margin-top: 0;
  }
  .dropdown-menu.dropdown-menu-end.show {
    overflow: visible;
  }
  .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%;
  }
  .ps-relative.md_device .userbar {
    position: relative;
    font-size: 18px;
    line-height: 70px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .ps-relative.md_device .userbar .right {
    width: 100%;
  }
  .ps-relative.md_device a.item-trigger.wishCounter {
    padding: 0;
    width: 100%;
  }
  .ps-relative.md_device .wishlist-icon {
    margin-right: 0;
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
  }
  .ps-relative.md_device .wishlist-icon .icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 2px 4px;
    height: 30px;
    width: 30px;
    display: block;
  }
  .ps-relative.md_device .wishlist-icon .icon.whiteIcon {
    background-image: url(../img/heart-outline.svg);
    filter: brightness(0) invert(1);
  }
  .ps-relative.md_device .wishlist-icon .icon.redIcon {
    background-image: url(../img/favorite_fill_wght400.svg);
    filter: invert(64%) sepia(15%) saturate(5078%) hue-rotate(326deg)
      brightness(103%) contrast(100%);
  }
  .ps-relative.md_device a.item-trigger.wishCounter .counterwc {
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ps-relative.md_device span.material-icons.favorite_border:before {
    color: rgb(255 255 255);
    content: "\e87e";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
  .search-menu.hidden-md.hidden-lg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 70px;
  }
  header#header.transparent a.menuzord-brand.pull-center.flip.sm-pull-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns),
  .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
    height: 100%;
  }
  .mm-navbars_top {
    height: 45px;
  }
}
@media only screen and (min-width: 998px) and (max-width: 1024px) {
  .ps-relative.lg_device .icon.icon-commerce-5 {
    background-image: url(../img/cart-outline.svg);
    background-size: contain;
    background-position: 4px 3px;
    height: 34px;
    width: 40px;
    display: block;
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
  }
  .ps-relative.lg_device .icon.icon-commerce-5:before {
    content: "";
  }
  .menuzord-brand img {
    height: 50px;
  }
  .ps-relative.md_device .logo-scroll-to-fixed-fixed {
    z-index: 0;
    width: 75%;
    position: relative;
  }
  .ps-relative.md_device #cart_right_button {
    right: 0;
    top: 0;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
    z-index: 0;
  }
  .ps-relative.md_device .wish_navigation__list-item,
  .ps-relative.md_device div#shopCart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 70px;
  }
  .ps-relative.md_device .userbar {
    position: relative;
    font-size: 18px;
    line-height: 70px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .ps-relative.md_device .userbar .right {
    width: 100%;
  }
  .ps-relative.md_device a.item-trigger.wishCounter {
    padding: 0;
    width: 100%;
  }
  .ps-relative.md_device .wishlist-icon {
    margin-right: 0;
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
    width: 100%;
  }
  .ps-relative.md_device span.material-icons.favorite_border:before {
    color: rgb(255 255 255);
    content: "\e87e";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
  .ps-relative.md_device a#cart_itemsDropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: unset;
    position: relative;
  }
  .ps-relative.md_device .cart_count {
    position: absolute;
    top: 50%;
    right: 40%;
    font-size: 14px;
    color: rgb(255 255 255);
    background-color: var(--blue-color);
    z-index: 1;
    width: 12px;
    height: 17px;
    border-radius: 15px;
    text-align: center;
    margin-top: -20px;
  }
  .ps-relative.md_device .carro-de-la-compra-2 {
    height: 100%;
    width: 100%;
    display: block;
  }
  #cart_itemsDropdown.dropdown-toggle::after {
    display: none;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0 solid;
    border-right: 0em solid;
    border-bottom: 0;
    border-left: 0 solid;
  }
  .ps-relative.md_device span#hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    margin-left: auto;
    left: unset;
    right: 0;
    order: 4;
    width: 25%;
    height: 70px;
    position: relative;
  }
  .ps-relative.md_device #hamburger .hamburger {
    line-height: 40px;
    padding: 0;
    margin-right: 0;
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
    width: 100%;
  }
  .ps-relative.md_device .hamburger .material-icons.menu:before {
    color: rgb(255 255 255);
    content: "\e5d2";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .dropdown-toggle::after {
    display: none !important;
  }
  .ps-relative.lg_device .icon.icon-commerce-5 {
    background-image: url(../img/cart-outline.svg);
    background-size: contain;
    background-position: 1px 2px;
  }
  .ps-relative.lg_device .icon.icon-commerce-5:before {
    content: "";
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .ps-relative.sm_device a.menuzord-brand span {
    width: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/images/logo2018_blanco.svg);
    height: 40px;
    position: absolute;
    background-position: 0 0;
    top: 24%;
    left: 9px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ps-relative.sm_device a.menuzord-brand img {
    max-height: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 0;
  }
  .ps-relative.sm_device .logo-scroll-to-fixed-fixed {
    z-index: 0;
    width: 40%;
    position: relative;
  }
  .header-nav-wrapper.navbar-scrolltofixed .logo-scroll-to-fixed-fixed {
    display: block;
    position: absolute;
    padding-top: 0;
    padding-left: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
  }
  .ps-relative.sm_device #cart_right_button {
    position: absolute;
    width: 60%;
    z-index: 0;
    height: 100%;
    padding: 0 !important;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: 0;
  }
  div#cart_right_button > ul {
    position: absolute;
    justify-content: flex-end;
    align-items: center;
    z-index: 99;
    width: 100%;
    display: flex;
    margin-bottom: 0;
  }
  div#cart_right_button ul {
      margin: 0;
      padding: 0;
  }
   #cart_right_button > ul > li.search-menu:after {
    height: 0;
    background-color: unset;
  }
  li.wish_navigation__list-item,
  li.cart_products,
  li.search-menu,
  li.sticky-side-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    height: 70px;
  }
  li.sticky-side-panel i {
     margin-right: 0px;

  }
 .wish_navigation__list-item .material-icons {
    margin-right: 0px;
  }
  .search-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .search-menu .expandSearch {
    display: flex !important;
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  p#smSearch.expandSearch.showSearch input#othertsearch {
    transform: translate(3px, 0);
    position: absolute;
    opacity: 1;
    width: 215px;
    padding-left: 10px;
    right: 0;
  }
  .search-menu .expandSearch a {
    height: 100%;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    background-color: unset;
    z-index: 999;
  }
  .search-menu .expandSearch a:hover,
  a.btn-cesta-toggle:hover {
    text-decoration: none;
  }
  .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;
  }
  .dropdown-toggle::after,
  .dropdown-wrapper .cart_products.page_nav_dropdown_body,
  .only_md_device,
  .search-menu .dropdown-menu {
    display: none;
  }
  .ps-relative.sm_device .easy-autocomplete {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  div#homesearchhotelzona {
    position: absolute;
    top: 70px;
    left: 0;
    width: 230px;
    border: 0 solid rgb(137 137 137);
  }
  .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;
  }
  input#tsearchsm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid rgb(179 179 179);
  }
  .ps-relative.sm_device .easy-autocomplete input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dropdown-content.md {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 332px;
    height: 45px;
    left: 0;
    position: absolute;
    top: 70px;
    transform: translate3d(-40%, 0, 0) !important;
  }
  .dropdown-md.expandSearch.show .dropdown-content.md {
    display: flex;
  }
  .dropdown-menu.search-menu.md.show {
    border: unset;
    padding: 5px 0;
    min-width: 330px;
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
    transition: 0.2s;
    transform: translate3d(0, 0, 0) !important;
    display: flex;
    opacity: 1;
    height: 45px;
  }
  .expandInput.dropdown-toggle.active {
    background-color: var(--base-blue-hover);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 100%;
  }
  .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;
  }

  .ps-relative.lg_device .userbar,
  .ps-relative.sm_device .userbar {
    font-size: 18px;
    align-items: center;
    display: flex;
    position: relative;
    font-weight: 400;
  }
  .ps-relative.sm_device .userbar {
    line-height: 70px;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .ps-relative.sm_device .userbar .right {
    width: 100%;
  }
  .ps-relative.lg_device .userbar {
    line-height: 32px;
    justify-content: center;
    height: 70px;
  }
  .nav-link.dropdown-toggle.btn-cesta-toggle,
  .ps-relative.lg_device .right {
    height: 100%;
  }
  a.item-trigger.wishCounter {
    padding: 0;
    color: rgb(255 255 255);
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .ps-relative.lg_device span.material-icons.favorite,
  .ps-relative.lg_device span.material-icons.favorite_border {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
  }
  .ps-relative.lg_device a.item-trigger.wishCounter {
    height: 100%;
    padding: 0 !important;
  }
  span.material-icons.favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .categoria-page .icon.nav-wishlist-icon-heart {
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: rgb(255 127 80);
    background-position: -50px -50px;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 0%);
    background-image: url(/assets/img/wished-sprite.png);
    background-size: cover;
  }
  .ps-relative.sm_device .wishlist-icon {
    margin-right: 0;
    align-self: center;
    display: flex;
    flex-shrink: 0;
    font-style: normal;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
  }
  .icon.nav-wishlist-icon-heart.whiteIcon {
    background-position: -28px 0;
  }
  .icon.nav-wishlist-icon-heart.redIcon {
    background-position: 0 center;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
  }
  div#wishModal {
    z-index: 1001 !important;
    background-color: rgb(51 51 51 / 45%);
  }
  .ps-relative.sm_device a.item-trigger.wishCounter .counterwc {
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ps-relative.sm_device span.material-icons.favorite_border:before {
    color: rgb(255 255 255);
    content: "\e87e";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 26px;
  }
  .material-icons.close:before {
    color: rgb(255 255 255);
    content: "\e5cd";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: none;
  }
  span.text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    float: left;
    padding-right: 0;
  }
  .ps-relative.sm_device div#shopCart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 70px;
  }
  .ps-relative.sm_device a#cart_itemsDropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 0;
    border: unset;
    position: relative;
  }
  .ps-relative.sm_device .carro-de-la-compra-2 {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ps-relative.sm_device .cart_count {
    /*position: absolute;*/
    /*top: 52%;*/
    /*right: 45%;*/
    /*font-size: 14px;*/
    /*color: rgb(255 255 255);*/
    /*background-color: var(--blue-color);*/
   /* z-index: 1;*/
    /*width: 12px;*/
    /*height: 15px;*/
    /*border-radius: 15px;*/
   /* text-align: center;*/
    /*margin-top: -20px;*/
   /* transform: translateX(50%);*/
  }
  .ps-relative.sm_device span#hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 70px;
  }
  .ps-relative.sm_device #hamburger .hamburger {
    line-height: 40px;
    padding: 0;
    margin-right: 0;
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
  }
  .ps-relative div#shopCart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    height: 70px;
  }
  .cart_products .dropdown-wrapper,
  li.item-dropdown-currency .dropdown {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 !important;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: unset;
  }
  .ps-relative a.btn-cesta-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    border: unset;
    position: relative;
    background-color: unset;
  }
  .nav-link.dropdown-toggle.btn-cesta-toggle:focus {
    outline: 0;
    box-shadow: unset;
  }
  .ps-relative a.btn-cesta-toggle.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header_cart_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cart-products.dropdown-cart #cestanum {
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgb(0 0 0 / 0%);
    line-height: 31px;
    display: inline-block;
    font-size: 21px;
    color: rgb(255 255 255);
  }
  #cestanum.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: unset;
    border-right: unset;
    border-bottom: 0;
    border-left: unset;
  }
  #cestanum.dropdown-toggle {
    white-space: unset;
    color: rgb(255 255 255);
    height: 100%;
    display: inline-block;
    text-align: center;
    background: rgb(0 0 0 / 0%);
    line-height: 1;
    font-size: 14px;
    z-index: 99;
  }
  .header_cart_wrapper .cart_count {
    margin: -16px auto 0;
    position: absolute;
    top: 50%;
    right: 14%;
    border-radius: 15px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    left: 7px;
    font-size: 11px;
    color: rgb(255 255 255);
    z-index: 1;
    width: 9px;
    height: 14px;
  }
  #cart-products.dropdown-cart {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .dropdown-wrapper:hover .cart_products.notemptyCart {
    display: block;
    z-index: 7;
    opacity: 1;
    top: 100%;
    transform: translate3d(-83%, 70px, 0) !important;
    width: calc(350px - 0px);
    left: 0 !important;
  }
  .page_nav_dropdown_body {
    max-width: 411px;
    padding: 0;
    z-index: 0;
    display: none;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255);
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -moz-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -o-transition: opacity 0.5s ease-out, margin-top 0.2s;
    transition: opacity 0.5s ease-out, margin-top 0.2s;
    box-shadow: 0 7px 10px 1px rgb(0 0 0 / 20%);
  }
  .ps-relative .menuzord-menu li {
    padding: 0;
  }
  span.material-icons.cancel:before {
    color: var(--orange-color);
    content: "\e5c9";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  li.item-dropdown-currency a.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(255 255 255);
    text-transform: capitalize;
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    padding: 0;
  }
  li.item-dropdown-currency:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu.children-submenu.dropdown-currency {
    top: 67px;
    border: unset;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
  }
  .dropdown-menu.children-submenu.dropdown-currency.show {
    display: block;
    z-index: 7;
    opacity: 1;
    top: 100%;
    transform: translate3d(-45%, 70px, 0) !important;
    width: calc(168px - 0px);
    left: -50% !important;
  }
  li.item-dropdown-currency a.dropdown-item.label-change-currency {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: flex-start;
    line-height: 28px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .aenor-logos img,
  .widget.dark .aenor-logos img {
    width: 85%;
  }
  .ps-relative.sm_device .logo-scroll-to-fixed-fixed {
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 35%;
    padding-top: 0;
    height: 100%;
    margin-left: 0;
    justify-content: center;
    align-items: center;
  }
  .ps-relative.sm_device a.menuzord-brand {
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 20px;
  }
  .ps-relative.sm_device #cart_right_button {
    position: absolute;
    width: 65%;
    z-index: 0;
    height: 100%;
    padding: 0 !important;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: 0;
  }
  div#cart_right_button > ul {
    position: absolute;
    justify-content: flex-end;
    align-items: center;
    z-index: 0;
    width: 100%;
    display: flex;
    margin-bottom: 0;
  }
  div#cart_right_button > ul li {
    list-style: none;
  }
  .ps-relative.sm_device .wish_navigation__list-item,
  li.search-menu,
  li.wish_navigation__list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 70px;
  }
  li.cart_products,
  li.sticky-side-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
  }
  .ps-relative.sm_device a.menuzord-brand span {
    width: 158px;
    top: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/images/logo2018_blanco.svg);
    height: 70px;
    position: absolute;
    background-position: 0 15px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .search-menu .expandSearch {
    display: flex !important;
    flex-direction: column;
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .search-menu #smSearch.expandSearch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    position: absolute;
    height: 100%;
    width: 70px;
    padding: 0;
    margin: 0;
    border: none;
  }
  .search-menu .expandSearch a {
    height: 100%;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    background-color: unset;
    z-index: 999;
  }
  .search-menu #smSearch.expandSearch a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    flex-shrink: 0;
    z-index: 999;
    float: unset;
    left: 0;
  }
  .ps-relative #hamburger a.hamburger:hover,
  .search-menu .expandSearch a:hover,
  a.btn-cesta-toggle:hover {
    text-decoration: none;
  }
  .material-icons.search:before {
    content: "\e8b6";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  p#smSearch.expandSearch.showSearch input#othertsearch {
    transform: translate(-3px, 0);
    position: absolute;
    opacity: 1;
    width: 272px;
    padding-left: 10px;
    right: 0;
  }
  p#smSearch a#otherpages span.material-icons.search:before {
    height: 34px !important;
    width: 34px;
  }
  .dropdown-toggle::after,
  .dropdown-wrapper .cart_products.page_nav_dropdown_body,
  .only_md_device,
  .search-menu .dropdown-menu {
    display: none;
  }
  .dropdown-md.show .dropdown-content.md {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 50px;
    left: 0;
    top: 70px;
    transform: translate3d(-50%, 0, 0) !important;
  }
  .dropdown-menu.search-menu.md.show {
    border: unset;
    padding: 10px;
    min-width: 280px;
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
    transition: 0.2s;
    transform: translate3d(0, 0, 0) !important;
    display: flex;
    height: 100%;
    opacity: 1;
  }
  .search-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  div#homesearchhotelzona {
    position: absolute;
    top: 70px;
    left: 0;
    width: 230px;
    border: 0 solid rgb(137 137 137);
  }
  .ps-relative.md_device .easy-autocomplete {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  input#tsearchsm {
    position: relative;
    margin-left: 0;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: unset;
    min-width: unset;
    padding: 5px;
  }
  .ps-relative .userbar,
  .ps-relative.sm_device .userbar {
    font-size: 18px;
    align-items: center;
    display: flex;
    position: relative;
    font-weight: 400;
  }
  .ps-relative.sm_device .userbar .right,
  a.expandInput.dropdown-toggle.collapsed {
    width: 100%;
  }
  .ps-relative.sm_device .userbar {
    line-height: 70px;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .ps-relative .userbar {
    line-height: 32px;
    justify-content: center;
    height: 70px;
  }
  .ps-relative .right {
    height: 100%;
  }
  a.item-trigger.wishCounter {
    padding: 0;
    color: rgb(255 255 255);
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .ps-relative span.material-icons.favorite,
  .ps-relative span.material-icons.favorite_border {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
  }
  .ps-relative a.item-trigger.wishCounter {
    height: 100%;
    padding: 0 !important;
  }
  span.material-icons.favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .categoria-page .icon.nav-wishlist-icon-heart {
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: rgb(255 127 80);
    background-position: -50px -50px;
    background-repeat: no-repeat;
    background-color: rgb(0 0 0 / 0%);
    background-image: url(/assets/img/wished-sprite.png);
    background-size: cover;
  }
  .ps-relative.sm_device .wishlist-icon {
    margin-right: 0;
    align-self: center;
    display: flex;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
    width: 24px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .icon.nav-wishlist-icon-heart.whiteIcon {
    background-position: -28px 0;
  }
  .icon.nav-wishlist-icon-heart.redIcon {
    background-position: 0 center;
  }
  div#wishModal {
    z-index: 1001 !important;
    background-color: rgb(51 51 51 / 45%);
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
  }
  .material-icons.close:before {
    color: rgb(255 255 255);
    content: "\e5cd";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: none;
  }
  span.text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    float: left;
    padding-right: 0;
    color: rgb(108 117 125);
  }
  .ps-relative a.item-trigger.wishCounter .counterwc {
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ps-relative span.material-icons.favorite_border:before {
    color: rgb(255 255 255);
    content: "\e87e";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
  .ps-relative div#shopCart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ps-relative a#cart_itemsDropdown,
  .ps-relative a.btn-cesta-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    border: unset;
    position: relative;
    background-color: unset;
  }
  .ps-relative a#cart_itemsDropdown:focus {
    box-shadow: unset;
    text-decoration: none;
  }
  .ps-relative .cart_count {
    position: absolute;
    top: 50%;
    right: 50%;
    font-size: 12px;
    color: rgb(255 255 255);
    z-index: 1;
    width: 10px;
    height: 17px;
    border-radius: 15px;
    text-align: center;
    margin-top: -17px;
    transform: translateX(50%);
  }
  .ps-relative .carro-de-la-compra-2 {
    height: 100%;
    width: 100%;
    display: block;
  }
  .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;
  }
  #shopCart-wrapper .dropdown-menu.show {
    transform: translate3d(-85%, 70px, 0) !important;
    width: calc(432px - 0px);
    left: -50% !important;
  }
  .ps-relative span#hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .ps-relative #hamburger .hamburger {
    line-height: 40px;
    padding: 0;
    margin-right: 0;
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
  }
  .ps-relative div#shopCart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    height: 70px;
  }
  .cart_products .dropdown-wrapper,
  li.item-dropdown-currency .dropdown {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 !important;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: unset;
  }
  .nav-link.dropdown-toggle.btn-cesta-toggle:focus {
    outline: 0;
    box-shadow: unset;
  }
  .ps-relative a.btn-cesta-toggle.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header_cart_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cart-products.dropdown-cart #cestanum {
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgb(0 0 0 / 0%);
    line-height: 31px;
    display: inline-block;
    font-size: 21px;
    color: rgb(255 255 255);
  }
  #cestanum.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: unset;
    border-right: unset;
    border-bottom: 0;
    border-left: unset;
  }
  #cestanum.dropdown-toggle {
    white-space: unset;
    color: rgb(255 255 255);
    height: 100%;
    display: inline-block;
    text-align: center;
    background: rgb(0 0 0 / 0%);
    line-height: 1;
    font-size: 14px;
    z-index: 99;
  }
  .header_cart_wrapper .cart_count {
    margin: -16px auto 0;
    position: absolute;
    top: 50%;
    right: 14%;
    border-radius: 15px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    left: 7px;
    font-size: 11px;
    color: rgb(255 255 255);
    z-index: 1;
    width: 9px;
    height: 14px;
  }
  .dropdown-wrapper:hover .cart_products.notemptyCart {
    display: block;
    z-index: 7;
    opacity: 1;
    top: 100%;
    transform: translate3d(-94%, 0, 0) !important;
    width: calc(432px - 0px);
    left: -50% !important;
  }
  .page_nav_dropdown_body {
    max-width: 411px;
    padding: 0;
    z-index: 0;
    display: none;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -moz-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -o-transition: opacity 0.5s ease-out, margin-top 0.2s;
    transition: opacity 0.5s ease-out, margin-top 0.2s;
    box-shadow: 0 7px 10px 1px rgb(0 0 0 / 20%);
  }
  .ps-relative .menuzord-menu li {
    padding: 0;
  }
  span.material-icons.cancel:before {
    color: var(--orange-color);
    content: "\e5c9";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  li.item-dropdown-currency a.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(255 255 255);
    text-transform: capitalize;
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    padding: 0;
  }
  li.item-dropdown-currency:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu.children-submenu.dropdown-currency {
    transform: translate3d(-45%, 0, 0) !important;
    width: calc(168px - 0px);
    left: -50% !important;
    border: unset;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
  }
  li.item-dropdown-currency a.dropdown-item.label-change-currency {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: flex-start;
    line-height: 28px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  div#homesearchhotelzona {
    position: absolute;
    top: 70px;
    left: 0;
    width: 230px;
    border: 0 solid rgb(137 137 137);
  }
  .ps-relative.md_device .easy-autocomplete {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  input#tsearchsm {
    position: relative;
    margin-left: 0;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: unset;
    min-width: unset;
    padding: 5px;
  }
  header#header {
    height: 70px;
    top: 0;
    width: 100%;
    z-index: 9999;
    float: left;
    position: relative;
  }
  header#header .header-nav {
    position: relative;
    height: 70px;
  }
  .ps-relative.show_max_width_768.md_device {
    display: block;
    width: 100%;
  }
  .header-nav-wrapper.navbar-scrolltofixed .agencia-scroll-to-fixed-fixed,
  .logo-scroll-to-fixed-fixed {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 40%;
    padding-top: 0;
    height: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .header-nav-wrapper {
    width: 100%;
    position: fixed;
    z-index: 1111;
    left: 0;
    right: 0;
    margin-top: 0;
    box-shadow: none;
  }
  .modern-header .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) {
    box-shadow: none;
    height: 70px;
    background-color: var(--blue-color);
  }
  #cart_right_button {
    position: absolute;
    height: 100%;
    width: 60%;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: unset;
    right: 0;
  }
  .ps-relative.md_device #cart_right_button {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 55%;
    z-index: 0;
  }
  #cart_right_button ul > li:not(.notbg).active,
  #cart_right_button ul > li:not(.notbg):hover {
    background: var(--base-blue-hover);
    color: rgb(255 255 255);
    text-decoration: none;
  }
  div#cart_right_button > ul {
    position: absolute;
    margin: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  div#cart_right_button > ul li {
    list-style: none;
  }
  li.cart_products,
  li.search-menu,
  li.sticky-side-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
  }
  li.wish_navigation__list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 70px;
  }
  li.cart_products:hover .cart_count {
    top: 51%;
    background-color: rgb(1 130 185);
  }
  .menuzord-brand {
    margin: 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    padding-left: 15px;
    left: 0;
  }
  .menuzord-brand img {
    max-height: max-content;
    height: 65px;
    margin-top: 0;
  }
  .ps-relative.show_max_width_768 {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
   .ps-relative a.menuzord-brand {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
   }
  .ps-relative a.menuzord-brand span {
    width: 190px;
    top: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/images/logo2018_blanco.svg);
    height: 70px;
    position: absolute;
    background-position: 0 12px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
  }
  .material-icons.close:before {
    color: rgb(255 255 255);
    content: "\e5cd";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: none;
  }
  span.text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    float: left;
    padding-right: 0;
    color: rgb(108 117 125);
  }
  .search-menu .expandSearch {
    display: flex !important;
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  p#smSearch.expandSearch.showSearch input#othertsearch {
    right: 0;
    transform: translate(-30px, 0);
    position: absolute;
  }
  .search-menu .expandSearch a {
    height: 100%;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    background-color: unset;
    z-index: 999;
  }
  .ps-relative #hamburger a.hamburger:hover,
  .search-menu .expandSearch a:hover,
  .sm_cart_items_item_delete_icon:hover,
  a.btn-cesta-toggle:hover {
    text-decoration: none;
  }
  .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;
  }
  .dropdown-toggle::after,
  .dropdown-wrapper .cart_products.page_nav_dropdown_body,
  .search-menu .dropdown-menu {
    display: none;
  }
  .dropdown-content.md {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 50px;
    left: 0;
    position: absolute;
    top: 70px;
  }
  .dropdown-content.search-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
  }
  .dropdown-menu.search-menu.md.show {
    border: unset;
    padding: 10px;
    min-width: 350px;
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
    transition: 0.2s;
    transform: translate3d(0, 0, 0) !important;
    display: flex;
    height: 50px;
  }
  #cart_right_button .search-menu .easy-autocomplete input {
    padding: 5px;
    min-width: 100%;
  }
  .ps-relative.lg_device .userbar,
  a.item-trigger.wishCounter {
    align-items: center;
    font-weight: 400;
    display: flex;
    position: relative;
  }
  .search-menu.show .easy-autocomplete-container ul {
    background: rgb(255 255 255);
  }
  li.wish_navigation__list-item {
    padding: 0 10px;
  }
  .ps-relative.lg_device .userbar {
    font-size: 18px;
    line-height: 32px;
    justify-content: center;
    height: 70px;
  }
  .ps-relative.lg_device .right {
    height: 100%;
  }
  a.item-trigger.wishCounter {
    color: rgb(255 255 255);
    font-size: 18px !important;
    font-family: Roboto;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    padding: 0 !important;
  }
  .ps-relative span.material-icons.favorite,
  .ps-relative span.material-icons.favorite_border {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
  }
  .ps-relative .wish_navigation__list-item .wishlist-icon {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    font-style: normal;
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 35px;
  }
  .ps-relative .wishlist-icon .icon.whiteIcon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 1px 0;
    height: 25px;
    width: 25px;
    display: block;
    /*background-image: url(../img/favorite_48.svg);*/
    filter: brightness(0) invert(1);
  }
  .ps-relative .wishlist-icon .icon.redIcon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    height: 25px;
    width: 25px;
    display: block;
    /*background-image: url(../img/favorite_FILL48.svg);*/
    filter: invert(64%) sepia(15%) saturate(5078%) hue-rotate(326deg)
      brightness(103%) contrast(100%);
  }
  .ps-relative a.item-trigger.wishCounter .counterwc {
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ps-relative a#cart_itemsDropdown,
  .ps-relative a.btn-cesta-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    border: unset;
    position: relative;
    background-color: unset;
  }
  .ps-relative a#cart_itemsDropdown:focus {
    box-shadow: unset;
    text-decoration: none;
  }

   .ps-relative .cart_count {
        position: absolute;
        top: 50%;
        right: 50%;
        font-size: 10px;
        color: rgb(255 255 255);
        background-color: #dc3545;
        z-index: 1;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        text-align: center;
        margin-top: -5px;
        transform: translateX(50%);
        left: 12px !important;
        padding: 0;
        padding-top: 4px;
  }
  .ps-relative .carro-de-la-compra-2 {
    height: 100%;
    width: 100%;
    display: block;
  }
  .ps-relative span#hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25%;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .ps-relative #hamburger .hamburger {
    line-height: 40px;
    padding: 0;
    margin-right: 0;
    align-self: center;
    display: inline-flex;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
  }
  .ps-relative div#shopCart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    height: 70px;
  }
  .cart_products .dropdown-wrapper,
  li.item-dropdown-currency .dropdown {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 !important;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: unset;
  }
  .ps-relative a#cestanum-md.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header_cart_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cart-products.dropdown-cart #cestanum {
    width: 30px;
    height: 30px;
    text-align: center;
    background: rgb(0 0 0 / 0%);
    line-height: 31px;
    display: inline-block;
    font-size: 21px;
    color: rgb(255 255 255);
  }
  #cestanum.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: unset;
    border-right: unset;
    border-bottom: 0;
    border-left: unset;
  }
  #cestanum.dropdown-toggle {
    white-space: unset;
    color: rgb(255 255 255);
    height: 100%;
    display: inline-block;
    text-align: center;
    background: rgb(0 0 0 / 0%);
    line-height: 1;
    font-size: 14px;
    z-index: 99;
  }
  .header_cart_wrapper .cart_count {
    margin: -16px auto 0;
    position: absolute;
    top: 50%;
    right: 14%;
    border-radius: 15px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    left: 7px;
    font-size: 11px;
    color: rgb(255 255 255);
    z-index: 1;
    width: 9px;
    height: 14px;
  }
  .dropdown-wrapper:hover .cart_products.notemptyCart {
    display: block;
    z-index: 7;
    opacity: 1;
    top: 100%;
    transform: translate3d(-50%, 0, 0) !important;
    width: calc(432px - 0px);
    left: -50% !important;
  }
  .page_nav_dropdown_body {
    max-width: 411px;
    padding: 0;
    z-index: 0;
    display: none;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255);
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -moz-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -o-transition: opacity 0.5s ease-out, margin-top 0.2s;
    transition: opacity 0.5s ease-out, margin-top 0.2s;
    box-shadow: 0 7px 10px 1px rgb(0 0 0 / 20%);
  }
  .ps-relative .menuzord-menu li {
    padding: 0;
  }
  span.material-icons.cancel:before {
    color: var(--orange-color);
    content: "\e5c9";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  li.item-dropdown-currency a.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(255 255 255);
    text-transform: capitalize;
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    padding: 0;
  }
  li.item-dropdown-currency:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu.children-submenu.dropdown-currency {
    transform: translate3d(-37%, -2px, 0) !important;
    width: calc(168px - 0px);
    left: -50% !important;
    border: unset;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
  }
  li.item-dropdown-currency a.dropdown-item.label-change-currency {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: flex-start;
    line-height: 28px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    text-transform: capitalize;
  }
  .aenor-logos img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #cart-products.dropdown-cart #cestanum,
  #cestanum.dropdown-toggle {
    background: rgb(0 0 0 / 0%);
    text-align: center;
    color: rgb(255 255 255);
  }
  .menuzord-menu > li > a {
    padding: 0 10px !important;
  }
  .ps-relative.show_min_width_768,
  li.item-dropdown-currency:hover .dropdown-menu {
    display: block;
  }
  header#header {
    top: 0;
    width: 100%;
    z-index: 9999;
    float: left;
  }
  .header-nav-wrapper.navbar-scrolltofixed .agencia-scroll-to-fixed-fixed,
  .logo-scroll-to-fixed-fixed {
    position: absolute;
    left: 0;
    width: 200px;
    padding-top: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header-nav-wrapper {
    width: 100%;
    position: fixed;
    z-index: 1111;
    left: 0;
    right: 0;
    margin-top: 0;
    box-shadow: none;
  }
  .modern-header .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) {
    box-shadow: none;
    height: 70px;
  }
  .ps-relative.sh ow_max_width_768,
  .ps-relative.show_max_width_768,
  a#cestanum-lg.dropdown-toggle::after,
  li.search-menu .dropdown-menu {
    display: none;
  }
  .menuzord-brand {
    margin: 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    padding-left: 15px;
    left: 0;
  }
  .menuzord-brand img {
    max-height: max-content;
    height: 65px;
    max-width: 100%;
    margin-top: 0;
  }
  .ps-relative.md_device a.menuzord-brand span {
    width: 190px;
    top: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/images/logo2018_blanco.svg);
    height: 70px;
    position: absolute;
    background-position: 0 12px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .modern-header.modern-header-theme-colored
    .header-nav
    .header-nav-wrapper:not(.scroll-to-fixed-fixed)
    nav {
    height: 70px;
    float: right;
    width: 75%;
  }
  li.search-menu {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  li.search-menu .dropdown-expandSearch {
    display: flex !important;
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  li.search-menu .dropdown-lg.expandSearch a {
    height: 100%;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    background-color: unset;
    z-index: 999;
  }
  a#cestanum-lg:hover,
  a.btn-cesta-toggle:hover,
  li.search-menu .dropdown-lg.expandSearch a:hover {
    text-decoration: none;
  }
  .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 input {
    transform: translate(-122px, 1px);
  }
  p.expandSearch.showSearch .material-icons.search:before {
    height: 34px !important;
    margin-top: 19px;
  }
  .dropdown-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dropdown-menu.search-menu.lg.show {
    border: unset;
    padding: 10px;
    min-width: 350px;
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
    transition: 0.2s;
    transform: unset !important;
  }
  li.wish_navigation__list-item {
    display: inline-block;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
  .ps-relative.lg_device .userbar,
  .sticky-side-panel span#hamburger {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
  }
  .ps-relative.lg_device .right,
  .ps-relative.md_device a#cestanum-lg.dropdown-toggle {
    height: 100%;
  }
  a.item-trigger.wishCounter {
    color: rgb(255 255 255);
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    height: 100%;
    padding: 0 !important;
  }
  .ps-relative.lg_device span.material-icons.favorite,
  .ps-relative.lg_device span.material-icons.favorite_border {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
  }
  .ps-relative.lg_device .wish_navigation__list-item .wishlist-icon {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    font-style: normal;
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 35px;
  }
  .ps-relative.lg_device .wishlist-icon .icon.whiteIcon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 1px 0;
    height: 25px;
    width: 25px;
    display: block;
    /*background-image: url(../img/favorite_48.svg);*/
    filter: brightness(0) invert(1);
  }
  .ps-relative.lg_device .wishlist-icon .icon.redIcon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    height: 25px;
    width: 25px;
    display: block;
    /*background-image: url(../img/favorite_FILL48.svg);*/
    /*filter: invert(64%) sepia(15%) saturate(5078%) hue-rotate(326deg)
      brightness(103%) contrast(100%);*/
  }
  .ps-relative.lg_device a.item-trigger.wishCounter .counterwc {
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    left: 20px;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
  }
  .material-icons.close:before {
    color: rgb(255 255 255);
    content: "\e5cd";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: none;
  }
  span.text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    float: left;
    padding-right: 0;
    color: rgb(108 117 125);
  }
  .ps-relative.md_device .menuzord-menu li {
    padding: 0 2px;
  }
  li.nav-item.languages-inner-nav.text {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    position: relative;
  }
  li.nav-item.dropdownx.show-open.languages-inner-nav {
    position: relative;
  }
  li.nav-item.dropdownx:hover .language-dropdown {
    display: block;
    min-width: 155px;
  }
  ul.dropdown-menu.children-submenu {
    border-bottom: 2px solid #ff9a00 !important;
    right: unset !important;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
  }
  .cart_products .dropdown-wrapper {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  span.btn-btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 50px;
  }
  span.btn-btn-secondary span.icon {
    font-size: 19px;
  }
  .cart_products .dropdown-wrapper,
  li.item-dropdown-currency .dropdown {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 !important;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: unset;
  }
  .ps-relative a#cestanum-lg.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header_cart_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cart-products.dropdown-cart #cestanum {
    width: 30px;
    height: 30px;
    line-height: 31px;
    display: inline-block;
    font-size: 21px;
  }
  #cestanum.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: unset;
    border-right: unset;
    border-bottom: 0;
    border-left: unset;
  }
  #cestanum.dropdown-toggle {
    white-space: unset;
    height: 100%;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    z-index: 99;
  }
  .header_cart_wrapper .cart_count {
    margin: -16px auto 0;
    position: absolute;
    top: 50%;
    right: 14%;
    border-radius: 15px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    left: 9px;
    font-size: 14px;
    color: rgb(255 255 255);
    z-index: 1;
    width: 9px;
    height: 14px;
  }
  #cart-products.dropdown-cart {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .page_nav_dropdown_body {
    max-width: 411px;
    padding: 0;
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    z-index: -1;
    display: none;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255);
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -moz-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -o-transition: opacity 0.5s ease-out, margin-top 0.2s;
    transition: opacity 0.5s ease-out, margin-top 0.2s;
    box-shadow: 0 7px 10px 1px rgb(0 0 0 / 20%);
  }
  .page_nav_dropdown_body.show {
    display: flex;
    z-index: 7;
    opacity: 1;
    top: 100%;
    transform: translate3d(-50%, 70px, 0) !important;
    width: calc(432px - 0px);
    left: -50% !important;
  }
  .ps-relative .menuzord-menu li {
    padding: 0;
  }
  span.material-icons.cancel:before {
    color: var(--orange-color);
    content: "\e5c9";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  li.item-dropdown-currency a.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(255 255 255);
    text-transform: unset !important;
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    padding: 0;
  }
  .dropdown-menu.children-submenu.dropdown-currency {
    transform: translate3d(-37%, -2px, 0) !important;
    width: calc(168px - 0px);
    left: -50% !important;
    border: unset;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
  }
  li.item-dropdown-currency a.dropdown-item.label-change-currency {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: flex-start;
    line-height: 28px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    text-transform: capitalize;
  }
  .sticky-side-panel {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    position: relative;
  }
  .ps-relative .hamburger .material-icons.menu:before {
    color: rgb(255 255 255);
    content: "\e5d2";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #cart-products.dropdown-cart #cestanum,
  #cestanum.dropdown-toggle {
    background: rgb(0 0 0 / 0%);
    text-align: center;
    color: rgb(255 255 255);
  }
  .hidden-lg {
    display: none !important;
  }
  .ps-relative.show_min_width_768,
  li.item-dropdown-currency:hover .dropdown-menu {
    display: block;
  }
  header#header {
    top: 0;
    width: 100%;
    z-index: 9999;
    float: left;
    position: absolute;
  }
  .header-nav-wrapper.navbar-scrolltofixed .agencia-scroll-to-fixed-fixed,
  .logo-scroll-to-fixed-fixed {
    display: block;
    position: absolute;
    left: 0;
    padding-top: 0;
    margin-left: 0;
    width: 18%;
    height: 70px;
  }
  #menuzord.menuzord {
    width: 80%;
    float: right;
    height: 70px;
  }
  .menuzord.blue .menuzord-menu > li:not(.notbg).active,
  .menuzord.blue .menuzord-menu > li:not(.notbg):hover {
    background: var(--base-blue-hover);
    color: rgb(255 255 255);
    text-decoration: none;
  }
  .menuzord.blue .menuzord-menu ul.dropdown-menu li a {
    background: rgb(255 255 255);
    color: rgb(4 4 4);
  }
  .menuzord.blue .menuzord-menu ul.dropdown-menu li:hover a {
    background: rgb(222 226 230);
    color: rgb(255 255 255);
    text-decoration: none;
  }
  .header-nav-wrapper {
    width: 100%;
    position: fixed;
    z-index: 1111;
    left: 0;
    right: 0;
    margin-top: 0;
    box-shadow: none;
  }
  .modern-header .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) {
    box-shadow: none;
    height: 70px;
  }
  .dropdown-menu,
  .dropdown-wrapper .cart_products.page_nav_dropdown_body,
  .ps-relative.show_max_width_768 {
    display: none;
  }
  .menuzord-brand {
    margin: 0;
    float: left;
    color: rgb(102 102 102);
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    padding-left: 0;
    left: 0;
    width: 100%;
  }
  .menuzord-brand img {
    max-height: max-content;
    margin-top: 4px;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
  }
  .search-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    width: 70px;
  }
  .search-menu .dropdown-expandSearch {
    display: flex !important;
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .dropdown-lg.expandSearch {
    width: 100%;
    height: 100%;
  }
  .search-menu .dropdown-lg.expandSearch a {
    height: 100%;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    background-color: unset;
    z-index: 999;
  }
  .ps-relative.lg_device a.hamburger.hamburger--collapse:hover,
  .search-menu .dropdown-lg.expandSearch a:hover,
  a#cestanum-lg:hover {
    text-decoration: none;
  }
  .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;
  }
  .dropdown-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dropdown-menu.search-menu.lg.show {
    border: unset;
    padding: 10px;
    min-width: 350px;
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
    transition: 0.2s;
    transform: unset !important;
  }
  #menuzord li.categoy-list a,
  .ps-relative.lg_device .right {
    height: 100%;
    width: 100%;
  }
  li.wish_navigation__list-item {
    display: inline-block;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
  .ps-relative.lg_device .userbar {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
  }
  a.item-trigger.wishCounter {
    color: rgb(255 255 255);
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    height: 100%;
    padding: 0 !important;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
  }
  .material-icons.close:before {
    color: rgb(255 255 255);
    content: "\e5cd";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: none;
  }
  span.text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    float: left;
    padding-right: 0;
    color: rgb(108 117 125);
  }
  .ps-relative.lg_device span.material-icons.favorite,
  .ps-relative.lg_device span.material-icons.favorite_border {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
  }
  .ps-relative.lg_device .wish_navigation__list-item .wishlist-icon {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    font-style: normal;
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 35px;
  }
  .ps-relative.lg_device .wishlist-icon .icon.whiteIcon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 1px 0;
    height: 25px;
    width: 25px;
    display: block;
    /*background-image: url(../img/favorite_48.svg);*/
    filter: brightness(0) invert(1);
  }
  .ps-relative.lg_device .wishlist-icon .icon.redIcon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    height: 25px;
    width: 25px;
    display: block;
    /*background-image: url(../img/favorite_FILL48.svg);*/
    filter: invert(64%) sepia(15%) saturate(5078%) hue-rotate(326deg)
      brightness(103%) contrast(100%);
  }
  .ps-relative.lg_device a.item-trigger.wishCounter .counterwc {
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    left: 24px;
  }
  .ps-relative.lg_device .menuzord-menu li.icon {
    min-width: 70px;
  }
  .ps-relative.lg_device .menuzord-menu li.text {
    min-width: 120px;
  }
  .search-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .cart_products .dropdown-wrapper {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  span.btn-btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 50px;
  }
  span.btn-btn-secondary span.icon {
    font-size: 19px;
  }
  li.nav-item.languages-inner-nav.text {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    position: relative;
  }
  li.nav-item.languages-inner-nav.text a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
  }
  li.nav-item.dropdownx.show-open.languages-inner-nav {
    position: relative;
  }
  li.nav-item.dropdownx:hover .language-dropdown {
    display: block;
    min-width: 155px;
  }
  ul.dropdown-menu.children-submenu {
    border-bottom: 2px solid #ff9a00 !important;
    right: unset !important;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
  }
  ul.dropdown.children-submenu.category-submenu {
    transition: 0.2s;
    min-width: 155px;
    left: 18px;
  }
  ul.dropdown.children-submenu.language-dropdown {
    transition: 0.2s;
    min-width: 155px;
    left: 0;
  }
  .ps-relative.lg_device span#hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .ps-relative.lg_device #hamburger .hamburger {
    align-self: center;
    display: flex;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ps-relative.lg_device .hamburger .material-icons.menu:before {
    color: rgb(255 255 255);
    content: "\e5d2";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
  .cart_products .dropdown-wrapper,
  li.item-dropdown-currency .dropdown {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 !important;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: unset;
  }
  .ps-relative.lg_device a#cestanum-lg.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header_cart_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cart-products.dropdown-cart #cestanum {
    width: 30px;
    height: 30px;
    line-height: 31px;
    display: inline-block;
    font-size: 21px;
  }
  #cestanum.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: unset;
    border-right: unset;
    border-bottom: 0;
    border-left: unset;
  }
  #cestanum.dropdown-toggle {
    white-space: unset;
    height: 100%;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    z-index: 99;
  }
  .header_cart_wrapper .cart_count {
    margin: -16px auto 0;
    position: absolute;
    top: 50%;
    right: 14%;
    border-radius: 15px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    left: 7px;
    font-size: 11px;
    color: rgb(255 255 255);
    z-index: 1;
    width: 9px;
    height: 14px;
  }
  #cart-products.dropdown-cart {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .dropdown-wrapper:hover .cart_products.notemptyCart {
    display: block;
    z-index: 7;
    opacity: 1;
    top: 100%;
    transform: translate3d(-50%, 0, 0) !important;
    width: calc(432px - 0px);
    left: -50% !important;
  }
  .page_nav_dropdown_body {
    max-width: 411px;
    padding: 0;
    z-index: 0;
    display: none;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255);
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -moz-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -o-transition: opacity 0.5s ease-out, margin-top 0.2s;
    transition: opacity 0.5s ease-out, margin-top 0.2s;
    box-shadow: 0 7px 10px 1px rgb(0 0 0 / 20%);
  }
  .ps-relative.lg_device .menuzord-menu li {
    padding: 0;
  }
  span.material-icons.cancel:before {
    color: var(--orange-color);
    content: "\e5c9";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  li.item-dropdown-currency a.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(255 255 255);
    text-transform: unset !important;
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    padding: 0;
  }
  .dropdown-menu.children-submenu.dropdown-currency {
    transform: translate3d(-37%, -2px, 0) !important;
    width: calc(168px - 0px);
    left: -50% !important;
    border: unset;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
  }
  li.item-dropdown-currency a.dropdown-item.label-change-currency {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: flex-start;
    line-height: 28px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 1281px) {
  #cart-products.dropdown-cart #cestanum,
  #cestanum.dropdown-toggle {
    background: rgb(0 0 0 / 0%);
    text-align: center;
    color: rgb(255 255 255);
  }
  a.wishelm.clearWishelm,
  li.cart_products.icon.notbg .header_cart_wrapper .cart_count.normalBG,
  li.cart_products.icon.notbg a#cestanum-lg:hover .cart_count {
    background-color: var(--blue-color);
  }
  .hidden-lg {
    display: none !important;
  }
  .ps-relative.show_min_width_768,
  li.item-dropdown-currency:hover .dropdown-menu {
    display: block;
  }
  header#header {
    top: 0;
    width: 100%;
    z-index: 9999;
    float: left;
  }
  .header-nav-wrapper.navbar-scrolltofixed .agencia-scroll-to-fixed-fixed,
  .logo-scroll-to-fixed-fixed {
    display: block;
    position: absolute;
    left: 0;
    padding-top: 0;
    margin-left: 0;
    width: 20%;
    height: 70px;
  }
  #menuzord.menuzord {
    width: 70%;
    float: right;
    height: 70px;
  }
  .menuzord.blue .menuzord-menu > li:not(.notbg).active,
  .menuzord.blue .menuzord-menu > li:not(.notbg):hover {
    background: var(--base-blue-hover);
    color: rgb(255 255 255);
    text-decoration: none;
  }
  .menuzord.blue .menuzord-menu ul.dropdown-menu li a {
    background: rgb(255 255 255);
    color: rgb(4 4 4);
  }
  .menuzord.blue .menuzord-menu ul.dropdown-menu li:hover a {
    background: rgb(222 226 230);
    color: rgb(255 255 255);
    text-decoration: none;
  }
  .header-nav-wrapper {
    width: 100%;
    position: fixed;
    z-index: 1111;
    left: 0;
    right: 0;
    margin-top: 0;
    box-shadow: none;
  }
  header#header,
  header#header .header-nav {
    position: relative;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    position: relative;
  }
  .modern-header .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) {
    box-shadow: none;
    height: 70px;
  }
  .dropdown-menu,
  .dropdown-wrapper .cart_products.page_nav_dropdown_body,
  .ps-relative.show_max_width_768 {
    display: none;
  }
  .display-table.bghome {
    transform: translateY(-0px);
  }
  .menuzord-brand {
    margin: 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    padding-left: 15px;
    left: 0;
    position: relative;
    height: 100%;
  }
  .menuzord-brand img {
    max-height: max-content;
    height: 65px;
    margin-top: 4px;
  }
  .search-menu {
   
    width: 70px;
  }
  .search-menu .dropdown-expandSearch {
    display: flex !important;
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .dropdown-lg.expandSearch {
    width: 100%;
    height: 100%;
  }
  .search-menu .dropdown-lg.expandSearch a {
    height: 100%;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    background-color: unset;
    z-index: 999;
  }
  .ps-relative.lg_device a.hamburger.hamburger--collapse:hover,
  .search-menu .dropdown-lg.expandSearch a:hover,
  a#cestanum-lg:hover {
    text-decoration: none;
  }
  .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;
  }
  .dropdown-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dropdown-menu.search-menu.lg.show {
    border: unset;
    padding: 10px;
    min-width: 350px;
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
    transition: 0.2s;
    transform: unset !important;
  }
  #menuzord li.categoy-list a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 10px;
  }
  .category-submenu .material-icons[class*="category-"] {
      height: 24px;
      width: 24px;
      opacity: 0.5;
  }
  li.wish_navigation__list-item {
    display: inline-block;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
  .ps-relative.lg_device .userbar {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
  }
  .ps-relative.lg_device .right {
    height: 100%;
    width: 100%;
  }
  a.item-trigger.wishCounter {
    color: rgb(255 255 255);
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    height: 100%;
    padding: 0 !important;
  }
  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
  }
  .material-icons.close:before {
    color: rgb(255 255 255);
    content: "\e5cd";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: none;
  }
  span.text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    float: left;
    padding-right: 0;
    color: rgb(108 117 125);
  }
  .ps-relative.lg_device span.material-icons.favorite,
  .ps-relative.lg_device span.material-icons.favorite_border {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 70px;
  }
  .ps-relative.lg_device .wish_navigation__list-item .wishlist-icon {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    font-style: normal;
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 35px;
  }
  .ps-relative.lg_device .wishlist-icon .icon.whiteIcon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 1px 0;
    height: 25px;
    width: 25px;
    display: block;
  }
  .ps-relative.lg_device .wishlist-icon .icon.redIcon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 1px 2px;
    height: 25px;
    width: 25px;
    display: block;
  }
  .ps-relative.lg_device a.item-trigger.wishCounter .counterwc {
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ps-relative.lg_device .menuzord-menu li.icon {
    width: 70px;
  }
  .ps-relative.lg_device .menuzord-menu li.text {
    width: 142px;
  }

  .cart_products .dropdown-wrapper,
  li.item-dropdown-currency .dropdown {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 !important;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: unset;
  }
  .ps-relative.lg_device a#cestanum-lg.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header_cart_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cart-products.dropdown-cart #cestanum {
    width: 30px;
    height: 30px;
    line-height: 31px;
    display: inline-block;
    font-size: 21px;
  }
  #cestanum.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: unset;
    border-right: unset;
    border-bottom: 0;
    border-left: unset;
  }
  #cestanum.dropdown-toggle {
    white-space: unset;
    height: 100%;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    z-index: 99;
  }
  .header_cart_wrapper .cart_count {
    margin: -16px auto 0;
    position: absolute;
    top: 50%;
    right: 14%;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    left: 9px;
    font-size: 14px;
    color: rgb(255 255 255);
    z-index: 1;
    width: 9px;
    height: 14px;
    border-radius: 15px;
  }
  #cart-products.dropdown-cart {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .dropdown-wrapper:hover .cart_products.notemptyCart {
    display: block;
    z-index: 7;
    opacity: 1;
    top: 100%;
    transform: translate3d(-50%, 0, 0) !important;
    width: calc(432px - 0px);
    left: -50% !important;
  }
  .page_nav_dropdown_body {
    max-width: 411px;
    padding: 0;
    z-index: 0;
    display: none;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255);
    overflow: auto;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -moz-transition: opacity 0.5s ease-out, margin-top 0.2s;
    -o-transition: opacity 0.5s ease-out, margin-top 0.2s;
    transition: opacity 0.5s ease-out, margin-top 0.2s;
    box-shadow: 0 7px 10px 1px rgb(0 0 0 / 20%);
  }
  .ps-relative.lg_device .menuzord-menu li {
    padding: 0;
  }
  span.material-icons.cancel:before {
    color: var(--orange-color);
    content: "\e5c9";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
  }
  li.item-dropdown-currency a.dropdown-toggle {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgb(255 255 255);
    text-transform: unset !important;
    font-size: 18px !important;
    font-family: Roboto;
    font-weight: 400;
    padding: 0;
  }
  .dropdown-menu.children-submenu.dropdown-currency {
    transform: translate3d(-20%, -2px, 0) !important;
    width: calc(168px - 0px);
    left: -50% !important;
    border: unset;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
  }
  li.item-dropdown-currency a.dropdown-item.label-change-currency {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: flex-start;
    line-height: 28px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    text-transform: capitalize;
  }
  span.btn-btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 50px;
  }
  span.btn-btn-secondary span.icon {
    font-size: 19px;
  }
  li.nav-item.languages-inner-nav.text {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    position: relative;
  }
  li.nav-item.languages-inner-nav.text a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: center;
    flex-shrink: 0;
  }
  .dropdown-menu.children-submenu {
    border-bottom: 0 solid #ff9a00 !important;
    right: unset !important;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
  }
  li.nav-item.dropdownx.show-open.languages-inner-nav {
    position: relative;
  }
  li.nav-item.dropdownx:hover .language-dropdown {
    display: block;
    min-width: 155px;
    padding: 0px 10px 5px 10px;
  }
  ul.dropdown.children-submenu.category-submenu {
    transition: 0.2s;
    min-width: 155px;
    left: 18px;
  }
  ul.dropdown.children-submenu.category-submenu.canary-islands,
  ul.dropdown.children-submenu.language-dropdown {
    transition: 0.2s;
    min-width: 155px;
    left: 0;
  }
  .ps-relative.lg_device span#hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .ps-relative.lg_device #hamburger .hamburger {
    align-self: center;
    display: flex;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ps-relative.lg_device .hamburger .material-icons.menu:before {
    color: rgb(255 255 255);
    content: "\e5d2";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
  li:not(.notbg) .cart_products .dropdown-wrapper a:hover {
    background-color: var(--base-blue-hover) !important;
    color: rgb(255 255 255) !important;
    text-decoration: none;
  }
  li:not(.notbg) .cart_products .dropdown-wrapper .pcart_buttons a:hover {
    background-color: var(--base-orange-hover) !important;
    color: rgb(255 255 255) !important;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .show_min_width_768 {
    display: none;
  }
}
@media (max-width: 767px) {
  .text-left {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  div#home-search-container .input-group {
    width: 100% !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 812px) and (min-height: 375px) {
  .home-page.main-content {
    margin: 0 auto;
    float: left;
  }
}
@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 {
    width: 320px !important;
  }
  #searcher-form-box.sm-form.col-xs-show .easy-autocomplete.eac-square input {
    min-width: 312px !important;
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .logo-scroll-to-fixed-fixed {
    width: 90%;
    margin-left: 0;
  }
  #searcher-form-box.sm-form.col-xs-show {
    width: 370px;
  }
  .search-container .input-group {
    display: block;
  }
  .searchicon:before {
    left: -8px;
  }
  div#home-search-container .field .easy-autocomplete.eac-square input {
    min-width: 368px !important;
    max-width: 332px;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 460px) {
  .wrapperGridlist-home {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 414px) {
  h3.title.text-white {
    font-size: 25px !important;
    padding: 0;
  }
}
@media only screen and (max-width: 375px) {
  .main-content.home-page {
    top: -15px;
    margin: 0 auto;
  }
  body.home div#wrapper {
    z-index: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }
  div#page {
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 100%;
    overflow-x: hidden;
    z-index: 0;
  }
  section#recommended div#listPage .wrapper h3 {
    text-align: left !important;
  }
}
@media only screen and (max-width: 900px) {
  form#home-search_form h2 {
    font-size: 40px !important;
  }
  div#home-search-container .field {
    display: block;
    height: 45px;
  }
  div#home-search-container .field .easy-autocomplete.eac-square input {
    min-width: 350px;
  }
  .icon-box {
    text-align: center;
  }
}
@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) {
    section.wrapper_bghome {
        height: 70px;
        top: 0;
        height: 80px!important;
    }
    #featured.owl-carousel .owl-stage {
        transform: translate3d(0px, 0px, 0px)!important;;
    }
    .lazy-image-container {
        height: 145px!important;
    }
    .text-center.panel-target {
        padding-left: 10px;
    }
  div#searcher-form-box.sm-form.col-xs-show {
    position: relative;
    top: 40px;
    height: 45px;
    width: 310px !important;
    display: inline-block !important;
  }
  div#searcher-form-box.sm-form.col-xs-show .searchicon {
    width: 33px;
    height: 30px;
    right: 5px;
    background-color: rgb(255 255 255);
    top: 1px;
  }
  div#searcher-form-box.sm-form.col-xs-show .field {
    display: block;
    height: 45px;
  }
  div#searcher-form-box.sm-form.col-xs-show .searchicon:before {
    left: 0;
    top: 0;
    font-size: 1.25rem;
  }
  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;
  }
  section.home_category_list.welcome h2 {
    margin-top: 15px;
    font-size: 28px;
  }
  .boxhover-effect.effectsiberia,
  .boxhover-effect.effectsiberia a.home_category_list,
  .homebox-effect-wrapper .thumb,
  .homebox-effect-wrapper .thumb img {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .owlcarousel3col.owlcarousel.owlthem
    > div
    > .item
    .homebox-effect-wrapper
    .thumb
    .img-fullwidth {
    border-radius: 6px;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: 0px 0px;
  }
  #listPage .item.recomended .phone.gridoffer,
  .boxhover-effect.wrapperGridlist {
    height: 100%;
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 0;
  }
  h3.title.text-white {
    font-size: 25px !important;
    padding: 0;
    bottom: 40px;
  }
  .homebox-effect-wrapper .img-fullwidth {
    height: 280px !important;
  }
  .wrapperGridlist-home {
    height: 285px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
  }
  div#page {
    z-index: 0;
  }
  .homebox-effect-wrapper .thumb .img-fullwidth {
    width: 100% !important;
    border-radius: 0;
    position: absolute;
    top: -50px;
    left: 0;
  }
  .search-container.easy-autocomplete .easy-autocomplete {
    height: 38px;
    width: 100% !important;
  }
  .boxhover-effect.wrapperGridlist a.home_category_list {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .wrapperGridlist-home .homebox-effect-wrapper {
    padding: 2px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: 6px;
  }
  .thumb.wrapperGridlist {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 6px 2px rgb(0 0 0 / 22%);
    border-radius: 6px;
    z-index: 0;
    overflow: hidden;
  }
  h3.title.wrapperGridlist {
    opacity: unset;
    position: absolute;
    z-index: 9;
    color: rgb(255 255 255);
    bottom: 70px;
    font-size: 24px !important;
  }
  #cart_right_button li.search-menu {
    height: 70px;
  }
  #smSearch span.material-icons.search {
    right: unset !important;
  }
  .infobox.wrapperGridlist {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    height: auto;
    opacity: unset;
    background-color: rgb(255 255 255);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
    max-height: 70px;
    min-height: 60px;
    top: unset;
  }
  .infobox.wrapperGridlist .infotitle {
    position: relative !important;
    padding: 0 !important;
    height: unset !important;
    border-radius: unset !important;
    background-color: rgb(255 255 255) !important;
  }
  .infobox.wrapperGridlist .infotitle .capitalize {
    color: rgb(53 53 53);
    font-size: 16px;
    min-height: unset;
    padding-top: unset;
    text-align: left;
    line-height: 20px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
  }
  section.home_category_list.welcome p {
    margin-top: 0;
    font-weight: 600;
    line-height: 25px;
  }
  .wrapperGridlist-home .catName {
    position: absolute;
    height: 40px;
    width: 45px;
    z-index: 15;
    padding: 0 0 8px;
    display: inline-block;
    color: rgb(255 255 255);
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    left: 20px;
    top: 8px;
  }
  .wrapperGridlist-home .catName span.icon {
    color: rgb(255 255 255);
    font-size: 30px;
  }
  .wrapperGridlist-home {
    max-width: 33.333333%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ochenta_per,
  .home_category_list .ochenta_per {
    width: 95%;
  }
  section#recommended .box_grid .wrapper {
    padding: 0 20px 0 5px;
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: rgb(255 255 255);
    min-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #hamburger.sm-side-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
  }
  section#recommended .box_grid .wrapper {
    padding: 0 20px 0 5px;
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: rgb(255 255 255);
    min-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ochenta_per,
  #homePage .home_category_list .ochenta_per {
    max-width: 100% !important;
  }
  .ochenta_per,
  #add-banners-parks .ochenta_per,
  #homePage .recomendadas .ochenta_per {
    max-width: 100% !important;
    width: 95%;
  }
  .wrapperGridlist-home {
    width: 50%;
    float: left;
  }
  #hamburger.sm-side-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
  }
  section#recommended .box_grid .wrapper {
    padding: 0 20px 0 5px;
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: rgb(255 255 255);
    min-height: 60px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .slick-slide a h3.text-left {
    font-size: 1rem;
  }
  h3.title.text-white {
    font-size: 20px !important;
    padding: 0 0 0 5px;
    bottom: 10px;
    font-weight: 500;
  }
  .boxhover-effect.effectsiberia,
  .boxhover-effect.effectsiberia a.home_category_list,
  .homebox-effect-wrapper .thumb {
    padding: 1px;
  }
  .homebox-effect-wrapper .img-fullwidth {
    height: 100% !important;
  }
  .wrapper h3 {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 520px) {
  .slick-slide a h3.text-left {
    font-size: 1rem;
  }
  section.home_category_list.welcome h2 {
    margin-top: 0;
    font-size: 20px;
  }
  .wrapperGridlist .section-title p {
    font-size: 18px;
  }
  .wrapperGridlist-home {
    width: 100%;
  }
  .wrapper h3 {
    font-size: 14px;
    padding: 5px 10px;
    text-align: center !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  div#wrapper-islas .carousel__item {
    width: 10.5%;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-height: 1024px) and (orientation: portrait) {
  section#recommended .box_grid .wrapper {
    padding: 0 20px 0 5px;
    display: inline-block;
    position: absolute;
    width: 100%;
    background-color: rgb(255 255 255);
    min-height: 60px;
    bottom: 0;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 769px) and (orientation: landscape) {
  section#recommended .box_grid .wrapper {
    padding: 0 20px 0 5px;
    display: inline-block;
    position: absolute;
    width: 100%;
    background-color: rgb(255 255 255);
    min-height: 60px;
    bottom: 0;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1400px) {
  .row-wrapper {    max-width: 90%!important}
}
@media only screen and (max-width: 980px) {
  .row-wrapper {   
      max-width: 100% !important;
      margin-right: inherit;
      margin-left: inherit;
    }
}