/* 
La plantilla CSS se maneja de la siguiente manera:
- Estilos por default para dispositivos moviles hasta 970px
- Mediaquerie de 971px
- Mediaquerie  de 1401px min
*/


/* ########### GENERALES ########### */


:root {
  --border-gray-light: 1px solid #EBE7E7;
  --titulo: #707070;
  --precio:  #000000;
  --fuente-primera: 'Montserrat', sans-serif;
  --fuente-segunda: 'Nunito',sans-serif;
  --bg-main: #EBEBEB;
  --bg-header: #F8F7F7;
  --green-color: #009136;
  --bg-card: #FFFFFF;
}

html{
  box-sizing: border-box;
  font-size: 14px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a{
  text-decoration: none !important;
}

body {
  background-color: #F5F5F5;
  font-family: 'Nunito', sans-serif;
  font-family: var(--fuente-primera);
  font-size: 14px;
}

#page {
  overflow: hidden;
}

.site-content {
  padding-top: 0 !important;
}

.contact-btn_container {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #EC8F36;
  border-radius: 50%;
  padding: 0.5em;
  width: 45px;
  aspect-ratio: 1 / 1;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.contact-btn_link {
  display: flex;
  text-decoration: none;
  color: white;
}

.contact-btn_link:is(:hover, :focus) {
  text-decoration: none;
  color: white;
}

.contact-btn_icon {
  font-size: 30px;
}

.site-main {
  background-color: #F5F5F5;
  padding-bottom: 6.143em;
}

/****** ####### REUTILIZABLES ############******/
.boton-blue {
  color: #fff !important;
  text-align: center;
  /* text-transform: uppercase; */
  background: var(--green-color) 0% 0% no-repeat padding-box;
  border:0px;
  width: 240px;
  border-radius: 5px;
  padding: 10px 15px;
}

/****** BEFORE HEADER ******/
.before-header {
  top: 1px;
  height: 21px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  display: none;
}

.before-header-text {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
}

.before-header .container div {
  padding: 0.1em;
  width: 360px;
}

.before-header .container div p {
  margin: 0 !important;
}

/****** ##### HEADER #########** hasta 970px****/

.menu-categorias, .menu-destacado{
  display: none;
}

.derecha .menu-categorias{
  display: block;
}

.desktop {
  display: none;
}

.mobile .izquierda {
  width: 90px;
  height: 60px;
  padding: 0;
}

.mobile .row:nth-child(1) {
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.mobile .row:nth-child(2) {
  justify-content: center;
  padding-bottom: 1rem;
}

.header-modile .row{
  justify-content: space-between;
}

.mobile .derecha {
  display: flex;
  align-items: center;
  width: auto;
}

span.icon-bar{
  border-color: #000 !important;
}

.mobile .derecha .navbar-option-cart {
  width: 25px;
  height: 25px;
}
.search-form {
  border: 1px solid #C2BABA !important;
  background-color: #fff;
}

.mobile .search-form input[type="submit"] {
  background-image: url("../images/lupa.png");
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  text-shadow: none;
  border-radius: 0px;
  border-left-color: #C2BABA;
  height: 30px;
  margin-top: 4px;
}

.navbar-option-cart {
  position: relative;
}

.navbar{
  position: static !important;
}

#masthead a {
  color: #000 !important;
  font-weight: 400 !important;
}

#masthead a:active, #masthead a:focus, #masthead a:target {
  color: #009136 !important;
}

#menu-categorias{
  background-color: #fff !important;
}

div#opciones{
  top: 84px !important;
  width: 100%;
}

.mobile .row:nth-child(2) form {
  min-width: 327px;
  max-width: 600px;
}

.mobile .row:nth-child(2) form label input {
  border: none;
}

.mobile .row:nth-child(2) form label {
  width: 77%;
  margin-bottom: 0;
}

.mobile .row:nth-child(2) form input[type="submit"] {
  width: auto;
}

header#masthead {
  /* height: 140px; */
  padding: 0;
  background-color: var(--bg-header);
  display: flex;
  align-items: center;
}

.navbar .navbar-brand {
  padding: 0;
}

#navbar-header {
  flex-wrap: wrap;
  justify-content: space-between;
}

#navbar-header #main-nav {
  width: 100%;
  justify-content: center !important;
}

#navbar-header .search-form {
  background-color: #fff;
  display: flex;
  height: 39px;
  justify-content: space-between;
  /* width: 40%; */
  width: clamp(250px, 30%, 600px);
  /* min-width: 240px; */
  /* max-width: 600px; */
  border-radius: 0.25rem;
  margin: auto;
  border: thin solid black;
}

#navbar-header .search-form label {

  margin-bottom: 0px;
  width: 80%;
}

#navbar-header .search-form label input {
  color: #707070;
  border: none;
  height: 100%;
}

#navbar-header .search-form input:focus {
  box-shadow: none;
}

.cartcontents {
  top: -15px;
  right: 5px;
  width: 15px;
  height: 15px;
  background: #EC8F36 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50px;
  font-size: 0.70rem;
  position: absolute;
  text-align: center;
}
span.navbar-option-user img {
  width: 20px!important;
  margin-right: 20px;
}
#navbar-header .search-form input[type="submit"] {
  background-image: url("../images/lupa.png");
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  text-shadow: none;
  border-radius: 0px;
  border-left-color: #C2BABA;
  height: 30px;
  margin-top: 4px;
}


.navbar-options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.navbar-options a {
  font-size: 12px;
  letter-spacing: 0px;
  color: #000;
}

.navbar-options i {
  float: initial;
  font-size: 2em;


}

.navbar-options span:nth-child(1) {
  margin-right: 30px;
  padding-left: 30px;
  text-align: center;
  /* display: none; */
}

.navbar-options span:nth-child(2) {
  margin-left: 30px;
  text-align: center;
  margin-right: 30px;
  position: relative;
}

.navbar .nav-link {
  color: var(--titulo) !important;
  font-size: 17px;
  text-transform: unset !important;
  text-shadow: none;
}

.menu-content {
  flex-wrap: wrap;
  justify-content: space-between;
  background: var(--green-color) 0% 0% no-repeat padding-box;
  opacity: 1;

}

.menu-content #main-nav {
  width: 320px;
  margin-left: 27%;
}

.menu-content .navbar-nav .nav-link {
  text-align: left;
  font: normal normal bold 14px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.menu-content .navbar-nav .active>.nav-link {
  color: #FFFFFF;
}

.menu-content .navbar-nav li.nav-item {
  margin-right: 5px;

}

.menu-content .navbar-nav li.nav-item {
  margin-right: 10px;
  margin-left: 10px;
}

#menu-principal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* ###### Carousel ###### */
  .title-carrousel-contaiiner {
    /* width: 1200px; */
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.929em;
    margin-bottom: 2.050em;
    margin-top: 2.857em;
  }

 .ver-mas {
   color: var(--green-color);
   font-weight: 700;
 }


/* ####### Login hasta 970px ###### */

.post-10 header {
  display: none;
}

.post-10 h1 {
  font-size: 18px;
  font-weight: 500;
}

.post-10 .subtitulo {
  font-size: 12px;
  color: #4B4A4A;
}

.post-10 .woocommerce-form-login,
.post-10 .woocommerce-form-register {
  border: 1px solid #9D9DA3 !important;
}

.post-10 h2{
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.post-10 .boton-blue{
  border-radius: 15px;
  margin-top: 28px;
  margin-bottom: 9px;
}

 .post-10 .lost_password a {
   color: #009136;
 }

 .woocommerce-privacy-policy-text a {
   color: #009136;
 }

/*** Slider hasta 970 ***/

#metaslider-id-85{
  display: block;
}

section#slide {
  padding: 0px !important;
}

.metaslider .flex-control-nav{
  bottom: 15px!important;
}

/* ##### Cateogrias principales hasta 970px ######## */
 .categoias-destacadas-container {
   display: flex;
   flex-wrap: wrap;
   gap: 6px;
 }

 .categoias-destacadas-container a {
  width: 49%;
  height: 110px;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
 }

 .categoias-destacadas-container a div {
   margin-bottom: 23px;
   margin-bottom: 13px;
 }

 .categoias-destacadas-container a div img {
   width: 46px;
   height: 46px;
 }

 .category {
   /* width: 244px; */
   /* height: 220px; */
   align-items: center;
   justify-content: center;
   color: #000;
   background-color: #ffffff;
   box-shadow: 0px 3px 6px #00000029;
 }

 .category p {
   margin: 0;
   text-align: center;
 }

/****** INFO EXTRA ******/
.info-extra {
  background-color: #fff;
  border: none;
  
  margin-top: 35px;
}

.info-extra-link:is(:hover, :focus) {
  text-decoration: none;
}

.info-extra .container-info-extra {
  margin: auto;
  /* display: grid; */
  /* grid-template-areas: "box1 box2 box3"; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1140px;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.info-extra .container-info-extra>.info-extra-box:nth-child(1) {
  grid-area: box1;
}

.info-extra .container-info-extra>.info-extra-box:nth-child(2) {
  grid-area: box2;
}

.info-extra .container-info-extra>.info-extra-box:nth-child(3) {
  grid-area: box3;
}

.info-extra .container-info-extra>.info-extra-box:nth-child(4) {
  grid-area: box4;
}

.info-extra .container-info-extra hr {
  display: none;
  border-bottom: var(--border-gray-light);
  width: 100%;
}

.info-extra .container-info-extra .info-extra-box {
  display: grid;
  grid-template-columns: 55px auto;
  grid-column-gap: 9px;
  color: var(--titulo);
  font-size: 14px;
  width: 100%;
  justify-content: center;
  height: 75px;
}


.info-extra .container-info-extra .info-extra-box .info-extra-box-icon {
  grid-column: span 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-extra .container-info-extra .info-extra-box:nth-child(2) .info-extra-box-icon img {
  transform: rotateY(180deg);
}

.info-extra .container-info-extra .info-extra-box .info-extra-box-text {
  grid-column: span 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column;
  margin: 0;
}

.info-extra .container-info-extra .info-extra-box .info-extra-box-bold {
  align-self: start;
  font-weight: bold;
  color: var(--green-color)
}

.info-extra .container-info-extra .info-extra-box .info-extra-box-label {
  font-weight: 300;
  align-self: start;
}

/****** CONTENT ******/
#content {
  background-color: #F5F5F5;
}

/****** CARROUSEL ******/
.title-carrousel {
  color: #000;
  font-size: 1.286rem;
  font-weight: 500;
  margin: 0px;
  margin-top: 15px;
  padding-bottom: 0px;
}

.container-carrousel-and-banner {
  display: flex;
  flex-direction: column;
}

.container-carrousel {
  border: none;
  overflow: hidden;
  position: relative;
}

.container-carrousel.height-alta{
  height: 470px;padding-left: 5px;
}

#carrousel-productos-relacionados{
  height: 520px;
 width: 1160px;
  padding-left: 0px;
}
.owl-item,:is(.woocommerce, .search-results) ul.products li.product, .woocommerce-page ul.products li.product {
  width: 100%;
  padding: 0 .5em;
  min-height: 350px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  /* box-shadow: 5px 8px 3px 1px #00000033; */
  border: 1px solid #D8D9D9;
  opacity: 1;
}

/****** BANNER WITH CARROUSEL ******/
.banner-side {
  /* margin-right: 10px; */
  width: 292px;  
  width: 100%;  
  position: relative;
  height: 458px;
}


.banner-side img {
  height: 100%;
  /* object-fit: cover;
  object-position: top; */
  width: 100%;
  position: absolute;
  /* padding-left: 20px; */
}


.container-banner-carrousel {
  display: block;
  height: 140.71px;
  background-color: red;
  margin: 60px auto;
  padding: 0px;
  text-decoration: none;
}

.container-banner-carrousel img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}


.owl-stage {
  display: flex;
}

.owl-dots {
  display: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
  font-size: 50px;
  font-weight: bold;
  transform: translateY(-50%);
  width: 35px;
  aspect-ratio: 1 / 1;
}


.owl-prev span,
.owl-next span {
  display: block;
}

.owl-prev {
  left: 10px;
}

.owl-next {

  right: 10px;
}
.owl-prev:focus ,
.owl-next:focus {
  outline:none;
  
}


/****** TAMAÃ‘O COLUMNAS ******/
.col-product-banner-4 {
  width: 274px;
}

/****** PRODUCTO EN CARROUSEL ******/
.carrousel-product,
:is(.woocommerce, .search-results) ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.carrousel-product:hover {
  text-decoration: none;
}

.carrousel-product .carrousel-product-sending {
  height: 42px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 65px;
}

.carrousel-product .carrousel-product-sending img {
  height: 100%;
  width: 100%;
}

.carrousel-product .carrousel-product-image {
  margin: auto;
  width: 100%;
}

.container-carrousel.height-alta .carrousel-product .carrousel-product-image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrousel-product-image img {
  height: 100%;
}
.container-carrousel.height-media .carrousel-product .carrousel-product-image {
  height: 162px;
}


.container-carrousel.height-media .carrousel-product .carrousel-product-image img {
  max-height: 162px;
}

.carrousel-product .carrousel-product-name {
  color: #000;
  color: var(--titulo);
  font-size: 0.8rem;
  font-weight: 400;
  width: 170px;
  margin: auto;
  margin-bottom: 0px;
}

.carrousel-product .carrousel-product-description {
  color: var(--titulo);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.carrousel-product .carrousel-product-price {
  color: #15509b;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5.45px;
}

.carrousel-product .carrousel-product-offer {
  display: flex;
  justify-content: space-around;
  width: 60%;
  margin: auto;
}

.carrousel-product .carrousel-product-offer .price {
  color: #999999;
  font-size: 14px;
  text-decoration: line-through;
}

.carrousel-product .carrousel-product-offer .discount {
  color: #2c9c2e;
  font-size: 14px;
  font-weight: bold;
}

.carrousel-product .carrousel-product-offer .discount span {
  font-weight: normal;
}

.carrousel-product .price .price-range {
  font-size: 1.4rem;
}

.carrousel-product .price .price-range bdi {
  display: flex;
  flex-direction: column;
}

.carrousel-product .price .price-range .price-range-guion {
  display: none;
}

.carrousel-product .price .price-range .price-range-min::before {
  content: "Desde: ";
}

.carrousel-product .price .price-range .price-range-max::before {
  content: "Hasta: ";
}

.carrousel-product .price .price-range .price-range-min::before,
.carrousel-product .price .price-range .price-range-max::before {
  font-weight: normal;
  font-size: 0.875rem;
  color: var(--titulo);
}


/****** SHOW CATEGORIES ******/
.category-col-4 {
  grid-column: span 4;
}

/****** CATEGORIA CUADRADA ******/
.container-categoires-boxes {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 7px;
}

.category-box {
  height: 264px;
  position: relative;
}

.category-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.category-box .category-box-name {
  background-color: rgba(21, 80, 155, 0.65);
  bottom: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 5;
}



/****** CATEGORIA CIRCULO DE FONDO ******/


.category-content {
  display: flex;
  /* grid-gap: 40px; */
  /* grid-template-columns: repeat(4, 1fr); */
  justify-content: center;

}


.category-circulo {
  height: 260px;
  width: 260px;
  margin-bottom: 26px;
  position: relative;

}

.category-circulo .category-circulo-img img {
  max-height: 250px;
  position: absolute;
  top: 15%;
}

.category-circulo .category-circulo-img .circulo {

  height: 210px;
  width: 210px;
  background-color: #D2E7FC;
  position: relative;
  top: 50px;
  margin: auto;
  border-radius: 100%;
}


.category-circulo .category-circulo-name {
  color: var(--titulo);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}



/****** CATEGORIA HEXAGONO DE FONDO ******/
.hexagonos {
  margin-block: 2em;
  display: none;
}

.container-categoires-figures {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(20, 1fr);
  margin-bottom: 50px;
  margin-top: 7px;
}

.category-hexagono {
  display: block;
  height: 285px;
}

.category-hexagono .category-hexagono-img {
  height: 201.5px;
  margin-bottom: 26px;
  position: relative;
  margin-bottom: 41.16px;
}

.category-hexagono .category-hexagono-img img {
  max-height: 201.5px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.category-hexagono .category-hexagono-img .hexagono {
  background-color: #d1edda;
  height: 101.5px;
  position: relative;
  top: 50px;
  width: 174.5px;
  margin: auto;
}

.category-hexagono .category-hexagono-img .hexagono:before {
  border-right: 87.25px solid transparent;
  border-bottom: 50px solid #d1edda;
  border-left: 87.25px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: -50px;
  width: 0;
}

.category-hexagono .category-hexagono-img .hexagono:after {
  border-top: 50px solid #d1edda;
  border-right: 87.25px solid transparent;
  border-left: 87.25px solid transparent;
  bottom: -50px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.category-hexagono .category-hexagono-name {
  color: var(--titulo);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 23px;
}

/* ######### CONTACTO hasta 970px ####### */
.post-256 .col-md-6:nth-child(1) {
    margin: 0 auto;
  }
.post-256 .col-md-6:nth-child(2) {
    display: none;
  }

  .post-256 h1 {
    font-size: 2.143rem !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  .post-256 .row {
    margin-top: 50px !important;
  }

  .post-256 .entry-content p {
    /* margin-bottom: 50px !important; */
    color: #4B4A4A;
    font-weight: 500;
  }

  .post-256 .entry-content p:first-child {
    display: none;
  }

  .post-256 label {
    display: flex;
    justify-content: space-between;
    /* margin-left: 40px; */
  }

  .post-256 label span {
    /* width: 450px; */
    width: 200px;
  }

  .post-256 form .wpcf7-submit {
    display: block;
    width: 297px;
    height: 50px;
    background-color: #009136 !important;
    color: #fff;
    font-size: 18px !important;
    border-radius: 5px;
    margin-top: 50px;
    margin-left: auto;

  }

  .post-256 form {
    margin-top: 55px;
  }

/****** FOOTER hasta 970 ******/
.box-title .logo{
  width: 90px;
  height: 60px;
}

.footer {
  width: 100%;
  border-top: solid 5px #06913D!important;
  color: #FEFEFE;
}

.footer hr {
  border-top: var(--border-gray-light);
  margin: 0px;
}


.footer .container-footer.first-row {
  background-color: var(--green-color);
  /* display: grid; */
  /* grid-template-columns: repeat(12, 1fr); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.es-email {
  display: flex;
}

.footer .container-footer.first-row .suscribete {
  grid-column: span 6;
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  flex-direction: column;
  padding: 5px 0px;
}

.footer .container-footer.first-row .suscribite-texto {
  grid-column: span 3;
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  flex-direction: column;
  padding: 5px 0px;
  color: #fff;
}

.footer .container-footer.first-row .suscribete .suscribete-label {
  color: #FEFEFE;
  font-size: 18px;
  text-align: center;
  margin-right: 27px;
}

.footer .container-footer.first-row .suscribete .suscribete-input-text,
.footer .container-footer.first-row .suscribete input[type="email"] {
  background-color: #FEFEFE;
  font-size: 14px;
  height: 39px;
  width: 400px;
  padding: 15px 15px;
  border: none;
  color: #707070;
  border-radius: unset;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.footer .container-footer.first-row .suscribete .suscribete-input-text::placeholder {
  color: #FEFEFE;
}

.footer .container-footer.first-row .suscribete .suscribete-button,
.footer .container-footer.first-row .suscribete input[type="submit"] {

  width: 100px;
  height: 39px;
  border: none;
  border-radius: unset;

  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #707070;
  background-color: #FEFEFE;
}

.footer .container-footer.first-row .redes-sociales {
  grid-column: span 3;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 5px 0px;
  margin-bottom: 0px;
  column-gap: 1em;
  align-items: center;
}

.footer .container-footer.first-row .redes-sociales .redes-sociales-icon {
  background-color: var(--green-color);
  border: 0.25px solid #FEFEFE;
  border-radius: 50%;
  color: #FEFEFE;
  cursor: pointer;
  font-size: 25px;
  padding: 3px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.8s ease;
  width: 40px;
}

.footer .container-footer.first-row .redes-sociales .redes-sociales-icon:hover,
.footer .container-footer.first-row .redes-sociales .redes-sociales-icon:focus {
  background-color: #f8f9fa;
  color: var(--titulo);
}

.redes-sociales .redes-texto {
  font-size: 25px;
  margin: 5px;
  color: #fff;
}

label.suscribete-label {
  width: 300px;
  font-size: 18px;
  margin: 5px;
}

.footer .container-fluid {
  background-color: #f6f6f4 !important;
  padding: 0;
  margin: 0;
}

.footer .container-footer.second-row {
  display: flex;
  /* justify-content: space-around; */
  flex-direction: column;
  align-items: flex-start;
  padding-top: 36px;
  background-color: #f6f6f4 !important;
  min-height: 300px;
}

.footer .container-footer.second-row .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.footer .container-footer.second-row .box img {
  object-fit: cover;
  object-position: center;
  /* width: 100%; */
}

.footer .container-footer.second-row .box .box-title {
  color: #FFFFFF;
  color: var(--green-color);
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 11px;
  /* width: 250px; */
  /* height: 45px; */
}

.footer .container-footer.second-row .box .box-subtitle {
  color: #FFFFFF;
  color: #000;
  font-size: 14px;
  font-weight: 300;

}

.footer .container-footer.second-row .box .box-subtitle a {
  line-height: 2;
}
.footer .container-footer.second-row .box .box-subtitle .box-subtitle-icon {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin: 5px;
}

.footer .container-footer.second-row .box .box-boton {
  font-size: 1em;
  font-weight: bold;
  height: 45px;
  width: 181px;
}

.menu-servicios-container .menu, .menu-legales-container .menu{
  padding: 0;
  color: #000;
  font-size: 1rem;
}

.footer .container-footer.first-row {
  padding: 0px;
}

.footer .container-footer.first-row .suscribete {
  grid-column: span 12;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 34.69px;
}

.footer .container-footer.first-row .suscribete .suscribete-label {
  margin-bottom: 33.39px;
  margin-right: 0px;
}

.footer .container-footer.first-row .suscribete .suscribete-input-text {
  margin: auto;
  margin-bottom: 23.77px;
  width: 90%;
}

.footer .container-footer.first-row .suscribete .suscribete-button {
  margin-bottom: 20.58px;
}

.footer .container-footer.first-row .redes-sociales {
  grid-column: span 12;
  justify-content: space-evenly;
  padding-bottom: 21.62px;
  padding-top: 31.87px;
}

.footer .container-footer.second-row {
  flex-wrap: wrap;
}

.footer .container-footer.second-row .box {
  /* width: 50%; */
  /* width: 350px; */
  margin-bottom: 34.54px;
}

.footer .container-footer.second-row .box img {
  margin: auto;
}

.second-row{
  padding-left: 0.3em;
  padding-right: 0.3em;
  min-width: 320px;
  max-width: 70%;
  margin: 0 auto;
}

.box-logo{
  align-self: center;
}

.menu{
  list-style: none;
}

.menu li::before{
  background-color: #009136;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  /* margin-bottom: 2px; */
  height: 6px;
  width: 6px;
}
/****** PAGE PRODUCTO ******/

.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{
  min-height: 130px;
  min-height: auto;
  text-align: center;
  min-width: 77px;
}
.woo-variation-product-gallery {
  background-color: #fff;
  margin: 0;
 box-shadow: 0px 3px 6px #00000033;
/* max-width: 70% !important; */
 width: 100% !important;
}

.woocommerce .site-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 1em;
  margin-left: 1em;
  margin-top: 1em;
  width: 100%;
  color: var(--titulo);
  text-transform: capitalize;
}

.woocommerce .woocommerce-breadcrumb a{
  color: var(--titulo);
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {

  left: 1em;
}

.woocommerce div.product {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.product .product-onsale {
  left: 60%;
  z-index: 1;
  top: 10px;
}

.woocommerce div.product .wvg-gallery-thumbnail-image {
  border: var(--border-gray-light);
  width: calc(var(--thumb-wrapper-margin-remove)/6)!important;
  margin:5px;

}

.woocommerce div.product .woocommerce-product-gallery__image {
  align-items: center;
  display: flex;
  justify-content: center;
}

.woocommerce div.product .woocommerce-product-gallery__image a {
  width: 60%;
}

.woocommerce div.product div.product div.images.woocommerce-product-gallery {
  position: relative;
  width: 60%;
}

.woocommerce div.product div.images.woocommerce-product-gallery::before {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #ccc;
}

.woocommerce div.product div.images.woocommerce-product-gallery::after {
  content: "";
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #ccc;
}

.product .woo-variation-product-gallery .woo-variation-gallery-wrapper,
.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container {
  height: 100%;
  
}

.product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce div.product div.summary.entry-summary {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000033;
  flex-grow: 1;
  margin: 0px;
  padding: 1em;
  /* margin-left: 1em; */
  flex-shrink: 1;
  text-align: start;
  flex-basis: 0%;
}

.woocommerce div.product div.summary.entry-summary .price {
  margin-top: 2rem;
}

.woocommerce div.product h1.entry-title {
  border: none;
  color: var(--titulo);
  font-size: 1.563rem;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.woocommerce .cart-container .woocommerce-cart-form>h2,
.woocommerce .cart-container .cart-collaterals .cart_totals>h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  color: #4b4a4a;
}

.woocommerce .cart-container .coupon {
  padding: 0.5em;
  margin-bottom: 1em;
}

.woocommerce .cart-container .coupon_input-container {
  display: flex;
}

.woocommerce .cart-container .coupon_text {
  font-size: 14px;
}

.woocommerce .cart-container .coupon_input {
  font-size: 14px;
  width: 100%;
}

.woocommerce .cart-container .coupon_btn-submit {
  font-size: 16px;
  border-radius: 0;
}

.woocommerce a.remove {
  color: black !important;
}

.woocommerce a.remove:hover {
  color: red !important;
  background: none;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
  width: unset !important;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  width: unset !important;
}

.woocommerce .product_details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.woocommerce .product_details .row {
  width: 100%;
  justify-content: center;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
}

.woocommerce button.button.alt {
  border: 1px solid #cccccc;
  background: var(--green-color);
  text-align: center;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  padding: 10px 72px;
  transition: all 0.8s ease;
}


.woocommerce div.product form.cart .button {
  background: var(--green-color) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  width: 275px;
  /* height: 43px; */
  font-size: 1.25em;
  text-transform: initial;
  font-weight: normal;
  padding: 15px;
}

.woocommerce div.product form.cart div.quantity {
  display: none;
}


 .precio-cuota{
  /* min-width: 236px; */
  width: 100%;
 /* height: 20px; */
 font-size:  0.9375em;
  color: #000;
  text-transform: lowercase;
  opacity: 1;
 }

.carrusel-static .precio-cuota{
font-size: 0.75rem;
}

.summary.entry-summary  .precio-cuota{
 font-size:  1.125rem;
}
.woocommerce p.price .price-discount {
  font-size: 1.25rem;
    width: 102px;
    height: 32px;
    padding: 1px;
 
}

.woocommerce p.price .price-before {
  color: #707070;
  font-size: 1.25rem;
}

.summary .lista-info {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.summary .lista-info>li {
  border-bottom: 1px solid #EBE7E7;
}

.summary .lista-info .lista-info-item {
  display: grid;
  grid-template-columns: 45px auto;
  padding: 10px 0;
}

.summary .lista-info .lista-info-item .info-item-icono {
  align-self: center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  justify-self: start;
}

.summary .lista-info .lista-info-item .info-item-icono svg {
  width: 40px;
}

.summary .lista-info .lista-info-item .info-item-text {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  font-size: 14px;
  color: var(--titulo);
}

.summary .lista-info .lista-info-item .info-item-anchor {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 12px;
  font-weight: 300;
}

/*
.summary .lista-info .lista-info-item .info-item-anchor a {
  color: #0e8e24;
  text-transform: uppercase;
}
*/

.summary .lista-info .lista-info-item p {
  margin: 0px;
}

.box-data-20 {
  width: 30%;
}
.detalles-descripcion{
  
box-shadow: 0px 3px 6px #00000033;
  background: #fff;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.box-data-title {
  text-align: center;
  color: #000;
  font-size: 2.143rem;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 15px;
}

.box-content {
  background: #fff;
  border: var(--border-gray-light);
  
  padding: 15px 15px;
}

.box-content tr:nth-child(even) {
  background: #f6f6f5;
}

.box-content tr:nth-child(odd) {
  background-color: #ececec;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ececec;
}

.box-content tr td {
  padding: 11px 15px 9px;
  /* display: flex;
  justify-content: space-between; */
  font-size: 16px;
  font-weight: 300;
  color: var(--titulo);
}

.box-content .box-text {
  font-size: 1rem;
  font-weight: 300;
  margin: 0px;
}

.box-content.shop_attributes-container {
  padding: 0 !important;
}

.box-content .shop_attributes td,
.box-content .shop_attributes th {
  font-size: 1rem;
  font-style: normal !important;
  padding-inline: 1rem !important;
}

.box-content .shop_attributes td {
  text-align: right;
}

.box-content .shop_attributes th {
  font-weight: 300 !important;
  width: auto !important;
}

.site-main .banner-bg {
  display: block;
  width: 100vw;
  height: 350px;
  background-color: coral;
}

.site-main .banner-box {
  height: 100%;
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: rgba(0 0 0 / 0.5);
}

.site-content .page-description-bg {
  width: 100vw;
  display: block;
  height: 350px;
  flex-shrink: 0;
  right: -50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 2em;
  background-color: rgb(209, 209, 209);
}

.site-content .page-description-bg .page-title-box {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  width: 45%;
  min-width: min-content;
  justify-content: end;
  background-color: rgba(24 80 126 / 0.8);
}

.site-content .page-description-bg .page-title-box .page-title {
  font-size: 70px;
  color: #fff;
  text-shadow: 3px 3px 2px #17100dbf;
  margin: 0 1em;
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 0;
}

.site-content .page-description-bg .term-description {
  height: 100%;
  position: relative;
}

.site-content .page-description-bg .term-description p {
  height: 100%;
}

.site-content .page-description-bg .term-description img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-main h1.page-title {
  color: #4b4a4a;
  font-size: 1.5625rem;
  font-weight: bold;
  text-transform: uppercase;
}

.archive .container-carrousel-and-banner .container-carrousel {
  width: 590px;
  padding-right: 10px;
}
.archive .carrousel-product .carrousel-product-image img {
  width: 300px;
}

.archive .container-carrousel-and-banner .banner-side {
  width: 50%;
  margin-right: 15px;
 
}

.archive .container-carrousel-and-banner {
  margin-bottom: 25px;
  width: 100%;
}

.woocommerce .woocommerce-result-count {
  float: left;
  width: 50%;
  display: none;
}

.woocommerce-ordering .orderby {
  border: var(--border-gray-light);
  border-radius: 0px;
  background-color: #fff;
  padding: 13px 17px;
  /* width: 100px; */
  color: var(--titulo);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}

:is(.woocommerce, .search-results) ul.products ul li,
:is(.woocommerce, .search-results) ul.products li {
  list-style: none;
}

:is(.woocommerce, .search-results) ul.products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 280px);
  grid-auto-rows: 1fr;
  justify-content: center;
  gap: 1em;
}

:is(.woocommerce, .search-results) ul.products::after {
  display: none;
}

:is(.woocommerce, .search-results) ul.products::before {
  display: none;
}

.woocommerce .related.products {
  width: 1190px;
}

:is(.woocommerce, .search-results) ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100% !important;
  padding: 1em;
  background-color: white;
  margin: 0 !important;
}

:is(.woocommerce, .search-results) .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

:is(.woocommerce, .search-results) .woocommerce-LoopProduct-link>*:not(img) {
  margin: 0 !important;
}

:is(.woocommerce, .search-results) ul.products li.product .woocommerce-loop-product__title {
  font-size: 0.875rem;
  color: var(--titulo);
  text-align: center;
  font-weight: 300;
  margin-top: 1em !important;
}

:is(.woocommerce, .search-results) ul.products li.product a img {
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: none;
  max-height: 300px;
  width: auto;
  margin: auto;
}

/*
:is(.woocommerce, .search-results) ul.products li.product .price {
  font-size: 1.375rem;
  color: #00589f;
  font-weight: bold;
  text-align: center;
}
*/
:is(.woocommerce, .search-results) ul.products li.product a {
  text-decoration: none;
}

:is(.woocommerce, .search-results) nav.woocommerce-pagination {
  margin: 0 auto;
}

/* PRECIOS DE PRODUCTOS */
p.price,
:is(.woocommerce, .search-results) ul.products li.product .price {
 display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  font-size: 1.875rem !important;

}

p.price .price-offer,
.woocommerce ul.products li.product .price .price-offer {
  color: #000000;
  color: var(--green-color);
  font-weight: bold;
  grid-row: 1;
  grid-column: 1/4;
}

p.price .price-offer ins,
.woocommerce ul.products li.product .price .price-offer ins {
  text-decoration: none;
}

p.price .price-before {
  color: var(--titulo);
  font-size:  0.9375rem;
  text-align: center;
  width: 100%;
  grid-row: 2;
  grid-column: 1/2;
}

p.price .price-discount {
  color: #000;
  text-align: center;
  font-size:  0.9375rem;
  font-weight: 700;
  width: 80px;
  height: 25px;
  grid-row: 2;
  grid-column: 2/2;
  /* background: #EC8F36 0% 0% no-repeat padding-box; */
border-radius: 5px;
opacity: 1;
padding: 2px;
}

.woocommerce ul.products li.product strong {
  display: initial;
}

ul.products .product-onsale {
  right: 5px;
}
ul.products .product-onsale .price-discount {
  padding-left: 0px;
}
.product-onsale {
  position: absolute;
  right: 0;
  background-color: #43a3b9;
  border-radius: 50%;
  color: #fff;
  width: 61px;
  height: 61px;
}

.product-onsale .price-discount {
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
  font-weight: 600;
}

.product-onsale .price-discount-off {

  color: #1B4282;
}

.product .price-discount {

  padding-left: 12px;
}

.carrousel-product .price,
:is(.woocommerce, .search-results) ul.products li.product .price {
  flex-direction: column;

}

.carrousel-product .price .price-before {
  text-align: center;
}

/*
.carrousel-product p.price .price-before,
.carrousel-product p.price .price-discount {
  font-size: 0.875rem;
}*/

/* CARRITO DE COMPRA */
.cart-container {
  display: flex;
  flex-direction: row;
  gap: 1em;
}

.cart-container .woocommerce-cart-form {
  flex-grow: 2;
  flex-shrink: 1;
}

.cart-container .cart-collaterals {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
}

.cart-container .cart-collaterals .cart_totals {
  width: auto !important;
  float: none;
}

.cart-container .cart-collaterals .cart_totals table td,
.cart-container .cart-collaterals .cart_totals table th {
  border: none;
}

.cart-container .cart-collaterals .cart_totals table th {
  color: #4b4a4a;
  font-size: 1.25rem;
}

.cart-container .cart-collaterals .cart_totals table td {
  text-align: right;
}

.cart-container .cart-collaterals .cart_totals table td[data-title="Total"] {
  color: #4b4a4a;
}

.cart-container .cart-collaterals .cart_totals table td[data-title="Subtotal"],
.cart-container .cart-collaterals .cart_totals table td[data-title="Total"] {
  font-size: 1.125rem;
}

.cart-container table {
  /* border: var(--border-gray-light) !important; */
  border-radius: 0 !important;
}

.cart-container table th {
  text-transform: uppercase;
}

.cart-container .woocommerce-cart-form table {
  background-color: white;
}

.cart-container .actions {
  display: flex;
  justify-content: space-between;
}

.cart-container .actions .button {
  margin-left: auto;
  background-color: transparent;
  /* border: 1px solid #707070; */
  color: #707070;
  color: #000;
  /* border-radius: 0; */
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: normal;
  border: 1px solid #D8D9D9;
  border-radius: 5px;
}

.cart-container .actions a.button {
  order: 1;
}

.cart-container .actions .button {
  order: 2;
}

.cart-container .cart-collaterals .cart_totals .checkout-button {
  text-transform: uppercase;
  font-size: 1.286rem;
  padding: 0.5em 1em;
  background-color:var(--green-color);
  border: 1px solid #cccccc;
  border-radius: 15px;
  transition: all 0.5s;
  font-weight: 400 !important;
}

.cart-container .cart-collaterals .cart_totals .checkout-button:hover,
.cart-container .cart-collaterals .cart_totals .checkout-button:focus-visible {
  background-color: transparent;
  border-color: var(--green-color);
  color: var(--green-color);
}


.thub-publicacion{
  height: 40px;
  width: auto;
  margin: auto;
}

.form-group {
  width: 100%;
}
/* CHECKOUT */


header :is(h1, h2, h3),
.checkout :is(h1, h2, h3):not(#ship-to-different-address) {
  /* text-transform: uppercase !important; */
  /* text-align: center; */
  /* margin-top: 2em; */
  margin-bottom: 2em;
  font-size: 1.5625rem !important;
  /* color: #4b4a4a; */
  border: 0 !important;
}

.checkout #place_order {
  font-size: 16px;
}

.checkout .woocommerce-billing-fields h3 {
  display: none;
}

.checkout p {
  width: 100% !important;
}

.checkout .control-label {
  /* flex-basis: 27ch; */
  flex-basis: 30ch;
  flex-shrink: 0;
}

.checkout .woocommerce-input-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
}

.checkout input,
.checkout .selection>span,
.select2-dropdown,
.checkout textarea {
  background-color: white;
  border: var(--border-gray-light);
  border-radius: 0;
}

.select2-dropdown {
  border-top: none;
}

.checkout #customer_details {
  margin: 0 auto;
}

.checkout .woocommerce-shipping-fields {
  margin-top: 2em;
}

.checkout #ship-to-different-address span {
  font-size: 1.25rem;
}

.checkout .show-password-input {
  top: unset;
}

.checkout .password-input {
  height: fit-content;
  align-self: center;
}

.checkout .select2-container,
.checkout .select2-selection,
.checkout .select2-selection__rendered {
  height: 100%;
}

.checkout .select2-selection__rendered {
  padding-block: 0.375rem;
}

.checkout .select2-selection__arrow {
  top: 7px !important;
}

.checkout .woocommerce-checkout-review-order-table {
  border: var(--border-gray-light) !important;
  border-radius: 0 !important;
  margin: 0 auto !important;
}

.checkout .woocommerce-checkout-review-order-table :is(th, td) {
  border: none !important;
  font-size: 18px;
}

.checkout .woocommerce-checkout-review-order-table :is(th, tr.order-total) {
  text-transform: uppercase;
  color: #4b4a4a;
}

.checkout .woocommerce-checkout-review-order-table td:not(.product-name) {
  text-align: right;
}

.checkout button#place_order {
  margin: 0 auto;
}

/* FROM LOGIN  */
.woocommerce-form-login-container {
  max-width: 85%;
  margin-inline: auto;
  margin-bottom: 2em;
  border-bottom: 1px #707070 solid;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: flex;
  flex-direction: column;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  position: relative;
}

p.woocommerce-form-row.form-row,
.woocommerce-form-login.login p.form-row {
  display: flex;
  flex-direction: column;
}

.woocommerce-form-login-container .woocommerce-form-login-toggle {
  max-width: 95%;
  margin: 0 auto;
  border: 0 !important;
}

.woocommerce-form-login-container .woocommerce-info {
  display: flex;
  align-items: center;
  border: var(--border-gray-light);
  background-color: white;
  font-size: 1.25rem;
  gap: 1em;
}

.woocommerce-form-login-container .woocommerce-info::before {
  display: none;
}

.woocommerce-form-login-container .woocommerce-info .showlogin {
  padding: 1em 4em;
  background-color: #00589f;
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  margin-left: auto;
}

.woocommerce-form-login,.woocommerce-form-register {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: var(--border-gray-light) !important;
  min-height: 340px;
}

.woocommerce-form-login input,.woocommerce-form-register input {
  padding: 0.375rem 0.75rem;
  border-radius: 0;
  border: var(--border-gray-light) !important;
  background-color: #FAFAFB;
}

.woocommerce-form-login h2,
.woocommerce-form-register h2{
  font-size: 1.125rem
}
.subtitulo{
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #4B4A4A;
  opacity: 1;
}

/* MODAL */
.modal.show .modal-dialog {
  --webkit-transform: translate(0, 20%) !important;
}

/* SINGLE-INTERNA */
.single-interna #main {
  background-color: #ffffff;
  padding: 3em 3em 3em 7em;
  border: var(--border-gray-light);
  margin-bottom: 2em;
}

.single-interna #main :is(p, span, label) {
  color: #707070;
}

.single-interna #main {
  line-height: 30px;
}

.single-interna #main form label {
  width: 100%;
}

.single-interna #main form :is(input:not([type="submit"]), select, textarea) {
  background-color: #fafafb;
  border: 1px solid #9d9da3;
  border-radius: 0;
  height: 52px !important;
  font-size: 14px;
}

.single-interna #main form input[type="submit"] {
  min-width: 240px;
  display: inline-block;
}

.single-interna .submit-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-interna ol>li {
  counter-increment: item;
  margin-bottom: 1em;
}

.single-interna ol>li::marker {
  content: counters(item, ".") ". ";
}

.single-interna ol {
  counter-reset: item;
}

.single-interna .page-description-bg {
  background-size: cover;
  background-position: center;
}

/* CATEGORIES */
.widget {
  margin: 0 0 1em;
}

.wp-block-columns {
  margin-bottom: 0.5em;
}
.wp-block-woocommerce-active-filters h3,.wp-block-woocommerce-attribute-filter h3{
  font-size: 1.125rem;
  color: #707070;
  border-bottom: solid 1px #00000029;
}

.wc-block-checkbox-list input[type="checkbox"]{
display: none!important;;
}

.wc-block-components-checkbox-list li {
  padding: 0px 0px 0px 15px;
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
  margin-top: 15px;
}
.wc-block-active-filters li span.wc-block-active-filters__list-item-type {
  display: none;
}
.wc-block-active-filters .wc-block-active-filters__list li {
  margin: 5px;
}
.wc-block-active-filters .wc-block-active-filters__list-item-name {
  background: #E6E6E6 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font-weight: 100;
  padding: 3px 10px;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove{
  margin: -12px 0 0;
  color: #e6e6e600;
    filter: invert(1);
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus{
border:0px;outline: none;
}

/****** FIRMA ******/
#thalu {
  background: #fff;
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: end;
  align-items: center;
}

#thalu #logo-thalu {
  background-image: url(../images/thalu_foot.png);
  float: left;
  margin-right: 20px;
  height: 40px;
  width: 70px;
}

#thalu #desarrollo {
  color: #43383F;
  float: left;
  margin-right: 5px;
  line-height: 3.3;
  font-size: 12px;
  padding: 2px 0px;
}

/* 
.woocommerce-page img, .logo {
  max-width: 50%;
}
Se comenta linea de codigo, solucionando errores
 */

.section-title {
  width: 100%;
}

.products-by-user li {
  list-style: none;
}

.button-editar {
  text-align: center;
}

/* ####### CATEGORIA CARRITO ######## hasta 970px */

 .woocommerce-info {
    border-top-color: #009136;
    font-size: 1rem;
  }

  .woocommerce-info::before {
    color: #009136;
  }

  .woocommerce-cart .entry-title {
    display: none;
  }

  /* ###### FINALIZAR COMPRA hasta 970px ##### */
   .showcoupon {
    color: #009136;
  }

  .showcoupon:hover {
    color: #009136;
  }

  .post-9 .woocommerce-checkout-review-order-table {
    background: #fff !important;
    border: 0.25px solid #D8D9D9 !important;
    border-radius: 5px !important;
    padding: 19px 13px 25px 16px !important;
  }

  .woocommerce-checkout #payment{
    background-color: transparent !important;
  }

   .wp-element-button {
    /* width: 297px; */
    height: 50px;
    padding: 0 !important;
    border-radius: 5px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    /* margin-top: 62px !important; */
  }

  .page-id-9 .site-main {
    padding-bottom: 11px;
  }


  /* ###### CATEGORIAS hasta 970px ######## */
    .tax-product_cat .widget-area {
    background-color: #fff;
    margin-top: 3rem;
    margin-bottom: 2rem;
    border: 1px solid #D8D9D9;
  }

  .tax-product_cat .widget-area .nav-link {
    color: #000;
  }

  .tax-product_cat .page-title {
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 2.143rem !important;
  }

  .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #000 !important;
  }

  .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #009136 !important;
  }

  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #009136 !important;
  }

  .content-area .woocommerce-loop-product__title {
    font-size: 1.071rem !important;
  }

  .content-area .price-before .woocommerce-Price-amount {
    font-size: 18px;
    color: #707070 !important;
  }

  .content-area .price-discount {
    font-size: 18px !important;
  }

  :is(.woocommerce, .search-results) ul.products li.product a img {
    max-height: 200px;
  }

  .detalles-descripcion .col-8{
    flex: auto !important;
    width: initial !important;
  }

@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}


  /* FOOTER  "se borrÃ³ una mediaquerie"*/
 

/* @media (max-width: 970px) { */

  /* INFO EXTRA */
  /*
  .info-extra .container-info-extra {
    grid-template-areas:
      "box1 box2"
      "box3 box4";
    grid-template-columns: 1fr 1fr;
    margin: 0;
    width: 100%;
  }

  .info-extra .container-info-extra .info-extra-box:nth-child(odd) {
    border: 0;
  }

  .info-extra .container-info-extra>*+* {
    border-left: none;
  }

  .info-extra .container-info-extra .info-extra-box:nth-child(n + 3) {
    border-top: var(--border-gray-light);
  }
*/
  /* CARRITO DE COMPRA */
  /*
  .cart-container {
    flex-direction: column;
  }
  */

  /* CHECKOUT */
  /*
  .checkout {
    max-width: 100%;
    margin: 0 auto;
  }*/

  /* FORM LOGIN */
  /*
  .woocommerce-info {
    flex-direction: column;
    gap: 0;
    padding: 1em 2em 1em 2em;
  }

  .woocommerce-info .showlogin {
    margin-left: 0 !important;
    margin-top: 1em;
  }

  
  
  .category-col-4 {
    grid-column: span 10;
  }

  .category-col-4:nth-child(5) {
    grid-column-start: 6;
    grid-column-end: 16;
  }

  .category-hexagono .category-hexagono-img .hexagono {
    width: 157px;
  }

  .category-hexagono .category-hexagono-img .hexagono::before {
    border-right: 78.5px solid transparent;
    border-left: 78.5px solid transparent;
  }

  .category-hexagono .category-hexagono-img .hexagono::after {
    border-right: 78.5px solid transparent;
    border-left: 78.5px solid transparent;
  }

  .woocommerce div.product {
    flex-wrap: wrap;
    justify-content: center;
  }
*/
  /* .woocommerce-page div.product div.images,
  .woocommerce div.product div.images.woocommerce-product-gallery,
  .woocommerce #content div.product div.images, 
  .woocommerce div.product div.images,  */
  /*
  .woocommerce-page #content div.product div.images {
    width: 80%;
  }

  .woocommerce-page #content div.product div.summary.entry-summary {
    width: 80%;
  }
  */

  /* SINGLE PRODUCT */
  /*
  .woocommerce div.product div.summary.entry-summary {
    margin-left: 0;
  }

  .woocommerce div.product div.summary.entry-summary *:not(.lista-info, .lista-info *) {
    text-align: center;
  }

  .woocommerce div.product div.summary.entry-summary .price {
    display: flex;
    justify-content: center;
  }

  .woocommerce div.product div.summary.entry-summary .variations td.label {
    padding: 0;
  }

  .woocommerce div.product div.summary.entry-summary .variations .variable-items-wrapper {
    display: flex;
    justify-content: center;
  }

  .woocommerce div.product form.cart .button {
    width: 100%;
    margin-top: 1em;
  }
  */
/* } */

/* @media (max-width: 767px) { */

  /* PAGE DESCRIPTION */
  /*
  .site-main .page-title-box {
    width: 80% !important;
    justify-content: start !important;
  }

  .site-content .page-description-bg {
    height: 240px !important;
  }

  .site-main .page-title {
    font-size: 35px !important;
  }

  .before-header {
    display: none;
  }

  .box-data-80,
  .box-data-20 {
    width: 48%;
  }

  .box-content {
    padding: 20px;
  }
*/
  /* PRODUCTS EN CATEGORIA */
  /*
  :is(.woocommerce, .search-results) ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    float: none;
    clear: none;
  }
  */
/* } */


/* @media (max-width: 500px) { */

  /****** HEADER ******/
 



  /****** SECION MAIN ******/
  /*
  .woocommerce div.product {
    padding: 20px;
  }

  .woocommerce-page #content div.product div.images {
    width: 100%;
  }

  .woocommerce-page #content div.product div.summary.entry-summary {
    width: 100%;
  }

  .woocommerce div.product form.cart {
    margin-bottom: 30px;
  }

  .woocommerce button.button.alt {
    padding: 10px;
    width: 80%;
    font-size: 18px;
  }

  .woocommerce div.product .woocommerce-product-gallery__image a {
    width: 80%;
  }

  */

  /****** CARROUSEL ******/
  /*
  .container-carrousel-and-banner {
    flex-wrap: wrap;
    width: 100%;
  }

  .container-carrousel-and-banner .container-carrousel {
    width: 100%;
    order: 2;
  }

  .banner-side.height-alta {
    width: 100%;
    height: 75.2px;
    order: 1;
  }
*/
/* } */




/* ########## Responsive pruebas. */

/* --- NavegaciÃ³n principal----- */
/*
#navbar-header .search-form{
  width: auto;
  width: 327px;
  height: auto;
  height: 26px;
}

#navbar-header .search-form input[type="submit"]{
  height: auto;
  margin-top: 0;
  background-size: 13px;
}

.form-control{
  font-size: 10px;
}

.nav_flex {
  display: flex;
  justify-content: center;
}

.destacado{
  display: none !important;
}

.navbar-options span:nth-child(2){
  margin-left: 0;
  margin-right: 0;
  font-size: .5rem;
  width: 26px;
  height: 26px;
}
*/



/* Lo ideal es dejar solo 2 mediaqueries para los cambios, hay que limpiar el css y borrar lineas que sean redundantes */

/* Nueva MDQ */


/* NUEVA MDQ */
@media  (max-width:971px) {
  /* Header */
  header#masthead {
      /* height: 140px; */
      padding: 0;
      display: flex  ;
      align-items: center;
      flex-direction: column;
  }
  .menu-destacado-mobile ul#menu-principal-1 {
    display: flex;
    flex-direction: row;
  }
  .navbar{
    position: relative !important;
  }
  .menu-destacado-mobile.mobile {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 15px;
    background: #000;
  }
  .menu-destacado-mobile ul#menu-principal-1 a {
      color: #fff !important;
  }

}

@media  (min-width:971px) {

  

  div#opciones{
    top: 44px !important;
    width: auto !important;
  }

  span.icon-bar{
  border-color: initial !important;
 }

  .menu-categorias, .menu-destacado{
    display: block;
  }
  
    .header-desktop button{
      display: none;
    }

    .mobile{
      display: none;
    }

    .desktop{
      display: block;
    }
    #masthead .row:nth-child(2) {
      background-color: #000;
    }


    #masthead a {
      color: #fff !important;
      font-weight: 400 !important;
    }

    #masthead .menu-categorias .nav-link {
      color: #000 !important;
    }

    #masthead .menu-categorias .nav-link:hover,
    #masthead .menu-categorias .nav-link:focus {
      color: #009136 !important;
    }

    #masthead .bg-fluido {
      background-color: #000 !important;
      height: 58px;
    }

    #masthead .menu-categorias>nav button {
      color: #fff !important;
    }

    #menu-principal {
      align-items: center;
      max-width: 1200px !important;
    }

    .navbar-brand {
      width: 141px;
      height: 94px;
    }

    .navbar-brand img {
      max-width: 100%;
      height: auto;
    }

    .navbar-options a {
      font-size: 0.857rem;
    }

    .search-form {
      border: 1px solid #C2BABA !important;
    }

    .navbar-options {
      height: 120px;
    }

    header .container .row {
      justify-content: center;
      align-items: center;
    }

    #navbar-header {
      width: 1200px;
    }

    .navbar-option-publica {
      background-color: var(--green-color);
      height: 100%;
      display: flex;
      align-items: center;
      padding: .5em;
    }

    .navbar-option-publica img {
      width: 31px;
      height: 31px;
    }

    .navbar-option-cart {
      height: 100%;
      display: flex;
      align-items: center;
      position: relative;
    }

    .navbar-option-cart img {
      width: 33px;
      height: 33px;
    }

    .cartcontents {
      top: 30px;
      right: 33px;
    }

    .navbar-option-user img {
      width: 28px;
      height: 28px;
    }

    header .row:nth-child(2) .container-fluid .container {
      display: flex;
      align-items: center;
    }

    .collpase_nav {
      position: absolute;
      top: 58px !important;
      z-index: 9999;
    }

    .collpase_nav a {
      font-size: 1rem !important;
    }

    .collpase_nav a:hover {
      color: #009136 !important;
    }

    /* VISTA PRODUCTO min971px */
    .woocommerce div.product{
      flex-direction: row;
    }
    .woo-variation-product-gallery{
      max-width: 70% !important;
    }

    .product .woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-container{
      flex-direction: row-reverse;
    }

    .detalles-descripcion .col-8{
      flex: none !important;
      width: auto !important;
    }


    /* ### MAIN min 971px###### */
    .site-main {
      background-color: var(--bg-main);
      padding-bottom: 6.143em;
    }

    .banner-side img {
      object-fit: cover;
      object-position: top;
      width: 500px;
      padding-left: 20px;
    }

    .container-carrousel-and-banner{
      flex-direction: row;
    }

    /* Product min 971px */
    .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,
    .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
      width: auto;
      min-width: 80px !important;
    }

    .woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) {
      display: flex;
      flex-direction: column;
    }


    /* Categorias populares min 971px */

    .categoias-destacadas-container{
      gap: 15px;
    }

    .categoias-destacadas-container a{
      width: calc(100%/6.522);
      height: 220px;
      font-size: 1.25rem;
      font-weight: 400;
    }


    /* #### SLIDER ##### */
    #metaslider-id-282{
      display: none;
    }



    #metaslider-id-85{
      display: block;
    }

    /* #### CAARROUSEL HOME ##### 971 - 1400 */
    .title-carrousel-contaiiner{
      justify-content: stretch;
    }

    .title-carrousel{
      font-size: 30px;
    }
    /* ######### FOOTER 971px min ######## */

    .box-title .logo {
      width: 141px;
      height: 94px;
    }

    .footer .container-footer.first-row{
     flex-direction: row; 
    }

    .footer .container-footer.second-row{
      max-width: 1200px;
      flex-direction: row;
      justify-content: space-around;
      align-items: stretch;
    }

    .footer .container-footer.second-row .box {
      width: auto;
    }

  
    /* ########## Iniciar sesiÃ³n 971px min ########### */
    .post-10 header {
    display: none;
    }
    div#vericar-cuenta i {
      color: var(--green-color);
      font-size: 1.8em;
      padding: 0 10px;
    }

    .post-10 h1 {
    font-size: 30px !important;
    font-weight: 500 !important;
    margin-top: 44px;
    margin-bottom: 8px;
    padding: 0;
    }

    .post-10 .subtitulo {
    color: #4B4A4A;
    }

    .post-10 .woocommerce-form-login,
    .post-10 .woocommerce-form-register {
    border: 1px solid #9D9DA3 !important;
    border-radius: 5px !important;
    padding: 20px 17px !important;
    }

    .post-10 h2 {
    margin: 0;
    font-size: 1.286rem;
    font-weight: 400;
    }

    .post-10 .woocommerce-form-login .subtitulo {
    color: #010101;
    }

    .post-10 .woocommerce-form-login .input-text,
    .post-10 .woocommerce-form-register .input-text {
    height: 52px;
    }

    .post-10 .boton-blue {
    width: 300px;
    font-size: 18px;
    border-radius: 15px;
    margin-top: 28px;
    margin-bottom: 9px;
    }

    /*###### Finalizar compra ###### 971minpx */
  
  .woocommerce-checkout .entry-title {
    text-transform: none !important;
    font-size: 2.143rem !important;
    font-weight: 500 !important;
    margin-top: 78px !important;
    margin-bottom: 34px;
  }

  .post-9 .woocommerce-checkout-review-order-table {
    background: #fff !important;
    border: 0.25px solid #D8D9D9 !important;
    border-radius: 5px !important;
    padding: 19px 13px 25px 16px !important;
  }

  .post-9 .woocommerce-checkout-review-order-table tbody .product-name {
    font-size: 1rem !important;
    font-weight: 400 !important;
  }

  .post-9 .woocommerce-checkout-review-order-table tbody .product-total,
  .post-9 .woocommerce-checkout-review-order-table tfoot td {
    font-size: 1.143em !important;
    font-weight: 500 !important;
  }

  .post-9 .wp-element-button:hover {
    background-color: #fff !important;
    color: #009136 !important;
    border-color: #009136 !important;
  }

  .woocommerce-checkout .col2-set .col-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce-checkout h3 {
    font-weight: 500 !important;
  }

  .woocommerce-checkout>h3:first-child {
    font-size: 30px !important;
  }

  #payment .alt{
    width: 297px;
  }

  .checkout {
    max-width: 70%;
    margin: 0 auto;
  }
  
  /* ######### Carrito min971px ####*/
  .shop_table {
    border: none !important;
  }

  .title_cart {
    font-size: 30px;
    font-weight: 500;
  }

  .shop_table .product-name a {
    color: #000;
    font-size: 1.071rem !important;
    font-weight: 400;
  }

  .shop_table .product-name,
  .product-price,
  .product-quantity,
  .product-subtotal {
    font-size: 1.286rem !important;
    font-weight: 500 !important;
  }

  .product-name span,
  .product-price span,
  .product-quantity span,
  .product-subtotal span {
    font-weight: 400 !important;
  }

  .cart-container .cart-collaterals {
    background-color: #fff;
    border: 1px solid #D8D9D9;
    box-shadow: 0px 3px 6px #00000033;
  }

  .shop_table .product-remove a {
    margin-top: 0 !important;
  }

  .cart-collaterals h2 {
    font-size: 1.286rem !important;
    font-weight: 500 !important;
    text-align: center;
  }

  .coupon_text {
    font-weight: 400;
    color: #707070;
    font-size: 1.143rem;
  }


  .coupon_input-container button {
    color: var(--green-color) !important;
    font-weight: 400 !important;
    background-color: #fff !important;
    border: 1px solid #009136 !important;
    border-radius: 0px 10px 10px 0px !important;
    width: 86px !important;
    padding: .5rem !important;
    font-size: 14px !important;
  }

  .coupon_input {
    padding: .5rem;
    border: 1px solid #D8D9D9;
  }

  .cart_totals .shop_table {
    box-shadow: none !important;
    border: none !important;
  }

  .cart-subtotal th,
  .order-total th {
    font-weight: 500 !important;
    font-size: 1.286rem;
  }

  .cart-subtotal td {
    font-size: 1.143rem;
    color: #707070;
    font-weight: 400 !important;
  }

  .cart-container .cart-collaterals .cart_totals table td[data-title="Total"] {
    font-size: 18px !important;
  }

  .shop_table .woocommerce-cart-form__cart-item img {
    width: 105px !important;
    height: 100px !important;
  }

  .cart-container form {
    background-color: #fff !important;
    border: 1px solid #D8D9D9 !important;
    box-shadow: 0px 3px 6px #00000033;
  }

  .actions .button {
    text-transform: none !important;
  }

  .woocommerce-info {
    font-size: 1.143rem;
  }

  /* ##### Contacto 971px min ####### */
  .post-256 .entry-content p:first-child {
    display: none;
  }

  .post-256 .col-md-6:nth-child(2) {
    display: block;
    text-align: center;
  }

  .page-template-template-page-info-php .site-main {
    padding-bottom: 50px !important;
  }

/* ############ CATEGORIAS 971px min ###### */
  .tax-product_cat .widget-area {
    margin-top: 6.071rem;
    height: 500px;
  }
}

@media screen and (min-width:1401px) {

  /*  */
  /* ##### Generales ##### */
  .container {
    width: 1200px;
  }


  /* #### Header #### */
  #navbar-header .search-form {
    width: 600px;
  }

  #masthead .row:nth-child(2) {
    background-color: #000;
  }


  #masthead a {
    color: #fff !important;
    font-weight: 400 !important;
  }

  #masthead .menu-categorias .nav-link {
    color: #000 !important;
  }

  #masthead .menu-categorias .nav-link:hover,
  #masthead .menu-categorias .nav-link:focus {
    color: #009136 !important;
  }

  #masthead .bg-fluido {
    background-color: #000 !important;
    height: 58px;
  }

  #masthead .menu-categorias>nav button {
    color: #fff !important;
  }

  #menu-principal {
    align-items: center;
    max-width: 1200px !important;
  }

  .navbar-brand {
    width: 141px;
    height: 94px;
  }

  .navbar-brand img {
    max-width: 100%;
    height: auto;
  }

  .navbar-options a {
    font-size: 0.857rem;
  }

  .search-form {
    border: 1px solid #C2BABA !important;
  }

  .navbar-options {
    height: 120px;
  }

  header .container .row {
    justify-content: center;
    align-items: center;
  }

  #navbar-header {
    width: 1200px;
  }

  .navbar-option-publica {
    background-color: var(--green-color);
    height: 100%;
    display: flex;
    align-items: center;
    padding: .5em;
  }

  .navbar-option-publica img {
    width: 31px;
    height: 31px;
  }

  .navbar-option-cart {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }

  .navbar-option-cart img {
    width: 33px;
    height: 33px;
  }

  .cartcontents {
    top: 30px;
    right: 33px;
  }

  .navbar-option-user img {
    width: 28px;
    height: 28px;
  }

  header .row:nth-child(2) .container-fluid .container {
    display: flex;
    align-items: center;
  }

  .collpase_nav {
    position: absolute;
    top: 58px !important;
    z-index: 9999;
  }

  .collpase_nav a {
    font-size: 1rem !important;
  }

  .collpase_nav a:hover {
    color: #009136 !important;
  }

  /*##### Navegacion Hamburguesa ##### */
  .menu-categorias .menu-destacado {
    margin: 0 auto;
  }

  /* #### META SLIDER PRINCIPAL #### */

  #metaslider_container_85 {
    min-height: 516px !important;
  }

  #metaslider_85 {
    min-height: 516px !important;
    margin: 0;
    padding: 0;
    /* padding-bottom: 1em; */
  }

  #metaslider_85 .slides {
    min-height: 516px !important;
  }

  .slider-85 {
    min-height: 516px !important;
  }

  #metaslider_85 .slides img {
    object-fit: cover;
    object-position: top;
  }

  .mobile {
    display: none;
  }

  /* #### Of. de verano ####*/
  .owl-item img {
    height: 225px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
  }


  /* #### CAT. DESTACADAS #### */

  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .info-extra {
    margin-top: 0;
  }

  .categorias-destacadas h2 {
    font-weight: 500;
    font-size: 30px;
    margin-top: 3.071rem;
    margin-bottom: 2.500rem;
  }

  /*
  .categoias-destacadas-container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
  }*/

  .categoias-destacadas-container a div {
    margin-bottom: 23px;
  }

  .categoias-destacadas-container a div img {
    width: 100px;
    height: 100px;
  }

  .category {
    width: 244px;
    height: 220px;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
  }

  .category p {
    margin: 0;
  }

  /* ##### CategorÃ­as Carousel ######## */


  .title-carrousel-contaiiner {
    width: 1200px;
    justify-content:baseline;
  }

  .product-onsale {
    display: none;
  }

  .precio-cuota,
  .price-before,
  .price-discount {
    font-size: 1.071rem !important;
    height: 19px !important;
    margin-bottom: 17px;
  }

  /* ### Vende tus productos, elegi como pagar... #### */

  .info-extra-box-bold {
    color: #000 !important;
    font-size: 1.429rem;
    font-weight: bold;
  }

  .info-extra-box-label {
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
  }

  /* ##### Ofertas de verano ##### */

  .carrousel-product .price .price-before {
    text-align: end;
  }

  .carrousel-product .price,
  :is(.woocommerce, .search-results) ul.products li.product .price {
    margin: 0;
  }

  .carrousel-product .carrousel-product-name {
    text-transform: capitalize;
    width: auto;
    font-size: 1.071em;
  }

  .container-carrousel.height-alta .carrousel-product .carrousel-product-image {
    height: 205px;
    height: 198px;
  }

  #carrousel-155 {
    height: 405px !important;
  }

  #carrousel-164 {
    height: 440px;
  }

  .carrousel-product-name {
    height: 37px !important;
    margin: 29px 0 8px !important;
    /* padding-top: 5px; */
    padding: 5px 3px 0;
  }

  .precio-cuota {
    min-height: 19px !important;
  }

  .height-alta {
    height: auto !important;
  }


  .owl-item,
  :is(.woocommerce, .search-results) ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-right: 0 !important;
  }

  #carrousel-155 .owl-stage {
    gap: 1.214em;
    height: 405px;
  }

  #carrousel-164 .owl-stage {
    height: 440px;
    gap: 1.071rem;
  }

  #carrousel-164 .carrousel-product .carrousel-product-image {
    margin: 16px 0 0 0;
    margin: 0;
  }

  #carrousel-164 .carrousel-product-name {
    margin: 0;
    padding: 15px 0;
    padding: 0;
    /* provisorio */
  }

  #carrousel-164 .price-offer {
    font-size: 2.143rem;
    height: 37px;
    margin-bottom: 9px;
  }

  .price-offer span {
    font-size: 2.143rem;
  }

  .carrousel-product {
    justify-content: center !important;
  }

  /* #### Renova tu dormitorio #### */

  .banner-a-la-derecha {
    width: 1200px !important;
  }

  #carrousel-168 .owl-stage {
    /* gap: 27px; */
    gap: 9px;
  }

  #carrousel-168 .owl-item {
    width: 266px !important;
    min-height: 405px !important;
  }

  .banner-a-la-derecha .banner-side {
    max-width: 395px !important;
    margin: 0;
  }

  .banner-side img {
    padding-left: 15px;
  }

  /* .container-carrousel-and-banner .container-carrousel{
        max-width: 1200px !important;
      } */

  /* #### Footer Index 1401px min ##### */

  .container-footer {
    width: 1200px;
    margin: 0 auto;
  }

  .footer .container-footer.first-row .redes-sociales .redes-sociales-icon {
    border: 2px solid #F9F9F9;
  }

  /* #### PequeÃ±os electros #### */
  .products>.title-carrousel {
    margin-bottom: 37px !important;
  }

  .container-carrousel-sin-banner .owl-stage {
    gap: 13.5px;
  }

  .container-carrousel-sin-banner .owl-item {
    height: 404px;
  }

  /* #### SECCION DESCRIPCION DE PRODUCTO #### */

  .cart a {
    margin-top: 1rem !important;
  }


  .wvg-single-gallery-image-container img {
    height: 500px !important;
    padding: 20px;
  }

  .slick-list {
    height: 500px !important;
  }

  .entry-summary .price-discount,
  .entry-summary .price-before {
    font-size: 20px !important;
    text-align: left !important;
  }

  .entry-summary .price-offer bdi {
    font-size: 34px !important;
  }

  .entry-summary .price-discount,
  .entry-summary strong {
    font-weight: 700 !important;
  }

  #carrousel-productos-relacionados {
    height: 440px !important;
  }

  #carrousel-productos-relacionados .owl-stage {
    gap: 15px;
  }

  #carrousel-productos-relacionados .carrousel-product-name {
    font-weight: 500;
  }

  .box-data-title {
    margin-top: 2.857rem;
  }

  .woocommerce div.product div.summary.entry-summary .precio-cuota {
    font-family: var(--fuente-segunda) !important;
    font-size: 1.286rem !important;
  }

  .woocommerce div.product div.summary.entry-summary .precio-cuota b {
    font-weight: 900 !important;
  }

  .woocommerce div.product div.summary.entry-summary .price-offer {
    font-size: 2.429rem;
  }

  .woocommerce div.product h1.entry-title {
    font-size: 1.643rem;
  }

  .woo-variation-gallery-thumbnail-wrapper {
    min-width: 80px;
  }

  .woo-variation-gallery-container {
    flex-direction: row-reverse;
  }

  .summary .lista-info .lista-info-item .info-item-anchor a {
    color: #000;
    font-family: var(--fuente-segunda);
    font-weight: 400;
  }

  .summary .lista-info .lista-info-item .info-item-text {
    font-weight: bold;
    color: #000;
    font-size: 1.071rem !important;
  }

  .summary .lista-info .lista-info-item .info-item-text strong {
    font-weight: bold !important;
  }

  .summary .lista-info .lista-info-item .info-item-anchor {
    font-size: 1em !important;
  }

  .in-stock {
    display: none;
  }

  /* ######### QUIENES SOMOS ############### */
  .post-261 {
    margin-bottom: 67px !important;
  }

  .post-261 .entry-title {
    font-weight: 500;
    font-size: 2.143rem !important;
    text-align: left;
    text-transform: none !important;
    margin-bottom: 3.857rem !important;
  }

  .post-261 .entry-content {
    color: #707070;
    font-weight: 500;
    width: 490px !important;
  }

  .post-261 .row {
    margin-top: 62px !important;
  }

  .page-template-template-page-info-php .site-main {
    padding-bottom: 0 !important;
  }

  /* ####### CONTACTO ################# */

  /* ########## CATEGORIAS 1401px min ########### */

  .tax-product_cat .widget-area {
    margin-top: 6.071rem;
    height: 500px;
    border: 1px solid #D8D9D9;
  }

  /* ########## CONTACTO 1401px min ########### */

  .post-256 label {
    margin-left: 40px;
  }

  .post-256 label span {
    width: 450px;
  }

  /* ######## PUBLICAR AVISO ########### */
 
  .page-id-69 h1 {

  }


  .page-id-69 form h2 {
    font-size: 1.286rem !important;
    font-weight: 700;
    margin-top: 30px !important;
  }

  .page-id-69 form h2:nth-child(1) {
    text-align: center;
  }

  .page-id-69 form hr {
    border-color: #707070;
  }

  .page-id-69 form .input_precio {
    width: 205px;
  }

  .page-id-69 form .input_detalles {
    width: 165px;
  }

  .page-id-69 form button {
    display: block;
    width: 297px;
    height: 50px;
    background-color: #009136 !important;
    border-color: #009136 !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px !important;
    margin-top: 48px;
  }

}
