/*General Pompas Fúnebres Ibiza*/
:root {
  --primary-color: #3c3c3c;
  --secondary-color: #d03969;
  --third-color: #c45378;
  --gray-color: #8a8d8f;
  --gray-light-color: #ededed;
  --white-color: #fff;
  --font-family: "Lato", sans-serif;
}

body.page-template-page-obituary .elementor-element-a93888c,
body.page-template-page-send-flowers .elementor-element-a93888c,
body.page-template-page-send-condolence .elementor-element-a93888c,
body.single-product .elementor-element-a93888c {
    display: none !important;
}


body::-webkit-scrollbar {
  width: 9px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 22px var(--primary-color);
}

body,
html {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--primary-color);
  text-align: justify;
}

::placeholder {
  color: var(--secondary-color) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--secondary-color) !important;
}

::-ms-input-placeholder {
  color: var(--secondary-color) !important;
}

.btn-secondary.disabled,
.btn.disabled,
:disabled,
button:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=48)";
  filter: alpha(opacity=48);
  -moz-opacity: 0.48;
  -khtml-opacity: 0.48;
  opacity: 0.48;
  cursor: not-allowed !important;
  pointer-events: all !important;
}

#content {
  min-height: 35em;
}

iframe {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

a,
a:active,
a:focus,
a:link,
a:visited {
  color: var(--secondary-color);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

a:hover {
  /* color: var(--secondary-color); */
  text-decoration: underline;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.elementor-widget-text-editor ul {
  list-style-type: disc !important;
  padding-left: 2em !important;
}

a#logo-grant {
  display: block;
  width: 112px;
  height: 35px;
  background-image: url("../../img/optimized/logotipo-UE.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

address p {
  margin-bottom: 0;
}

.separator::before {
  content: "|";
  padding: 0 5px;
  margin: 0 5px;
  font-size: medium;
  font-weight: 300;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.btn,
.btn-secondary,
.button,
a.btn,
a.btn-secondary,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:link,
a.btn-secondary:visited,
a.btn:active,
a.btn:focus,
a.btn:link,
a.btn:visited,
ul.products li.product .button,
ul.products li.product .button:active,
ul.products li.product .button:focus,
ul.products li.product .button:link,
ul.products li.product .button:visited {
  border: 0;
  font-weight: 500;
  font-size: .7rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--white-color) !important;
  padding: 0.3em 0.6em;
}

.btn,
.btn-secondary:hover,
a.btn-secondary:hover,
a.btn:hover {
  border: 0;
  padding: 0.3em 0.6em;
  color: var(--white-color);
  text-decoration: none;
}

.btn,
.button,
a.btn,
a.btn:active,
a.btn:focus,
a.btn:link,
a.btn:visited,
#redsys_payment_form .button-alt:hover {
  background-color: var(--secondary-color);
}

.btn-secondary,
a.btn-secondary,
a.btn-secondary:active,
a.btn-secondary:focus,
a.btn-secondary:link,
a.btn-secondary:visited,
button:disabled {
  background-color: var(--gray-color);
}

.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: var(--secondary-color);
}

.btn-secondary.disabled:hover,
a.btn-secondary.disabled:hover {
  background-color: var(--gray-color);
}

.btn:hover,
.button:hover,
a.btn:hover,
#redsys_payment_form .button-alt,
ul.products li.product .button:hover {
  border: 0px;
  background-color: var(--primary-color);
  color: var(--white-color) !important;
  text-decoration: none;
}

.btn-back,
.btn-back:active,
.btn-back:focus,
.btn-back:hover,
.btn-back:link,
.btn-back:visited {
  display: inline-block;
  margin-top: 15px;
}

.boton-flores {
  position: fixed;
  z-index: 9;
  left: 0;
  width: 150px;
  transition: all 0.2s;
}

.boton-flores:hover {
  transform: translateY(5px);
  transition: all 0.2s;
}

.boton-flores:hover a::after {
  transform: rotateY(180deg);
  transition: all 0.2s;
}

.boton-flores a::after {
  transform: rotateY(0);
  transition: all 0.2s;
}

.boton-flores a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0 !important;
  padding: 1em;
  color: white;
  perspective: 100px;
}

.boton-flores a::after {
  background-image: url(../img/ramo-flores.png);
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
  margin-left: 1em;
}

.boton-flores a:hover {
  color: white;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.shop_table,
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--primary-color);
  font-size: small;
}

.shop_table td,
.table.table-bordered td,
.table.table-bordered th {
  border: 1px solid var(--gray-color);
}

.shop_table thead,
.table-blue {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.uael-text-editor .woocommerce a {
  color: #555;
}

.cart-collaterals table.shop_table_responsive tr th,
.shop_table tfoot td,
.shop_table tfoot th,
.shop_table.woocommerce-orders-table thead,
.table-black {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.shop_table th,
.table thead th {
  border-bottom: 1px solid var(--gray-color);
  vertical-align: bottom;
  font-size: small;
  font-weight: 700;
}

.shop_table td,
.shop_table th,
.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid var(--gray-color);
}

table.shop_table_responsive tr td.product-remove a,
table.shop_table_responsive tr td.product-remove a:active,
table.shop_table_responsive tr td.product-remove a:focus,
table.shop_table_responsive tr td.product-remove a:link,
table.shop_table_responsive tr td.product-remove a:visited {
  color: var(--white-color);
  background-color: var(--secondary-color);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
}

table.shop_table_responsive tr td.product-remove a:hover {
  display: block;
  background-color: var(--third-color);
  text-decoration: none;
}

.shop_table td.product-thumbnail {
  width: 150px;
  height: auto;
}

.shop_table td.product-name .variation {
  margin-top: 1rem;
}

.shop_table th {
  text-transform: uppercase;
}

hr {
  border-color: var(--gray-light-color) !important;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--white-color);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: var(--primary-color);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid var(--gray-light-color);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid var(--gray-light-color);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

div.modaal-wrapper {
  z-index: 999999;
}

button.modaal-close {
  background-color: #000 !important;
}

.hamburger {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: var(--primary-color);
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: var(--secondary-color);
}

button.hamburger:focus {
  outline: 0 !important;
}

/*Blocks*/
.block-grant {
  display: none;
}

.block-grant .widget.grant {
  max-width: 64%;
  margin: 1em auto;
}

.block-grant-inega .widget.grant {
  max-width: 80%;
}

.pompas_funebres_ibiza-block-deceased .has-l-font-size i {
  color: var(--secondary-color) !important;
  font-size: medium;
  margin: 0 7px;
}

/*Blog*/
.archive.category header .header-menu,
.archive.tag header .header-menu {
  background-color: var(--white-color) !important;
}

.single-post .fixed-top {
  background-color: rgb(255, 255, 255, 0.9);
}

.single-post .block-cover.wp-block-cover {
  min-height: 500px;
}

.wp-block-cover,
.wp-block-cover-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.elementor-widget-wp-widget-tag_cloud h5,
.elementor-widget-wp-widget-categories h5 {
  display: none;
}

.elementor-widget-wp-widget-categories .cat-item a {
  font-size: 1rem !important;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  padding-bottom: 5px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a {
  font-size: 0.8rem !important;
  padding: 0.5em 0.2em !important;
  background-color: var(--white-color) !important;
  color: #983455 !important;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  text-transform: lowercase;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a:hover {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.sidebar-blog .uael-post__thumbnail img {
  display: none !important;
}

.sidebar-blog .uael-post__thumbnail {
  padding: 0 !important;
}

.sidebar-blog .uael-posts .uael-post__content-wrap {
  padding-left: 40px !important;
}

.uael-posts .uael-post__title {
  font-family: "lato", sans-serif;
  font-size: 1.15em;
  letter-spacing: 0.8px;
  line-height: 1.3;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  text-align: left;
  font-weight: 400;
}

.uael-posts .uael-post__content-wrap {
  padding: 1em 0 !important;
}

.uael-posts .uael-post__excerpt {
  font-family: "lato", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  letter-spacing: 0.8px;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  text-align: left;
  color: #777;
}

.uael-posts .uael-post__read-more {
  display: flex;
  width: 100px;
  background-color: transparent !important;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 2px solid var(--gray-color);
  color: #282828 !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0.5em !important;
}

.uael-posts .uael-post__read-more:hover {
  display: flex;
  width: 120px;
  background-color: var(--secondary-color) !important;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 2px solid var(--secondary-color);
  color: var(--white-color) !important;
}

.uael-posts .uael-post__bg-wrap {
  background-color: #fff !important;
}

.uael-posts .uael-post__datebox {
  font-family: "Lato", sans-serif;
  width: 50px !important;
  height: 50px !important;
  top: 60px !important;
  left: 10px !important;
  border-radius: 0 !important;
  border: 2px solid var(--secondary-color) !important;
  background-color: var(--white-color) !important;
  color: var(--secondary-color) !important;
  font-weight: bold;
}

.uael-posts .uael-post__datebox.uael-post__noimage {
  margin: 0 !important;
  left: 0 !important;
  top: 10px !important;
}

.sidebar-blog .uael-posts .uael-post__datebox {
  width: 40px !important;
  height: 40px !important;
  top: calc(100% - -50px) !important;
}

.uael-posts .uael-post__date-wrap {
  display: flex;
  flex-direction: column-reverse;
  font-size: 0.8rem;
  font-weight: bolder;
  text-transform: capitalize;
}

/*Plugins*/
.opiniones {
  font-family: "lato", sans-serif !important;
  letter-spacing: 0.8px !important;
}

.opiniones .single-item-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.opiniones .item-content-wrapper {
  text-align: center;
}

.opiniones .item-content {
  font-size: 1.5rem !important;
  color: #333;
}

.opiniones .author-name {
  font-size: 1rem !important;
  color: #9d254b !important;
}

.opiniones .swiper-pagination-bullet-active,
.opiniones .swiper-pagination-bullet:hover {
  background: var(--third-color) !important;
}

.wpcf7-form label {
  font-size: small;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--secondary-color);
  display: block;
}

.wpcf7-form .wpcf7-form-control {
  display: block;
}

.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form select,
.wpcf7-form textarea,
div.woocommerce form select,
div.woocommerce form textarea,
div.woocommerce input[type="email"],
div.woocommerce input[type="number"],
div.woocommerce input[type="password"],
div.woocommerce input[type="tel"],
div.woocommerce input[type="text"] {
  font-size: medium;
  font-weight: 300;
  border: 1px solid var(--gray-color);
  background-color: var(--white-color);
  color: var(--primary-color);
  padding: 4px 8px;
  width: 100%;
}

.wpcf7-form textarea {
  resize: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: small;
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form div.wpcf7-acceptance-missing,
.wpcf7-form div.wpcf7-validation-errors {
  padding-top: 2%;
  font-weight: 700;
  color: #c00;
  text-transform: initial;
}

.wpcf7-form div.wpcf7-acceptance-missing,
.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid#c00;
  padding: 2.5%;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-size: medium;
  font-weight: 700;
  padding: 2.5%;
}

.wpcf7-form .wpcf7-acceptance label {
  width: 100%;
  text-transform: initial;
  font-weight: 300;
  font-size: small;
  margin: 0;
}

.wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
  margin: 0.75em 0;
}

.wpcf7-form h5,
div.woocommerce form h3 {
  font-size: x-large;
  font-weight: 700;
  color: var(--secondary-color);
}

.wpcf7-form .wpcf7-list-item-label,
.wpcf7-form p,
div.woocommerce form label {
  font-size: medium;
  font-weight: 300;
  color: var(--primary-color);
}

.wpcf7-form .table .wpcf7-form-control-wrap {
  display: inline-block;
}

.wpcf7-form .table .wpcf7-form-control-wrap.inscription-text,
.wpcf7-form .table .wpcf7-form-control-wrap.observaciones,
.wpcf7-form .table .wpcf7-form-control-wrap.your-comments {
  display: block;
}

div#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: var(--primary-color);
  border-top: 0;
}

div#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  a.mgbutton,
div#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.mgbutton {
  background-color: var(--secondary-color);
}

div#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  a.mgbutton:hover,
div#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.mgbutton:hover {
  color: var(--secondary-color) !important;
}

div.accordionWrapper {
  margin-bottom: 10px;
}

div.accordionWrapper.tabClose .accordionHeader h4:after,
div.accordionWrapper.tabOpen .accordionHeader h4:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: medium;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

div.accordionWrapper.tabOpen .accordionHeader h4:after {
  content: "\f0d8";
}

div.accordionWrapper.tabClose .accordionHeader h4:after {
  content: "\f0d7";
}

div.accordionWrapper .accordionHeader h4 {
  cursor: pointer;
}

div.accordionWrapper .accordionBody {
  margin-top: 0;
}

.eael-elements-flip-box-front-container::after {
  content: "";
  position: absolute;
  background: var(--white-color);
  width: 100%;
  height: 100%;
  filter: opacity(0.8);
  z-index: -1;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  border: 3px solid var(--white-color) !important;
}

.elementor-swiper-button {
  opacity: 0 !important;
  border: 3px solid var(--white-color) !important;
  transition: all 0.7s;
}

.elementor-image-carousel-wrapper:hover .elementor-swiper-button {
  opacity: 1 !important;
  transition: all 0.7s;
}

/*Header*/
header {
  position: fixed !important;
  width: 100%;
}

header.entry-header {
  display: none !important;
}

header .header-menu {
  position: fixed;
  top: 74px;
}

header.menu-collapse .subheader-menu > .e-con-inner {
  display: none;
}

header.menu-collapse .header-menu {
  display: block;
  top: 0;
}

header.menu-collapse .header-menu {
  position: fixed;
  top: 0;
  background: rgb(255, 255, 255, 0.9) !important;
}

.category.ehf-header #masthead,
.tag.ehf-header #masthead,
.single.ehf-header #masthead {
  background: rgb(255, 255, 255, 0.9) !important;
}

header.menu-collapse .top-menu {
  display: none;
}

header .main-menu .main-navigation.toggled ul,
header .main-menu .menu-toggle {
  display: block;
}

header .block-wc-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

header .top-menu {
  background-color: var(--secondary-color);
  padding: 0;
}

.single .header-menu {
  background-color: rgb(255, 255, 255, 0.8) !important;
}

.woocommerce-product-data p a,
.woocommerce-product-data p a:active,
.woocommerce-product-data p a:focus,
.woocommerce-product-data p a:link,
.woocommerce-product-data p a:visited,
footer .footer-2 a,
footer .footer-2 a:active,
footer .footer-2 a:focus,
footer .footer-2 a:hover,
footer .footer-2 a:link,
footer .footer-2 a:visited,
header .top-menu .block-left,
header .top-menu .block-right,
header .top-menu a,
header .top-menu a:active,
header .top-menu a:focus,
header .top-menu a:hover header .top-menu a:visited,
header .top-menu a:link {
  color: var(--white-color);
}

header .block-left p {
  margin: 0;
  padding: 0;
  letter-spacing: 0.8px;
}

/* header .top-menu .block-center,
header .top-menu .block-left,
header .top-menu .block-right {
  width: 33.33%;
}
 */
header .top-menu .block-center img {
  display: block;
  margin: auto;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

header.menu-collapse .top-menu .block-center img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

header .top-menu .block-left i {
  margin-left: 7px;
}

header .top-menu .block-left a {
  font-weight: 300;
}

header .top-menu .block-right .block-wc-links a {
  font-size: 0.8rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .phone-header {
  font-size: 1.2rem !important;
  font-weight: bold !important;
  padding: 10px;
  background-color: #c45378;
}

header .phone-header:hover {
  padding: 10px;
  background-color: #9d4361;
}

#redsys_payment_form .button-alt,
header .top-menu .block-right .menu-menu-social-container ul li {
  margin-right: 10px;
}

header .block-logo {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
  padding: 1em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .nav-menu {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

header .nav-menu a {
  font-size: 0.8rem !important;
  text-transform: uppercase;
}

header .nav-menu #menu-item-39119 a {
  position: relative;
  color: var(--secondary-color) !important;
}

header .nav-menu #menu-item-39119 a::after {
  content: "";
  background-color: var(--secondary-color);
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: -5px;
  left: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .nav-menu #menu-item-39119 a:hover::after {
  content: "";
  background-color: var(--third-color);
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .block-logo img {
  display: block;
  visibility: visible;
}

header.menu-collapse .block-logo {
  justify-content: center;
}

.woocommerce .cart-subtotal,
header.menu-collapse .block-logo img {
  width: 150px;
}

footer .footer-2 .block-logo img,
header .block-logo .custom-logo {
  display: block;
  width: 200px;
}

header .main-menu {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.75em 0;
}

header.menu-collapse .main-menu {
  background-color: rgba(255, 255, 255, 1);
}

header .main-menu a,
header .main-menu a:active,
header .main-menu a:focus,
header .main-menu a:link,
header .main-menu a:visited {
  text-transform: uppercase;
  color: var(--gray-color);
  font-size: 0.95rem;
  border-bottom: 4px solid transparent;
  position: relative;
}

header .main-menu a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

header .main-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  display: block;
  height: 5px;
  width: 0;
  background-color: var(--secondary-color);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

header .current-menu-item {
  background-color: var(--secondary-color);
}

header .current-menu-item a {
  color: var(--white-color);
  padding: 5px;
}

header .main-menu .current-menu-item a::after,
header .main-menu a:hover::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
}

a.restore-item,
a.restore-item:active,
a.restore-item:focus,
a.restore-item:link,
a.restore-item:visited,
header .main-menu .current-menu-item a {
  color: var(--primary-color);
  font-weight: 700;
}

/*Footer*/
footer .footer-1 {
  padding: 2.5em 0;
  color: var(--secondary-color);
  background-color: var(--gray-light-color);
}

footer .footer-1 p {
  margin: 0;
}

footer .footer-1 ul li {
  padding: 1.5% 0;
}

footer .footer-1 ul li::before {
  content: "·";
  font-size: large;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5em;
}

footer .footer h6,
footer .footer-1 p.widget-title {
  font-size: medium;
  font-weight: 700;
  padding-bottom: 3px;
  display: inline-block;
  border-bottom: 3px solid var(--secondary-color);
}

footer .footer-1 .textwidget {
  margin-top: 1em;
  font-size: 0.9rem;
}

a.restore-item:hover,
footer .footer-1 .textwidget a,
footer .footer-1 .textwidget a:active,
footer .footer-1 .textwidget a:focus,
footer .footer-1 .textwidget a:link,
footer .footer-1 .textwidget a:visited {
  color: var(--third-color);
}

footer .footer-2 {
  padding: 2.5em;
  background-color: var(--third-color);
  color: var(--white-color);
}

footer .footer-2 .block-logo {
  margin-bottom: 2em;
}

footer .footer-2 a {
  font-size: 0.95rem;
  font-weight: 300;
}

footer .footer-2 li {
  margin: 1em;
}

/*Pages*/
.home .block-search {
  margin-bottom: 2.5em;
}

.home .wp-block-column {
  flex-basis: 50% !important;
}

.home .wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}

.home .block-search.wp-block-cover h1 {
  font-size: 2.5em !important;
}

.home .block-search.wp-block-cover h1::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
  display: block;
  margin: 10px auto;
}

.home .block-search.wp-block-cover {
  min-height: 540px;
  overflow: hidden;
}

.home .block-search.wp-block-cover .wp-block-cover__inner-container {
  padding-top: 200px;
  max-width: 768px;
}

.home .block-search .block-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--white-color);
  background: -moz-linear-gradient(
    184deg,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 10, 64, 0.5) 80%
  );
  background: -webkit-linear-gradient(
    184deg,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 10, 64, 0.5) 80%
  );
  background: linear-gradient(
    184deg,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 10, 64, 0.5) 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--white-color)fff", endColorstr="var(--third-color)", GradientType=1);
  background-size: 200%;
}

.page-error ul,
.page-legal .block-aside-content ul,
.page-quality .block-aside-content ul,
.woocommerce-checkout.woocommerce-order-received ul.order_details {
  list-style-type: circle;
  margin-left: 1em;
  padding-left: 1em;
}

.page-catalog div.woocommerce .woocommerce-result-count {
  float: left;
  font-size: small;
  color: var(--gray-color);
  font-weight: 700;
}

.page-catalog div.woocommerce .woocommerce-ordering {
  float: right;
}

.page-catalog div.woocommerce form.woocommerce-ordering select {
  font-size: small;
}

.page-catalog div.woocommerce div.columns-4 {
  margin-bottom: 1.5em;
  clear: both;
}

.page-error ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}

#guia-util .eael-infobox {
  display: flex;
}

#guia-util .infobox-icon-wrap {
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 5px;
}

#guia-util .infobox-icon-number {
  background: var(--secondary-color) !important;
  padding: 0.8em !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 100px !important;
}

#guia-util .infobox-content .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--gray-light-color);
  margin-top: 5px;
}

#guia-util .infobox-content div div:nth-child(1) {
  width: 70% !important;
}

#guia-util .infobox-content div div:nth-child(2) {
  width: 30% !important;
}

/*Archive, category*/
section.category .block-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.category .block-category article {
  width: 31.33%;
  margin: 1%;
  background-color: var(--gray-light-color);
}

section.category .block-category article .content {
  padding: 1em;
  font-weight: 300;
}

section.category .block-category article .content p {
  margin: 0;
}

section.category .block-category article .content .title a,
section.category .block-category article .content .title a:active,
section.category .block-category article .content .title a:focus,
section.category .block-category article .content .title a:link,
section.category .block-category article .content .title a:visited {
  font-size: large;
  font-weight: 700;
  color: var(--secondary-color);
}

section.category .block-category article .content .entry-meta {
  padding-bottom: 1%;
  margin-bottom: 2%;
  margin-top: 2%;
  border-bottom: 1px solid var(--primary-color);
  display: inline-block;
}

section.category .block-category article .content .entry-meta .date {
  color: var(--primary-color);
  font-weight: 400;
}

section.category .block-category .navigation {
  width: 100%;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid var(--third-color);
}

section.category .block-category .navigation .nav-next::after,
section.category .block-category .navigation .nav-previous::before {
  font-size: small;
  color: var(--secondary-color);
  line-height: 24px;
}

section.category .block-category .navigation .nav-previous::before {
  content: "\f0a8";
  padding-right: 7px;
}

section.category .block-category .navigation .nav-next::after {
  content: "\f0a9";
  padding-left: 7px;
}

/*Single*/
.single article {
  padding: 1.5% 0;
  font-size: large;
  font-weight: 300;
}

.single .cat-links,
.single .tags-links {
  display: none;
  margin: 1% 0;
}

.single .cat-links a,
.single .tags-links a,
.tag .no-results .post_tags a {
  font-size: small;
  font-weight: 700;
  text-transform: uppercase;
}

.tag .no-results .post_tags i,
.single .cat-links i,
.single .tags-links i {
  color: var(--third-color);
  font-size: small;
}

/*Tags*/
.tag .no-results .post_tags i {
  padding: 1%;
}

/*WooCommerce*/
.wc_payment_method.payment_method_paypal img {
  width: 90px;
  padding: 10px;
}

div.woocommerce form .wc_payment_method.payment_method_paypal label {
  font-weight: 700 !important;
}

.woocommerce-pagination ul.page-numbers {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.woocommerce-pagination ul.page-numbers li {
  padding: 3px 7px;
}

.woocommerce-pagination ul.page-numbers li span.current {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: medium;
  border-bottom: 4px solid var(--secondary-color);
}

.woocommerce-pagination ul.page-numbers li a {
  font-weight: 300;
  font-size: medium;
}

.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce-pagination ul.page-numbers li a.next:active,
.woocommerce-pagination ul.page-numbers li a.next:focus,
.woocommerce-pagination ul.page-numbers li a.next:link,
.woocommerce-pagination ul.page-numbers li a.next:visited,
.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce-pagination ul.page-numbers li a.prev:active,
.woocommerce-pagination ul.page-numbers li a.prev:focus,
.woocommerce-pagination ul.page-numbers li a.prev:link,
.woocommerce-pagination ul.page-numbers li a.prev:visited {
  color: var(--primary-color);
}

.woocommerce-pagination ul.page-numbers li a.next:hover,
.woocommerce-pagination ul.page-numbers li a.prev:hover {
  text-decoration: none;
}

.woocommerce-page div.woocommerce {
  margin: 2.5em 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  padding-top: 12px;
  text-align: center;
}

.woocommerce-page .block-cover.wp-block-cover {
  min-height: 330px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews {
  width: 100%;
  background-color: var(--gray-light-color) !important;
  padding: 1%;
  margin-bottom: 2%;
}

.woocommerce-message {
  border-top: 4px solid var(--primary-color) !important;
}

.woocommerce-info {
  border-top: 4px solid var(--secondary-color) !important;
}

.woocommerce-error,
.woocommerce-noreviews {
  border-top: 4px solid #c00 !important;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}

.single-product div.product {
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 2.5em 0;
}

.single-product div.product .woocommerce-product-gallery {
  width: 50%;
  padding: 2.5%;
}

.single-product div.product .summary {
  width: 50%;
  padding: 2.5%;
  color: var(--primary-color);
  background: var(--gray-light-color);
}

.single-product .wpcf7-form h5,
.single-product div.product .summary .product_title {
  font-size: large;
  font-weight: 700;
  color: var(--third-color);
}

.single-product div.product .summary .price {
  font-size: medium;
  color: var(--primary-color);
}

.single-product div.product .summary .price small.woocommerce-price-suffix {
  font-size: medium;
}

.single-product
  div.product
  .summary
  .woocommerce-product-details__short-description {
  font-size: medium;
  font-weight: 300;
}

.single-product div.product .summary .cart .wcpa_form_outer label {
  display: none;
  visibility: hidden;
}

.single-product .wpcf7-form {
  border-top: 1px solid var(--white-color);
  padding-top: 1em;
  margin-top: 1em;
}

.single-product .wpcf7-form .wpcf7-list-item-label,
.single-product .wpcf7-form p {
  color: var(--white-color);
}

.woocommerce-product-data p {
  margin-bottom: 0;
}

.woocommerce-product-data p a {
  text-transform: uppercase;
}

ul.products li.product {
  text-align: center;
}

ul.products li.product img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
}

ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem !important;
  font-weight: 700;
  color: var(--secondary-color);
}

ul.products li.product .price {
  font-size: medium !important;
  font-weight: 700;
  color: var(--secondary-color);
}

ul.products li.product .button {
  width: 90px;
  margin: 1.5em auto;
}

#customer_login.u-columns .col-1,
#customer_login.u-columns .col-2,
.woocommerce-checkout .woocommerce .checkout .col-1,
.woocommerce-checkout .woocommerce .checkout .col-2 {
  -mx-flex: 0 0 8.333333%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-notice {
  font-size: large;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details {
  margin-top: 2.5em;
}

.woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-account .woocommerce-form-login,
.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details,
.woocommerce-dashboard-options {
  padding: 30px;
  border-top: 4px solid var(--secondary-color);
  background-color: var(--gray-light-color);
  background-image: url(../../img/optimized/diagonal_waves.png);
  background-repeat: repeat;
}

.woocommerce-MyAccount-navigation-link--customer-logout::before,
.woocommerce-MyAccount-navigation-link--dashboard::before,
.woocommerce-MyAccount-navigation-link--edit-account::before,
.woocommerce-MyAccount-navigation-link--orders::before,
.woocommerce-customer-details--email::before,
.woocommerce-customer-details--phone::before,
section.category .block-category .navigation .nav-next::after,
section.category .block-category .navigation .nav-previous::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-customer-details--phone::before {
  content: "\f879";
  font-size: small;
  margin-right: 1%;
}

.woocommerce-customer-details--email::before {
  content: "\f0e0";
  font-size: small;
  margin-right: 1%;
}

.woocommerce-cart .woocommerce {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 70%;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  width: 30%;
  padding-left: 2.5em;
}

.woocommerce-cart .woocommerce .cart-collaterals h2 {
  font-size: large;
  font-weight: 300;
}

.woocommerce-account div.woocommerce {
  position: relative;
}

.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation {
  position: absolute;
  top: -65px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 50px;
  padding: 1% 3%;
  display: block;
  background-color: var(--secondary-color);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce-account
  div.woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:active,
.woocommerce-account
  div.woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:focus,
.woocommerce-account
  div.woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:link,
.woocommerce-account
  div.woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:visited {
  color: var(--gray-light-color);
  font-size: medium;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
}

.woocommerce-account
  div.woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  color: var(--white-color);
}

.woocommerce-account
  div.woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a {
  font-weight: 700 !important;
}

.woocommerce-MyAccount-navigation-link--dashboard::before {
  content: "\f015";
  color: var(--secondary-color);
  font-size: medium;
}

.woocommerce-MyAccount-navigation-link--orders::before {
  content: "\f15c";
  color: var(--secondary-color);
  font-size: medium;
}

.woocommerce-MyAccount-navigation-link--edit-account::before {
  content: "\f2bd";
  color: var(--secondary-color);
  font-size: medium;
}

.woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: "\f2f5";
  color: var(--secondary-color);
  font-size: medium;
}

.woocommerce-dashboard-welcome p {
  font-size: x-large;
  font-weight: 300;
  color: var(--secondary-color);
}

.woocommerce-dashboard-welcome p strong {
  font-weight: 700;
}

.woocommerce-dashboard-options ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.woocommerce-dashboard-options ul li {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  text-align: center;
}

.woocommerce-dashboard-options ul li a i {
  font-size: 3.5rem;
  color: var(--secondary-color);
}

.woocommerce-dashboard-options ul li a span {
  margin-top: 1em;
  display: block;
  text-transform: uppercase;
  font-size: small;
  font-weight: 700;
  color: var(--primary-color);
}

/*Responsive*/
@media screen and (min-width: 37.5em) {
  header .main-menu .menu-toggle {
    display: none;
  }

  header .main-menu .main-navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 319.98px) {
  div.widget.grant {
    max-width: 100%;
  }

  section.page-error ul {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }

  .payment_method_paypal p,
  .woocommerce-EditAccountForm span em,
  .woocommerce-terms-and-conditions-wrapper p,
  div#moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p,
  div#moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p
    a {
    font-size: small;
    font-weight: 400;
  }

  div#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 7px;
  }

  div.modaal-wrapper {
    z-index: 999998 !important;
  }

  div.modaal-wrapper .modaal-close {
    z-index: 999998 !important;
  }

  div.modaal-content-container,
  div.modaal-inner-wrapper {
    padding: 10px !important;
  }

  .select2.select2-container,
  .single-product div.product .summary,
  .single-product div.product .woocommerce-product-gallery,
  .woocommerce-cart .woocommerce div.cart-collaterals,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 100% !important;
  }

  .single div.block-cover.wp-block-cover .has-xl-font-size,
  div.accordionWrapper .accordionHeader h4,
  fieldset legend,
  section.category .block-category article .content .title a,
  section.category .block-category article .content .title a:active,
  section.category .block-category article .content .title a:focus,
  section.category .block-category article .content .title a:link,
  section.category .block-category article .content .title a:visited {
    font-size: medium !important;
  }

  .logged-in.woocommerce-account.woocommerce-page div.woocommerce,
  .single-product div.product .summary p,
  span.wpcf7-list-item {
    margin: 0 !important;
  }

  .page-legal .wp-block-table,
  div.woocommerce form label,
  div.woocommerce form select,
  div.woocommerce form textarea,
  div.woocommerce input[type="email"],
  div.woocommerce input[type="number"],
  div.woocommerce input[type="password"],
  div.woocommerce input[type="tel"],
  div.woocommerce input[type="text"],
  form.wpcf7-form .wpcf7-list-item-label,
  form.wpcf7-form input[type="email"],
  form.wpcf7-form input[type="number"],
  form.wpcf7-form input[type="tel"],
  form.wpcf7-form input[type="text"],
  form.wpcf7-form p,
  form.wpcf7-form select,
  form.wpcf7-form textarea {
    font-size: small;
  }

  .navigation h2,
  .single .wp-block-cover .has-xxl-font-size,
  div.woocommerce form h3,
  form.wpcf7-form h5 {
    font-size: large !important;
  }

  .pompas_funebres_ibiza-block-deceased .has-xxl-font-size {
    font-size: large !important;
  }

  .shop_table td.product-thumbnail,
  header .main-navigation .menu-menu-principal-container,
  header .menu-menu-social-container,
  header .top-menu .block-center,
  header .top-menu .block-left strong,
  header .top-menu .block-right .block-wc-links a.profile span,
  header .top-menu .block-right .separator {
    display: none;
    visibility: hidden;
  }

  header .main-navigation.toggled .menu-menu-principal-container,
  header.menu-collapse .block-logo img {
    display: block;
    visibility: visible;
  }

  header .main-navigation.toggled .menu-menu-principal-container {
    position: absolute;
    width: 100%;
    height: calc(100vh - 65px);
    background: var(--white-color);
    top: 65px;
    left: 0;
    overflow-y: auto;
  }

  header .top-menu {
    height: 45px;
  }

  header .main-menu {
    height: 80px;
  }

  header .main-menu .current-menu-item a::after,
  header .main-menu a::after,
  header .main-menu a:hover::after {
    bottom: -14px;
    height: 3px;
  }

  header .top-menu .block-right.justify-content-end {
    -ms-flex-pack: space-around !important;
    justify-content: space-around !important;
  }

  header .top-menu .block-left,
  header .top-menu .block-right {
    text-align: center;
    width: 50%;
  }

  footer .footer-2 .block-logo img,
  header .block-logo .custom-logo {
    height: 42px;
  }

  header div.block-logo,
  header.menu-collapse div.block-logo {
    position: absolute;
    top: 48px;
    left: 10px;
    height: 75px;
    width: auto;
    background: 0 0;
    padding: 1em;
  }

  header .main-navigation .menu-menu-principal-container ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 10, 64, 0.4);
  }

  header .top-menu .block-right .block-wc-links a,
  header .top-menu .block-right .block-wc-links a:active,
  header .top-menu .block-right .block-wc-links a:focus,
  header .top-menu .block-right .block-wc-links a:hover,
  header .top-menu .block-right .block-wc-links a:link,
  header .top-menu .block-right .block-wc-links a:visited {
    display: inline-block;
    padding: 0 5px;
  }

  header .top-menu .block-right .block-wc-links a.profile {
    line-height: 24px;
    vertical-align: middle;
  }

  header .top-menu .block-right .block-wc-links a.profile .hidden {
    display: block !important;
    visibility: visible !important;
  }

  header .top-menu .block-right .block-wc-links a.profile i {
    font-size: 24px;
  }

  footer .col {
    flex-basis: auto;
  }

  footer .col-footer-1,
  footer .col-footer-2,
  footer .col-footer-3,
  footer .col-footer-4,
  form .wcpa_form_outer {
    margin: 1em 0;
  }

  footer .footer-1 {
    padding: 1.5em 0;
  }

  .page-send-flowers > .wp-block-group,
  div.woocommerce-MyAccount-content,
  footer .footer-2 {
    padding: 1.5em;
  }

  footer .footer-2 .block-logo {
    margin-bottom: 1em;
  }

  footer .footer-2 .block-links .d-flex {
    display: block !important;
    text-align: center;
  }

  footer .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-budget .wpcf7-form .table-1,
  .page-tombstone .wpcf7-form .table-2 {
    width: 420px;
  }

  .page-budget .wpcf7-form .table-2,
  .page-tombstone .wpcf7-form .table-1 {
    width: 600px;
  }

  .page-send-flowers h2 {
    font-size: x-large;
  }

  section.category div.block-category article {
    width: 100%;
    margin: 2% 0;
  }

  .home div.block-search.wp-block-cover .wp-block-cover__inner-container {
    padding-top: 130px;
    max-width: 90%;
  }

  .home div.block-search.wp-block-cover h1 {
    font-size: 2em !important;
  }

  .home div.block-search.wp-block-cover .has-xl-font-size {
    font-size: large !important;
  }

  .table.table-bordered th {
    border: 0;
  }

  table.shop_table_responsive tr td.product-name {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }

  .woocommerce-cart .woocommerce div.cart-collaterals {
    padding-left: 0;
  }

  .woocommerce-page div.woocommerce {
    margin: 1.5em !important;
  }

  .woocommerce-form-login .col {
    flex-basis: auto !important;
  }

  .single-product main div.product,
  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul {
    display: block !important;
  }

  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation {
    position: relative;
    top: auto;
    margin-bottom: 1.5em;
    height: auto;
  }

  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li {
    text-align: center;
    padding: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  div.woocommerce-dashboard-options ul li a i {
    font-size: xx-large;
  }

  .shop_table .woocommerce-orders-table__cell-order-number {
    background-color: var(--gray-color);
  }

  .shop_table .woocommerce-orders-table__cell-order-number a {
    color: var(--third-color) !important;
  }

  .accordionBody ul.products li.product img {
    object-fit: contain;
    -o-object-fit: contain;
    height: 175px;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  div.widget.grant {
    max-width: 95%;
  }

  section.page-error ul {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }

  .payment_method_paypal p,
  .woocommerce-EditAccountForm span em,
  .woocommerce-terms-and-conditions-wrapper p,
  div#moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p,
  div#moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p
    a {
    font-size: small;
    font-weight: 400;
  }

  div#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 7px;
  }

  div.modaal-wrapper {
    z-index: 999998 !important;
  }

  div.modaal-wrapper .modaal-close {
    z-index: 999998 !important;
  }

  div.modaal-content-container,
  div.modaal-inner-wrapper {
    padding: 10px !important;
  }

  .select2.select2-container,
  .single-product div.product .summary,
  .single-product div.product .woocommerce-product-gallery,
  .woocommerce-cart .woocommerce div.cart-collaterals,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 100% !important;
  }

  .single div.block-cover.wp-block-cover .has-xl-font-size,
  div.accordionWrapper .accordionHeader h4,
  fieldset legend,
  section.category .block-category article .content .title a,
  section.category .block-category article .content .title a:active,
  section.category .block-category article .content .title a:focus,
  section.category .block-category article .content .title a:link,
  section.category .block-category article .content .title a:visited {
    font-size: medium !important;
  }

  .logged-in.woocommerce-account.woocommerce-page div.woocommerce,
  .single-product div.product .summary p,
  span.wpcf7-list-item {
    margin: 0 !important;
  }

  .page-legal .wp-block-table,
  div.woocommerce form label,
  div.woocommerce form select,
  div.woocommerce form textarea,
  div.woocommerce input[type="email"],
  div.woocommerce input[type="number"],
  div.woocommerce input[type="password"],
  div.woocommerce input[type="tel"],
  div.woocommerce input[type="text"],
  form.wpcf7-form .wpcf7-list-item-label,
  form.wpcf7-form input[type="email"],
  form.wpcf7-form input[type="number"],
  form.wpcf7-form input[type="tel"],
  form.wpcf7-form input[type="text"],
  form.wpcf7-form p,
  form.wpcf7-form select,
  form.wpcf7-form textarea {
    font-size: small;
  }

  .navigation h2,
  .single .wp-block-cover .has-xxl-font-size,
  div.woocommerce form h3,
  form.wpcf7-form h5 {
    font-size: large !important;
  }

  .pompas_funebres_ibiza-block-deceased .has-xxl-font-size {
    font-size: large !important;
  }

  .shop_table td.product-thumbnail,
  header .main-navigation .menu-menu-principal-container,
  header .menu-menu-social-container,
  header .top-menu .block-center,
  header .top-menu .block-left strong,
  header .top-menu .block-right .block-wc-links a.profile span,
  header .top-menu .block-right .separator {
    display: none;
    visibility: hidden;
  }

  header .main-navigation.toggled .menu-menu-principal-container,
  header.menu-collapse .block-logo img {
    display: block;
    visibility: visible;
  }

  header .main-navigation.toggled .menu-menu-principal-container {
    position: absolute;
    width: 100%;
    height: calc(100vh - 65px);
    background: var(--white-color);
    top: 65px;
    left: 0;
    padding-bottom: 65px;
    overflow-y: auto;
  }

  header .top-menu {
    /* height: 45px; */
  }

  header .main-menu {
    height: 80px;
  }

  header .main-menu .current-menu-item a::after,
  header .main-menu a::after,
  header .main-menu a:hover::after {
    bottom: -14px;
    height: 3px;
  }

  header .top-menu .block-right.justify-content-end {
    -ms-flex-pack: space-around !important;
    justify-content: space-around !important;
  }

  header .top-menu .block-left,
  header .top-menu .block-right {
    text-align: center;
    width: 50%;
  }

  footer .footer-2 .block-logo img,
  header .block-logo .custom-logo {
    height: 42px;
  }

  header div.block-logo,
  header.menu-collapse div.block-logo {
    position: absolute;
    top: 48px;
    left: 10px;
    height: 75px;
    width: auto;
    background: 0 0;
    padding: 1em;
  }

  header .main-navigation .menu-menu-principal-container ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 10, 64, 0.4);
  }

  header .top-menu .block-right .block-wc-links a,
  header .top-menu .block-right .block-wc-links a:active,
  header .top-menu .block-right .block-wc-links a:focus,
  header .top-menu .block-right .block-wc-links a:hover,
  header .top-menu .block-right .block-wc-links a:link,
  header .top-menu .block-right .block-wc-links a:visited {
    display: inline-block;
    padding: 0 5px;
  }

  header .top-menu .block-right .block-wc-links a.profile {
    line-height: 24px;
    vertical-align: middle;
  }

  header .top-menu .block-right .block-wc-links a.profile .hidden {
    display: block !important;
    visibility: visible !important;
  }

  header .top-menu .block-right .block-wc-links a.profile i {
    font-size: 24px;
  }

  footer .col {
    flex-basis: auto;
  }

  footer .col-footer-1,
  footer .col-footer-2,
  footer .col-footer-3,
  footer .col-footer-4,
  form .wcpa_form_outer {
    margin: 1em 0;
  }

  footer .footer-1 {
    padding: 1.5em 0;
  }

  .page-send-flowers > .wp-block-group,
  div.woocommerce-MyAccount-content,
  footer .footer-2 {
    padding: 1.5em;
  }

  footer .footer-2 .block-logo {
    margin-bottom: 1em;
  }

  footer .footer-2 .block-links .d-flex {
    display: block !important;
    text-align: center;
  }

  footer .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-budget .wpcf7-form .table-1,
  .page-tombstone .wpcf7-form .table-2 {
    width: 420px;
  }

  .page-budget .wpcf7-form .table-2,
  .page-tombstone .wpcf7-form .table-1 {
    width: 600px;
  }

  .page-send-flowers h2 {
    font-size: x-large;
  }

  section.category div.block-category article {
    width: 100%;
    margin: 2% 0;
  }

  .home div.block-search.wp-block-cover .wp-block-cover__inner-container {
    padding-top: 130px;
    max-width: 90%;
  }

  .home div.block-search.wp-block-cover h1 {
    font-size: 2em !important;
  }

  ul.products li.product {
    width: 100%;
    margin: 1%;
    float: left;
    min-height: 400px;
  }

  .table.table-bordered th {
    border: 0;
  }

  table.shop_table_responsive tr td.product-name {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }

  .woocommerce-form-login .col {
    flex-basis: auto !important;
  }

  .woocommerce-cart .woocommerce div.cart-collaterals {
    padding-left: 0;
  }

  .woocommerce-page div.woocommerce {
    margin: 1em !important;
  }

  .single-product main div.product,
  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul {
    display: block !important;
  }

  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation {
    position: relative;
    top: auto;
    margin-bottom: 1.5em;
    height: auto;
  }

  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li {
    text-align: center;
    padding: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  div.woocommerce-dashboard-options ul li a i {
    font-size: xx-large;
  }

  .shop_table .woocommerce-orders-table__cell-order-number {
    background-color: var(--gray-color);
  }

  .shop_table .woocommerce-orders-table__cell-order-number a {
    color: var(--third-color) !important;
  }

  .accordionBody ul.products li.product img {
    object-fit: contain;
    -o-object-fit: contain;
    height: 175px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  div.widget.grant {
    max-width: 90%;
  }

  .container,
  .container-sm {
    max-width: 100% !important;
  }

  .payment_method_paypal p,
  .woocommerce-EditAccountForm span em,
  .woocommerce-terms-and-conditions-wrapper p,
  div#moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p,
  div#moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p
    a {
    font-size: small;
    font-weight: 400;
  }

  div#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 7px;
  }

  div.modaal-wrapper {
    z-index: 999998 !important;
  }

  div.modaal-wrapper .modaal-close {
    z-index: 999998 !important;
  }

  div.modaal-content-container,
  div.modaal-inner-wrapper {
    padding: 10px !important;
  }

  .select2.select2-container,
  .single-product div.product .summary,
  .single-product div.product .woocommerce-product-gallery,
  .woocommerce-cart .woocommerce div.cart-collaterals,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 100% !important;
  }

  div.accordionWrapper .accordionHeader h4,
  fieldset legend,
  section.category .block-category article .content .title a,
  section.category .block-category article .content .title a:active,
  section.category .block-category article .content .title a:focus,
  section.category .block-category article .content .title a:link,
  section.category .block-category article .content .title a:visited {
    font-size: medium !important;
  }

  .logged-in.woocommerce-account.woocommerce-page div.woocommerce,
  .single-product div.product .summary p,
  span.wpcf7-list-item {
    margin: 0 !important;
  }

  .page-legal .wp-block-table,
  div.woocommerce form label,
  div.woocommerce form select,
  div.woocommerce form textarea,
  div.woocommerce input[type="email"],
  div.woocommerce input[type="number"],
  div.woocommerce input[type="password"],
  div.woocommerce input[type="tel"],
  div.woocommerce input[type="text"],
  form.wpcf7-form .wpcf7-list-item-label,
  form.wpcf7-form input[type="email"],
  form.wpcf7-form input[type="number"],
  form.wpcf7-form input[type="tel"],
  form.wpcf7-form input[type="text"],
  form.wpcf7-form p,
  form.wpcf7-form select,
  form.wpcf7-form textarea {
    font-size: small;
  }

  .navigation h2,
  .page-send-flowers h2,
  div.woocommerce form h3,
  form.wpcf7-form h5 {
    font-size: large !important;
  }

  .pompas_funebres_ibiza-block-deceased .has-xxl-font-size {
    font-size: large !important;
  }

  .shop_table td.product-thumbnail,
  header .main-navigation .menu-menu-principal-container,
  header .menu-menu-social-container,
  header .top-menu .block-center,
  header .top-menu .block-left strong,
  header .top-menu .block-right .block-wc-links a.profile span,
  header .top-menu .block-right .separator {
    display: none;
    visibility: hidden;
  }

  header .main-navigation.toggled .menu-menu-principal-container,
  header.menu-collapse .block-logo img {
    display: block;
    visibility: visible;
  }

  header .main-navigation.toggled .menu-menu-principal-container {
    position: absolute;
    width: 100%;
    height: calc(100vh - 65px);
    background: var(--white-color);
    top: 65px;
    left: 0;
    padding-bottom: 65px;
    overflow-y: auto;
  }

  header .top-menu {
    height: 45px;
  }

  header .main-menu {
    height: 80px;
  }

  header .main-menu .current-menu-item a::after,
  header .main-menu a::after,
  header .main-menu a:hover::after {
    bottom: -14px;
    height: 3px;
  }

  header .top-menu .block-right.justify-content-end {
    -ms-flex-pack: space-around !important;
    justify-content: space-around !important;
  }

  header .top-menu .block-left,
  header .top-menu .block-right {
    text-align: center;
    width: 50%;
  }

  footer .footer-2 .block-logo img,
  header .block-logo .custom-logo {
    height: 42px;
  }

  header div.block-logo,
  header.menu-collapse div.block-logo {
    position: absolute;
    top: 48px;
    left: 10px;
    height: 75px;
    width: auto;
    background: 0 0;
    padding: 1em;
  }

  header .main-navigation .menu-menu-principal-container ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 10, 64, 0.4);
  }

  header .top-menu .block-right .block-wc-links a,
  header .top-menu .block-right .block-wc-links a:active,
  header .top-menu .block-right .block-wc-links a:focus,
  header .top-menu .block-right .block-wc-links a:hover,
  header .top-menu .block-right .block-wc-links a:link,
  header .top-menu .block-right .block-wc-links a:visited {
    display: inline-block;
    padding: 0 5px;
  }

  header .top-menu .block-right .block-wc-links a.profile {
    line-height: 24px;
    vertical-align: middle;
  }

  header .main-menu .menu-toggle,
  header .top-menu .block-right .block-wc-links a.profile .hidden {
    display: block !important;
    visibility: visible !important;
  }

  header .top-menu .block-right .block-wc-links a.profile i {
    font-size: 24px;
  }

  footer .col {
    flex-basis: auto;
  }

  footer .footer-1 ul li {
    padding: 0.5% 0;
  }

  footer .col-footer-1,
  footer .col-footer-2,
  footer .col-footer-3,
  footer .col-footer-4,
  form .wcpa_form_outer {
    margin: 1em 0;
  }

  footer .footer-1 {
    padding: 1.5em 0;
  }

  .page-catalog div.woocommerce,
  .page-send-flowers > .wp-block-group,
  div.woocommerce-MyAccount-content,
  footer .footer-2 {
    padding: 1.5em;
  }

  footer .footer-2 .block-logo {
    margin-bottom: 1em;
  }

  section.category div.block-category article {
    width: 48%;
  }

  ul.products li.product {
    width: 48%;
    margin: 1%;
    float: left;
    min-height: 400px;
  }

  .table.table-bordered th {
    border: 0;
  }

  table.shop_table_responsive tr td.product-name {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }

  .woocommerce-form-login .col {
    flex-basis: auto !important;
  }

  .woocommerce-cart .woocommerce div.cart-collaterals {
    padding-left: 0;
  }

  .woocommerce-page div.woocommerce {
    margin: 1.5em !important;
  }

  .single-product main div.product,
  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul {
    display: block !important;
  }

  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation {
    position: relative;
    top: auto;
    margin-bottom: 1.5em;
    height: auto;
  }

  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li {
    text-align: center;
    padding: 0.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  div.woocommerce-dashboard-options ul li a i {
    font-size: xx-large;
  }

  .shop_table .woocommerce-orders-table__cell-order-number {
    background-color: var(--gray-color);
  }

  .shop_table .woocommerce-orders-table__cell-order-number a {
    color: var(--third-color) !important;
  }

  .single .wp-block-cover .has-xxl-font-size {
    font-size: x-large !important;
  }

  .home div.block-search.wp-block-cover .wp-block-cover__inner-container {
    padding-top: 130px;
    max-width: 90%;
  }

  .accordionBody ul.products li.product img {
    object-fit: contain;
    -o-object-fit: contain;
    height: 225px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  div.widget.grant {
    max-width: 80%;
  }

  .container,
  .container-sm {
    max-width: 100% !important;
  }

  .payment_method_paypal p,
  .woocommerce-EditAccountForm span em,
  .woocommerce-terms-and-conditions-wrapper p,
  div#moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p,
  div#moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    p
    a {
    font-size: small;
    font-weight: 400;
  }

  div#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 7px;
  }

  div.modaal-wrapper {
    z-index: 999998 !important;
  }

  div.modaal-wrapper .modaal-close {
    z-index: 999998 !important;
  }

  div.modaal-content-container,
  div.modaal-inner-wrapper {
    padding: 10px !important;
  }

  .woocommerce-cart .woocommerce div.cart-collaterals,
  .woocommerce-cart .woocommerce form.woocommerce-cart-form {
    width: 100% !important;
  }

  div.accordionWrapper .accordionHeader h4,
  fieldset legend,
  section.category .block-category article .content .title a,
  section.category .block-category article .content .title a:active,
  section.category .block-category article .content .title a:focus,
  section.category .block-category article .content .title a:link,
  section.category .block-category article .content .title a:visited {
    font-size: medium !important;
  }

  .logged-in.woocommerce-account.woocommerce-page div.woocommerce,
  .single-product div.product .summary p,
  span.wpcf7-list-item {
    margin: 0 !important;
  }

  .page-legal .wp-block-table,
  div.woocommerce form label,
  div.woocommerce form select,
  div.woocommerce form textarea,
  div.woocommerce input[type="email"],
  div.woocommerce input[type="number"],
  div.woocommerce input[type="password"],
  div.woocommerce input[type="tel"],
  div.woocommerce input[type="text"],
  form.wpcf7-form .wpcf7-list-item-label,
  form.wpcf7-form input[type="email"],
  form.wpcf7-form input[type="number"],
  form.wpcf7-form input[type="tel"],
  form.wpcf7-form input[type="text"],
  form.wpcf7-form p,
  form.wpcf7-form select,
  form.wpcf7-form textarea {
    font-size: small;
  }

  .navigation h2,
  .page-send-flowers h2,
  div.woocommerce form h3,
  form.wpcf7-form h5 {
    font-size: large !important;
  }

  header .main-navigation .menu-menu-principal-container,
  header .menu-menu-social-container,
  header .top-menu .block-center,
  header .top-menu .block-left strong,
  header .top-menu .block-right .block-wc-links a.profile span,
  header .top-menu .block-right .separator {
    display: none;
    visibility: hidden;
  }

  header .main-navigation.toggled .menu-menu-principal-container,
  header.menu-collapse .block-logo img {
    display: block;
    visibility: visible;
  }

  header .main-navigation.toggled .menu-menu-principal-container {
    position: absolute;
    width: 100%;
    height: calc(100vh - 65px);
    background: var(--white-color);
    top: 65px;
    left: 0;
    padding-bottom: 65px;
    overflow-y: auto;
  }

  header .top-menu {
    height: 45px;
  }

  header .main-menu {
    height: 80px;
  }

  header .main-menu .current-menu-item a::after,
  header .main-menu a::after,
  header .main-menu a:hover::after {
    bottom: -14px;
    height: 3px;
  }

  header .top-menu .block-right.justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  header .top-menu a#logo-grant {
    margin-left: 1em;
  }

  header .top-menu .block-left,
  header .top-menu .block-right {
    text-align: center;
    width: 50%;
  }

  footer .footer-2 .block-logo img,
  header .block-logo .custom-logo {
    height: 42px;
  }

  header div.block-logo,
  header.menu-collapse div.block-logo {
    position: absolute;
    top: 48px;
    left: 10px;
    height: 75px;
    width: auto;
    background: 0 0;
    padding: 1em;
  }

  header .main-navigation .menu-menu-principal-container ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 10, 64, 0.4);
  }

  header .top-menu .block-right .block-wc-links a,
  header .top-menu .block-right .block-wc-links a:active,
  header .top-menu .block-right .block-wc-links a:focus,
  header .top-menu .block-right .block-wc-links a:hover,
  header .top-menu .block-right .block-wc-links a:link,
  header .top-menu .block-right .block-wc-links a:visited {
    display: inline-block;
    padding: 0 5px;
  }

  header .top-menu .block-right .block-wc-links a.profile {
    line-height: 24px;
    vertical-align: middle;
  }

  header .main-menu .menu-toggle,
  header .top-menu .block-right .block-wc-links a.profile .hidden {
    display: block !important;
    visibility: visible !important;
  }

  header .top-menu .block-right .block-wc-links a.profile i {
    font-size: 24px;
  }

  footer .col {
    flex-basis: auto;
  }

  footer .footer-1 ul li {
    padding: 0.5% 0;
  }

  footer .col-footer-1,
  footer .col-footer-2,
  footer .col-footer-3,
  footer .col-footer-4,
  form .wcpa_form_outer {
    margin: 1em 0;
  }

  footer .footer-1 {
    padding: 1.5em 0;
  }

  .page-catalog div.woocommerce,
  .page-send-flowers > .wp-block-group,
  div.woocommerce-MyAccount-content,
  footer .footer-2 {
    padding: 1.5em;
  }

  footer .footer-2 .block-logo {
    margin-bottom: 1em;
  }

  ul.products li.product {
    width: 23%;
    margin: 1%;
    float: left;
    min-height: 400px;
  }

  .woocommerce-cart .woocommerce div.cart-collaterals {
    padding-left: 0;
  }

  .woocommerce-page div.woocommerce {
    margin: 1.5em !important;
  }

  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation {
    position: relative;
    top: auto;
    margin-bottom: 1.5em;
    height: auto;
  }

  .woocommerce-account div.woocommerce .woocommerce-MyAccount-navigation ul li {
    text-align: center;
    padding: 0.5em;
  }

  div.columns-4 ul.products li.product {
    width: 28.15%;
    clear: none;
  }

  .single .wp-block-cover .has-xxl-font-size {
    font-size: x-large !important;
  }

  .home div.block-search.wp-block-cover .wp-block-cover__inner-container {
    padding-top: 0;
    max-width: 90%;
  }

  .accordionBody ul.products li.product img {
    object-fit: contain;
    -o-object-fit: contain;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  div.widget.grant {
    max-width: 70%;
  }

  .page-catalog div.woocommerce,
  .woocommerce-page div.woocommerce {
    padding: 0 1em !important;
  }

  .accordionBody ul.products li.product img {
    object-fit: contain;
    -o-object-fit: contain;
  }
}

@media (max-width: 1200px) {
  header.menu-collapse .header-menu {
    display: none;
  }

  header.menu-collapse .header-mobile {
    background-color: var(--white-color);
  }

  header.menu-collapse .header-mobile .m-logo img {
    height: 50px;
  }
}

@media (max-width: 1370px) {
  .boton-flores {
    position: relative;
    width: auto;
    transition: all 0.2s;
  }

  .boton-flores:hover {
    position: relative;
    width: auto;
    transition: all 0.2s;
  }
}
