/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/
@import "./css/variables.css";

/*********************************\
              GENERAL
\*********************************/
.validate_email_against_bot {
  display: none;
}

:root {
  scrollbar-color: var(--principal) var(--blanco);
  scrollbar-width: thin;
}

.opacity-5 {
  opacity: 0.5;
}

.productos-interes .type-product {
  display: grid !important;
  grid-template-areas:
    "img title title title btn"
    "img price price price btn" !important;
  align-items: center !important;
}

.productos-interes .products {
  display: flex !important;
  flex-direction: column !important;
}

.productos-interes .products > li {
  border: none !important;
  border-bottom: 1px solid #d9dee5 !important;
}

.productos-interes .type-product .mfn-li-product-row-image {
  grid-area: img !important;
}
.productos-interes .type-product .mfn-after-shop-loop-item-title {
  display: none !important;
}

.productos-interes .type-product .mfn-li-product-row-button {
  grid-area: btn !important;
}

.productos-interes .type-product .mfn-li-product-row-price > p {
  color: var(--azul) !important;
  font-weight: 500 !important;
}

.productos-interes .type-product .mfn-li-product-row-price {
  grid-area: price !important;
  margin-top: -4rem !important;
}

.productos-interes .type-product .mfn-li-product-row-title {
  grid-area: title !important;
  margin-bottom: -4rem;
}
.productos-interes .type-product .mfn-li-product-row-image {
  grid-area: img !important;
  width: 200px;
}

.productos-interes .title.heading {
  display: none !important ;
}

.productos-interes
  .type-product
  .mfn-li-product-row-button
  .add_to_cart_button {
  border-radius: 100px;
  width: 40px;
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.single_add_to_cart_button {
  background-color: var(--azul) !important;
  border-radius: 100px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat" !important;
  font-weight: 700 !important;
  grid-area: btn;
}

.column_product_price {
  margin: 2.5rem 0 3rem 0 !important;
}

.mcb-item-product_price-inner > .price {
  display: flex;
  align-items: flex-end;
  column-gap: 2rem;
}

.mfn-product-add-to-cart > .stock,
.woocommerce-variation-availability .stock {
  display: none !important;
}

.woocommerce-variation-add-to-cart {
  grid-template-columns: 110px;
  display: grid !important;
  grid-template-areas:
    "cantidad contador"
    "btn btn";
  row-gap: 2rem;
}

.qty {
  background-color: transparent !important;
}

.quantity_span + .quantity {
  grid-area: contador;
}

.quantity_span {
  font-size: 18px;
  font-weight: 600;
  grid-area: cantidad;
  margin-right: 1.5rem;
}

.quantity_span.hidden {
  display: none !important;
}

.product-price .price del,
.product-price .price ins {
  text-decoration: none;
}

.size-35 {
  font-size: 35px;
}

.wpcf7-acceptance-as-validation .wpcf7-list-item > label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 0.5rem;
}

.woocommerce-review-link {
  color: #191919 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 50% !important;
}

.mcb-section .mcb-wrap .mcb-item-dyru94qjq .star-rating:before,
.mcb-section .mcb-wrap .mcb-item-dyru94qjq .star-rating span {
  color: var(--azul) !important;
}

form.cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  row-gap: 1.5rem;
}

form.cart input[type="number"] {
  font-size: 22px !important;
  font-family: "Montserrat";
  border-radius: 100px !important;
  border: 2px solid #d9dee5 !important;
  color: #000 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.added::after {
  margin-left: 0 !important;
}

.add_to_cart_button.loading .icon-plus,
.add_to_cart_button.added .icon-plus {
  display: none !important;
}

.single-product #Subheader h2.title {
  display: none !important;
}

.breadcrumbs.woocommerce-breadcrumb {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
}

.breadcrumbs.woocommerce-breadcrumb li > span {
  opacity: 1 !important;
}
.breadcrumbs.woocommerce-breadcrumb .icon-right-open {
  font-size: 17px;
}
.breadcrumbs.woocommerce-breadcrumb .icon-right-open:before {
  color: #112333 !important;
}

.breadcrumbs.woocommerce-breadcrumb > li {
  font-weight: 700 !important;
  font-size: 14px !important;
}

.breadcrumbs.woocommerce-breadcrumb > li:last-child {
  color: #1b1b1b !important;
}

.breadcrumbs.woocommerce-breadcrumb
  > li:not(.breadcrumbs.woocommerce-breadcrumb > li:last-child) {
  color: #818a96 !important;
}

.woocommerce-product-gallery__image {
  pointer-events: none !important;
}

body.single-product.button-custom .button:before {
  border: none !important;
}

.product-sizes {
  margin: 3rem 0;
}

.product-sizes > label {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 18px;
}

.tallas-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}

.talla-option {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  width: 73px;
  height: 56px;
  padding: 1rem;
  border: 1.2px solid #d9dee5;
  transition: border 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.talla-option.disabled {
  pointer-events: none;
  background-color: #d9dee5;
}

.talla-option.active {
  border: 1.2px solid #bdd13b;
}

body.style-simple {
  --mfn-column-gap-bottom: 0;
  --mfn-column-gap-left: 0;
  --mfn-column-gap-right: 0;
}

body a {
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

body .form-legal {
  font-size: 0.7em;
  line-height: 1.5em;
  opacity: 0.7;
  padding: 20px 0 0;
  text-align: justify;
}

body input[name="politica"] + span {
  font-weight: 500;
}

body #cmplz-document {
  max-width: 100%;
  padding: 40px 0;
  text-align: justify;
}

body #cmplz-document h2 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0px;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 60px;
}

body #cmplz-document h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0px;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}

body #cmplz-document h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}

body .principal {
  color: var(--principal);
}

body .secundario {
  color: var(--secundario);
}

body .blanco {
  color: var(--blanco);
}

body .listNone {
  list-style: none !important;
  margin: 0 !important;
}

body .listNone li {
  display: flex;
  align-items: flex-start;
}

body .listNone li i {
  margin-right: 10px;
  color: var(--principal);
  font-size: 1.2em;
  margin-top: 0.1em;
}

body.button-custom .button .button_label,
body.button-custom input[type="submit"],
body.button-custom button:not(.cc-btn),
body.button-custom .action_button {
  text-transform: uppercase;
}

body.button-custom .button {
  transform-origin: left;
  overflow: visible;
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
}

body.button-custom .button:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

body.button-custom .button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 2px var(--principal);
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

body.button-custom .button.button_theme:before {
  border-color: var(--negro);
}

body.button-custom .button:hover:before {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
}

body.button-custom .align_right .button {
  transform-origin: right;
  margin-right: 0;
  margin-left: 10px;
}

body .otgs-development-site-front-end,
body .wpml-ls-statics-footer {
  display: none;
}

body p:empty {
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}

body #cmplz-manage-consent .cmplz-manage-consent {
  background-image: url(imagenes/fondo-ajustes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  right: unset !important;
  left: 0px;
  font-size: 0px;
  color: var(--negro) !important;
  width: 140px;
  background-color: transparent !important;
  box-shadow: unset !important;
  bottom: -2px !important;
  padding: 0 !important;
  border: 0;
}

body #cmplz-manage-consent .cmplz-manage-consent:before {
  content: "";
  background-image: url(imagenes/icono-ajustes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover:before {
  transform: translate(-50%, -54%);
  -webkit-transform: translate(-50%, -54%);
  -moz-transform: translate(-50%, -54%);
  -ms-transform: translate(-50%, -54%);
  -o-transform: translate(-50%, -54%);
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  letter-spacing: 0;
  font-size: 22px !important;
  text-transform: none;
  justify-content: center;
  padding-top: 13px;
}

body.admin-bar .full-screen .section_wrapper {
  min-height: calc(100vh - 32px);
}

body .section.has-video .section_video {
  display: flex;
  align-items: center;
  justify-content: center;
}

body .section.has-video .section_video video {
  top: unset;
  left: unset;
}

.joinchat--left .joinchat__button {
  left: 20px;
  bottom: 40px;
}

body.style-simple .responsiveWidth {
  max-width: calc(2 * var(--halfSection));
}

body.mobile-side-slide {
  overflow-x: hidden !important;
}

body .section_wrapper,
body .container {
  box-sizing: border-box;
  padding-left: 33px;
  padding-right: 33px;
}

/*********************************\
              HEADER
\*********************************/
body #Top_bar .menu > li {
  text-transform: uppercase;
}

body #Top_bar .menu li ul li {
  width: 250px;
  line-height: 1.5;
}

body #Top_bar .search_wrapper button[type="submit"] {
  display: none;
}

body.header-fixed #Top_bar:not(.is-sticky) {
  box-shadow: none;
}

body #Top_bar .menu > li.current-menu-item.neverActive > a:not(:hover) {
  color: inherit;
}

body header.mfn-header-tmpl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--azul);
  left: 0;
  bottom: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

body.mfn-header-scrolled header.mfn-header-tmpl:before {
  bottom: 0;
}

body #Subheader {
  border-top: solid 137px var(--negro);
}

body:not(.template-slider) #mfn-header-template {
  background: var(--azul);
}

body:not(.template-slider) #Content {
  padding-top: 137px !important;
}

body .breadcrumbs > li:last-child,
body .breadcrumbs > li:last-child a {
  color: var(--negro) !important;
}

body.search #Subheader {
  display: none;
}

/*********************************\
              FOOTER
\*********************************/
body #Footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body #Footer .widgets_wrapper .widget {
  margin: 0;
}

body #Footer .copyright a:hover {
  text-decoration: none;
}

body #Footer .footer_copy {
  border: 0;
}

body #Footer .footer_copy .one {
  --mfn-column-gap-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
}

body #Footer .footer_copy .social {
  display: none;
}

body #Footer .menu {
  list-style: none;
  padding: 0;
  background: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

body #Footer .copyright .menu {
  justify-content: center;
  gap: 0 10px;
  flex-direction: row;
}

body #Footer .menu li:after {
  content: none;
}

body #Footer .menu a {
  padding: 5px 0;
}

body #Footer .footer_copy .copyright {
  font-size: 13px;
  float: none;
  text-align: center;
}

body #back_to_top {
  padding: 0;
  border-color: transparent;
}

body #Footer .wp-block-image {
  margin: 0;
}

body .payment-methods-list.greyscale img {
  filter: grayscale(1) brightness(4);
  -webkit-filter: grayscale(1) brightness(4);
}

body ul.social {
  display: flex;
  gap: 7px;
}

body footer ul.social li a {
  line-height: 1;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: rgb(255 255 255 / 50%);
  color: var(--negro) !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

body footer ul.social li a:hover {
  background: var(--principal);
}

body footer ul.social li.facebook a {
  align-items: flex-end;
  font-size: 16px;
}

body footer ul.social li.facebook a i {
  margin-bottom: -1px;
}

body #mfn-footer-template .wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  color: var(--negro);
}

body #mfn-footer-template .wpcf7 form a {
  color: var(--principal);
}

body #mfn-footer-template .wpcf7 a:hover {
  color: var(--secundario);
}

body #mfn-footer-template .wpcf7 .acceptance {
  width: 100%;
  margin: 0;
}

body #mfn-footer-template .wpcf7 .form-legal {
  padding: 0;
}

body #mfn-footer-template .wpcf7 .form-legal p {
  margin: 0;
}

body #mfn-footer-template .wpcf7 .flex {
  display: flex;
  flex-grow: 1;
  width: min-content;
  gap: 10px;
  padding-right: 10px;
}

body #mfn-footer-template .wpcf7 .grow {
  flex-grow: 1;
}

body #mfn-footer-template .wpcf7 .grow input {
  min-height: 55px;
}

/*Kit digital*/

body footer .financiacion {
  display: grid;
  grid-template-columns: 1fr 1fr 5fr;
  gap: 20px;
  text-align: left;
  align-items: center;
}

body footer .financiacion > div {
  line-height: 0;
}

body footer .financiacion > div img {
  max-height: 50px;
  width: auto;
}

body footer .financiacion > div p {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  body footer .financiacion {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 5px;
  }

  body footer .financiacion > div:last-child {
    grid-column: 1 / span 2;
  }
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
  line-height: 1.2;
}

/*********************************\
              INICIO
\*********************************/
.categoriesSlider .woocommerce ul.products {
  display: block;
}

.categoriesSlider .woocommerce ul.products .slick-track {
  display: flex;
}

.categoriesSlider .woocommerce ul.products .slick-arrow {
  z-index: 10;
  position: absolute;
  font-size: 14px;
  width: 1.7em;
  height: 1.7em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: none;
  border: solid 1px var(--negro);
  color: var(--negro);
  right: 20px;
  top: -3em;
  margin: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.categoriesSlider .woocommerce ul.products .slick-arrow.slick-prev {
  margin-right: 2.5em;
}

.categoriesSlider
  .woocommerce
  ul.products
  .slick-arrow:not(.slick-disabled):hover {
  background: var(--negro);
  color: var(--blanco);
}

.categoriesSlider .woocommerce ul.products .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

.categoriesSlider .woocommerce ul.products .slick-list {
  --sep: 40px;
  width: calc(100% + var(--sep));
  overflow: visible;
}

.categoriesSlider .woocommerce ul.products li {
  padding: 0 var(--sep) 0 0;
  border: 0 !important;
}

.column_shop_categories .woocommerce ul.products li.product a {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.column_shop_categories .woocommerce ul.products li.product a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.column_shop_categories .woocommerce ul.products li.product a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, transparent 50%, rgb(0 0 0 / 20%) 100%),
    linear-gradient(180deg, transparent 52%, rgba(0 0 0 / 50%) 100%);
  z-index: 1;
}

.column_shop_categories .woocommerce ul.products li.product a img {
  aspect-ratio: 0.675;
}

.column_shop_categories
  .woocommerce
  ul.products
  li.product
  a
  .woocommerce-loop-category__title {
  position: absolute;
  bottom: 0;
}

.column_shop_categories
  .woocommerce
  ul.products
  li.product
  a
  .woocommerce-loop-category__title {
  position: absolute;
  bottom: 0;
  font-size: 46px;
  line-height: 1;
  color: var(--blanco);
  z-index: 2;
  padding: 20px 30px;
}

body .xxlTitle .title {
  font-size: 115px;
  line-height: 1em;
  font-family: var(--fonttitle);
}

body .xxlTitle .title .blanco {
  font-size: 1.4em;
  display: block;
}

body #sb_instagram .sb_instagram_header .sbi_header_img {
  display: none;
}

body #sb_instagram .sb_instagram_header .sbi_feedtheme_header_text h3 {
  font-size: var(--size-l) !important;
  color: var(--principal);
}

body #sb_instagram .sb_instagram_header .sbi_feedtheme_header_text h3:before {
  content: "@";
}

body #sb_instagram .sb_instagram_header {
  padding: 0 0 20px;
}

/*********************************\
             CONTACTO
\*********************************/
body .wpcf7-form [type="submit"] {
  width: 100%;
  margin: 0 !important;
  justify-content: center;
}

body .wpcf7-form .wpcf7-spinner {
  margin: 5px 0 0 -12px;
  left: 50%;
}

body .column_cf7 input[type="checkbox"] {
  min-height: 0;
  margin: 5px 0 0 0;
}

body .wpcf7 p {
  margin: 0;
}

body .wpcf7 .wpcf7-form-control-wrap {
  margin: 0 0 10px;
}

body .wpcf7 .wpcf7-list-item {
  margin: 0;
}

/*********************************\
         PÁGINAS INTERNAS
\*********************************/

/*********************************\
          BLOG / NOTICIAS
\*********************************/
/* Fixed nav arrows */
body .fixed-nav {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

body .fixed-nav .desc h6 {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body .fixed-nav .desc .date {
  font-size: 13px;
  color: var(--gris);
  border: 0;
}

body .fixed-nav .desc .date .icon-clock {
  display: none;
}

body .fixed-nav .photo img,
body .Recent_posts ul li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Barra lateral */
body .Recent_posts ul li a .desc {
  padding: 8px 10px 3px;
  min-height: 80px;
}

body .Recent_posts ul li a .desc h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}

body .Recent_posts ul li a .desc .date {
  font-size: 12px;
  line-height: 14px;
}

body .widget:not(.widget_block) > h3 {
  font-size: 21px;
  line-height: 29px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -1px;
}

body .mcb-sidebar select {
  width: 100%;
}

body .widget_categories ul {
  list-style: none;
  padding: 0;
  background: none;
}

body .widget_categories ul li:after {
  content: none;
}

body .widget_categories ul li a {
  padding: 5px 10px;
  background: var(--principal);
  display: block;
  border-radius: 3px;
  margin-bottom: 6px;
}

body .widget_categories ul li a:hover {
  background: var(--secundario);
}

/*********************************\
           WOOCOMMERCE
\*********************************/
body .woocommerce ul.products li.product .woocommerce-placeholder {
  border: 0;
}

body .woocommerce .quantity .qty {
  padding: 10px 30px !important;
}

body .woocommerce table.shop_table tr.order-total .includes_tax {
  display: block;
}

body
  .woocommerce
  table.shop_table
  tr.order-total
  .includes_tax
  .woocommerce-Price-amount {
  font-size: 1em;
  font-weight: 400;
  color: #767676;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce .sku_wrapper {
  display: none;
}

.woocommerce ul.products {
  display: grid;
  gap: 20px;
}

.woocommerce.columns-2 ul.products,
.woocommerce ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}

.woocommerce.columns-3 ul.products,
.woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce.columns-4 ul.products,
.woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
  display: none;
}

.woocommerce ul.products li.product {
  height: inherit;
  margin: 0 !important;
  width: auto !important;
  border: solid 1px rgb(0 0 0 / 10%);
  text-align: left;
}

.woocommerce ul.products li.product .desc {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.woocommerce ul.products li.product .desc .cat {
  font-size: var(--size-xs);
  line-height: 1;
  color: var(--negro);
  opacity: 0.6;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}

.woocommerce ul.products li.product .desc .cat:hover {
  color: var(--principal);
  opacity: 1;
}

.woocommerce ul.products li.product .desc h2,
.woocommerce ul.products li.product .desc h3 {
  font-size: var(--size-m);
  line-height: 1;
  border-bottom: solid 1px var(--gris);
  padding: 0 0 5px;
  margin: 5px 0 10px;
  width: 100%;
}

.woocommerce ul.products li.product .desc .mfn-li-product-row-button {
  margin: 0;
}

.woocommerce ul.products li.product .desc .button {
  padding: 0;
  background: none;
  color: var(--principal);
  line-height: 1;
}

.woocommerce ul.products li.product .desc .button:hover {
  box-shadow: none;
  color: var(--secundario);
}

.woocommerce ul.products li.product .desc .button:before {
  content: none;
}

.woocommerce ul.products li.product .desc .price,
.woocommerce ul.products li.product .desc .price ins,
.product-price .price ins,
.product-price .price del {
  color: var(--azul);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.woocommerce ul.products li.product .desc .price del {
  font-weight: 300;
}

.woocommerce
  ul.products
  .image_frame
  .hover-secondary-image
  a
  .attachment-woocommerce_thumbnail {
  object-fit: contain;
}

.image_frame .hover-secondary-image a {
  aspect-ratio: 1;
}

/* Single */
body .paicon-crono {
  margin-top: -0.2em;
}

body.woocommerce div.product p.stock {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  align-items: center;
}

body.woocommerce div.product p.stock i {
  font-size: 1.4em;
}

body.single-product .product-price .price {
  display: flex;
  align-items: center;
  gap: 25px;
}

body.single-product .discount-phrase {
  font-size: var(--size-s);
  font-weight: 600;
  color: var(--principal);
}

body.single-product .product-price .price ins bdi {
  font-size: var(--size-xl);
  font-weight: 400;
}

body.single-product .product-price .price del > bdi {
  text-decoration: line-through;
  font-weight: 600;
  font-size: var(--size-m);
  opacity: 0.6;
}

body.single-product.woocommerce .mfn-variations-wrapper .mfn-vr {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

body.single-product.woocommerce .mfn-variations-wrapper .mfn-vr label {
  font-size: var(--size-s);
  font-weight: 600;
  color: var(--negro);
  line-height: 1;
}

body.single-product.woocommerce
  .mfn-variations-wrapper
  .mfn-vr
  ul.mfn-vr-options.mfn-vr-labels {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}

body.single-product.woocommerce
  .mfn-variations-wrapper
  .mfn-vr
  ul.mfn-vr-options
  li
  a {
  font-size: var(--size-m);
  padding: 15px 20px;
  text-align: center;
}

body.single-product.woocommerce
  .mfn-variations-wrapper
  .mfn-vr
  ul.mfn-vr-options:not(.mfn-vr-labels) {
  gap: 5px;
}

body.single-product.woocommerce
  .mfn-variations-wrapper
  .mfn-vr
  ul.mfn-vr-options.mfn-vr-color
  li
  a {
  padding: 3px;
}

body.single-product.woocommerce
  .mfn-variations-wrapper
  .mfn-vr
  ul.mfn-vr-options
  li.active
  a {
  border-color: var(--principal);
}

body.woocommerce.single-product .product .single_variation .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  color: var(--azul);
  font-weight: 600;
}

body.woocommerce.single-product div.product span.price ins {
  font-weight: 500;
}

body.woocommerce.single-product
  div.product
  div.images
  .flex-control-thumbs
  li
  img {
  border: solid 1px transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

body.woocommerce.single-product
  div.product
  div.images
  .flex-control-thumbs
  li
  img.flex-active {
  border-color: var(--gris);
}

.woocommerce .mfn-upsells ul.products.columns-1 {
  gap: 0;
}

.woocommerce .mfn-upsells ul.products.columns-1 li.product {
  margin: 0 !important;
  border-width: 0 0 2px 0;
}

.woocommerce
  .mfn-upsells
  ul.products.columns-1
  li.product
  .mfn-li-product-row-image {
  width: 20%;
  margin: 10px 0;
}

.woocommerce .mfn-upsells ul.products.columns-1 li.product .desc {
  width: 80%;
}

.woocommerce .mfn-upsells ul.products li.product .desc .cat {
  display: none;
}

.woocommerce .mfn-upsells ul.products li.product .desc h3 {
  border: 0;
  margin: 0;
}

.woocommerce .mfn-upsells ul.products li.product .desc .mfn-li-product-row {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.woocommerce .mfn-upsells ul.products li.product .desc .add_to_cart_button {
  color: var(--blanco);
  background: var(--negro);
  font-size: 15px;
  display: flex;
  width: 3em;
  height: 3em;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.woocommerce
  .mfn-upsells
  ul.products
  li.product
  .desc
  .add_to_cart_button:hover {
  background: var(--principal);
}

.woocommerce
  .mfn-upsells
  ul.products
  li.product
  .desc
  .add_to_cart_button
  i:before {
  content: "\e908";
}

body.single-product .the_content_wrapper {
  line-height: 1.5;
}

body.single-product .the_content_wrapper p,
body.single-product .the_content_wrapper ul,
body.single-product .the_content_wrapper li {
  margin-bottom: 10px;
}

/*********************************\
            RESPONSIVE
\*********************************/
@media only screen and (max-width: 1239px) {
  .woocommerce-orders-table a.button {
    font-size: 23px !important;
    line-height: 23px !important;
  }
  #Content h1:not(.woocommerce-products-header__title) {
    font-size: 54px !important;
    line-height: 84px !important;
  }
  .info-contacto .desc-wrapper .desc {
    font-size: 33px !important;
    line-height: 1.1em !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
  .column_shop_categories
    .woocommerce
    ul.products
    li.product
    a
    .woocommerce-loop-category__title {
    font-size: 36px;
  }

  .woocommerce ul.products li.product .desc .price,
  .woocommerce ul.products li.product .desc .price ins {
    font-size: 14px;
  }

  .woocommerce ul.products li.product .desc .button {
    font-size: 22px;
  }

  .woocommerce ul.products li.product .desc h2,
  .woocommerce ul.products li.product .desc h3 {
    font-size: 20px;
  }

  .single-product .products {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)) !important;
  }

  .prod_destacados_container
    > div:not(.mcb-background-overlay)
    > .laptop-one-second.mcb-wrap {
    width: 100%;
  }

  .prod_destacados_container > div:not(.mcb-background-overlay) {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .juega_con_estilo > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 60px;
  }

  .productos-interes .type-product .mfn-li-product-row-price {
    margin-top: -2rem !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
  body .Recent_posts ul li .photo {
    display: none;
  }

  body .Recent_posts ul li a .desc {
    margin: 0;
  }
}

@media only screen and (max-width: 959px) {
  body:not(.template-slider) #Content{
    padding-top: 84px !important;
  }
  body.single-product #Content{
    padding-top: 110px !important;
  }
  body #Top_bar .top_bar_left {
    width: 100%;
  }

  body .animate {
    animation-delay: 0ms !important;
  }
  #sb_instagram {
    padding-bottom: 0 !important;
  }
  .woocommerce.columns-4 ul.products,
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  body .xxlTitle .title {
    font-size: 85px;
  }

  .single-product .products {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)) !important;
  }

  .prod_destacados_container
    > div:not(.mcb-background-overlay)
    > .laptop-one-second.mcb-wrap {
    width: 100%;
  }

  .info_adicional > div:not(.mcb-background-overlay) {
    display: grid;
    grid-template-columns: 1fr;
  }

  .info_adicional
    > div:not(.mcb-background-overlay)
    .tablet-one-second.mcb-wrap {
    width: 100% !important;
  }

  .prod_destacados_container > div:not(.mcb-background-overlay) {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .imagen_tallas > div > div:not(.mcb-background-overlay) > div {
    margin-left: 0 !important;
    margin-top: 2rem !important;
  }

  .juega_con_estilo > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 60px;
  }

  .productos-interes .type-product .mfn-li-product-row-price {
    margin-top: -2rem !important;
  }

  .discount-phrase {
    margin-left: 0 !important;
    margin-top: 1rem;
    display: block;
  }

  .stock.in-stock {
    top: 17px;
  }
  /* single product */
  .single-product .section_wrapper {
    flex-direction: column;
  }
  .single-product .tablet-three-fifth.mcb-wrap,
  .single-product .tablet-two-fifth.mcb-wrap {
    width: 100%;
  }
  .single-product h1 {
    font-size: 50px !important;
    line-height: 1.1em !important;
  }
  /* contacto */
  .mcb-wrap-2c2q5vz5o.tablet-one-second.mcb-wrap,
  .mcb-wrap-1vurlabaf.tablet-one-second.mcb-wrap {
    width: 100%;
  }
  .mcb-wrap-inner-2c2q5vz5o {
    margin-right: 0 !important;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  body .paddingLeft {
    padding-left: 40px;
  }

  body .paddingRight {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
    body:not(.template-slider) #Content{
    padding-top: 73px !important;
  }
    body.single-product #Content{
    padding-top: 99px !important;
  }
  .mcb-column-inner-ygw6g69k3.mcb-item-breadcrumbs-inner{
    margin-bottom: 0 !important;
  }
  .joinchat {
    --bottom: 20px;
  }

  .joinchat--left .joinchat__button {
    bottom: 0;
  }

  body .hideMobile {
    display: none !important;
  }

  body #Top_bar.is-sticky {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }

  body.style-simple .responsiveWidth {
    max-width: 670px;
    padding: 0 33px;
  }

  body .section_wrapper,
  body .container {
    padding-left: 0;
    padding-right: 0;
  }

  body .mfn-footer-tmpl .mcb-section:not(.full-width) {
    max-width: 900px;
  }

  .column_shop_categories
    .woocommerce
    ul.products
    li.product
    a
    .woocommerce-loop-category__title {
    font-size: 36px;
  }

  body .xxlTitle .title {
    font-size: 115px;
  }
  input[type="submit"],
  .woocommerce-MyAccount-content button.woocommerce-Button {
    font-size: 23px !important;
  }
  .mcb-column-inner-c623c83d4.mcb-item-plain_text-inner {
    margin-bottom: 0 !important;
  }
  /* sobre nosotros */
  .mcb-item-omn1ij5z8.mobile-one.column {
    max-width: 60% !important;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-qbrcyf25t
    .mcb-column-inner-qbrcyf25t.mcb-item-image-inner {
    margin-right: 0 !important;
  }
  .mcb-section
    .mcb-wrap
    .mcb-item-40bp3f2r9
    .mcb-column-inner-40bp3f2r9.mcb-item-image-inner {
    margin-left: 0 !important;
  }
  /* kit digital */
  body footer .financiacion {
    gap: 15px;
  }
  /* mi cuenta */
  .woocommerce-account
    .woocommerce-Addresses
    .woocommerce-Address:first-of-type {
    margin-bottom: 60px;
  }
  .woocommerce-MyAccount-content button.woocommerce-Button {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 580px) {
  .woocommerce ul.products li.product .desc .price,
  .woocommerce ul.products li.product .desc .price ins {
    font-size: 14px;
  }

  .woocommerce ul.products li.product .desc .button {
    font-size: 22px;
  }
}

@media only screen and (max-width: 480px) {
  body .woocommerce-variation-add-to-cart {
    flex-direction: column;
  }

  body .woocommerce .quantity {
    width: 100%;
    margin: 0 0 5px !important;
  }

  body .woocommerce .product div.entry-summary .cart .button {
    width: 100%;
  }

  body
    .woocommerce
    .product
    div.entry-summary
    .accordion
    table.shop_attributes
    tr {
    display: flex;
    flex-direction: column;
    padding: 0 0 10px;
  }

  body
    .woocommerce
    .product
    div.entry-summary
    .accordion
    table.shop_attributes
    tr:last-child {
    padding: 0;
  }

  body
    .woocommerce
    .product
    div.entry-summary
    .accordion
    table.shop_attributes
    th,
  body
    .woocommerce
    .product
    div.entry-summary
    .accordion
    table.shop_attributes
    td {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  body header .header-cart-total {
    display: none;
  }

  body #wpcf7-f714-o1 form > p {
    width: 100% !important;
  }

  body #mfn-footer-template .wpcf7 .flex {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }

  .column_shop_categories
    .woocommerce
    ul.products
    li.product
    a
    .woocommerce-loop-category__title {
    font-size: 30px;
  }

  .woocommerce.columns-2 ul.products,
  .woocommerce.columns-4 ul.products,
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  body .xxlTitle .title {
    font-size: 85px;
  }

  .productos-interes
    .type-product
    .mfn-li-product-row-button
    .add_to_cart_button {
    position: absolute;
    right: 1px;
    bottom: 18px;
  }
  .button-custom .button {
    font-size: 23px !important;
    line-height: 23px !important;
  }
  /* contacto */
  #Content h1:not(.woocommerce-products-header__title) {
    font-size: 50px !important;
    line-height: 1.1em !important;
  }
  .info-contacto .desc-wrapper .desc {
    font-size: 28px !important;
  }
  /* suscribirse */
  body #mfn-footer-template .wpcf7 form {
    flex-direction: column;
  }
  body #mfn-footer-template .wpcf7 .flex {
    width: 100%;
  }
  body #mfn-footer-template .wpcf7 .acceptance {
    margin-top: 10px;
  }
}
