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

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

h2, h1, h3, h4 {
  color: #1D1D1B;
}

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

/* Desactivar el foco en todos los elementos */
*:focus {
  outline: none;
}

button.button.mi-clase.actualizar {
  display: none !important;
}

.mensaje-top {
  background: #DEF0F0;
  color: #3B495A;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 812px) {
  .mensaje-top {
    padding: 10px;
  }
  .contenedor-top .redes-sociales-dos {
    display: none;
  }
}
.header {
  z-index: 1000;
  position: absolute;
  width: 100%;
  background: #fff;
}

.header-telefono {
  display: none;
}

@media (max-width: 812px) {
  .header {
    display: none;
  }
  .parte-arriba-header {
    /* display: flex; */
    /* justify-content: space-between; */
    padding: 20px 30px 0px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 20% 80%;
  }
  .otros-botones {
    display: flex;
    justify-content: end;
  }
  .logo-telefono img {
    height: 110px;
  }
  .header-telefono {
    position: absolute;
    width: 100%;
    /* padding-bottom: 23px; */
    /* height: 236px; */
    background: #fff;
    z-index: 100000000;
    padding-bottom: 24px;
    display: block;
  }
  .manejo-menu a {
    width: 84px;
    display: flex;
    float: right;
    margin-bottom: 14px;
    align-items: center;
    font-size: 20px;
  }
  .manejo-menu a img {
    margin-left: 10px;
  }
  .botones-telefono {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.header.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  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);
  z-index: 1000000;
}

@media (max-width: 812px) {
  .header.sticky {
    padding-bottom: 20px;
  }
}
.sticky .logo {
  width: 150px;
}

.sticky .botonera {
  position: relative;
  padding-top: 0px;
}

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

.saltos {
  height: 200px;
}

.coupon {
  position: relative;
}

.volver-carro {
  display: none;
}

.coupon button.button {
  position: absolute;
  font-family: "Inter", sans-serif;
  right: 0px;
  top: 0px;
  font-weight: 400;
  height: 50px;
  padding: 10px 20px;
  display: block;
  background: #82cad2;
  border-radius: 10px;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 812px) {
  .coupon button.button {
    height: 51px !important;
    padding: 11px 20px !important;
    border-radius: 5px !important;
  }
}
a.shipping-calculator-button {
  background: #878787;
  color: #fff;
  padding: 5px 10px;
  display: block;
  width: fit-content;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a.button-volver {
  border: none;
  margin-right: 10px;
  border-radius: 10px;
  font-weight: 400;
  background: #BC5D42;
  color: #fff;
  font-size: 18px;
  padding: 0px 20px;
  border-radius: 10px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  font-family: "Space Grotesk";
  min-height: 48px;
  display: block;
  width: fit-content;
}

span.gfield_required {
  margin-right: 5px;
  top: -5px !important;
  display: block;
}

@media (max-width: 812px) {
  .saltos {
    height: 260px;
  }
}
.stick-mov {
  display: block;
}

.sticky .stick-mov {
  display: block;
}

.stick-car {
  display: none;
}

.sticky .stick-car {
  position: absolute;
  top: 62%;
  right: 28px;
  display: block;
}

.stick-car span {
  display: none;
}

@media (min-width: 813px) {
  .stick-car {
    position: absolute;
    top: 15px;
    right: 46px;
    display: none;
  }
  .top-hes {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .slogan {
    max-width: 250px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #82cad2;
    font-family: "Poppins", sans-serif;
  }
  .redes-sociales-dos ul {
    display: flex;
    list-style: none;
    padding: 0px;
  }
  .contenedor-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    margin: 0 auto;
  }
  .sticky .stick-car {
    position: absolute;
    top: 15px;
    right: 46px;
    display: none;
  }
  .stick-mov, .sticky .stick-mov {
    display: none;
  }
}
.iconos-header ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  align-items: center;
}

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

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

.icono-cabecera {
  margin-right: 5px !important;
  margin-left: 5px;
}

.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;
  margin-right: 15px;
}

form#searchform {
  position: relative;
}

a.lupa {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45px;
  background: #DEF0F0;
  border-radius: 50%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
}

.form-busqueda input {
  min-width: 350px;
  height: 45px;
  padding: 0px 20px 0px 20px;
  font-size: 14px;
  border: none;
  border-radius: 57px;
  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);
  box-sizing: border-box;
  color: #3B495A;
  width: 100%;
  background: #DEF0F0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

@media (min-width: 813px) {
  .menu {
    display: none;
  }
}
@media (max-width: 812px) {
  .barra-con-buscador {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .iconos-header li a {
    display: flex;
    margin-left: 0px;
    align-items: center;
  }
  .iconos-header li a span {
    display: none;
  }
  .icono-cabecera {
    margin-right: 0px;
    min-width: 15px;
  }
  .icono-cabecera img {
    min-width: 30px;
  }
  .cantidad {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 0px;
  }
  .barra-con-buscador {
    max-width: 90%;
    margin: 0 auto;
  }
  a.lupa {
    position: absolute;
  }
  .barra-con-buscador {
    margin-top: 25px;
  }
}
.botonera ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

.botonera > ul > li > a:hover {
  background: #82cad2;
  color: #fff;
}

.botonera {
  position: relative;
  margin-top: 29px;
}

.logo {
  max-width: 76px;
}

@media (max-width: 812px) {
  .botonera {
    display: none;
  }
  .logo {
    max-width: 150px;
    margin: 0 auto;
  }
}
.botonera ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.botonera > ul > li.con-mega > a::after {
  content: "\f078";
  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 > a {
  background: #82cad2;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

li.con-mega {
  position: relative;
}

.botonera > ul > li > a {
  /* font-weight: 700; */
  display: block;
  padding: 10px 20px;
  color: #3B495A;
  font-size: 14px;
  color: #1D1D1B;
  text-transform: uppercase;
  background: #eef8f8;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-left: 15px;
}

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

.mega-menu {
  position: absolute;
  padding: 0px;
  box-sizing: border-box;
  border: none;
  display: none;
  background: #fff;
}

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

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

.mega-menu.grande {
  transform: translate(-50%);
  left: 30%;
}

.mega-menu.chico ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 450px;
  list-style: none;
  padding: 0px;
}

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

.mega-menu.chico {
  min-width: 300px;
  left: 0px;
  background: #82cad2;
  margin-top: 0px;
  border-radius: 10px;
  padding: 15px;
}

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

.mega-menu li a:hover {
  background: #82cad2;
  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: 10px;
}

.mega-menu > ul > li > a:hover {
  font-weight: 700;
  background: #82cad2;
}

.principal ul {
  display: none;
}

.principal.mas > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  margin-right: 5px;
  font-size: 14px;
}

.opcion-respondive .iconos-header {
  display: none;
}

li.ofertas a {
  display: flex !important;
  align-items: center;
}

li.ofertas a img {
  margin-left: 5px;
  width: 40px;
}

li.ofertas a {
  display: flex !important;
  align-items: center;
  background: #82cad2;
  font-weight: 700 !important;
  padding: 0px 20px !important;
  height: 52px;
  color: #fff !important;
}

li.itd a {
  padding: 0px 20px !important;
  height: 52px;
  display: flex !important;
  align-items: center;
}

li.itd a:hover {
  background: transparent !important;
}

li.itd a img {
  width: 89px;
}

@media (max-width: 812px) {
  .div.menu {
    width: 30px;
  }
  .opcion-respondive {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
  }
  .ms {
    display: none;
  }
  .opcion-respondive .iconos-header {
    display: block;
  }
}
h2.tit-general {
  text-align: center;
  font-size: 48px;
  border-bottom: solid 1px;
  padding-bottom: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 25px 15px;
  line-height: 28px;
}

h2.tit-general span {
  font-size: 18px;
  display: flex;
  padding-top: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  display: block;
  line-height: 24px;
}

@media (max-width: 812px) {
  h2.tit-general span {
    font-size: 16px;
    line-height: 20px;
  }
}
h2.titulo-mastexto {
  text-align: center;
  font-size: 48px;
  /* border-bottom: solid 1px; */
  padding-bottom: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 25px 15px;
  max-width: 50%;
  line-height: 58px;
  padding-bottom: 48px;
}

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

.menu-footer h3 {
  color: #fff;
}

.rst h1 {
  text-align: center !important;
}

@media (max-width: 812px) {
  h2.titulo-mastexto {
    text-align: center;
    font-size: 36px;
    /* border-bottom: solid 1px; */
    padding-bottom: 30px;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 0px 15px;
    max-width: 100%;
    line-height: 46px;
    padding-bottom: 48px;
  }
  .mas-texto {
    max-width: 100%;
    text-align: justify;
    margin: 0px auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
  }
  h2.tit-general {
    text-align: center;
    font-size: 36px;
    border-bottom: solid 1px;
    padding-bottom: 30px;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 25px 15px;
    line-height: 40px;
  }
}
.footer {
  background: #82cad2;
  position: relative;
  width: 100%;
}

.texto-foot {
  font-size: 20px;
  padding: 20px 0px;
}

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

.foot {
  color: #fff;
  z-index: 1;
  font-family: "Inter", sans-serif;
  position: relative;
}

.foot h3 {
  font-family: "Inter", sans-serif;
  color: #fff;
  margin: 0px;
  margin-bottom: 20px;
}

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

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

.foot-menu li {
  display: block;
  /* min-width: 300px; */
}

.datos-empresa ul {
  list-style: none;
  padding: 0px;
  line-height: 31px;
}

a.iniciar {
  height: 45px;
  background: #DB9148;
  padding: 0px 20px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: "Poppins", sans-serif;
}

a.iniciar i {
  margin-right: 10px;
}

.menu-footer li a {
  display: block;
  font-weight: 500;
  padding-bottom: 15px;
}

@media (max-width: 812px) {
  a.iniciar i {
    margin-right: 0px;
  }
  .site-main.sas {
    margin-top: 50px;
  }
  .menu-footer li a {
    display: block;
    line-height: 30px;
    padding-bottom: 0px;
  }
}
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;
}

.final {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  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;
}

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

.direccion span {
  display: block;
}

.logo-footer {
  max-width: 90px;
  margin: 0 0px;
}

@media (max-width: 812px) {
  .menu-footer ul {
    max-height: 100%;
  }
  .foot-menu li {
    width: 100%;
  }
  .foot-menu li {
    width: 100%;
    margin-bottom: 10px;
  }
  .logo-footer {
    max-width: 100px;
    margin: 0 0px;
    margin-bottom: 30px;
  }
  .logo-pago {
    max-width: 200px;
  }
  .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;
  }
  .foot {
    max-width: 80%;
  }
}
.productos-destacados button.owl-dot {
  height: 15px;
  width: 15px;
  background: #eee !important;
  margin: 0px 5px;
  border-radius: 50%;
}

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

.productos-destacados button.owl-dot.active {
  background: #82cad2 !important;
}

.contenedor-texto.texto-home {
  max-width: 75%;
  margin: 0 auto;
}

/* Estilos generales para las listas */
#responsive_menu ul.menu,
#responsive_menu ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.botonera_responsive {
  position: fixed;
  width: 90%;
  height: 100vh;
  overflow: auto;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  top: 0px;
  left: -100%;
  z-index: 100000000;
}

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

a.cerrar-botonera {
  position: absolute;
  right: 10px;
  /* background: #e3e3e3; */
  color: #000;
  width: 28px;
  text-align: center;
  border: none;
  top: 20px;
  border: none !important;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  font-size: 21px;
}

.botonera_responsive a {
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 1px #ccc;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px 20px 10px;
}

.botonera_responsive .sub-menu li a {
  border: none;
  padding: 13px;
  font-weight: 400;
  background: #faf9f9;
}

.botonera_responsive a li a {
  color: #ccc;
}

/* Icono de flecha para indicar submenús desplegables */
.nivel_uno > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  font-size: 12px;
}

.nivel_uno .sub-menu {
  padding-left: 0px !important;
  display: none;
  background: #f4f3f3;
  box-sizing: border-box;
}

.hide {
  overflow: hidden;
}

.principal > a {
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 1px #ccc;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px 20px 10px;
}

.nivel_uno a {
  position: relative;
  display: block;
}

ul.sub-menu li .sub-menu a {
  border: none;
  font-size: 15px;
  padding-left: 25px;
  color: #878787;
}

.logo-menu {
  width: 60px;
  margin-bottom: 15px;
}

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

@media (max-width: 812px) {
  .head-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
    flex-direction: column;
    margin-bottom: 40px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 23px;
  }
}
.tiendas {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tiendas img {
  max-width: 24px;
  margin-left: 15px;
  margin-right: 10px;
}

@media (max-width: 812px) {
  .tiendas span {
    display: none;
  }
}
.text-home.nosotros {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.text-home.nosotros h2, .text-home.nosotros h1 {
  text-align: center;
  font-size: 32px;
  max-width: 90%;
  line-height: 40px;
  margin: 0 auto;
  color: #000;
}

.text-home.nosotros hr {
  max-width: 300px;
  margin-top: 50px;
  width: 90%;
}

.tops {
  padding: 0px !important;
  grid-gap: 0px !important;
  margin-top: -20px;
}

.tops .text-movil {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  font-size: 18px;
  color: #666;
}

.tops .text-movil h2 {
  font-size: 35px;
  color: #000;
}

.text-home.nosotros h1 {
  font-size: 47px;
  padding-top: 20px;
}

.text-home.nosotros p {
  font-size: 30px;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
  line-height: 34px;
  font-weight: 400;
  color: #999;
}

.compromis {
  grid-gap: 0px;
  padding: 0px;
  margin-top: -20px;
}

.compromis .text-movil {
  max-width: 80%;
  margin: 0 auto;
}

.compromis .text-movil h2 {
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

@media (max-width: 812px) {
  .compromis {
    grid-gap: 0px;
    padding: 0px;
    margin-top: 0px;
  }
  .compromis .text-movil {
    max-width: 100%;
    margin: 0 auto;
  }
  .text-home.nosotros h2 {
    text-align: center;
    font-size: 20px;
    max-width: 90%;
    line-height: 28px;
    margin: 0 auto;
  }
  .imd {
    grid-row: 1;
    margin-top: 30px;
  }
  .tops .text-movil h2 {
    font-size: 35px;
    color: #000;
    line-height: 44px;
  }
  .tops .text-movil {
    max-width: 90%;
  }
}
a.accordion-toggle h3 {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

a.accordion-toggle.prender h3 {
  background: #eee;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

table.table.table-bs.table-bordered.table-weason {
  border: solid 1px #ccc;
  width: 100%;
}

table.table.table-bs.table-bordered.table-weason td {
  padding: 10PX;
}

table.table.table-bs.table-bordered.table-weason tr, table.table.table-bs.table-bordered.table-weason td {
  padding: 10PX;
  border-bottom: solid 1px #ccc;
}

.botonera-condiciones {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

a.accordion-toggle h3 i {
  font-size: 11px;
  margin-right: 14px;
}

.botonera-condiciones ul {
  list-style: none;
  padding: 0;
}

.botonera-condiciones ul li {
  margin-bottom: 10px;
}

.botonera-condiciones ul li .accordion-content {
  display: none;
  padding: 10px;
}

.botonera-condiciones ul li .accordion-content.active {
  display: block;
}

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

li.next-page a, li.prev-page a {
  width: auto !important;
  padding: 1px 10px;
}

.pagination-controls {
  padding: 30px 0px;
}

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

.tienda ul {
  list-style: none;
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

li.tit-tienda {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  font-weight: 400;
}

li.dato-t {
  display: flex;
  /* align-items: center; */
  margin-bottom: 6px;
}

li.dato-t i {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.header-tiendas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-tiendas {
  width: 100px;
}

.velo-tiendas {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(130, 127, 127, 0.768627451);
  z-index: 1000000;
  top: 0px;
  display: none;
}

div#mayorista {
  max-width: 1350px;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  padding: 9px;
  margin-bottom: 10px;
}

.campo-formulario h2.tit-general {
  text-align: center;
  font-size: 48px;
  border-bottom: solid 1px;
  padding-bottom: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 25px 15px;
  line-height: 58px;
  max-width: 500px;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0px !important;
}

label.gfield_label {
  padding: 0px !important;
  margin: 0px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.formularios input {
  border: none;
  border-bottom: solid 1px #ccc;
}

.ginput_container.ginput_container_textarea textarea {
  border: none;
  border-bottom: solid 1px #ccc;
}

.icono-form {
  max-width: 80px;
  margin: 0 auto;
  padding-bottom: 50px;
}

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

input#gform_submit_button_2, input#gform_submit_button_3 {
  padding: 10px 28px;
  display: block;
  background: #bc5d42;
  border-radius: 10px;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  margin-top: 12px;
  font-size: 17px;
  height: 43px;
  border: none;
  font-family: "Space Grotesk", sans-serif;
}

.formularios {
  max-width: 550px;
  margin: 0 auto;
  padding: 40px 0px 40px;
}

input#gform_submit_button_1 {
  padding: 10px 28px;
  display: block;
  background: #82cad2;
  border-radius: 10px;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  margin-top: 12px;
  font-size: 17px;
  border: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.text-movil p {
  padding: 0px;
  margin: 0px;
}

.texto-centrado h2 {
  text-align: center;
  font-size: 48px;
  border-bottom: solid 1px;
  padding-bottom: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 0px 31px;
  line-height: 28px;
  margin-bottom: 30px;
}

.texto-centrado {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.campo-formulario, .formularios {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

div#mayorista .contenedor-seccion {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

div#gform_1_validation_container {
  background: #fff;
  border: none;
  font-family: "Inter", sans-serif !important;
}

.gform_wrapper .gform_validation_errors > h2.hide_summary {
  margin: 0;
  font-family: "Inter", sans-serif !important;
}

.validation_message {
  padding: 0px !important;
  border: none !important;
  background: transparent !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: RIGHT;
}

a.botones-caja {
  padding: 10px 20px !important;
  display: block;
  background: #eee;
  border-radius: 10px;
  font-size: 16px;
  background: #1F1F21;
  color: #fff;
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.texto {
  text-align: center;
  min-height: 60px;
}

.texto {
  text-align: center;
  min-height: 60px;
}

.cajas-botones h2 {
  text-align: center;
  font-size: 48px;
  border-bottom: solid 1px;
  padding-bottom: 30px;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 25px 31px;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 812px) {
  .cajas-botones h2 {
    text-align: center;
    font-size: 36px;
    border-bottom: solid 1px;
    padding-bottom: 30px;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 25px 31px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.caj h3 {
  font-size: 24px;
  line-height: 30px;
}

.caj {
  border: solid 1px #000;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
}

.texto-centrado .text-movil {
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 812px) {
  .texto {
    margin-bottom: 30px;
  }
  .campo-formulario h2.tit-general {
    text-align: center;
    font-size: 36px;
    border-bottom: solid 1px;
    padding-bottom: 30px;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 0px 15px;
    line-height: 42px;
    max-width: 100%;
  }
  .texto-centrado h2 {
    text-align: center;
    font-size: 40px;
    border-bottom: solid 1px;
    padding-bottom: 30px;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 25px 31px;
    line-height: 28px;
    margin-bottom: 30px;
    line-height: 46px;
    margin-top: 40px;
  }
  .texto-centrado {
    padding-bottom: 40px;
  }
}
select#input_2_5, select#input_3_5, select#input_3_9 {
  border: none;
  border-bottom: solid 1px #ccc;
  font-family: "Space Grotesk" !important;
  font-size: 16px;
  color: #999;
  margin-bottom: 15px;
}

a.whatspp {
  background: #67C65B;
  width: 80px;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 55px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 100;
}

.modal-sitio {
  left: 50%;
  position: fixed;
  top: 10%;
  transform: translate(-50%);
  z-index: 10000000;
  max-height: 600px;
  overflow: hidden;
  max-width: 550px;
  width: 90%;
}

.modal-sitio a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.modal-sitio a {
  display: block;
}

.velo-modal {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(130, 127, 127, 0.768627451);
  z-index: 1000000;
  top: 0px;
}

.cerrar-modal {
  padding: 10px;
  position: absolute;
  right: 0px;
  font-size: 20px;
  background: #fff;
  color: #0a0a0a;
}

.mensaje-top p {
  padding: 0px;
  margin: 0px;
}

.mensaje-top a {
  font-weight: 700;
  color: #3B495A;
  text-decoration: underline;
}

.redes-sociales-dos ul li a {
  font-size: 24px;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.bienvenida {
  background: #000;
  color: #fff;
  margin-top: -20px;
}

.contenedor-hola {
  max-width: 1150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 100px 0px;
}

.text-hola p {
  font-size: 18px;
  max-width: 70%;
  line-height: 29px;
}

a.boton-generico {
  display: block;
  background: #82cad2;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  min-width: 215px;
  border-radius: 50px;
  padding: 15px 30px;
}

.text-hola h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

a.boton-generico img {
  width: 22px;
}

@media (max-width: 812px) {
  .contenedor-hola {
    max-width: fit-content;
    display: flex;
    align-items: initial;
    justify-content: initial;
    margin: 0 auto;
    padding: 100px 0px;
    flex-direction: column;
    width: 85%;
  }
  .text-hola p {
    font-size: 18px;
    max-width: 100%;
    line-height: 26px;
  }
  .text-hola h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
  }
  a.boton-generico {
    display: block;
    background: #82cad2;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    min-width: 215px;
    border-radius: 50px;
    padding: 15px 30px;
    width: fit-content;
  }
}
.text-movil h2 {
  font-size: 40px;
  font-weight: 700;
  max-width: 100%;
  line-height: 43px;
  color: #224C99;
}

.text-movil h2 span {
  display: block;
  font-size: 60px;
}

.text-movil {
  font-size: 21px;
  line-height: 30px;
  max-width: 67%;
}

.text-movil a.boton-generico {
  display: block;
  background: #82cad2;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  min-width: 215px;
  border-radius: 50px;
  padding: 15px 30px;
  width: fit-content;
  margin-top: 35px;
}

.icon {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}

.ics {
  display: flex;
  align-items: center;
  max-width: 85%;
  margin: 0 auto;
  color: #fff;
}

.ics h3 {
  color: #fff;
  margin: 0px;
}

.contenedor-iconos {
  max-width: 1150px;
  margin: 0 auto;
}

@media (max-width: 812px) {
  .text-movil h2 span {
    display: block;
    font-size: 40px;
  }
  .text-movil {
    font-size: 21px;
    line-height: 30px;
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
.mark {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1150px;
  margin: 0 auto;
  grid-gap: 20px;
}

.item-marca {
  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);
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.ver-prod {
  transition: 0.3s all ease;
}

li.cat-home:hover .ver-prod {
  background: rgba(0, 0, 0, 0.2705882353) !important;
  transform: scale(1.05);
}

@media (max-width: 812px) {
  .mark {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 90%;
    margin: 0 auto;
    grid-gap: 20px;
    padding: 0px;
  }
  .banner-mensajes {
    background: #ff8a04;
  }
}
/*main#main {
    width: fit-content;
    margin: 0 auto;
    //border-top: solid 1px #ccc;
}*/
select.orderby {
  padding: 10px;
  border-radius: 50px;
  border: solid 1px #ccc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #878787;
}

p.woocommerce-result-count {
  font-size: 16px !important;
  color: #7f7f7f;
}

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

@media (max-width: 812px) {
  .single-product {
    max-width: 90%;
    margin: 0 auto;
    padding: 15px 0px;
  }
}
nav.woocommerce-breadcrumb {
  margin: 0 auto;
  width: fit-content;
  padding-top: 30px;
  /* border-top: solid; */
  color: #7f7f7f;
}

nav.woocommerce-breadcrumb a {
  color: #7f7f7f;
}

h1.woocommerce-products-header__title.page-title {
  text-align: left;
  font-weight: 700;
  font-size: 30px;
  margin: 0px;
  padding-bottom: 20px;
  font-family: "Inter", sans-serif;
  padding-top: 30px;
}

@media (max-width: 812px) {
  h1.woocommerce-products-header__title.page-title {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding-top: 20px;
  }
  .selecciona {
    display: none;
  }
  div#productos-destacados {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.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: 24px;
  font-size: 16px;
  color: #7f7f7f;
}

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

.info {
  min-width: 127px;
}

.informacion-producto h3 {
  font-size: 22px;
  font-weight: 700;
}

.woocommerce-product-gallery {
  position: sticky;
  top: 70px;
}

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

.fotos {
  max-width: 60%;
  width: 100%;
  position: relative;
}

li.product span.wc-badge.wc-badge--pronto-consumo {
  position: absolute;
  left: inherit;
  background: 10px;
  background: #db9148;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 10;
  right: 5px;
  top: 5px;
}

span.wc-badge.wc-badge--pronto-consumo {
  position: absolute;
  left: 0px;
  background: 10px;
  background: #db9148;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 10;
}

.summary.entry-summary {
  max-width: 40%;
  padding-left: 90px;
  width: 100%;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  max-width: 74%;
  margin: 30px auto 0px;
  max-height: 180px;
  width: auto;
}

@media (max-width: 812px) {
  .fotos {
    max-width: 100%;
  }
  .summary.entry-summary {
    max-width: 100%;
    padding-left: 0px;
    width: 100%;
    margin-top: 50px;
  }
}
h1.product_title.entry-title {
  line-height: 40px;
  font-size: 33px;
  font-weight: 400;
}

.woocommerce-product-details__short-description ul {
  line-height: 24px;
  font-weight: 300;
  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;
}

@media (max-width: 812px) {
  .product_meta {
    display: flex;
    flex-direction: column;
    line-height: 13px;
    font-size: 10px;
  }
  .single-product .product.type-product {
    display: flex;
    flex-direction: column;
  }
  .sas {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.quantity input {
  max-width: 50px;
  padding: 10px;
  text-align: center;
  background: #eee;
  border: none;
  font-size: 22px;
}

button.single_add_to_cart_button.button.alt {
  background: #82cad2;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  margin-left: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

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

.comment-rating .star-rating {
  display: block;
  font-size: 12px;
  color: #bc5d42;
}

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

li.comment {
  padding-bottom: 14px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

li.comment:last-child {
  padding-bottom: 14px;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
}

.resenas {
  position: fixed;
  right: -100%;
  top: 0px;
  max-width: 500px;
  background: #fff;
  z-index: 10000000000;
  height: 100vh;
  overflow: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
}

@media (max-width: 812px) {
  .resenas {
    max-width: 90%;
  }
}
.contenedor-resena {
  height: 100%;
  padding-bottom: 50px;
  overflow: auto;
  padding: 40px;
  box-sizing: border-box;
}

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

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

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

i.fas.fa-star-half-alt {
  color: #82cad2;
}

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

p.stars a {
  display: block;
  width: 30px;
  height: 30px;
  border: solid 1px #ccc;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  margin-right: 10px;
}

p.stars span {
  display: flex;
}

p.stars a.active {
  background: #000;
  color: #fff;
}

textarea#comment {
  max-height: 100px;
  margin-top: 10px;
  border: solid 1px #ccc;
  width: 90%;
}

input#submit {
  background: #fff;
  border: solid 2px #000;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 50px;
}

a.woocommerce-review-link {
  text-decoration: underline;
}

.hidden {
  overflow: hidden;
}

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;
  padding-top: 20px;
  margin-top: 20px;
}

.summary .descuento-porcentaje {
  position: relative;
}

.summary .descuento-porcentaje .etiqueta-descuento {
  font-size: 13px;
  background: #82cad2;
  color: #fff;
  padding: 6px;
  margin-left: 16px;
  position: relative;
  top: 0px;
  left: inherit;
}

nav.woocommerce-breadcrumb {
  display: none;
}

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

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

li.product span.price {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  color: #3b4959;
}

@media (max-width: 812px) {
  li.product span.price {
    font-size: 15px;
    font-weight: 700;
  }
  .listado {
    max-width: 100%;
    margin: 0 auto;
  }
}
.radio-buttons {
  margin-bottom: 20px;
}

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

del {
  color: #878787;
  font-weight: 300;
}

/* Estilos para el ícono de flecha */
.orderby::after {
  content: "\f078"; /* Código del ícono de flecha hacia abajo en Font Awesome */
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none; /* Evita que el seudoelemento bloquee los clics en el select */
}

/* Estilos para el elemento select */
.orderby {
  position: relative; /* Necesario para posicionar el ícono correctamente */
  overflow: hidden; /* Evita que el ícono sobresalga del contenedor */
}

.orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px; /* Ajusta el padding para dejar espacio para el ícono */
  width: 100%; /* Ajusta el ancho para que el select se expanda correctamente */
  background-color: transparent; /* Hace que el fondo del select sea transparente */
  border: none; /* Elimina el borde del select */
  border-bottom: 1px solid #000; /* Agrega un borde inferior */
  cursor: pointer; /* Cambia el cursor al puntero al pasar sobre el select */
}

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

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 {
  border-radius: 0px;
}

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

@media (min-width: 812px) {
  .woocommerce-product-gallery__image.flex-active-slide {
    min-width: 530px;
  }
  .summary span.price {
    font-size: 35px;
    font-weight: 700;
  }
}
ol.flex-control-nav.flex-control-thumbs li {
  width: 18%;
  border: solid 1px #e8e8e8;
  margin-right: 5px;
  margin-bottom: 5px;
}

.summary nav.woocommerce-breadcrumb {
  margin: 0;
  width: fit-content;
  padding-top: 0px;
  /* border-top: solid; */
  color: #7f7f7f;
  line-height: 23px;
  font-size: 14px;
  max-width: 90%;
}

.productos-relacionados button.owl-dot {
  height: 3px;
  width: 50px;
  background: #DEF0F0 !important;
  margin: 0px 5px;
}

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

.productos-relacionados button.owl-dot.active {
  background: #3B495A !important;
}

@media (max-width: 812px) {
  .summary nav.woocommerce-breadcrumb {
    margin: 0;
    width: fit-content;
    padding-top: 0px;
    /* border-top: solid; */
    color: #7f7f7f;
    line-height: 23px;
    font-size: 14px;
    max-width: 90%;
  }
}
/* Targeting iPhone 6/7/8 and SE (2nd generation) */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .summary nav.woocommerce-breadcrumb {
    color: #7f7f7f;
    line-height: 15px !important;
    font-size: 10px !important;
  }
}
/* Targeting iPhone X/XS/11 Pro */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .summary nav.woocommerce-breadcrumb {
    color: #7f7f7f;
    line-height: 15px !important;
    font-size: 10px !important;
  }
}
/* Targeting iPhone XR/11 */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .summary nav.woocommerce-breadcrumb {
    color: #7f7f7f;
    line-height: 15px !important;
    font-size: 10px !important;
  }
}
/* Targeting iPhone XS Max/11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) {
  .summary nav.woocommerce-breadcrumb {
    color: #7f7f7f;
    line-height: 15px !important;
    font-size: 10px !important;
  }
}
.dato ul {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
}

.dato ul {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  height: 250px;
  flex-direction: column;
}

.dato li {
  /* max-width: 50%; */
  /* border: solid; */
  padding: 5px;
}

.qr {
  position: absolute;
  width: 100px;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
  /* object-fit: cover; */
  overflow: hidden;
  border: solid 1px #ccc;
}

.qr img {
  object-fit: cover;
  transform: scale(1.07);
}

.informacion-producto {
  padding-bottom: 30px;
}

a.boton-adi img {
  width: 38px;
}

a.boton-adi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  padding: 20px;
  border-bottom: solid 1px #ccc;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
}

.masinf {
  padding-bottom: 60px;
}

a.boton-adi:hover {
  background: #dee7f8;
  transform: scale(1.1);
}

.woocommerce-product-gallery {
  overflow: hidden;
  border-radius: 10px;
}

.woocommerce-product-gallery img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hed-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.velo-especifico {
  background: rgba(234, 233, 233, 0.8509803922);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  display: none;
}

a.comprar-whatsapp-detalle {
  background: #67c65b;
  border: none;
  padding: 13px 20px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  margin-left: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0px 0px 30px;
  display: block;
  width: fit-content;
}

.indos {
  padding-bottom: 20px;
}

.panel-especificaciones {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10000000000;
  background: #fff;
  max-width: 600px;
  width: 90%;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  height: 100%;
  overflow: auto;
  padding-bottom: 40px;
}

.contenedor-tabs {
  /* margin: 40px 0; */
  background: #DEF0F0;
  padding: 0px 0px 100px;
  display: none;
}

.descuento-porcentaje {
  padding-bottom: 30px;
}

.botones-pc {
  margin-top: -42px;
  justify-content: end;
}

.tabs-personas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 812px) {
  .tabs-personas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 85%;
    margin: 0 auto;
  }
}
.botones-pc {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.boton-tab {
  padding: 10px 20px;
  background-color: #ddefee;
  /* border-radius: 5px; */
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: 0.3s;
}

.boton-tab.active {
  background-color: #82cad2;
  color: #fff;
}

.tab-content {
  display: none;
  /* border: 1px solid #ddd; */
  /* border-radius: 5px; */
  /* padding: 15px; */
  margin-top: 30px;
}

.tab-content.active {
  display: block;
}

.boton-tab-content {
  display: none;
  background-color: #f4f4f4;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.content-tab {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .botones-pc {
    display: none;
  }
  .boton-tab-content {
    display: block;
  }
  .tab-content {
    display: block;
  }
  .content-tab {
    display: none;
  }
  .tab-content.active .content-tab {
    display: block;
  }
}
.tabla-nutricional {
  border: solid 1px #000;
  border-radius: 10px;
  overflow: hidden;
}

.foto-logos {
  max-width: 400px;
  margin-top: 20px;
}

.hd div {
  font-size: 18px;
  font-weight: 700;
  padding: 13px;
  border-bottom: solid;
  background: #bee4e4;
}

.hd, .hx {
  grid-gap: 0px;
  margin: 0px;
}

.nx div {
  padding: 10px;
  border-right: solid 1px;
}

.nx div:last-child {
  border-right: none;
}

.envuelto h2 {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-align: left;
  min-height: 0px;
  color: #3B495A;
  max-width: 90%;
  margin: 0 auto;
  min-height: 50px;
  line-height: 20px;
}

.radio-buttons {
  display: flex !important;
  flex-wrap: wrap;
}

.rad {
  border-radius: 5px;
  border: solid 1px #7cbaba;
  padding: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}

@media (max-width: 812px) {
  .envuelto h2 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: left;
    min-height: 0px;
    color: #3B495A;
    max-width: 90%;
    margin: 0 auto;
    min-height: 50px;
  }
}
.envuelto {
  text-align: left;
}

.titulo-del h2 {
  font-size: 42px;
  max-width: 90%;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

p.woocommerce-result-count {
  display: none;
}

.marca-producto, .medida {
  max-width: 90%;
  margin: 0 auto;
  font-size: 14px;
  color: #82cad2;
  font-weight: 500;
}

.medida {
  margin-bottom: 10px;
}

.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: 0px 0px;
  justify-content: initial;
}

.add_to_cart_button::before {
  content: "";
  display: inline-block;
  background: url("https://puntoentrega.kinsta.cloud/wp-content/uploads/2025/05/carrito-blanco.svg") no-repeat center center;
  background-size: contain;
  width: 24px; /* Ajusta el ancho de la imagen */
  height: 24px; /* Ajusta la altura de la imagen */
  margin-right: 8px; /* Ajusta el espacio entre la imagen y el texto */
  vertical-align: middle; /* Alinea verticalmente la imagen con el texto */
}

.widget-title.wpc-filter-title button {
  color: #7f7f7f !important;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
}

.wpc-wrap-icons {
  max-height: 18px !important;
}

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

body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
  border-color: #1d1d1b !important;
}

body .wpc-filter-chips-list li.wpc-chip-reset-all a {
  border-color: #1d1d1b !important;
  color: inherit;
}

a.button.product_type_simple {
  display: none;
}

span.product-label.agotado {
  background: #1D1D1B;
  color: #fff;
  font-size: 13px;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
}

a.button.product_type_simple {
  /* display: none; */
  padding: 10px 20px;
  display: block;
  background: #878787;
  border-radius: 10px;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  margin-top: 12px;
  font-weight: 400;
}

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

a.button.product_type_variable.add_to_cart_button, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  padding: 13px 0px;
  display: block;
  background: #82cad2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 0px;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  margin-top: 12px;
  font-size: 13px;
  /* position: absolute; */
  right: 0px;
  bottom: 7px;
  text-align: center;
  text-transform: uppercase;
}

button.button {
  border-radius: 5px !important;
}

@media (max-width: 812px) {
  button.btn.btn-primary.yith-wcan-filters-opener.enhanced {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .yith-wcan-filters.filters-modal .main-modal-button {
    background-color: #82cad2;
    border-color: #82cad2;
    border-radius: 0;
    bottom: 0;
    display: none;
    height: 60px;
    line-height: 60px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    color: #fff;
  }
}
.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: #82cad2;
  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;
  margin: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  overflow: hidden;
}

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;
}

.descuento-porcentaje .etiqueta-descuento {
  font-size: 13px;
  background: #82cad2;
  color: #fff;
  padding: 6px;
  text-align: center;
  margin-left: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.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;
  justify-content: center;
}

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

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

.envuelto {
  padding: 10px 0px 0px;
}

.tit-destacados {
  max-width: 1150px;
  margin: 0px auto;
  padding: 40px 0px 0px;
  margin-bottom: 0px;
}

.tit-destacados h2 {
  /* text-align: center; */
  /* font-size: 40px; */
  font-size: 33px;
  padding-bottom: 22px;
  margin: 30px auto 15px;
  padding: 0px 0px 0px;
  font-weight: 500;
  margin-bottom: 40px;
}

.productos-destacados .owl-nav {
  font-size: 35px;
  width: 100px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -60px;
  right: 0;
}

.productos-destacados .owl-nav button {
  background: #82cad2 !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  line-height: 40px !important;
  border-radius: 50%;
  font-size: 25px !important;
}

@media (max-width: 812px) {
  .productos-destacados .owl-nav {
    font-size: 35px;
    width: 100px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 0px;
    right: 0;
    margin: 0 auto 30px;
  }
  .tit-destacados h2 {
    font-size: 30px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 30px;
    text-align: center;
    margin: 0px;
    max-width: 90%;
  }
  .boton-tab-content {
    /* background-color: #f4f4f4; */
    padding: 0px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0px;
    font-size: 23px;
    border-bottom: solid 1px;
    padding-bottom: 20px;
    background: transparent;
  }
}
.swiper-slide {
  margin: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  overflow: hidden;
}

.swiper-slide li {
  box-shadow: none;
  margin: 0px;
}

.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: center;
}

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

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

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

div#sidebar {
  display: none;
}

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

span.page-numbers.current {
  background: #82cad2;
  color: #fff;
}

ul.page-numbers span, ul.page-numbers a {
  display: block;
  width: 30px;
  height: 30px;
  background: #e5e5e5;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  margin-right: 5px;
}

button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
  border: solid 1px #030303;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 16px;
}

.text-emocional {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

.banner-producto {
  height: auto;
  background: #e8e8e8;
  margin: 15px 0px;
  border-radius: 0px;
}

a.cerrar-filtro {
  width: 25px;
  display: none;
  margin-bottom: 30px;
}

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

a.abrir-filtro {
  display: none;
}

@media (max-width: 812px) {
  .categorias {
    max-width: 1150px;
    margin: 0 auto;
    grid-gap: 0px !important;
  }
  .emocional.pad-top-30 {
    padding: 0px;
  }
  .tx-fil img {
    width: 22px;
    margin-right: 15px;
  }
  .tx-fil {
    display: flex;
    margin: 0 auto;
  }
  a.abrir-filtro {
    display: flex;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    border: solid 1px #ccc;
    margin: 40px auto 20px;
    color: #919191;
    max-width: 80%;
  }
  .flotante {
    position: fixed;
    z-index: 100000000000;
    background: #fff;
    top: 0px;
    left: -100%;
    width: 90%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    overflow: auto;
  }
  a.cerrar-filtro {
    width: 25px;
    display: block;
    margin-bottom: 30px;
  }
  ul.page-numbers {
    list-style: none;
    padding: 0px;
    display: flex;
    margin-top: 40px;
    justify-content: inherit;
    flex-wrap: wrap;
    max-width: 93%;
  }
  ul.page-numbers span, ul.page-numbers a {
    display: block;
    width: 30px;
    height: 30px;
    background: #e5e5e5;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .pagination-controls {
    padding: 0px 0px;
  }
  .woocommerce-variation-description {
    display: none !important;
  }
  .filtros.span-1.span-tp-4 {
    grid-row: 2;
  }
  .emocional {
    max-width: 90%;
    margin: 0 auto;
  }
  .head-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
    line-height: 36px;
    text-align: center;
    max-width: 90%;
  }
  ul.products.columns-4 {
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
  }
}
.categorias-home ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.categorias-home li {
  border-radius: 10px;
  overflow: hidden;
}

.carroheader {
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

div#abrir {
  background: #DB9148;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
}

@media (max-width: 812px) {
  .categorias-home ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
.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 {
  display: grid;
  grid-template-columns: 3% 16% 73%;
  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: 24px;
  font-weight: 500;
  padding: 38px 0px 0px 28px;
  color: #3B495A;
}

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

p.woocommerce-mini-cart__buttons.buttons a {
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 10px;
  font-weight: 400;
  background: #DB9148;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

a.button.checkout.wc-forward {
  background: #82cad2;
  color: #fff;
}

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

.close {
  position: absolute;
  top: 35px;
  right: 20px;
  font-size: 22px;
  color: #000;
  /* 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 30px 0px;
}

.compra-whats {
  max-width: 86%;
  margin: 0 auto;
}

.compra-whats a.boton-generico {
  display: block;
  background: #67c65b;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  min-width: 215px;
  border-radius: 10px;
  padding: 10px 30px;
}

.compra-whats h3 {
  text-align: center;
}

@media (max-width: 812px) {
  .compra-whats {
    max-width: 86%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
.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;
}

@media (max-width: 812px) {
  .carrito {
    background: #FFF;
    z-index: 100000000;
    position: fixed;
    height: 100vh;
    right: -100%;
    width: 90%;
    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;
  }
  p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-direction: column;
  }
}
/* Estilos generales del carro */
.cart-container {
  display: flex;
  flex-wrap: wrap;
}

.cart-item {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 10px;
  box-sizing: border-box;
}

.product-thumbnail img {
  max-width: 100px;
  height: auto;
  margin-right: 20px;
}

.product-details {
  flex-grow: 1;
}

.product-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.product-price {
  margin-bottom: 5px;
}

.product-quantity input {
  width: 50px;
  padding: 5px;
}

.product-subtotal {
  font-weight: bold;
}

.product-remove {
  margin-top: auto;
}

.cart-actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.coupon {
  flex-grow: 1;
  margin-right: 10px;
}

.coupon input {
  width: 150px;
  padding: 5px;
}

/* Estilos para la versión móvil */
@media screen and (max-width: 768px) {
  .cart-item {
    flex-wrap: wrap;
  }
  .product-thumbnail {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .product-thumbnail img {
    max-width: 80%;
    height: auto;
    margin: 0 auto 10px;
  }
  .product-details {
    width: 100%;
  }
  .product-quantity,
.product-subtotal,
.product-remove {
    width: 100%;
    margin-top: 10px;
  }
  .cart-actions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
/*
.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;
}
*/
form.checkout.woocommerce-checkout {
  display: flex;
}

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

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

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 0px;
  border-bottom: none;
  margin: 0;
  list-style: none outside;
}

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

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 0px;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

ul.wc_payment_methods.payment_methods.methods label {
  font-size: 19px;
}

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

.carro-compra {
  max-width: 800px !important;
}

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

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

.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 {
  border: solid #ccc 2px;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 10px;
  font-weight: 700;
  background: #ffffff;
  color: #333;
  font-weight: 400;
}

a.checkout-button.button.alt.wc-forward {
  border: none;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 10px;
  font-weight: 400;
  background: #82cad2;
  color: #fff;
  font-size: 18px;
  padding: 0px 20px;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  height: 48px;
  line-height: 48px;
  font-family: "Inter", sans-serif;
}

.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 a.remove {
  color: #000 !important;
  background: transparent;
}

.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;
  grid-column: span 2;
}

@media (max-width: 812px) {
  .woocommerce-message {
    padding-top: 28px;
    padding-left: 70px;
    grid-column: span 1;
  }
}
button#place_order {
  /* background: #BC5D42; */
  /* font-size: 20px; */
  position: relative;
  top: 0px;
  padding: 16px;
  right: inherit;
  background: #82cad2;
  color: #fff;
  font-weight: 400;
}

.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: 30px;
  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;
}

.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 4;
}

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: none;
}

.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;
  font-family: "Inter", sans-serif;
}

.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;
}

td.product-name {
  align-items: center;
}

input#coupon_code {
  border-radius: 0px;
  padding: 15px 0px;
  margin-right: 0px;
  min-width: 300px;
  position: relative;
  margin-bottom: 11px;
  border: none;
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  border-bottom: solid 1px #ccc;
}

@media (max-width: 812px) {
  input#coupon_code {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 15px;
    margin-right: 0px;
    min-width: 100%;
    position: relative;
  }
}
p.form-row.form-row-last button.button {
  position: relative;
  top: 0px;
  padding: 16px;
  right: inherit;
  background: #82cad2;
  color: #ffffff;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
}

@media (min-width: 813px) {
  form.checkout_coupon.woocommerce-form-coupon {
    margin-top: 19px;
    max-width: 80%;
  }
}
@media (max-width: 812px) {
  p.form-row.form-row-last button.button {
    position: relative;
    top: -4px;
    padding: 16px;
    right: 0px;
    background: #1D1D1B;
    color: #fff;
    height: 51px;
  }
  textarea#order_comments {
    padding: 15px;
    min-height: 71px;
  }
}
.tit-prod {
  display: flex;
  flex-direction: column;
}

li.wc_payment_method.payment_method_transbank_webpay_plus_rest img {
  max-width: 141px;
  margin-top: 10px;
  display: block;
}

textarea#order_comments {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.cart_totals table {
  border: none !important;
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  display: flex;
  flex-direction: column;
  border: none;
  padding: 30px;
  background: #ececec;
  border-radius: 10px;
}

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;
}

.contenedor-micuenta input, .contenedor-micuenta select {
  padding: 14px;
}

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 #ccc;
  padding-bottom: 10px;
}

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

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

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

.carroheader-dos.ces {
  display: flex;
  justify-content: end;
  align-items: center;
}

.carroheader-dos.ces i {
  font-size: 25px;
  margin-left: 20px;
}

.nombs {
  width: 100%;
}

ul.inicios {
  list-style: none;
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  margin: 0px;
}

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

.resaltar {
  font-size: 16px;
  padding-left: 5px;
}

.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: #f2f2f2;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 10px;
  color: #000;
  margin-bottom: 16px;
  text-align: center;
  max-width: 84%;
  font-family: "Inter", sans-serif;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 51px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 24px;
}

input#billing_address_1 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 51px;
  margin: 0 0 -4px;
  user-select: none;
  -webkit-user-select: none;
}

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

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;
  background: #fff;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  background: #82cad2;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

button.button.actualizar {
  padding: 10px 20px;
  background: #f2f2f2;
  border-radius: 10px;
  color: #000;
  margin: 0 auto;
  height: 48px;
}

.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: 16px;
  padding: 10px;
  margin-bottom: 15px;
  background: transparent;
  border-radius: 5px;
  padding: 20px;
  line-height: 22px;
  color: #161616;
  border: 2px #82cad2 dashed;
}

ul.bot a.pagoss {
  padding: 15px 20px;
  display: block;
  background: #eee;
  border-radius: 10px;
  font-size: 16px;
  background: #82cad2;
  color: #fff;
  font-weight: 400;
}

.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;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

ul.bot a {
  padding: 15px 20px;
  display: block;
  background: #eee;
  border-radius: 10px;
  font-size: 16px;
  background: #82cad2;
  color: #fff;
  font-weight: 400;
}

a.boton-step.opaco {
  font-size: space;
  position: relative;
  top: 0px;
  padding: 16px;
  right: inherit;
  background: #f2f2f2;
  color: #0c0c0c;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  border-radius: 10px;
  border: none;
}

strong.product-quantity {
  font-size: 25px;
  background: #82cad2;
  border-radius: 10px;
  color: #fff;
}

td.woocommerce-table__product-name.product-name a {
  font-size: 16px;
  font-weight: 700;
  padding-left: 21px;
}

.woocommerce table.shop_table td {
  border-top: none;
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}

/*.create-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: ;
}*/
textarea#order_comments {
  padding: 15px 0px;
  border: none;
  border-bottom: solid 1px #ccc;
  min-height: 86px;
}

.woocommerce-address-fields__field-wrapper input {
  border: none;
  border-bottom: solid 1px #ccc;
  padding: 15px 0px;
}

.woocommerce-MyAccount-content input {
  border: none;
  padding: 15px 0px;
  border-bottom: solid 1px #ccc;
  font-family: "Inter", sans-serif;
}

input#account_last_name {
  margin-left: 6px;
}

.woocommerce-MyAccount-content fieldset {
  border: none;
  padding: 0px;
  margin-top: 45px;
  padding-top: 30px;
}

button.woocommerce-Button.button:hover {
  background: #bc5d42;
  color: #fff;
}

.woocommerce-MyAccount-content legend {
  font-weight: 700;
  font-size: 20px;
}

.woocommerce-MyAccount-content span.password-input {
  margin-bottom: 0px;
  margin-left: 0px;
}

.tit-prod {
  font-size: 13px;
  padding-left: 20px;
}

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

.nombre-producto-check {
  display: flex;
  align-items: center;
}

.foto-producto-check {
  width: 100px;
  margin-right: 20px;
  min-width: 100px;
}

.cantidad-check {
  font-size: 25px;
}

.nombre-producto-check {
  display: flex;
  align-items: center;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

.cantidad-check {
  font-size: 25px;
  background: #82cad2;
  padding: 10px;
  border-radius: 10px;
}

.nombre-check {
  font-size: 16px;
}

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

@media (max-width: 812px) {
  .foto-producto-check {
    width: 50px;
    margin-right: 20px;
    min-width: 50px;
  }
  .cantidad-check {
    font-size: 14px;
    background: #82cad2;
    padding: 6px;
    border-radius: 10px;
  }
  .nombre-check {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .nombre-producto-check {
    display: flex;
    align-items: center;
    padding-right: 0px;
    border-right: none;
  }
}
@media (min-width: 812px) {
  .soo {
    position: sticky;
    top: 50px;
  }
}
form.checkout_coupon.woocommerce-form-coupon {
  display: flex !important;
  grid-template-columns: repeat(5, 1fr);
  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;
}

.volver-carrito a {
  display: flex;
  float: right;
  width: fit-content;
  justify-content: end;
  margin-right: 20px;
  /* width: 30px; */
  background: #cbedf1;
  padding: 10px;
  border-radius: 50px;
}

.volver-carrito a img {
  width: 22px;
  margin-right: 10px;
}

.cupon-telefono {
  display: none;
}

.cupon-pc {
  display: block;
}

@media (max-width: 812px) {
  .cupon-telefono {
    display: block;
  }
  .cupon-telefono 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;
  }
  .cupon-pc {
    display: none;
  }
}
.woocommerce-form-coupon-toggle {
  display: none;
}

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

a.shipping-calculator-button {
  background: #878787;
  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: none;
  border-radius: 0px;
  border: solid 1px #ccc !important;
  font-family: "Inter", sans-serif !important;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  font-size: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
}

.select2-container .select2-selection--single {
  border: none;
  border: solid 1px #ccc;
  border-radius: 0px;
  font-family: "Inter", sans-serif !important;
  padding-left: 0px !important;
}

.volver-carro {
  font-size: 30px;
  position: absolute;
  right: 12px;
  top: 45px;
  z-index: 100;
  margin-left: 30px;
}

.check {
  padding-top: 28px;
}

.titulo-carriro.pad-top-40 h1 {
  /* text-align: center; */
  margin-bottom: 0px;
  font-size: 30px;
  padding-left: 10px;
  font-weight: 500;
  color: #3B495A;
}

.cajas {
  padding-top: 25px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
}

.esconder {
  display: none !important;
}

.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 20;
}

.create-account input {
  border: solid 1px #ccc;
}

.tit-comprainvitado {
  display: none;
}

@media (min-width: 813px) {
  .volver-carro {
    font-size: 30px;
    position: absolute;
    right: 12px;
    top: 70px;
    z-index: 100;
    margin-left: 30px;
  }
}
.nombs {
  display: flex;
  align-items: center;
}

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

li.paso {
  font-size: 18px;
  /* margin: 0px 24px; */
  margin-right: 30px;
}

a.activado {
  font-weight: 700;
  border-bottom: solid 3px;
  color: #333;
}

.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: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 50px;
  max-width: 90%;
  margin: 0 auto;
  /* background: #ccc; */
  line-height: 48px;
}

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

ul.woocommerce-error br {
  display: none;
}

.copnit {
  position: relative;
  display: flex;
  align-items: initial;
  flex-direction: column;
}

.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: #ddefee !important;
  color: #fff !important;
  font-weight: 700;
}

.principal .sub-menu {
  background: #fff;
}

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

.pswp.pswp--supports-fs.pswp--open.pswp--notouch.pswp--css_animation.pswp--svg.pswp--animated-in.pswp--zoom-allowed.pswp--visible {
  z-index: 10000000;
}

p.comment-form-email input, p.comment-form-author input {
  padding: 10px;
  width: 85%;
}

p.comment-form-author {
  display: flex;
  flex-direction: column;
}

p.comment-form-email {
  display: flex;
  flex-direction: column;
}

@media (max-width: 812px) {
  ul.inicios a {
    font-size: 13px;
  }
  ul.inicios {
    font-size: 13px;
  }
}
.create-account:last-child {
  /* padding-top: 20px; */
  padding: 18px;
  margin: 0px 0px 20px;
  border-radius: 10px;
  padding: 0px !important;
  margin-right: 10px !important;
}

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

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

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

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

.ircuenta a {
  display: flex;
  align-items: center;
  min-width: 150px;
}

.ircuenta a i {
  font-size: 18px !important;
  margin-right: 10px;
}

.footer-finalizar {
  padding-bottom: 60px;
  max-width: 1150px;
  margin: 0 auto;
  width: 90%;
  border-top: solid 1px #ccc;
  padding-top: 20px;
}

.woocommerce .woocommerce-customer-details address {
  border: none;
}

.head-cate h1 {
  /* text-align: center; */
  /* font-size: 40px; */
  font-size: 33px;
  padding-bottom: 22px;
  /* margin: 30px auto 15px; */
  padding: 0px 0px 0px;
  font-weight: 500;
  /* margin-bottom: 40px; */
}

td.woocommerce-table__product-name.product-name {
  display: flex;
}

.producto-carro {
  display: flex;
  align-items: center;
  background: #F0F7F8;
  padding: 10px;
  border-radius: 10px;
}

.foto-carro {
  width: 150px;
  margin-right: 20px;
}

.name-pr {
  text-align: left;
}

.nombre-productito a {
  font-size: 18px;
  font-weight: 700;
}

.cant input {
  padding: 10px;
  /* background: #ebebeb; */
  border: none;
  border-radius: 0px;
}

.nombre-productito {
  margin-bottom: 9px;
}

.name-pr {
  text-align: left;
  display: flex;
  /* align-items: center; */
  min-width: 520px;
  justify-content: space-between;
  margin-right: 30px;
}

.cant span {
  padding-bottom: 5px;
  display: block;
}

.sub-total {
  font-size: 18px;
}

.nombre-productito a {
  display: block;
  max-width: 250px;
}

.titsyb {
  font-size: 16px;
  margin-bottom: 5px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  max-width: 800px;
  margin: 0 auto;
}

.cart_totals.calculated_shipping {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0px;
}

.detalle-producto-pedido {
  display: flex;
  align-items: center;
}

.detalle-producto-pedido img {
  min-width: 59px;
  margin-right: 15px;
  display: block;
}

.detalle-producto-pedido a {
  display: block;
  padding-left: 15px;
}

.detalle-producto-pedido strong.product-quantity {
  font-size: 17px;
  background: #eee;
  border-radius: 10px;
  max-width: 29px;
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.detalle-producto-pedido {
  padding: 20px 20px;
  border: solid 1px #e8e8e8;
  border-bottom: none;
}

@media (min-width: 812px) {
  .detalle-producto-pedido a {
    display: block;
    padding-left: 15px;
    min-width: 400px;
  }
}
.detalle-producto-pedido strong.product-quantity {
  font-size: 25px;
  background: #eee;
  border-radius: 10px;
  max-width: 50px;
  text-align: center;
  padding: 10px;
}

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

.woocommerce table.shop_table {
  border: none;
}

.quantity {
  border-radius: 10px;
  overflow: hidden;
  border: none;
}

input.minus, input.plus {
  background: #ffffff;
  border: none;
}

@media (max-width: 812px) {
  .detalle-producto-pedido strong.product-quantity {
    font-size: 17px;
    background: #eee;
    border-radius: 10px;
    max-width: 22px;
    text-align: center;
    padding: 10px;
  }
  form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
  }
  div#customer_details {
    max-width: 100%;
  }
  div#order_review {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .woocommerce table.shop_table_responsive tr td::before {
    display: none;
  }
  .producto-carro {
    display: flex;
    align-items: inherit;
  }
  .sub-total {
    padding-top: 15px;
  }
  .name-pr {
    text-align: left;
    display: flex;
    /* align-items: center; */
    min-width: auto;
    justify-content: space-between;
    margin-right: 0px;
    flex-direction: column;
  }
}
.step h3 {
  font-size: 30px;
}

.woocommerce-form-login .woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px -6px !important;
}

.inicio-pagina strong {
  font-weight: 400;
}

section.shipping-calculator-form button {
  background: #f2f2f2 !important;
}

p#calc_shipping_city_field input {
  height: 50px;
  border: none;
  padding-left: 10px;
  border-bottom: solid 1px #ccc;
  font-family: "Inter", sans-serif;
}

button.button {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}

p.form-row.form-row-last label {
  padding-left: 6px;
}

.create-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin-left: 4px;
}

a.edit {
  padding: 10px;
  display: block;
  background: #eee;
  margin-bottom: 20px;
  width: fit-content;
  border-radius: 5px;
}

@media (max-width: 812px) {
  .woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 2px 0 0 !important;
    text-align: center;
    vertical-align: middle;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
  margin: 0px;
  padding: 0px 0px 0px 10px !important;
}

.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;
}

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

.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;
}

.product-busqueda a {
  display: flex;
  align-items: center;
  padding: 3px;
}

.product-busqueda a:hover {
  background: #eee;
  padding: 3px;
}

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

.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;
  font-weight: 400;
}

div#search-results {
  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: 25px;
  position: absolute;
  background: #fff;
  z-index: 100;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 650px;
  grid-gap: 0px;
  left: 50%;
  transform: translate(-50%);
}

button#ver-todos {
  background: #82cad2;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 17px;
  color: #fff;
  width: fit-content;
  margin-top: 30px;
}

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

.boton-buscar {
  display: none;
}

@media (max-width: 812px) {
  .form-busqueda {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    height: 100%;
    background: #fff;
    left: 0px;
    overflow: auto;
    display: none;
    z-index: 100000000;
  }
  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;
  }
  .form-busqueda input {
    height: 45px;
    padding: 0px 20px 0px 20px;
    min-width: 100%;
    font-size: 16px;
    border: none;
    border-radius: 57px;
    /* background: #f2f2f2; */
    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);
    box-sizing: border-box;
    color: #224C99;
  }
  .boton-buscar {
    max-width: 91%;
    display: flex;
    border-radius: 50px;
    padding: 19px 10px;
    box-sizing: border-box;
    font-size: 17px;
    color: #82cad2;
    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);
    padding-left: 24px;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .icono-search {
    position: absolute;
    right: 35px;
  }
  .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: 72%;
    line-height: 21px;
    font-size: 18px;
  }
}
.sas {
  width: 100%;
  overflow: hidden;
}

.slider button.owl-dot, .sliderDos button.owl-dot {
  height: 3px;
  width: 50px;
  background: #DEF0F0 !important;
  margin: 0px 5px;
}

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

.slider button.owl-dot.active, .sliderDos button.owl-dot.active {
  background: #3B495A !important;
}

.pc {
  display: block;
  height: 480px;
  overflow: auto;
}

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

.logo-marcas-banner {
  margin-top: -50px;
}

.texto-banner {
  position: absolute;
  max-width: 1150px;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  top: 0px;
  width: 100%;
  height: 480px;
  display: grid;
  align-items: center;
}

.logo-marcas-banner {
  max-width: 100px;
}

a.banner-boton img {
  width: 20px !important;
  margin-left: 13px;
  margin-top: 4px;
}

a.banner-boton {
  background: #DB9148;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  width: fit-content;
  padding: 15px 35px;
  border-radius: 50px;
  margin-top: 30px;
}

a.banner-boton:hover {
  background: #917100;
}

.atex h2 {
  font-size: 50px;
  font-weight: 700;
  max-width: 700px;
  line-height: 46px;
  margin: 25px 0px 0px;
  font-family: "Poppins", sans-serif;
}

h2.woocommerce-loop-product__title {
  min-height: 60px;
}

.atex, .atex h2 {
  color: #fff;
}

.atex h2 span {
  font-size: 30px;
  font-weight: 300;
  display: block;
  padding-bottom: 27PX;
}

.tel {
  display: none;
}

.bajada-banner {
  max-width: 500px;
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 812px) {
  .bajada-banner {
    max-width: 500px;
    font-size: 17px;
    line-height: 22px;
  }
  .atex h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 37px;
  }
  .texto-banner {
    position: relative;
    max-width: 1150px;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    top: 0px;
    width: 100%;
    display: grid;
    align-items: center;
    background: #82cad2;
    padding: 0px 0px 60px;
  }
  .atex {
    max-width: 85%;
    margin: 0 auto;
  }
  .atex, .atex h2 {
    color: #ffffff;
    padding: 35px 0px 0px;
  }
  a.banner-boton {
    border: solid 2px;
  }
  .pc {
    display: none;
  }
  .tel {
    display: block;
    height: 400px;
  }
  .tel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #mayorista .owl-carousel .owl-item {
    height: 300px;
  }
  .create-account input {
    border: solid 1px #ccc;
    /* font-size: 10px !important; */
    /* width: 10px !important; */
    padding: 10px !important;
  }
  #invitado {
    padding: 11px !important;
    margin-left: 4px !important;
    margin-right: -2px !important;
  }
}
ul.iconos_banner {
  list-style: none;
  display: flex;
  padding: 0px;
  justify-content: center;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.icono-banner img {
  width: 90px;
  margin: 0 auto;
}

ul.iconos_banner li {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.27);
  border-radius: 10px;
  min-width: 170px;
  margin: 0px 10px;
  text-align: center;
}

.texto-icono {
  font-weight: 700;
  color: #82cad2;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding-bottom: 5px;
}

.bajada-icono {
  color: #82cad2;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 812px) {
  ul.iconos_banner {
    list-style: none;
    display: grid;
    padding: 0px;
    justify-content: center;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    width: 90%;
    margin: -100px auto 0px;
  }
  ul.iconos_banner li {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
    min-width: 100;
    margin: 0px 0px;
    text-align: center;
    box-sizing: border-box;
    min-width: 100%;
  }
}
.velo-banner {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
}

.imagen-mensaje {
  height: 400px;
  position: relative;
  /* object-fit: cover; */
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.ter h2 {
  font-size: 39px;
  max-width: 333;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
}

.max-text {
  max-width: 500px;
  display: grid;
  grid-template-columns: 23% 77%;
}

.boton-mensaje a {
  background: #82cad2;
  color: #fff;
  height: 40px;
  display: block;
  font-size: 20px;
  /* text-transform: uppercase; */
  line-height: 40px;
  padding: 0px 20px;
  width: fit-content;
  border-radius: 50px;
  margin-top: 30px;
}

.boton-mensaje a:hover {
  background: #029cbb;
}

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

.texto-mensaje {
  position: relative;
  z-index: 10;
  height: 400px;
  display: flex;
  align-items: center;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.icono-mensaje img {
  position: relative;
  /* margin-right: 20px; */
  height: 85px;
}

.mensaje {
  color: #fff;
  padding-top: 24px;
}

@media (max-width: 812px) {
  .imagen-mensaje {
    height: 400px;
    position: relative;
    /* object-fit: cover; */
    overflow: hidden;
    position: absolute;
    width: 100%;
    display: none;
  }
  .max-text {
    max-width: 90%;
    display: grid;
    grid-template-columns: 100%;
    margin: 0 auto;
  }
  .icono-mensaje {
    width: fit-content;
    margin-bottom: 20px;
  }
}
.image-cat img {
  width: 60px;
  height: 60px;
}

.tt-cat h3 {
  color: #fff;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  line-height: 33px;
  min-height: 66px;
}

.ver-prod {
  padding: 20px 35px;
  background: rgba(0, 0, 0, 0.0705882353);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ver-prod {
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.0705882353);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

@media (max-width: 812px) {
  .tt-cat h3 {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    min-height: 66px;
  }
}
.tt-cat {
  padding: 36px 25px 0px;
}

.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;
}

.filtrar {
  position: sticky;
  top: 0px;
  padding-top: 70px;
  padding-right: 30px;
}