.xana-fav {
  position: absolute;
  z-index: 5;
  width: 20px;
  height: 20px;
  padding: 1px;
  transition: transform 0.3s;
}
.xana-fav span {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.xana-fav:hover {
  cursor: pointer;
  padding: 0;
}
.xana-fav.tl {
  top: 5px;
  left: 5px;
}
.xana-fav.tr {
  top: 5px;
  right: 5px;
}
.xana-fav.bl {
  bottom: 5px;
  left: 5px;
}
.xana-fav.br {
  bottom: 5px;
  right: 5px;
}
.xana-fav-menu a {
  font-size: 0 !important;
}
.xana-fav-menu img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.xana-fav-menu.updated a {
  font-size: inherit !important;
}
.xana-favorites .xana-favorite-list {
  border: 1px solid #cdcdcd;
  padding: 20px 10px;
}
.xana-favorites .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
  padding: 0 !important;
}
.xana-favorites .items .item {
  list-style: none;
  width: 25%;
  padding: 10px;
}
.xana-favorites .items .item .thumbnail {
  border: 1px solid #cdcdcd;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
  position: relative;
}
.xana-favorites .items .item .thumbnail a.product {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.xana-favorites .items .item .thumbnail a.cancel {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-image: url(../images/cancel.svg);
  background-position: center center;
  background-size: cover;
  display: block;
  cursor: pointer;
}
.xana-favorites .actions {
  text-align: right;
  border-top: 1px solid #cdcdcd;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.xana-favorites .xana-favorites-footer {
  clear: both;
  margin-top: 30px;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-items: center;
}
.xana-favorites .xana-favorites-footer a {
  white-space: nowrap;
}
.xana-favorites .xana-favorites-footer p {
  padding-right: 30px;
}
.xana-fav-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.xana-fav-btn .add-to-fav,
.xana-fav-btn .remove-from-fav {
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding: 10px 40px 10px 10px;
}
.xana-fav-btn .add-to-fav img,
.xana-fav-btn .remove-from-fav img {
  max-width: 20px !important;
  height: auto !important;
  vertical-align: middle;
  position: absolute;
  right: 10px;
}
.xana-fav-btn .add-to-fav {
  background: #000;
  color: #fff;
}
.xana-fav-btn .add-to-fav img {
  filter: invert(100%);
}
.xana-fav-btn .remove-from-fav {
  color: #000;
  border: 1px solid #000;
}
.xana-fav-btn .view-fav {
  margin-left: 10px;
  text-decoration: underline;
}
.xana-fav-btn .remove-from-fav,
.xana-fav-btn .view-fav {
  display: none;
}
.xana-fav-btn .add-to-fav {
  display: inline-block;
}
.xana-fav-btn.selected .add-to-fav {
  display: none;
}
.xana-fav-btn.selected .remove-from-fav,
.xana-fav-btn.selected .view-fav {
  display: inline-block;
}
.xana-favorites-form {
  margin-left: -10px;
  margin-right: 10px;
}
.xana-favorites-form .field {
  width: 50%;
  float: left;
  padding: 10px;
}
.xana-favorites-form .field input[type="text"],
.xana-favorites-form .field input[type="email"],
.xana-favorites-form .field input[type="tel"] {
  width: 100%;
}
.xana-favorites-form .field.full {
  width: 100%;
}
.xana-favorites-form .actions {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eaeaea;
}
.xana-favorites-form .actions input[type=submit] {
  width: initial !important;
}
@media (max-width: 581px) {
  .xana-favorites-form .actions {
    justify-content: center;
  }
  .xana-favorites-form .actions .actions__enlace {
    margin-bottom: 15px;
  }
}
.xana-favorites-form .xana-favorites-form__label {
  font-weight: bold;
}
.xana-mail-sent,
.xana-empty-favorite-list {
  text-align: center;
}
.xana-mail-sent a.btn,
.xana-empty-favorite-list a.btn {
  margin-top: 30px;
}
.xana-mail-sent h2:before,
.xana-empty-favorite-list h2:before {
  content: '';
  width: 200px;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}
/* Medias */
@media screen and (max-width: 1024px) {
  .xana-favorites .items .item {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .xana-favorites .items .item {
    width: 50%;
  }
  .xana-favorites .actions {
    text-align: center;
  }
  .xana-favorites .xana-favorites-footer {
    display: block;
    text-align: center;
  }
  .xana-favorites .xana-favorites-footer p {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .xana-favorites-form .field {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .xana-favorites .items .item {
    width: 100%;
  }
}
@media (max-width: 569px) {
  .btn:not(input):not(.checkout-button),
  .btn-link:not(input):not(.checkout-button) {
    transform-origin: unset !important;
  }
}
@media (max-width: 959px) {
  .mobile-additional-icons {
    width: 100%;
    justify-content: flex-end;
    right: 75px;
  }
  .mobile-additional-icons .xana-fav-menu a {
    display: flex;
  }
  .mobile-additional-icons .xana-fav-menu a span {
    align-self: center;
  }
}
.menu-overlay-center .navbar-nav-first .menu-icons {
  padding: 0;
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.hmenu #masthead li.search-icon {
  border-right: 0px solid transparent !important;
}
@media (min-width: 960px) {
  body.menu-overlay-center .menu-primary .nav.navbar-nav.navbar-nav-first .menu-smart {
    display: flex;
  }
}
/*# sourceMappingURL=style.css.map */