.xana-fav-menu .menu-fav-avanzado {
  position: relative; }
  .xana-fav-menu .menu-fav-avanzado .badge {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 5px;
    border-radius: 50%;
    background: red;
    color: white; }

.page-template-pagefavorites .fav-content {
  height: 100%;
  padding: 36px; }
  .page-template-pagefavorites .fav-content .archive-favorites {
    padding: 0 36px;
    margin-top: 50px;
    margin-bottom: 50px; }
    .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card {
      display: grid;
      grid-template-columns: 170px 4fr auto;
      gap: 2rem;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid black; }
      @media (max-width: 569px) {
        .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card {
          gap: 1rem; } }
      .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card__image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 170px;
        border: 1px solid #cdcdcd; }
        @media (max-width: 569px) {
          .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card__image {
            align-items: center;
            border: 1px solid #cdcdcd;
            grid-column: 1 / 4; } }
      .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
        @media (max-width: 569px) {
          .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card-info {
            grid-column: 1 / 3; } }
        .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card-info__name {
          font-size: 1.25rem;
          margin-top: 0;
          font-weight: 700;
          text-transform: uppercase; }
        .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card-info p {
          font-size: 1.125rem;
          margin-top: 0px; }
        .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card-info span {
          font-size: 1.125rem; }
        .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card-info__link {
          margin-top: 1.25rem;
          font-weight: 700;
          text-transform: uppercase;
          color: white;
          padding: 10px 15px;
          background-color: black;
          width: fit-content; }
      .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card__delete {
        align-self: flex-end;
        margin-right: 1.5625rem;
        cursor: pointer; }
        @media (max-width: 569px) {
          .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card__delete {
            grid-column: 3 / 4; } }
        .page-template-pagefavorites .fav-content .archive-favorites .wishlist-card__delete .fa-trash4::before {
          font-size: 1.8rem;
          font-weight: 600; }
  .page-template-pagefavorites .fav-content .xana-favorites {
    height: max-content;
    margin-top: 72px;
    margin-bottom: 72px; }
    .page-template-pagefavorites .fav-content .xana-favorites .xana-favorite-list #productList .wishlist-xana {
      position: relative;
      padding-bottom: 100%;
      margin-bottom: 10px;
      border: 1px solid #cdcdcd;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      .page-template-pagefavorites .fav-content .xana-favorites .xana-favorite-list #productList .wishlist-xana .fa-cross-circle::before {
        font-size: 1.4rem; }
    .page-template-pagefavorites .fav-content .xana-favorites .xana-favorite-list #productList .product {
      text-decoration: none;
      color: #303133; }
    .page-template-pagefavorites .fav-content .xana-favorites .xana-favorite-list #productList p {
      margin-top: 0; }
    .page-template-pagefavorites .fav-content .xana-favorites .xana-favorite-list .actions {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .page-template-pagefavorites .fav-content .xana-favorites .xana-favorite-list .actions a {
        text-decoration: none;
        border-color: #303133;
        color: #303133; }
    .page-template-pagefavorites .fav-content .xana-favorites .xana-favorites-footer {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 1rem;
      flex-wrap: nowrap;
      margin-top: 30px; }
      @media (max-width: 569px) {
        .page-template-pagefavorites .fav-content .xana-favorites .xana-favorites-footer {
          flex-wrap: wrap;
          justify-content: center; } }
      .page-template-pagefavorites .fav-content .xana-favorites .xana-favorites-footer a {
        white-space: nowrap;
        text-decoration: none;
        border-color: #303133;
        color: #303133; }
      .page-template-pagefavorites .fav-content .xana-favorites .xana-favorites-footer .request-quote {
        background-color: #303133;
        color: white; }

.page-template-pagefavorites .xana-empty-favorites {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .page-template-pagefavorites .xana-empty-favorites .xana-empty-favorite-list .fa-heart-o::before {
    font-size: 12rem; }
  .page-template-pagefavorites .xana-empty-favorites .xana-empty-favorite-list a {
    white-space: initial;
    color: #ffffff !important;
    background-color: #303133 !important;
    border-color: #303133 !important; }

.page-template-pageCompartir .compartir-lista .compartir-lista-row {
  padding: 50px 36px; }
  .page-template-pageCompartir .compartir-lista .compartir-lista-row .descripcion-compartir {
    margin-top: 0;
    margin-bottom: 15px; }
  .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .field {
    margin-bottom: 15px; }
    .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .field input:focus,
    .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .field textarea:focus {
      border-color: #000000 !important; }
    .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .field label {
      font-weight: 600; }
    .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .field .xana-titulo-lista {
      width: 50%; }
    .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .field .xana-notas {
      height: 250px !important; }
  .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .actions {
    margin-top: 15px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #eaeaea; }
    @media (max-width: 569px) {
      .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .actions {
        justify-content: center; } }
    .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .actions__enlace a {
      text-decoration: none;
      border-color: #303133;
      color: #303133; }
    .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .actions__submit .submit {
      text-decoration: none;
      background-color: #303133;
      color: white !important;
      height: 100% !important; }
      @media (max-width: 569px) {
        .page-template-pageCompartir .compartir-lista .compartir-lista-row .form-compartir-lista .actions__submit .submit {
          font-size: 12px; } }

.page-template-pageCompartir .compartir-lista {
  padding: 0 36px; }
  .page-template-pageCompartir .compartir-lista .xana-send-form-favorites {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    min-height: 40vh; }
    .page-template-pageCompartir .compartir-lista .xana-send-form-favorites .xana-send-form-favorite-list__icon {
      position: relative;
      text-align: center;
      margin-bottom: 40px; }
      .page-template-pageCompartir .compartir-lista .xana-send-form-favorites .xana-send-form-favorite-list__icon .fa-send-o::before {
        font-size: 10rem; }
    .page-template-pageCompartir .compartir-lista .xana-send-form-favorites .xana-send-form-favorite-list__title {
      text-align: center; }
    .page-template-pageCompartir .compartir-lista .xana-send-form-favorites .xana-send-form-favorite-list .actions {
      margin-top: 25px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1rem; }
      @media (max-width: 569px) {
        .page-template-pageCompartir .compartir-lista .xana-send-form-favorites .xana-send-form-favorite-list .actions {
          justify-content: center; } }
      .page-template-pageCompartir .compartir-lista .xana-send-form-favorites .xana-send-form-favorite-list .actions__enlace a {
        color: unset; }

.page-template-pagePresupuesto .solicitar-presupuesto {
  padding: 50px 36px; }
  .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .descripcion-solicitar-presupuesto {
    margin-top: 0;
    margin-bottom: 15px; }
  .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .field {
    margin-bottom: 15px; }
    .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .field input:focus,
    .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .field textarea:focus {
      border-color: #000000 !important; }
    .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .field label {
      font-weight: 600; }
    .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .field .xana-titulo-lista {
      width: 50%; }
    .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .field .xana-notas {
      height: 250px !important; }
  .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .actions {
    margin-top: 15px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #eaeaea; }
    @media (max-width: 569px) {
      .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .actions {
        justify-content: center; } }
    .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .actions__enlace a {
      text-decoration: none;
      border-color: #303133;
      color: #303133; }
    .page-template-pagePresupuesto .solicitar-presupuesto .presupuesto-lista-row .form-solicitar-presupuesto .actions__submit .submit {
      text-decoration: none;
      background-color: #303133;
      color: white !important;
      height: 100% !important; }

.page-template-pagePresupuesto .solicitar-presupuesto .xana-send-form-favorites {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  min-height: 40vh; }
  .page-template-pagePresupuesto .solicitar-presupuesto .xana-send-form-favorites .xana-send-form-favorite-list__icon {
    position: relative;
    text-align: center;
    margin-bottom: 40px; }
    .page-template-pagePresupuesto .solicitar-presupuesto .xana-send-form-favorites .xana-send-form-favorite-list__icon .fa-send-o::before {
      font-size: 10rem; }
  .page-template-pagePresupuesto .solicitar-presupuesto .xana-send-form-favorites .xana-send-form-favorite-list__title {
    text-align: center; }
  .page-template-pagePresupuesto .solicitar-presupuesto .xana-send-form-favorites .actions {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem; }
    @media (max-width: 569px) {
      .page-template-pagePresupuesto .solicitar-presupuesto .xana-send-form-favorites .actions {
        justify-content: center; } }
    .page-template-pagePresupuesto .solicitar-presupuesto .xana-send-form-favorites .actions__enlace a {
      color: unset; }

.cabecera-fav {
  position: relative; }
  .cabecera-fav__image {
    height: 30vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover; }
    .cabecera-fav__image:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
  .cabecera-fav__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .cabecera-fav__title h1 {
      text-transform: uppercase;
      margin-top: 0;
      color: white; }

.breadcrumb-fav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 36px;
  background-color: #d8dade; }
  .breadcrumb-fav .breadcrumb-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0; }
    .breadcrumb-fav .breadcrumb-links li {
      position: relative; }
      .breadcrumb-fav .breadcrumb-links li a, .breadcrumb-fav .breadcrumb-links li span {
        text-decoration: none;
        color: #575757; }
      .breadcrumb-fav .breadcrumb-links li::after {
        content: '/';
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(10px, 0px);
        color: #575757; }
      .breadcrumb-fav .breadcrumb-links li:last-child::after {
        display: none; }
  .breadcrumb-fav .breadcrumb-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0; }
    .breadcrumb-fav .breadcrumb-icons .fa {
      margin-right: 0;
      cursor: pointer; }
      .breadcrumb-fav .breadcrumb-icons .fa.fa-trash4::before {
        font-size: 1.6rem; }
      .breadcrumb-fav .breadcrumb-icons .fa::before {
        font-size: 1.8rem;
        color: #575757; }
    .breadcrumb-fav .breadcrumb-icons__share a {
      display: inline-flex; }

#add-fav-new-list.modal-container .modal-xana-head {
  position: relative;
  text-align: center; }
  @media (max-width: 569px) {
    #add-fav-new-list.modal-container .modal-xana-head {
      padding: 40px 30px 30px; } }
  #add-fav-new-list.modal-container .modal-xana-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: 1px;
    background-color: black; }
  #add-fav-new-list.modal-container .modal-xana-head__title {
    text-align: center; }

#add-fav-new-list.modal-container .modal-xana-body {
  padding: 30px 30px !important; }
  #add-fav-new-list.modal-container .modal-xana-body__buttons {
    text-align: center;
    display: flex; }
    #add-fav-new-list.modal-container .modal-xana-body__buttons__link {
      width: 100%; }
    #add-fav-new-list.modal-container .modal-xana-body__buttons .cancelarAccion {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: white;
      color: black;
      border: 1px solid black; }
    #add-fav-new-list.modal-container .modal-xana-body__buttons #aceptarEliminarLista {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: black;
      color: white; }

#add-fav-new-list.modal-container .modal-xana-head__title {
  color: black; }

#add-fav-list.modal-container .modal-xana-head {
  position: relative;
  text-align: center; }
  @media (max-width: 569px) {
    #add-fav-list.modal-container .modal-xana-head {
      padding: 40px 30px 30px; } }
  #add-fav-list.modal-container .modal-xana-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: 1px;
    background-color: black; }
  #add-fav-list.modal-container .modal-xana-head__title {
    text-align: center; }

#add-fav-list.modal-container .modal-xana-body {
  padding: 30px 30px !important; }
  #add-fav-list.modal-container .modal-xana-body__buttons {
    text-align: center;
    display: flex; }
    #add-fav-list.modal-container .modal-xana-body__buttons__link {
      width: 100%; }
    #add-fav-list.modal-container .modal-xana-body__buttons .cancelarAccion {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: white;
      color: black;
      border: 1px solid black; }
    #add-fav-list.modal-container .modal-xana-body__buttons #aceptarEliminarLista {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: black;
      color: white; }

#add-fav-list.modal-container .modal-xana-head__title {
  color: black; }

#add-fav-list .lists {
  max-height: 40vh;
  overflow-y: auto;
  margin-bottom: 36px; }
  #add-fav-list .lists ul li {
    position: relative;
    text-align: center;
    background-color: #e2ddde;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    box-sizing: border-box; }
    #add-fav-list .lists ul li::after {
      content: '';
      position: absolute;
      width: 0;
      height: 1px;
      background-color: black;
      bottom: 0;
      left: 0;
      transition: all ease .6s; }
    #add-fav-list .lists ul li:hover::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: black;
      bottom: 0;
      left: 0;
      transition: all ease .6s; }

#add-fav-list .add-new-list {
  text-align: center; }
  #add-fav-list .add-new-list #addNewList {
    width: 100%;
    padding: 10px 0px;
    background-color: black;
    color: white; }

#add-fav-delete-list.modal-container .modal-xana-head {
  position: relative;
  text-align: center; }
  @media (max-width: 569px) {
    #add-fav-delete-list.modal-container .modal-xana-head {
      padding: 40px 30px 30px; } }
  #add-fav-delete-list.modal-container .modal-xana-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: 1px;
    background-color: black; }
  #add-fav-delete-list.modal-container .modal-xana-head__title {
    text-align: center; }

#add-fav-delete-list.modal-container .modal-xana-body {
  padding: 30px 30px !important; }
  #add-fav-delete-list.modal-container .modal-xana-body__buttons {
    text-align: center;
    display: flex; }
    #add-fav-delete-list.modal-container .modal-xana-body__buttons__link {
      width: 100%; }
    #add-fav-delete-list.modal-container .modal-xana-body__buttons .cancelarAccion {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: white;
      color: black;
      border: 1px solid black; }
    #add-fav-delete-list.modal-container .modal-xana-body__buttons #aceptarEliminarLista {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: black;
      color: white; }

#add-fav-delete-list.modal-container .modal-xana-head__title {
  color: black; }

#add-fav-delete-list .modal-xana-body {
  padding: 30px 80px; }

#change-list-name-container.modal-container .modal-xana-head {
  position: relative;
  text-align: center; }
  @media (max-width: 569px) {
    #change-list-name-container.modal-container .modal-xana-head {
      padding: 40px 30px 30px; } }
  #change-list-name-container.modal-container .modal-xana-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: 1px;
    background-color: black; }
  #change-list-name-container.modal-container .modal-xana-head__title {
    text-align: center; }

#change-list-name-container.modal-container .modal-xana-body {
  padding: 30px 30px !important; }
  #change-list-name-container.modal-container .modal-xana-body__buttons {
    text-align: center;
    display: flex; }
    #change-list-name-container.modal-container .modal-xana-body__buttons__link {
      width: 100%; }
    #change-list-name-container.modal-container .modal-xana-body__buttons .cancelarAccion {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: white;
      color: black;
      border: 1px solid black; }
    #change-list-name-container.modal-container .modal-xana-body__buttons #aceptarEliminarLista {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: black;
      color: white; }

#change-list-name-container.modal-container .modal-xana-head__title {
  color: black; }

#change-list-name-container .lists #newListName {
  border: none;
  background-color: #e1dcdd;
  width: 100%; }
  #change-list-name-container .lists #newListName::placeholder {
    color: black;
    text-align: center; }

#change-list-name-container .save-button {
  text-align: center;
  margin-top: 36px; }
  #change-list-name-container .save-button #saveListName {
    width: 100%;
    padding: 10px 0px;
    background-color: black;
    color: white; }

#xanaFavorites_deleteLastElement.modal-container .modal-xana-head {
  position: relative;
  text-align: center; }
  @media (max-width: 569px) {
    #xanaFavorites_deleteLastElement.modal-container .modal-xana-head {
      padding: 40px 30px 30px; } }
  #xanaFavorites_deleteLastElement.modal-container .modal-xana-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: 1px;
    background-color: black; }
  #xanaFavorites_deleteLastElement.modal-container .modal-xana-head__title {
    text-align: center; }

#xanaFavorites_deleteLastElement.modal-container .modal-xana-body {
  padding: 30px 30px !important; }
  #xanaFavorites_deleteLastElement.modal-container .modal-xana-body__buttons {
    text-align: center;
    display: flex; }
    #xanaFavorites_deleteLastElement.modal-container .modal-xana-body__buttons__link {
      width: 100%; }
    #xanaFavorites_deleteLastElement.modal-container .modal-xana-body__buttons .cancelarAccion {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: white;
      color: black;
      border: 1px solid black; }
    #xanaFavorites_deleteLastElement.modal-container .modal-xana-body__buttons #aceptarEliminarLista {
      width: 100%;
      padding: 10px;
      margin: 5px;
      background-color: black;
      color: white; }

#xanaFavorites_deleteLastElement.modal-container .modal-xana-head__title {
  color: black; }

.xana-fav {
  position: absolute;
  z-index: 5;
  width: 20px;
  height: 20px;
  padding: 1px;
  transition: transform 0.3s; }
  .xana-fav.selected span.added-fav {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .xana-fav.selected span.not-added {
    display: none; }
  .xana-fav:not(.selected) span.not-fav {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .xana-fav:not(.selected) span.added-fav {
    display: none; }
  .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-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; }

/* 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 {
    min-width: 80px; } }

.menu-overlay-center .navbar-nav-first .menu-icons {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center; }

.hmenu #masthead li.search-icon {
  border-right: 0px solid transparent !important; }

body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart .xana-fav-menu img {
  filter: invert(1) !important; }

.menu-light .menu-smart .xana-fav-menu img {
  filter: invert(0); }

@media (max-width: 959px) {
  .submenu-dark:not(.isotope-filters) .menu-smart .xana-fav-menu img {
    filter: invert(1) !important; } }
