@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

h2, h1 {
  font-family: "Inter", sans-serif;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.mensaje-top {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.header {
  z-index: 100;
  position: absolute;
  width: 100%;
}

.contenedor-header {
  max-width: 1150px;
  margin: 0 auto;
  width: 90%;
  display: grid;
}

@media (min-width: 813px) {
  .contenedor-header {
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.iconos-header ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  align-items: center;
}

.iconos-header.btn_blanca ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  align-items: center;
  background: #fff;
  padding: 10px 0px;
  border-radius: 50px;
}

.iconos-header li a {
  display: flex;
  margin-left: 5px;
  align-items: center;
}

.iconos-header li {
  margin-left: 15px;
}

.icono-cabecera {
  margin-right: 10px;
  min-width: 21px;
}

@media (max-width: 812px) {
  .iconos-header li {
    margin-left: 10px;
  }
  .div.menu {
    margin-right: 15px;
  }
}
.cantidad {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  margin-right: 4px;
}

.barra-con-buscador {
  display: flex;
  justify-content: end;
  align-items: center;
}

.form-busqueda {
  position: relative;
}

a.lupa {
  position: absolute;
  left: 10px;
  top: 10px;
}

.form-busqueda input {
  height: 40px;
  padding: 0px 20px 0px 50px;
  min-width: 350px;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  background: #f2f2f2;
}

@media (min-width: 813px) {
  .menu {
    display: none;
  }
}
@media (max-width: 812px) {
  .iconos-header li a span {
    display: none;
  }
  .icono-cabecera {
    margin-right: 0px;
    min-width: 15px;
  }
  .cantidad {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 0px;
  }
  .form-busqueda input {
    min-width: fit-content;
    width: 50%;
    margin-left: 20px;
  }
  .barra-con-buscador {
    max-width: 90%;
    margin: 0 auto;
  }
  a.lupa {
    position: absolute;
    left: 34px;
    top: 10px;
  }
  .barra-con-buscador {
    margin-top: 0px;
  }
}
.iconos-header img {
  max-width: 21px;
}

.imagen-cat {
  width: 50px;
  height: 50px;
  background: #e2f4f5;
  min-width: 50px;
  margin-right: 20px;
  overflow: hidden;
}

.btn_cat {
  display: block;
  /* min-width: 100px; */
  text-align: center;
}

.name-cat {
  padding-top: 0px;
  text-align: left;
  font-size: 16px;
}

.botonera ul li a:hover {
  background: #fffbfb;
}

.activ {
  background: #e2f4f5 !important;
  color: #000 !important;
  font-weight: 700;
}

.botonera ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: end;
}

.botonera {
  position: relative;
  padding-right: 30px;
}

@media (max-width: 812px) {
  .botonera {
    display: none;
  }
  .logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
.botonera ul li a {
  font-weight: 400;
  display: flex;
  align-items: center;
}

.botonera > ul > li.con-mega > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 15px;
  font-size: 12px;
}

.botonera > ul > li.con-mega.desplegado > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 15px;
  font-size: 12px;
}

li.con-mega.desplegado {
  background: #eee;
}

.botonera > ul > li > a {
  /* font-weight: 700; */
  display: block;
  padding: 15px 20px;
  font-size: 18px;
}

.botonera.btn_blanca > ul > li > a {
  /* font-weight: 700; */
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
}

.botonera.btn_blanca > ul > li > a:hover {
  background: #000;
}

.botonera > ul > li:last-child > a {
  padding: 15px;
  position: relative;
}

li.pagina-actual > a {
  color: #000 !important;
  font-weight: 700 !important;
}

.mega-menu {
  position: absolute;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  padding: 30px;
  box-sizing: border-box;
  transform: translate(-50%);
  left: 50%;
  border: none;
  display: none;
  background: #fff;
}

.mega-menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 550px;
}

.mega-menu.chico ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 300px;
}

.mega-menu.grande {
  min-width: 1100px;
}

.mega-menu.chico {
  min-width: 800px;
}

.mega-menu li a {
  display: block;
  padding: 3px 10px;
}

.mega-menu li a:hover {
  color: #fff;
}

.mega-menu > ul {
  max-width: 1200px;
  margin: 0 auto;
}

.mega-menu .sub-menu {
  display: flex;
  flex-direction: column;
  padding: 0px;
  list-style: none;
}

.mega-menu > ul > li > a {
  font-weight: 700;
  margin-top: 20px;
}

h2.tit-general {
  text-align: center;
  font-size: 41px;
  border-bottom: solid 1px;
  padding-bottom: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 25px 15px;
}

h2.tit-general span {
  font-size: 18px;
  display: flex;
  padding-top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.imagen-cat img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

button.button.mi-clase {
  display: none;
}

h2.titulo-mastexto {
  text-align: center;
  font-size: 41px;
  /* border-bottom: solid 1px; */
  padding-bottom: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 25px 15px;
  max-width: 50%;
  line-height: 50px;
  padding-bottom: 48px;
}

.mas-texto {
  max-width: 80%;
  text-align: center;
  margin: 0px auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 812px) {
  h2.tit-general {
    text-align: center;
    font-size: 30px;
    border-bottom: solid 1px;
    padding-bottom: 30px;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 25px 15px;
  }
}
.footer {
  background: #000;
  position: relative;
  width: 100%;
  color: #fff;
}

.v {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 50px;
}

.foot {
  color: #fff;
  z-index: 1;
  position: relative;
}

.foot h3 {
  margin: 0px;
}

.menu-footer ul a {
  color: #fff;
  list-style: none;
}

.menu-footer ul {
  list-style: none;
  padding: 0px;
}

.menu-footer li a {
  display: block;
  line-height: 27px;
}

ul.redes li a {
  color: #fff;
  font-size: 32px;
  display: block;
  margin-right: 15px;
}

ul.redes {
  list-style: none;
  padding: 0px;
  color: #fff;
  display: flex;
  margin-top: 35px;
}

.final {
  text-align: left;
  color: #696969;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-top: 40px;
  border-top: solid 1px rgba(197, 192, 192, 0.2392156863);
  margin-top: 50px;
  padding-right: 30%;
  box-sizing: border-box;
}

.tex-final a {
  color: #fff;
  text-decoration: underline;
}

.direccion span {
  display: block;
}

.datos-contacto ul {
  line-height: 30px;
}

.logo-pago {
  margin-top: 20px;
}

@media (max-width: 812px) {
  .logo-footer {
    max-width: 200px;
    margin: 0 auto;
  }
  .final {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding-top: 40px;
    border-top: solid 1px rgba(197, 192, 192, 0.2392156863);
    margin-top: 50px;
    max-width: 90%;
  }
  .foot {
    grid-gap: 10px;
  }
}
/* Cambiar el color y tamaño de los dots */
.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
  width: 10px; /* Ancho de cada dot */
  height: 10px; /* Alto de cada dot */
  margin: 0 5px; /* Espacio entre dots */
  background-color: #ccc; /* Color de los dots */
  border-radius: 50%; /* Hace que los dots sean redondos */
}

.owl-dot.active {
  background-color: #8bc8cc !important;
}

button.owl-dot {
  background: #eee !important;
}

h2.tit-necesidades {
  font-size: 50px;
  font-weight: 300;
  max-width: 60%;
  line-height: 51px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

h2.tit-necesidades strong {
  font-weight: 700;
}

@media (max-width: 812px) {
  h2.tit-necesidades {
    font-size: 32px;
    font-weight: 300;
    max-width: 90%;
    line-height: 39px;
    font-family: "Poppins", sans-serif;
    color: #fff;
  }
  h2.tit-necesidades strong {
    font-weight: 700;
  }
}
a.ver-mas-diseno {
  font-size: 20px;
  border: solid 2px #000;
  padding: 15px 30px;
  display: block;
  width: fit-content;
  margin: 40px auto 0px;
  border-radius: 50px;
}

a.ver-mas-diseno:hover {
  font-size: 20px;
  border: solid 2px #000;
  padding: 15px 30px;
  display: block;
  width: fit-content;
  margin: 40px auto 0px;
  border-radius: 50px;
  background: #000;
  color: #fff;
}

.text-movil ul li {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  padding-top: 10px;
  font-size: 16px;
}

.text-movil ul li strong {
  display: block;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
  font-weight: 500;
}

.text-movil {
  max-width: 550px;
}

.imagen-de-foto {
  position: sticky;
  top: 50px;
}

.idm {
  position: relative;
}

.text-movil ul {
  list-style: none;
  padding: 0px;
}

@media (max-width: 812px) {
  .text-movil {
    max-width: 85%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  .text-movil h3 {
    font-size: 39px;
    margin: 0px;
    margin-top: -25px;
    padding-bottom: 8px;
    line-height: 44px;
  }
}
.cso {
  list-style: none;
  padding: 0px;
}

.cso li {
  display: flex;
}

.cso li img {
  min-width: 150px;
  max-height: 150px;
  /* margin-left: 30px; */
}

.cso li div {
  padding-right: 30px;
}

.menu-responsive {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  height: 100%;
  background: #ffffff;
  color: #fff;
  z-index: 1000000;
  overflow-y: auto;
  transition: right 0.3s ease;
}

.menu ul {
  padding: 0px;
}

.menu ul li a {
  padding: 10px 15px;
  display: block;
  font-size: 19px;
}

.menu-responsive .top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #444;
}

.logo-menu img {
  max-height: 40px;
}

.menu-responsive ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-responsive ul.menu li a {
  display: block;
  padding: 12px 15px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.menu-responsive ul.menu li a:hover {
  background: #ccc;
}

/* Velo */
.velo-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1000;
}

/* Botón abrir */
.abrir-menu {
  cursor: pointer;
  font-size: 22px;
  padding: 10px;
}

/* Ocultar scroll body */
body.hidde {
  overflow: hidden;
}

/* Ocultar submenús por defecto */
.menu-responsive .sub-menu {
  display: none;
  background: #e2e2e2;
}

/* Indicador con pseudo-elemento */
.menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}

.menu li.menu-item-has-children > a::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 300;
}

/* Cambia el icono cuando está activo */
.menu li.menu-item-has-children.active > a::after {
  content: "-";
}

main#main {
  margin: 0 auto;
}

.menu-categorias-wc .bloque-categoria:first-child {
  display: none;
}

.header-producto {
  min-height: 310px;
  background: #000;
  display: flex;
  align-items: end;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.foto-categoria {
  position: absolute;
  height: 100%;
  width: 100%;
}

.foto-categoria img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

h1.titulo-producto {
  font-size: 40px;
  text-transform: uppercase;
}

h1.titulo-producto span {
  text-transform: none;
  font-size: 16px;
  display: block;
  padding-bottom: 24px;
  font-weight: 400;
}

.precio-producto {
  font-size: 31px;
  display: flex;
  padding-bottom: 29px;
  align-items: center;
  margin-right: 20px;
}

.texto-header {
  width: 100%;
}

.texto-header {
  width: 100%;
  z-index: 10;
  padding-bottom: 35px;
  display: flex;
  /* justify-content: space-between; */
  /* align-items: end; */
  flex-direction: column;
}

.alinear-titulo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-product {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 0px;
}

@media (max-width: 812px) {
  .texto-header {
    width: 100%;
    z-index: 10;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-direction: column;
  }
}
nav.woocommerce-breadcrumb {
  margin: 0 auto;
  width: fit-content;
  padding-top: 30px;
  /* border-top: solid; */
  color: #000;
}

.product_meta {
  display: flex;
  flex-direction: column;
  line-height: 21px;
  border-top: solid 1px #ccc;
  padding-top: 18px;
}

span.sku {
  font-weight: 700;
}

.informacion-producto ul {
  list-style: none;
  padding: 0px;
  line-height: 28px;
  font-size: 17px;
}

.informacion-producto ul li {
  display: flex;
}

.info {
  min-width: 127px;
}

.dato {
  font-weight: 700;
}

.informacion-producto h3 {
  font-size: 26px;
}

div#precio_total {
  font-size: 36px;
  font-weight: 700;
}

.precio-total {
  padding-top: 30px;
}

.precio-total span {
  display: block;
  padding-top: 16px;
  max-width: 80%;
}

.single-product .product.type-product {
  display: flex;
}

.fotos {
  max-width: 50%;
  width: 100%;
  margin-right: 39px;
}

.summary.entry-summary {
  max-width: 45%;
  padding-left: 40px;
  width: 100%;
  box-sizing: border-box;
}

nav.woocommerce-breadcrumb {
  display: none;
}

h1.product_title.entry-title {
  font-family: "Inter", sans-serif;
  line-height: 34px;
  font-size: 36px;
  font-weight: 500;
}

.woocommerce-product-details__short-description ul {
  line-height: 24px;
  font-size: 16px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  margin-top: 30px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  margin-top: 30px;
}

.product_meta {
  display: flex;
  flex-direction: column;
  line-height: 27px;
}

table.variations {
  display: none;
}

label.tit-rad {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  display: block;
}

.esconder {
  display: none;
}

ol.flex-control-nav.flex-control-thumbs li img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 812px) {
  h1.titulo-producto {
    font-size: 31px;
    text-transform: uppercase;
    max-width: 100%;
    line-height: 34px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 30px;
    padding-top: 88px;
  }
  button.button.mi-clase {
    display: none !important;
  }
}
.quantity input {
  max-width: 50px;
  padding: 10px;
  text-align: center;
}

button.single_add_to_cart_button.button.alt {
  background: #5FC7CE;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  margin-left: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

form.cart {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  margin-bottom: 30px;
}

.necesitas i {
  font-size: 33px;
  padding-top: 6px;
  padding-left: 8px;
}

.necesitas {
  font-size: 16px;
  margin-top: 24px;
  display: flex;
  /* padding-bottom: 10px; */
  border: solid 1px #ccc;
  padding: 10px;
}

.necesitas span {
  width: 60px;
  padding-right: 16px;
}

span.star-rating {
  display: block;
  font-size: 15px;
  margin-right: 20px;
}

i.fas.fa-star {
  color: #e00;
}

.woocommerce-product-rating {
  display: flex;
}

span.onsale {
  position: absolute;
  z-index: 1;
  background: #e00;
  color: #fff;
  padding: 11px;
  font-size: 22px;
  border-top-left-radius: 10px;
  display: none;
}

.descuento-porcentaje {
  display: flex;
  align-items: center;
}

li.product .descuento-porcentaje {
  display: flex;
  align-items: center;
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
  width: 100%;
}

ins {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

li.product span.price {
  font-size: 18px;
}

span.price {
  font-size: 25px;
}

del {
  color: #ccc;
}

.etiqueta-descuento {
  font-size: 18px;
  background: #e00;
  color: #fff;
  padding: 6px;
  margin-left: 16px;
}

.envuelto .etiqueta-descuento {
  font-size: 15px;
  background: #e00;
  color: #fff;
  padding: 6px;
  margin-left: 16px;
  position: absolute;
  top: -34px;
  right: -17px;
  z-index: 10;
}

ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
  flex-wrap: wrap;
}

form.variations_form.cart {
  flex-direction: column;
  align-items: initial;
}

.flex-viewport {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 450px !important;
}

.woocommerce-product-gallery__wrapper div img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.woocommerce-product-gallery__wrapper div {
  height: 450px !important;
}

ol.flex-control-nav.flex-control-thumbs li {
  width: 18%;
  border: solid 1px #e8e8e8;
  margin-right: 5px;
  margin-bottom: 5px;
}

.campo input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  margin-bottom: 15px;
  font-size: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
}

.metros-calculados {
  display: flex;
}

div#total_metros {
  margin: 0px 10px;
}

.validaciones {
  padding: 15px 0px;
  font-size: 18px;
  max-width: 85%;
}

.tit-campo {
  font-size: 18px;
  padding-bottom: 12px;
}

.cotizador_producto h2 {
  font-size: 26px;
  line-height: 32px;
  max-width: 80%;
  font-family: "Poppins", sans-serif;
}

.total-calculo {
  font-size: 20px;
  font-weight: 700;
}

.volver {
  width: 23px;
}

.total-calculo span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 812px) {
  .woocommerce-product-gallery__wrapper div {
    height: auto !important;
  }
  .flex-viewport {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: auto !important;
  }
  .single-product .product.type-product {
    flex-direction: column;
  }
  .fotos {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .volver a img {
    max-width: 31px;
    display: block;
  }
  .alinear-titulo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .summary.entry-summary {
    max-width: 90%;
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .single-product {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0px 0px 100px;
  }
}
.filtro-buscar select, .filtro-buscar input {
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 5px;
  border: solid 1px #ccc;
  max-width: 300px;
}

.contenedor-flt {
  max-width: 900px;
}

.filtros {
  position: fixed;
  top: 0px;
  right: -100%;
  background: #fff;
  z-index: 100000000;
  padding: 30px;
  box-sizing: border-box;
  height: 100%;
}

.texto-header h1 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
}

.logo-pago {
  max-width: 200px;
}

h2.tit-tutorial {
  text-align: center;
  padding-bottom: 30px;
}

.video-iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* proporción clásica de video */
}

.video-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 812px) {
  .texto-header h1 {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 31px;
    line-height: 42px;
  }
  .precio-producto {
    font-size: 20px;
    display: flex;
    padding-bottom: 29px;
    align-items: center;
    margin-right: 20px;
  }
}
.da-filt {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 auto;
  max-width: 1150px;
}

button.abrir-filtro {
  padding: 12px 25px;
  font-size: 16px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  border: NONE;
}

.head-cate {
  display: none !important;
}

.summary.entry-summary .price {
  font-size: 30px;
  font-weight: 700;
}

.header-producto.sing {
  background: #f5f5f5;
  color: #000;
  min-height: 300px !important;
}

.summary button.dc-fav-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: transparent;
}

.summary {
  position: relative;
}

.dc-fav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
  background: #fff;
  padding: 0;
  border-radius: 20px;
  cursor: pointer;
  font-size: 22px;
}

.dc-fav-btn .dc-fav-icon {
  transform: scale(1);
  transition: transform 0.15s;
}

.dc-fav-btn.is-fav {
  border-color: #f33;
  color: #f33;
}

.dc-fav-btn.is-fav .dc-fav-icon {
  transform: scale(1.1);
}

button.dc-fav-btn {
  position: absolute;
  bottom: 14px;
  right: 50px;
}

li.cuenta i {
  font-size: 21px;
}

/* Off-canvas base */
.dc-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.dc-offcanvas.is-open {
  display: block;
}

.dc-offcanvas__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: saturate(180%) blur(2px);
}

.dc-offcanvas__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(520px, 100%);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.dc-offcanvas.is-open .dc-offcanvas__panel {
  transform: none;
}

.dc-offcanvas__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #efefef;
}

.dc-offcanvas__header h2 {
  font-size: 22px;
  margin: 0;
}

.dc-offcanvas__close {
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}

.dc-offcanvas__body {
  padding: 18px 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.dc-intro {
  margin-bottom: 16px;
  color: #444;
}

.dc-accordion .dc-acc {
  border-bottom: 1px solid #eee;
}

.dc-acc__head {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 18px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.dc-acc__head i {
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.dc-acc__head[aria-expanded=true] i {
  transform: rotate(90deg);
}

.dc-acc__panel {
  display: none;
  padding: 0 2px 8px;
}

.dc-lista {
  margin: 0;
  padding-left: 18px;
}

.dc-lista li {
  margin: 6px 0;
}

.dc-detalles-btn {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .dc-offcanvas__panel {
    width: 100%;
    border-radius: 0;
  }
}
.dc-demo-offcanvas__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(520px, 100%);
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  /* border-top-left-radius: 18px; */
  /* border-bottom-left-radius: 18px; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.botones ul {
  list-style: none;
  padding: 0px;
}

.botones ul li a {
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
  border-bottom: solid 1px #ccc;
}

.mos {
  max-width: 140px;
}

.tmos {
  padding-left: 30px;
}

.tmos h3 {
  font-size: 26px;
}

.tmos a {
  border: solid;
  padding: 10px 30px;
  font-weight: 700;
  background: #5ec7ce;
  color: #fff;
  border-radius: 10px;
}

.destacado-murazel {
  display: flex;
  align-items: center;
  background: #eee;
  max-width: 1100px;
  margin: 0 auto;
  border: solid 4px #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  width: 90%;
}

.envuelto h2 {
  font-size: 19px;
  font-weight: 700;
  /* font-family: "Space Grotesk", sans-serif; */
  margin: 0px;
  padding: 10px 0px 4px;
}

select.orderby {
  padding: 10px;
  border-radius: 10px;
}

.woocommerce-result-count {
  display: block;
  font-size: 14px;
  padding-top: 24px;
  font-weight: 400;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none !important;
}

ul.productos-destacados {
  list-style: none;
  padding: 50px 0px 0px;
  margin: 0px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button {
  padding: 0;
  background: #f5f5f5;
  color: #000;
  display: block;
  text-align: center;
  width: fit-content;
  border-radius: 50px;
  margin: 20px auto 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: -10px;
  right: 10px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
}

li.product:hover a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, li.product:hover a.button.product_type_variable.add_to_cart_button {
  background: #b31212;
  color: #fff;
}

/* Agregar un ícono como pseudo-elemento al botón "Agregar al carrito" */
.ajax_add_to_cart::before {
  content: "\f07a"; /* Código Unicode del icono deseado */
  font-family: "Font Awesome 5 Free"; /* Familia de fuente para los íconos de Font Awesome */
  font-weight: 900; /* Peso de fuente */
  margin-right: 5px; /* Espacio entre el ícono y el texto */
}

/* Agregar un ícono como pseudo-elemento al botón "Agregar al carrito" */
.button.product_type_variable.add_to_cart_button::before {
  content: "\f218"; /* Código Unicode del icono deseado */
  font-family: "Font Awesome 5 Free"; /* Familia de fuente para los íconos de Font Awesome */
  font-weight: 900; /* Peso de fuente */
  margin-right: 5px; /* Espacio entre el ícono y el texto */
}

.foto-producto {
  overflow: hidden;
  height: 270px;
  border: solid 1px #eee;
  padding: 15px;
}

li.product:hover .foto-producto img {
  transform: scale(1.1);
}

.foto-producto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}

.dcto {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #bc5d42;
  color: #fff;
  padding: 6px 15px;
  border-radius: 3px;
  z-index: 1;
}

@media (max-width: 812px) {
  .foto-producto {
    overflow: hidden;
    height: 150px;
    border: solid 1px #ccc;
    padding: 15px;
  }
}
li.product {
  position: relative;
}

ul.listado-productos {
  padding: 100px 0px;
  margin: 0px;
  list-style: none;
}

ul.listado-productos li {
  margin-bottom: 40px;
}

.swiper-slide .product.type-product {
  display: flex;
  flex-direction: column;
}

.star-rating {
  display: none;
}

.productos-destacados .etiqueta-descuento {
  position: absolute;
  top: 15px;
  z-index: 10;
  left: 0px;
}

.productos-destacados .descuento-porcentaje, .productos-relacionados .descuento-porcentaje {
  display: flex;
  align-items: center;
  padding-top: 0px;
  border-top: none;
  margin-top: 20px;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
}

.productos-destacados span.onsale {
  position: absolute;
  z-index: 1;
  background: #e00;
  color: #fff;
  padding: 11px;
  font-size: 22px;
  border-top-left-radius: 10px;
  display: none;
}

.envuelto span.etiqueta-nuevo {
  display: none;
}

.foto-necesidades {
  height: 350px;
  overflow: hidden;
}

.foto-necesidades:hover img {
  transform: scale(1.1);
}

.info-card {
  max-width: 90%;
  margin: 0 auto;
  padding: 11px;
}

.foto-necesidades img {
  transition: 0.3s all ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.envuelto {
  padding: 10px 0px;
  max-width: 90%;
  /* background: #000; */
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.tit-destacados h2 {
  font-size: 40px;
  font-weight: 200;
  padding-bottom: 48px;
  font-family: "Poppins", sans-serif;
}

.text-movil h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}

.text-movil h3 {
  font-size: 30px;
  margin: 0px;
  margin-top: -25px;
  padding-bottom: 30px;
}

.tit-destacados h2 {
  /* text-align: center; */
  /* font-size: 40px; */
  border-bottom: none;
  padding-bottom: 10px;
  margin: 30px auto 0px;
  /* padding: 0px 25px 15px; */
  line-height: 45px;
}

section.related.products {
  padding-bottom: 100px;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}

.swiper-slide {
  margin: 10px;
}

.productos-relacionados {
  max-width: 1150px;
  margin: 0 auto;
  padding: 40px 10px 0px;
  width: 100%;
}

.productos-relacionados .product.type-product {
  flex-direction: column;
  display: flex;
  margin: 5px;
  text-align: left;
}

.productos-destacados .descuento-porcentaje, .productos-relacionados .descuento-porcentaje {
  display: flex;
  align-items: center;
  padding-top: 0px;
  border-top: none;
  margin-top: 20px;
  width: fit-content;
  margin: 0 auto;
  justify-content: left;
}

ul.products.columns-4 {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.categorias {
  max-width: 1300px;
  margin: 0 auto;
}

header.woocommerce-products-header {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 120px;
}

div#sidebar {
  display: none;
}

.head-cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}

.yith-wcan-filters {
  position: sticky;
  top: 70px;
}

button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
  padding: 10px;
  background: #fff;
  border: solid 2px #000;
  font-size: 16px;
  border-radius: 50px;
  padding: 10px 20px;
}

ul.page-numbers {
  list-style: none;
  padding: 0px;
  display: flex;
  justify-content: center;
}

ul.page-numbers a {
  width: 40px;
  height: 40px;
  display: block;
  background: #eee;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50px;
  margin-bottom: 10px;
}

ul.page-numbers span {
  width: 40px;
  height: 40px;
  display: block;
  background: #2e2c2c;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50px;
  color: #fff;
}

ul.page-numbers {
  margin-top: 70px;
}

li.product > a {
  display: block;
}

li.product > a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.velo-filtro {
  background: rgba(130, 130, 130, 0.45);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000000;
  top: 0px;
  display: none;
}

.filtrar {
  display: none;
}

.widget-title.wpc-filter-title {
  font-weight: 700;
}

@media (max-width: 812px) {
  .filt {
    display: none;
  }
  ul.products.columns-4 {
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .envuelto h2 {
    font-size: 18px;
    font-weight: 700;
    /* font-family: "Space Grotesk", sans-serif; */
    margin: 0px;
    padding: 10px 0px 4px;
  }
  .icono-bolsa {
    position: absolute;
    width: 20px;
    right: 0;
    bottom: 15px;
  }
  .head-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  button.btn.btn-primary.yith-wcan-filters-opener.enhanced {
    padding: 13px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 21px 20px;
    border: solid #ccc 1px;
    border-radius: 10px;
    display: flex;
    font-size: 18px;
  }
  .filt {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 90%;
    background: #fff;
    z-index: 1000000;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    overflow: auto;
    display: block;
  }
  .velo-filtro {
    background: rgba(130, 130, 130, 0.45);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0px;
  }
  .filtrar {
    display: flex;
    background: #5FC7CE;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    margin-left: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    width: 90%;
    align-items: center;
  }
  a.filtrar img {
    width: 28px;
    margin-right: 14px;
  }
  .hidde {
    overflow: hidden;
  }
  .wpc-custom-selected-terms {
    display: block !important;
  }
  .wpc-custom-selected-terms {
    display: block !important;
    width: 90%;
    margin-bottom: 0px !important;
  }
  ul.wpc-filter-chips-list {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .desc-filtro.pad-bot-30 {
    padding: 0px;
  }
  li.product > a {
    display: block;
    height: 307px;
    overflow: hidden;
  }
  ul.page-numbers {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    /* justify-content: center; */
    width: 90%;
  }
}
.icono-bolsa {
  position: absolute;
  width: 24px;
  right: 0;
  bottom: 15px;
}

li.product:hover .segunda-imagen-loop img {
  opacity: 1;
}

.wrap-imagen-principal {
  height: 320px;
  background: #000;
}

.segunda-imagen-loop {
  position: absolute;
  height: 100%;
  top: 0;
  max-height: 320px;
}

.segunda-imagen-loop img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 0;
}

.activar-paginacion.current {
  background: #000;
  color: #fff;
}

.header-producto h1.titulo-producto {
  text-transform: none;
}

.wpc-custom-selected-terms {
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: -39px;
}

.tit-destacados {
  text-align: center;
}

h3.tit-filtros {
  font-size: 21px;
  line-height: 26px;
}

.soo {
  position: sticky;
  top: 130px;
}

.stick {
  position: sticky;
  top: 100px;
}

@media (max-width: 812px) {
  .cupon-pc {
    display: none;
  }
  .stick {
    position: sticky;
    top: 0px;
  }
}
.categorias-home ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.carroheader {
  display: flex;
  align-items: center;
  padding-left: 0px;
}

.info-prr {
  display: grid;
  grid-template-columns: 100%;
}

div#abrir {
  background: #e00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  line-height: 30px;
  color: #fff;
}

.carrito {
  background: #FFF;
  z-index: 100000000;
  position: fixed;
  height: 100vh;
  right: -50%;
  width: 50%;
  max-width: 500px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.37);
  top: 0;
  overflow: auto;
}

.velo_carro {
  background: rgba(130, 130, 130, 0.45);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000000;
  top: 0px;
}

li.woocommerce-mini-cart-item.mini_cart_item a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  margin-right: 10px;
}

li.woocommerce-mini-cart-item.mini_cart_item {
  display: grid;
  grid-template-columns: 5% 25% 59%;
  grid-gap: 15px;
  padding: 10px;
  /* background: #171616; */
  border-radius: 0px;
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 20px;
  grid-row-gap: 0px;
  margin-bottom: 16px !important;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  padding: 0px;
}

span.quantity {
  background: #fff;
  padding: 7px 0px;
  /* border-radius: 5px; */
  width: fit-content;
  font-size: 15px;
  margin-top: 5px;
  /* border: solid 2px #e6e6e6; */
  font-weight: 700;
}

a.remove.remove_from_cart_button {
  background: transparent;
  color: #000 !important;
}

div#cerrar {
  font-size: 30px;
  font-weight: 700;
  padding: 14px 0px 0px 30px;
  color: #333;
}

p.woocommerce-mini-cart__buttons.buttons {
  padding-top: 25px;
}

p.woocommerce-mini-cart__buttons.buttons a {
  padding: 14px 20px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: 700;
  background: #f2f2f2;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}

p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
}

a.button.checkout.wc-forward {
  background: #5FC7CE;
  color: #fff;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 17px;
  color: #fff;
  background: #333;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

p.woocommerce-mini-cart__total.total {
  font-size: 27px;
  color: #333;
  border-top: solid 1px #d7d7d7;
  padding-top: 17px;
}

a.remove.remove_from_cart_button:hover {
  background: #333;
  color: #fff !important;
}

li.woocommerce-mini-cart-item.mini_cart_item img {
  border: solid 1px #ccc;
}

a.remove.remove_from_cart_button {
  font-size: 26px !important;
  font-weight: 700;
  width: 25px;
  text-align: center;
  border-radius: 50px;
  margin-left: -10px;
  height: 25px;
  line-height: 25px;
}

.nombre-producto span.woocommerce-Price-amount.amount {
  background: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
}

.blockUI {
  background: rgba(255, 255, 255, 0.7098039216) !important;
}

a.added_to_cart.wc-forward {
  display: none;
}

.nombre-producto {
  display: flex;
  flex-direction: column;
}

.nombre-producto {
  font-weight: 400;
  font-size: 15px;
}

.woocommerce ul.product_list_widget li::before {
  display: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: none;
  margin-left: 4px;
  height: auto;
  box-shadow: none;
  width: 90px;
  border: solid 1px #ccc;
}

.mini-cart-content {
  padding: 30px;
}

.nombre-producto span {
  padding-top: 5px;
  margin-top: 5px;
  font-size: 14px;
}

a.remove.remove_from_cart_button {
  margin-top: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #e47e80 !important;
}

dl.variation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 70%;
  /* padding-top: 6px; */
  grid-column: span 4;
  /* border-top: solid 1px; */
  background: #eff3fa;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

.cart dl.variation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
  padding-top: 6px;
  grid-column: span 4;
  border-top: solid 1px #ccc;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 12px;
  grid-gap: 20px;
  grid-row-gap: 0px;
  display: none;
}

.woocommerce-product-details__item {
  display: flex;
}

.woocommerce-product-details__item-value {
  margin-left: 0px;
}

.tu-clase {
  font-size: 18px;
  font-weight: 700;
}

.nombre-productito a {
  padding-bottom: 12px;
}

.sub-total {
  font-weight: 700;
  font-size: 19px;
}

.titsyb {
  font-weight: 400;
  font-size: 15px;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  /* text-align: center; */
  font-size: 28px;
  padding: 10px;
  border: none;
  border-bottom: solid 1px #000;
  text-align: center;
}

.nombre-producto ul {
  padding: 0px;
  list-style: none;
}

li.name-prod {
  font-weight: 700;
  font-size: 22px;
}

.name-prod ul.dats-pro {
  display: none;
}

.mini-cart-content .eliminar {
  display: flex;
  margin-left: 0px;
  border-left: none;
  padding-left: 0px;
  align-items: center;
}

@media (max-width: 812px) {
  .carrito {
    width: 95%;
    right: -100%;
  }
  .info-prr {
    font-size: 12px;
  }
  .mini-cart-content {
    padding: 10px;
  }
  li.woocommerce-mini-cart-item.mini_cart_item a img {
    height: auto;
    object-fit: cover;
    width: 100%;
    margin-right: 10px;
  }
}
/*
.carro-compra .woocommerce {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:40px;
}

form.woocommerce-cart-form {
    grid-column: span 3;
}
.woocommerce-notices-wrapper {
    grid-column: span 4;
}

.cart-collaterals {
    grid-column: span 1;
}
*/
ul.bot {
  display: none;
}

.header-thankyou-image {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}

.header-thankyou-image .logo {
  max-width: 200px;
}

form.checkout.woocommerce-checkout {
  display: flex;
}

div#customer_details {
  max-width: 100%;
}

div#order_review {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
}

.finalizar-compra input {
  padding: 15px;
}

.carro-compra .nombre-productito ul {
  display: none;
}

td.product-thumbnail {
  width: 100px;
}

td.product-remove {
  max-width: 30px;
}

ul.dats-pro {
  list-style: none;
  padding: 0px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

td.product-thumbnail img {
  max-width: 100px;
}

a.checkout-button.button.alt.wc-forward {
  /* padding: 14px 20px; */
  /* margin-right: 10px; */
  /* border-radius: 5px; */
  /* font-weight: 700; */
  /* background: #8bc8cc; */
  /* text-align: center; */
  /* margin-bottom: 10px; */
  /* font-family: "Inter", sans-serif; */
  /* font-size: 20px; */
  /* width: 100%; */
  /* margin-top: 23px; */
  padding: 14px 20px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: 700;
  /* background: #f2f2f2; */
  text-align: center;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  background: #5FC7CE;
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

.mensaje-carro {
  font-size: 14px;
}

.metodos {
  max-width: 187px;
}

.pagos h3 {
  font-size: 14px;
  font-weight: 400;
}

.sub-total {
  min-width: 105px;
}

.descripcion-pagina p {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 24px;
  max-width: 100%;
  border-left: solid 5px #eee;
  padding-left: 20px;
  margin-bottom: 40px;
}

.woocommerce-message {
  border-top-color: none !important;
  border: none;
  background: #ffffff;
  border: solid 2px #eee;
  border-radius: 10px;
  cursor: pointer !important;
}

.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
  margin-top: -7px;
  font-size: 29px;
  margin-left: -26px;
}

.woocommerce-message {
  padding-top: 28px;
  padding-left: 70px;
}

button#place_order {
  padding: 14px 20px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  /* background: #f2f2f2; */
  text-align: center;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  background: #5FC7CE;
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

.enviar-cotizacion .woocommerce .checkout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.enviar-cotizacion input, .enviar-cotizacion select, .enviar-cotizacion textarea {
  padding: 10px 20px;
  font-size: 18px;
}

.woocommerce-billing-fields h3 {
  margin: 0px;
  padding-bottom: 22px;
  font-size: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.enviar-cotizacion h2 {
  font-size: 18px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  padding-bottom: 40px;
  font-size: 25px;
  padding: 0 0 40px 0;
  line-height: 30px;
}

.tit-prod span {
  padding: 10px 0px;
  border-top: 1px solid #ccc;
}

.foto-prod {
  min-width: 84px;
}

.woocommerce-order {
  max-width: 900px;
  margin: 0 auto;
}

div#customer_details {
  grid-row: 2;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  grid-column: 1/3;
  grid-row: 1;
}

h3#order_review_heading {
  grid-column: 2;
  grid-row: 1;
  display: none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

p#billing_country_field {
  display: none;
}

.carro-compra .woocommerce-notices-wrapper {
  grid-column: span 12;
}

ul.woocommerce-error {
  background: transparent;
  border: solid 2px #ccc;
  border-radius: 10px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 5px;
  border: solid 2px #ccc;
}

.woocommerce-info {
  border-top-color: #1e85be;
  border: none;
  background: transparent;
  line-height: 20px !important;
  font-size: 14px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 20px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  margin-top: 20px;
}

.payment_box.payment_method_bacs p {
  padding: 0px;
  margin: 0px;
  /* background: #333; */
  font-size: 14px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  border-radius: 10px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

td.product-name {
  /*display: flex;
  align-items: center;*/
}

img.alignleft {
  border: solid #eee;
  margin-right: 18px;
}

td.product-name {
  font-size: 14px;
}

.prueba {
  display: flex;
  align-items: center;
}

span.uni {
  font-size: 12px;
  padding-left: 4px;
}

@media (min-width: 812px) {
  .nombre-productito {
    margin-right: 30px;
    min-width: 244px;
  }
}
input#coupon_code {
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 15px;
  margin-right: 10px;
  min-width: 300px;
  position: relative;
}

p.form-row.form-row-last button.button {
  position: absolute;
  top: 1px;
  padding: 16px;
  right: -2px;
  background: #5FC7CE;
  color: #ffffff;
}

.tit-prod {
  display: flex;
  flex-direction: column;
}

.cart_totals table {
  border: none !important;
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  display: flex;
  flex-direction: column;
  border: solid 1px #ccc;
  padding: 30px;
}

tr.woocommerce-table__line-item.order_item td:last-child, tr.woocommerce-table__line-item.order_item th:last-child {
  display: none;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:last-child {
  display: none;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
  display: none;
}

ul.wc-item-meta {
  width: 100%;
}

.mus span.swd {
  font-size: 23px;
  text-align: center;
  display: block;
  line-height: 33px;
  margin-bottom: 40px;
}

td.woocommerce-table__product-name.product-name a {
  width: 100%;
  padding-left: 0px;
  text-align: left;
  max-width: 300px;
}

td.woocommerce-table__product-name.product-name span {
  min-width: 100px;
}

.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: none;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.banner-producto.shop h1 {
  margin: 0px;
  padding: 40px;
}

a.logo-check {
  max-width: 220px;
  display: block;
}

.copnit .woocommerce-info {
  margin-top: 0px;
}

.nombs {
  width: 100%;
  display: grid;
  font-weight: 700;
  font-size: 24px;
}

.nombs .product-quantity {
  grid-row: 2;
  font-weight: 400;
  font-size: 14px !important;
  padding-top: 10px;
}

td.product-name {
  display: flex;
}

.foto-order {
  width: 100px;
  overflow: hidden;
  height: 100px;
  margin-right: 20px;
  min-width: 100px;
}

.foto-order img {
  object-fit: cover;
  height: 100%;
}

li.prec {
  font-size: 18px;
  font-weight: 700;
  padding-top: 5px;
}

ul.dats-pro {
  list-style: none;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

ul.inicios {
  list-style: none;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  line-height: 32px;
}

.tit-comprainvitado {
  font-size: 18px;
  padding-bottom: 20px;
}

.resaltar {
  font-size: 17px;
  padding-left: 10px;
}

.mensaje-error i {
  font-size: 25px;
  margin-right: 10px;
}

.mensaje-error {
  display: flex;
  align-items: center;
}

ul.inicios a {
  display: block;
  padding: 10px 20px;
  background: #eee;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.velo-form {
  background: rgba(255, 255, 255, 0.7490196078);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 812px) {
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
address {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  max-width: 90%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}

form.woocommerce-form.woocommerce-form-login.login {
  position: fixed;
  width: 90%;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%);
  top: 20%;
  z-index: 1000;
}

.woocommerce-form-login-toggle {
  display: none;
}

p#billing_last_name_field {
  width: 48%;
}

p#billing_first_name_field {
  width: 48%;
}

.woocommerce input {
  font-size: 14px;
}

.enviar-cotizacion .woocommerce .checkout {
  margin-top: -30px;
}

.mensaje_envio {
  font-size: 17px;
  padding: 10px;
  margin-bottom: 15px;
  background: #ccf1f3;
  border-radius: 5px;
  padding: 20px;
  line-height: 27px;
  color: #161616;
  /* border: 2px #e7b5b5 dashed; */
}

.woocommerce-privacy-policy-text {
  display: none;
}

.payment_box p {
  margin: 0px;
}

.mensaje-error {
  padding: 20px;
  /* border: solid 2px #ccc; */
  border-radius: 5px;
  background: #fdd;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 20px;
}

a.abreform {
  display: block;
  line-height: 22px;
  font-size: 17px;
  padding-bottom: 12px;
}

textarea#order_comments {
  font-size: 14px;
}

ul.bot {
  list-style: none;
  padding: 0px;
  justify-content: space-between;
  margin-top: 30px;
}

ul.bot a {
  padding: 18px 20px;
  background: #eee;
  border-radius: 10px;
  font-size: 18px;
  background: #5FC7CE;
  color: #fff;
  font-weight: 700;
}

a.boton-step.opaco {
  background: #eee;
  color: #333;
  border: none;
}

/*.create-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: ;
}*/
.tit-prod {
  font-size: 13px;
}

.foto-prod img {
  display: block !important;
}

form.checkout_coupon.woocommerce-form-coupon {
  display: flex !important;
  grid-template-columns: repeat(5, 1fr);
  flex-direction: column;
  justify-content: end;
}

form.checkout_coupon.woocommerce-form-coupon p:first-child {
  grid-column: span 5;
  padding: 0px;
  margin: 0px 0px 10px;
}

form.checkout_coupon.woocommerce-form-coupon p:nth-child(2) {
  grid-column: span 3;
}

form.checkout_coupon.woocommerce-form-coupon p:nth-child(3) {
  grid-column: span 2;
}

form.checkout_coupon.woocommerce-form-coupon {
  margin: 0px;
  padding: 0px;
}

form.checkout_coupon.woocommerce-form-coupon {
  position: relative;
  background: #fff;
  border: none;
  right: inherit;
  width: 90%;
  z-index: 11;
  padding: 0px 0px 0px;
  margin-left: 0px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

button.button.wp-element-button {
  /* background: #333; */
  color: #000;
  padding: 10px 20px;
}

a.shipping-calculator-button {
  background: #242424;
  color: #fff;
  padding: 5px 10px;
  display: block;
  width: fit-content;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper select {
  border: solid 1px #ccc !important;
  border-radius: 5px;
}

.volver-carro {
  font-size: 22px;
  position: absolute;
  right: 12px;
  top: 70px;
  z-index: 100;
}

ul.pasos {
  display: flex;
  list-style: none;
  justify-content: initial;
  padding: 0px;
  padding-bottom: 0px;
  align-items: center;
}

li.paso {
  font-size: 18px;
  margin: 0px 20px 0px 0px;
}

a.activado {
  font-weight: 700;
  color: #333;
}

a.apuno_b {
  display: flex;
}

a.apuno_b img {
  max-width: 17px;
  margin-right: 10px;
}

.order_item td.product-name img {
  display: block;
}

.volver-carro.apis {
  font-size: 22px;
  position: relative;
  right: 0px;
  top: 0;
  z-index: 100;
  float: right;
}

h1.tit-compra {
  text-align: center;
  padding-top: 50px;
  font-family: "Freya";
  font-weight: 500;
  font-size: 50px;
  max-width: 90%;
  margin: 0 auto;
  /* background: #ccc; */
}

ul.woocommerce-error {
  max-width: 90%;
  margin-bottom: 10px;
  background: #fde0e0;
}

.copnit {
  position: relative;
}

.copnit .woocommerce-error {
  position: absolute;
  z-index: 1000;
  top: 74px;
  left: 20px;
}

.grid-center.woocommerce-order {
  width: 90%;
}

.create-account {
  padding-top: 20px;
}

.woocommerce-billing-fields {
  padding-top: 0px;
}

.activo {
  background: #eea900 !important;
  color: #fff !important;
  font-weight: 700;
}

.activodos {
  background: #8656ca !important;
  color: #fff !important;
  font-weight: 700;
}

li.wc_payment_method.payment_method_transbank_webpay_plus_rest img {
  max-width: 135px;
}

.actions .button {
  display: none !important;
}

.coupon .button {
  display: block !important;
}

.create-account:last-child {
  /* padding-top: 20px; */
  /* background: #f3ebeb; */
  padding: 0px;
  margin: 0px 0px 20px;
  border-radius: 10px;
  /* padding: 5px 15px !important; */
  margin-right: 10px !important;
  font-size: 17px;
}

ul.logos {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
}

ul.logos li {
  margin-right: 20px;
}

.producto-carro {
  display: flex;
  padding: 20px 0px;
}

.sub-total {
  margin-left: 30px;
}

.foto-carro {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-right: 30px;
}

.name-pr {
  display: flex;
}

dl.variation dd {
  padding: 0px;
  margin: 0px;
}

dl.variation p {
  padding: 0px;
  margin: 0px;
}

.nombre-productito a {
  font-size: 30px;
  display: block;
  font-weight: 700;
  padding-top: 7px;
}

.nombre-productito {
  margin-right: 30px;
}

.foto-carro a {
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: block;
}

.foto-carro a img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.eliminar {
  display: flex;
  margin-left: 30px;
  border-left: solid 1px #ccc;
  padding-left: 27px;
  align-items: center;
}

.woocommerce table.shop_table {
  border: none;
}

.cart_totals {
  max-width: 300px;
}

.carro-compra .woocommerce {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px;
  margin: 0 auto;
}

tr.order-total th, tr.order-total td {
  border: none;
  font-size: 28px;
}

.cart-collaterals {
  grid-column: span 4;
}

form.woocommerce-cart-form {
  grid-column: span 8;
}

.woocommerce-notices-wrapper {
  grid-column: span 12;
}

.cart_totals {
  box-sizing: border-box;
  margin-bottom: 40px;
}

/*.woocommerce table.shop_table td {
    border-top: none;
    padding: 0px;
    vertical-align: middle;
    line-height: 1.5em;
}*/
.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
  display: block;
}

.actions .coupon {
  margin-top: 36px;
}

.nombre-producto {
  grid-row: 1;
}

.metros {
  padding-left: 10px;
}

.woocommerce table.cart td.actions .coupon .button {
  max-width: 137px;
  background: #d3edf0;
  min-height: 48px;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input {
  width: auto;
  margin: 0px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px !important;
  vertical-align: middle;
  line-height: 1.5em;
}

.cupon-telefono {
  display: none;
}

@media (max-width: 812px) {
  .cupon-telefono {
    display: block;
  }
  .carro-compra .woocommerce {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin: 0 auto;
  }
  .checkout-button.button.alt.wc-forward {
    box-sizing: border-box;
  }
  tr.cart-subtotal, tr.order-total {
    display: flex !important;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
  }
  .woocommerce table.shop_table td {
    border-top: none;
  }
  .cart_totals {
    max-width: 100%;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: none !important;
  }
  input#coupon_code {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 15px;
    margin-right: 10px;
    min-width: auto;
    position: relative;
  }
  .woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px;
    vertical-align: middle;
    line-height: 1.5em;
  }
  .foto-carro a {
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: block;
  }
  .foto-carro a img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  form.woocommerce-cart-form {
    grid-column: span 1;
  }
  .carro-compra .woocommerce-notices-wrapper {
    grid-column: span 1;
  }
  .cart-collaterals {
    grid-column: span 1;
  }
  .cant {
    border: solid 1px #ccc;
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
  }
  .sub-total {
    margin-left: 0px;
    font-size: 12p;
    padding-top: 10px;
  }
  .eliminar {
    display: flex;
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
    align-items: inherit;
  }
  .nombre-productito {
    margin-right: 0px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
  .producto-carro {
    display: flex;
    padding: 20px 0px;
    /* flex-direction: column; */
    justify-content: space-between;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    display: none;
  }
  .name-pr {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
  .foto-carro {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-right: 10px;
  }
  .woocommerce .quantity .qty {
    width: 3.631em;
    /* text-align: center; */
    font-size: 18px;
    padding: 3px;
    border: none;
    border-bottom: none;
    text-align: center;
  }
  div#order_review {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  div#customer_details {
    max-width: 100%;
  }
  form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
  }
  .foto-order {
    width: 100px;
    overflow: hidden;
    height: 100px;
    margin-right: 20px;
    min-width: 100px;
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent !important;
    border: none;
  }
}
.woocommerce table.shop_table td {
  border-top: none;
  padding: 0px !important;
  vertical-align: middle;
  line-height: 1.5em;
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 0;
  line-height: 1.5em;
}

table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, table.shop_table.woocommerce-checkout-review-order-table .order-total td, table.shop_table.woocommerce-checkout-review-order-table .order-total th {
  padding: 15px 0px !important;
}

table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, table.shop_table.woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}

.woocommerce-checkout-review-order-table tr.order-total th, .woocommerce-checkout-review-order-table tr.order-total td {
  border: none;
  font-size: 15px;
}

.check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

td.product-total, th.product-total {
  text-align: RIGHT;
}

@media (max-width: 812px) {
  div#order_review {
    grid-row: 1;
  }
}
.formulario-login form.woocommerce-form.woocommerce-form-login.login {
  position: relative;
  width: 80%;
  max-width: 500px;
  left: inherit;
  transform: inherit;
  top: inherit;
  z-index: 1000;
  border: none;
  padding: 0px;
}

.ircuenta a img {
  width: 19px;
  margin-right: 11px;
}

.productos-cuenta li {
  list-style: none;
}

.abrir-menu-cuenta {
  max-width: 30px;
}

.header-cuenta .logo {
  margin: 0;
}

.formulario-login input {
  padding: 10px;
  font-size: 18px;
  box-sizing: border-box;
  border: none;
  border-bottom: solid 1px #ccc;
}

.woocommerce form .form-row label {
  line-height: 2;
  font-size: 16px;
  color: #1D1D1B;
}

span.password-input {
  margin-bottom: 30px;
  margin-left: 6px;
}

input#username {
  max-width: 99%;
}

.mi-cuenta {
  height: 100vh;
}

.login-form h2 {
  display: none;
}

.formulario-login {
  max-width: 500px;
  margin-left: 50px;
}

.texto-bien {
  max-width: 90%;
  font-size: 18px;
  line-height: 23px;
  color: #1D1D1B;
}

.bienvenida h3 {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.foto-login {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.foto-login img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-login {
  position: absolute;
  z-index: 1;
  max-width: 173px;
  top: 40px;
  left: 50px;
}

.navegate.shadow {
  padding: 30px;
  box-sizing: border-box;
  right: -100%;
  top: 0px;
  position: fixed;
  height: 100vh;
  z-index: 10000000;
  background: #fff;
  width: 90%;
  max-width: 408px;
}

.menu-cuenta {
  display: flex;
  justify-content: space-between;
}

.nombre-menu-cuenta {
  font-size: 21px;
  font-weight: 700;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0px;
}

nav.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 0px;
}

.velo-menu {
  top: 0px;
  position: fixed;
  left: 0px;
  background: rgba(204, 204, 204, 0.7490196078);
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
}

.contenedor-micuenta {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 100px;
  width: 90%;
}

.bajada-pagina {
  padding-bottom: 50px;
}

a.woocommerce-button.button.view {
  border-radius: 10px !important;
  color: #fff;
  background: #bc5d42;
}

.contenedor-micuenta button.button {
  padding: 16px 20px;
  margin-top: 20px;
  background: #bc5d42;
  /* border: solid; */
  color: #fff;
}

.header-cuenta {
  max-width: 900px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0px;
}

.logo-cuenta {
  max-width: 158px;
}

.abrir-menu-cuenta {
  font-size: 25px;
}

ul.opciones-cuenta {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
}

ul.opciones-cuenta .carroheader a {
  display: flex;
  margin-right: 20px;
}

.datos-pedido div {
  padding: 15px;
  border-right: solid 1px #ccc;
}

.datos-pedido div:last-child {
  border: none;
}

a.ver-pedido {
  border: solid;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

ul.acciones {
  list-style: none;
  padding: 0px;
}

@media (max-width: 812px) {
  .datos-pedido {
    display: flex;
    justify-content: space-around;
    border: solid 1px #ccc;
    margin: 10px 0px;
    flex-direction: column;
  }
}
.numero-pedido {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}

.datos-pedido {
  display: flex;
  justify-content: space-around;
  border: solid 1px #ccc;
  margin: 10px 0px;
}

.is-active {
  font-weight: 700;
}

.menu-especial {
  position: absolute;
  background: #fff;
  z-index: 10;
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
  display: none;
  box-shadow: 1px -2px 27px -8px rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 1px -2px 27px -8px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 1px -2px 27px -8px rgba(0, 0, 0, 0.57);
}

li#wpc-term-taxonomy-product_cat-1314 {
  display: none;
}

.menu-categorias-wc {
  column-count: 5;
  column-gap: 40px;
}
.menu-categorias-wc .bloque-categoria {
  break-inside: avoid;
  margin-bottom: 30px;
  display: block;
}
.menu-categorias-wc .bloque-categoria h3 {
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 10px;
  margin-top: 0px;
}
.menu-categorias-wc .bloque-categoria ul {
  list-style: none;
  padding-left: 0;
}
.menu-categorias-wc .bloque-categoria ul li {
  margin-bottom: 5px;
}
.menu-categorias-wc .bloque-categoria ul li a {
  color: #000;
  transition: all 0.3s ease;
}
.menu-categorias-wc .bloque-categoria ul li a:hover {
  color: #2f98d3;
}

.product-busqueda a {
  display: flex;
}

.product-busqueda a img {
  max-width: 60px;
  min-width: 60px;
  margin-right: 15px;
}

.search-loading {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.dat-prod {
  display: flex;
  flex-direction: column;
}

.dat-prod span.price {
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 812px) {
  .contenedor-buscador h2, .contenedor-buscador .instrucciones {
    display: none;
  }
}
span.title {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 3px;
}

div#search-results {
  padding: 50px 0px;
  position: absolute;
  z-index: 100;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 650px;
  grid-gap: 20px;
}

button#ver-todos {
  background: #fff;
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 50px;
  font-size: 17px;
}

.resultados {
  list-style: none;
  padding: 0px;
}

.boton-buscar {
  display: none;
}

.form-busqueda input {
  height: 55px;
  padding: 0px 20px 0px 50px;
  min-width: 100%;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  /* background: #f2f2f2; */
  box-sizing: border-box;
  width: 100%;
  z-index: 100000000;
  border: solid 2px #999;
}

a.cerrar-buscador {
  position: absolute;
  right: 52px;
  font-size: 25px;
}

.velo-buscador {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  display: none;
}

@media (max-width: 812px) {
  div#search-results {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: none;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    padding: 0;
    position: relative;
    background: #fff;
    z-index: 100;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    min-width: auto;
    grid-gap: 10px;
    margin-top: 30px;
  }
  .boton-buscar {
    background: #f2f2f2;
    min-width: 135px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 5px 10px;
    margin-left: 11px;
    box-sizing: border-box;
    font-size: 12px;
    justify-content: center;
    color: #757575;
  }
  .boton-buscar img {
    width: 26px;
    margin-left: 10p;
  }
  .contenedor-buscador h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contenedor-buscador h2 span {
    max-width: 80%;
    line-height: 28px;
    font-size: 22px;
  }
}
.cont-buscador {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 50%;
  background: #fff;
  z-index: 1000000000;
  height: 100%;
  width: 90%;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  overflow: auto;
}

@media (max-width: 812px) {
  .cont-buscador {
    max-width: 100%;
    padding: 20px;
  }
  .cont-buscador h2 {
    margin: 0px;
    font-size: 18px;
  }
  form#searchform {
    margin-top: 30px;
  }
  a.cerrar-buscador {
    position: absolute;
    right: 24px;
    font-size: 25px;
  }
}
.sas {
  width: 100%;
  overflow: hidden;
}

.slider button.owl-dot {
  height: 6px;
  width: 50px;
  background: #808080 !important;
  margin: 0px 5px;
}

.slider .owl-dots {
  padding-top: 19px;
  margin: 0 auto;
  width: fit-content;
}

.slider button.owl-dot.active {
  background: #1F1F21 !important;
}

.pc {
  display: block;
}

.tel {
  display: none;
}

.item {
  height: 750px;
  position: relative;
  overflow: hidden;
}

.texto-banner {
  height: 750px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}

.pc {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 750px;
  width: 100%;
}

.int-banner {
  margin: 0 auto;
  text-align: center;
}

.int-banner h2 strong {
  font-size: 75px;
  font-weight: 700;
  display: block;
}

@media (max-width: 812px) {
  .int-banner h2 {
    line-height: 55px;
  }
  .int-banner h2 strong {
    font-size: 49px;
    line-height: 50px;
    font-weight: 700;
    display: block;
  }
}
.int-banner h2 {
  font-size: 60px;
  font-weight: 200;
  color: #fff;
  line-height: 68px;
  font-family: "Poppins", sans-serif;
}

.bajada-banner {
  font-size: 20px;
  max-width: 900px;
  line-height: 29px;
  color: #fff;
  padding: 20px 0px;
}

@media (max-width: 812px) {
  .bajada-banner {
    font-size: 16px;
    max-width: 900px;
    line-height: 24px;
    color: #fff;
    padding: 20px 0px 36px;
    max-width: 80%;
    margin: 0 auto;
  }
}
a.boton-banner {
  background: #ffffff;
  color: #000;
  display: block;
  width: fit-content;
  padding: 15px 25px;
  font-size: 19px;
  font-weight: 700;
  border-radius: 50px;
  margin: 0 auto;
}

.velo-banner {
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.59);
}

.pc img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 812px) {
  .pc {
    display: none;
  }
  .tel {
    display: block;
    height: 100%;
    position: absolute;
  }
  .tel img {
    display: block;
    height: 100%;
    width: 100%;
  }
}
.mf-faq__item {
  border-top: 1px solid #333;
  padding: 24px 0;
}

.mf-faq__toggle {
  width: 100%;
  background: none;
  border: none;
  font: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  padding: 0;
}

.mf-faq__question {
  font-size: 24px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}

.mf-faq__icon {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  color: #111;
  transition: transform 0.2s ease;
}

.mf-faq__content {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  display: none;
  color: #333;
  padding: 10px 40px;
  box-sizing: border-box;
}

@media (max-width: 812px) {
  .mf-faq__content {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
    display: none;
    color: #333;
    padding: 10px 0px;
    box-sizing: border-box;
  }
  .cso li {
    display: flex;
    flex-direction: column;
  }
  .mf-faq__question {
    font-size: 21px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    line-height: 28px;
  }
}
.mf-faq__toggle[aria-expanded=true] .mf-faq__content {
  display: block;
}

.mf-faq__toggle[aria-expanded=true] .mf-faq__icon {
  transform: rotate(45deg);
}

.categorias-home li a h3 {
  position: absolute;
  display: flex;
  bottom: 0px;
  left: 20px;
  z-index: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.velo-cat {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2784313725);
  z-index: 0;
  width: 100%;
  height: 100%;
}

.categorias-home ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.categorias-home li a img:last-child {
  width: 25px;
  margin-left: 20px;
}

.categorias-home li a {
  position: relative;
  display: block;
  overflow: hidden;
}

.categorias-home li a img:first-child {
  transition: 0.3s all ease;
}

.categorias-home li a:hover img:first-child {
  transform: scale(1.2);
}

@media (max-width: 812px) {
  .categorias-home ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-avisos {
  grid-gap: 5px;
}

@media (min-width: 813px) {
  .grid-avisos div:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  .grid-avisos div:nth-child(4) {
    grid-row: 2;
    grid-column: 3/5;
  }
  .grid-avisos div:nth-child(2) {
    grid-row: 1;
    grid-column: 3;
  }
  .grid-avisos div:nth-child(3) {
    grid-row: 1;
    grid-column: 4;
  }
  .grid-avisos div:nth-child(5), .grid-avisos div:nth-child(6), .grid-avisos div:nth-child(7), .grid-avisos div:nth-child(8) {
    grid-column: span 1;
  }
}
.breadcump.contenedor-seccion ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  display: flex;
  border-top: solid 1px #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}

.breadcump.contenedor-seccion li a {
  display: block;
  padding-right: 20px;
  border-right: 1px #ccc solid;
  margin-right: 23px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.breadcump.contenedor-seccion li:last-child a {
  border-right: none;
  font-weight: 700;
}

/* Estilos para el acordeón */
.accordion {
  width: 100%;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-header {
  background-color: #f1f1f1;
  color: #333;
  padding: 10px;
  cursor: pointer;
  position: relative; /* Añadido */
}

/* Pseudo-elemento para el icono cerrado */
.accordion-header::after {
  content: "\f078"; /* Código del icono de Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}

/* Pseudo-elemento para el icono abierto */
.accordion-header.open::after {
  content: "\f077"; /* Código del icono de Font Awesome para el icono abierto */
}

.accordion-content {
  padding: 10px;
  display: none;
}

.accordion-content.show {
  display: block;
}

.tit-centrado {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding-top: 30px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.tit-centrado h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.tit-centrado h2 strong {
  font-weight: 700;
}

.item-carru {
  position: relative;
}

.info-necesidades {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  /* background: rgba(0, 0, 0, 0.3019607843); */
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  align-content: end;
}

.item-carru {
  border-radius: 20px;
  overflow: hidden;
}

.item-carru:hover img {
  transform: scale(1.2);
}

h4.tit-carru {
  margin: 0px;
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  line-height: 28px;
}

.bajada-carru {
  color: #fff;
}

.carrucel-noticias .owl-nav {
  position: absolute;
  top: -50px;
  z-index: 1000000;
  width: 100%;
  max-width: 1100px;
  display: flex;
  margin: 0 auto;
  justify-content: end;
  left: 50%;
  transform: translate(-50%);
}

.carrucel-noticias .owl-nav button {
  font-size: 50px !important;
  padding: 0px 60px !important;
  width: 56px;
  color: #fff !important;
}

.carrucel-noticias .owl-item.active.center .item-carru {
  border: solid 4px #999;
}

.foto-card {
  height: 350px;
  overflow: hidden;
}

.foto-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.foto-card {
  position: relative;
  width: 100%;
}

.foto-card img.img-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.foto-card:hover img.img-2 {
  opacity: 1;
}

.foto-card:hover img.img-1 {
  opacity: 0;
}

section.contenedor-seccion-productos {
  max-width: 90%;
  margin: 0 auto;
}

h4.h3-bold {
  margin: 0px;
  font-size: 24px;
  padding-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.p-grande {
  font-size: 20px;
  text-align: right;
}