@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 0;
  padding: 0;
}
.mobile{
  display: none;
}
/**** Quitar flechas up y down en control de cantidad*/
input[type="number"].qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"].qty::-webkit-inner-spin-button,
input[type="number"].qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.fullwidth {
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  display: block;
  left: 49.4%;
}
.col-full,
.container{
  width: 1320px;
  /* padding: 0 15px; */
  max-width: 100%;
  display: block;
  /* border: solid blue; */
}
div#primary {
  width: 100%;
}
.archive div#primary {
  width: 70%;
}
h1.entry-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.site {
  overflow-x: initial;
}
.site-content{
  padding-top: 30px;
}
.home .site-content{
  padding-top: 0px;
}
.left-sidebar .content-area{
    /* width:100%; */
    /* float:left; */
}
.archive.left-sidebar .content-area
{
  width:73.9130434783%
}

 .home.left-sidebar .content-area,
 .left-sidebar .content-area {
      /* width: 100%; */
      /* float: right; */
      /* margin-right: 0; */
  }

  .storefront-breadcrumb {
    margin: 0;
    padding: 15px 0px 0px 0px;
}
a:focus, button:focus, 
.button.alt:focus, 
input:focus, 
textarea:focus, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus {
  outline-color: transparent;
}
/*******************************************************/

/* HEADER */
header.site-header {
  border-bottom: none;
  padding-top: 0;

}
header.site-header .col-full {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin:0;
  width: 1320px;
  display: block;
  margin: auto;
}
header.site-header .col-full::before,
header.site-header .col-full::after {
  display: none;
}
.woocommerce-active .site-header .site-branding {
  width: auto;
  /* height: 77px; */
  margin: 0;
}
.site-header .site-branding img {
  max-height: 100%;
  /* max-width: 322px; */
  width: 100%;
  /* margin: 10px; */
}
.woocommerce-active .site-header .site-search {
  align-items: center;
  display: flex;
  float: none;
  justify-content: center;
  margin: 0;
  max-width: 602px;
  width: 60%;
}
.woocommerce-active .site-header .site-search .widget {
  width: 100%;
}
.woocommerce-active .site-header .site-search .woocommerce-product-search {
  /* width: 100%; */
}
.woocommerce-active .site-search .woocommerce-product-search .search-field {
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #5a5a5a;
  font-weight: medium;
  border-radius: 10px;
}
.woocommerce-active .site-search .widget_product_search form::before {
  left: inherit;
  right: 1.15em;
  transform: rotateY(180deg);
  font-size: 20px;
  top: 0.7em;
  color: #000;
}
header.site-header .storefront-primary-navigation {
  background-color: #fff;
}
header.site-header .storefront-primary-navigation .main-navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header.site-header .storefront-primary-navigation .main-navigation .menu-toggle,
header.site-header .storefront-primary-navigation .main-navigation .menu {
  display: none;
}
header.site-header
  .storefront-primary-navigation
  .main-navigation
  .primary-navigation
  .nav-menu {
  display: flex;
}
header.site-header
  .storefront-primary-navigation
  .main-navigation
  .primary-navigation
  .nav-menu
  a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  padding: 12px 24px;
}



/***************** MENU *********************/
button.menu-toggle2 {
  background: no-repeat;
  position: absolute;
  top: 0;
  right: -8px;
}
body.admin-bar #menu nav {
  margin-top: 32px;
}
#menu  ul.nivel-0 {
  width: 210px;
  float: right;
  /* padding-right: 15px; */
  margin-top: 20px;
}
#menu  ul.nivel-0 li{
  padding-right: 15px;
  text-align: left;
  min-width: 100%;
  width: 100%;
}

.fondo-menu {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100vh;
  display: block;
  /* right: -402%; */
  top: 0;
  display: none;
  left: 0;
}
div#menu:has(.menu-open) .fondo-menu {
  display: block;
  opacity: .3;
}
#menu ul.nivel-1 {
  display: none;
  position: absolute;
  top: 0;
  padding: 80px 20px;
  transition: .3s;
  transform: translateX(0);
  height: 100vh;
}
ul.nivel-2 {
  display: none;
}
#menu ul.nivel-1 strong{
  /* margin-top: 15px; */
  display: block;
}

#menu ul.nivel-0 li a {
  display: flex;
  width: 100%;
  justify-content: space-between;

}
#menu ul.nivel-0 > li > a {
  font-weight: 600;
}
#menu ul.nivel-1 li a {
  font-size: 14px;
}
#menu ul.nivel-1 li a:hover {
  text-decoration: underline;
}

#menu a{
  color: #000;
}
#menu ul.nivel-0 li:hover ul.nivel-1 {
  display: flex;
  transform: translateX(190px);
  background: #fff;
  /* padding: 20px; */
  /* columns: 2; */ /* Crea dos columnas */
  /* -webkit-columns: 4; */ /* Soporte para navegadores WebKit */
  -moz-columns: 2; /* Soporte para navegadores Mozilla */
  /* list-style-type: none; */ /* Opcional: elimina los puntos de la lista */
  padding: 60px 0 0 30px;
  flex-direction: column;
  width: 220px;
} 
#menu ul.nivel-1 li:hover ul.nivel-2 {
  display: block;
  transform: translateX(190px);
  background: #fff;
  padding: 20px;
  columns: 2;
  -webkit-columns: 4;
  -moz-columns: 2;
  list-style-type: none;
  padding: 60px 0 0 30px;
  flex-direction: column;
  /* width: 220px; */
  TOP: 0;
  POSITION: ABSOLUTE;
  left: 0;
  height: 100vh;
}
ul.nivel-1 li {
  padding: 1px 15px 0 10px;
  width: max-content;
}
div#menu, div#header-links {
  width: 20%;
  display: flex;
}
div#header-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
#mobile-menu {
  position: relative;
}
div#sidebar-menu.menu-open nav {
  transform: translateX(0);
}
div#sidebar-menu.menu-closed nav {
  transform: translateX(-100%);
}

div#sidebar-menu nav {
  width: 250px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 100000000;
  position: absolute;
  /* top: 46px; */
  padding-top: 40px;
  padding-bottom: 20px;
  height: 100%;
  transition: .3s;
  transform: translateX(-100%);
}
#menu-toggle {
  font-size: 25px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
  margin-right: 25px;
  color: #000;
}

#sidebar-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: inherit;
  height: 100%;
  /* background: rgba(0,0,0,.5); */
  transform: translateX(-100%);
  transition: opacity 0.3s ease;
  /* transition: .4s; */
}

#sidebar-menu.menu-open {
  transform: translateX(0);
  opacity: 1;
}

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

.category-item, .sub-category-item, .sub-sub-category-item  {
  padding: 5px 15px;
  background: #fff;
  /* border-bottom: 1px solid #ddd; */
  cursor: pointer;
  display: flex;
  background: url('../images/flecha_menu.svg');
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 15px;
  align-items: center;
}

li.sub-sub-category-item {
background-image: none;
}

li.sub-sub-category-item a {
color: #000;
}

.sub-category-list {
  position: absolute;
  top: 0;
  left: 100%;  /* Desplazarlo a la derecha inicialmente */
  width: 250px;
  background: #fff;
  height: 100%;
  transform: translateX(100%);  /* Oculto inicialmente */
  transition: transform 0.3s ease;
  padding: 40px 0 20px;
  display: block;
}

.sub-category-list.hidden {
  display: none;
}

.sub-category-list .back {
  padding: 15px;
  cursor: pointer;
  /* background: #ddd; */
  top: 0;
  position: absolute;
  padding: 10px;
  display: flex;
  align-items: center;
}

li.back img {
margin-right: 10px;
}

/* Cuando se desplace desde la izquierda */
.sub-category-list.show {
  transform: translateX(0);
  left: 0;
}

.buscador {
  position: absolute;
  top: 60px;
  background: #fff;
  padding: 15px;
  right: 75px;
  padding-top: 26px;
  box-shadow: 1px -1px 12px -1px rgba(0,0,0,0.75);
  -webkit-box-shadow: 1px -1px 12px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px -1px 12px -1px rgba(0,0,0,0.75);
}
.buscador form{
  margin: 0;
  display: flex;  
}
span#cerrar-buscador {
  position: absolute;
  top: 0;
  right: 6px;
}

.site-branding .logo{
  padding: 15px;
}


/************ Cart Header ******************************/
header.site-header .site-header-cart {
  display: flex;
  width: auto !important;
  padding: 10px 0;
}
header.site-header .site-header-cart > li:first-child {
  /* display: flex; */
  /* align-items: center; */
}
header.site-header .site-header-cart li:first-child .cart-contents {
  /* display: flex; */
  /* align-items: center; */
  padding: 0;
}
header.site-header .site-header-cart li:first-child .cart-contents .amount,
header.site-header .site-header-cart li:first-child .cart-contents .count {
  /*display: none;*/
}
header.site-header .site-header-cart li:first-child .cart-contents::after {
  background-image: url(/wp-content/themes/thalu/images/carrito.svg);
  content: ' ';
  width: 24px;
  height: 24px;

}
.mini-cart, .login-link, .buscador{
  margin-left: 15px;
}

.header-destacado {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
.header-destacado p{
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

/************ Carruseles ******************************/
.owl-stage-outer {
  padding: 0;
}
.owl-stage-outer,.owl-loaded.owl-drag, .container-carrousel{
  height: 100%;
}
.container-carrousel {
  /* background-color: #f5f5f5; */
  border: var(--border-gray-light);
  border: none;
  overflow: hidden;
  position: relative;
}
h2.woocommerce-loop-product__title, li.product .price, li.product .precio-cuota {
  padding: 0 10px;
}
.modulocarrusel.fullwidth {
  background-color: #f1f0f0;
  padding: 40px 0;
}
.owl-stage {
  display: flex;
  height: 100%;

}
.owl-dots {
  display: none;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 30%;
  border: none;
  background: transparent;
  font-size: 50px;
  font-weight: bold;
  width: 20px;
  padding: 0;
}
.owl-prev span,
.owl-next span {background-image: url(../images/flecha_carousel.svg);display: block;background-repeat: no-repeat;color: transparent;}

.owl-prev span {}
.owl-prev {
  left: 5px;
  transform: scalex(-1);
}
.owl-next {
  right: 10px;
}.col-full
.owl-prev:focus,
.owl-next:focus {
  outline: none;
}
.container-carrousel .owl-nav button:hover {
  background-color: transparent;
}
.product .added_to_cart {
  display: none !important;
}
/* SLIDES */
.slides,
.slides-container,
.slides-container .slide {
  min-height: 350px;
  margin: 0;
}
.slides-container .slide {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slides-container .slide .titulo-slide {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 60px;
  text-align: left;
}
.slides-container .slide .titulo-slide .circulo {
  height: 19px;
  width: 19px;
}
.slide-texto {
  max-width: 60%;
}
/* INFORMACION DESTACADA */
.row-info-destacada {
  /* margin-top: 71px; */
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.info-destacada {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 10px;
  height: 100%;
}
.info-destacada img {
  margin-right: 15px;
}
.info-destacada h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.info-destacada h3 strong,
.info-destacada h3 b {
  font-weight: 600;
}
/* CATEGORIAS */
h2.bloque {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.storefront-sorting {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
    width: 100%;
}
.categorias-destacadas {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.categorias-destacadas .col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

ul.woocommerce-widget-layered-nav-list,
.price_slider_wrapper{
  padding-left: 15px;
}
.widget-area .widget a{
  text-decoration: none;
}
.widget-area .widget a:hover{
  color: #203980;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
  order: 1;
}
h1.woocommerce-products-header__title.page-title  {
  text-align: center;
  float: right;
  width: 75%;
  font-weight: 600;
  font-size: 24px;
}
.left-sidebar .widget-area {
  width: 25%;
  margin: 0;
  padding-right: 60px;
}
.widget .widget-title, .widget .widgettitle {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
}
.categorias-destacadas .col p {
  display: none;
}
.categorias-destacadas .col img {
  /* margin-bottom: 20px; */
}
.categorias-destacadas .col .cat-title a {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #7b7b7b;
  font-size: 18px;
  width: 100%;
  display: block;
}
.right-sidebar .widget-area{
  float:left;
  padding-right: 40px;
}
.right-sidebar .content-area{
  float: right;
}
.tax-product_cat ul.products, .search-results ul.products, .single-product div.product .related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
span.onsale {
  display: none;
}

.linea-precio-por-cantidad {
  display: flex;
}
.widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ccc;
}
.product-button button {
  background: none;
  display: flex;
  width: 237px;
  border: solid 1px #707070;
  border-radius: 10px;
  padding: 7px 10px;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
}
.product-button button img{
  margin-right: 10px;
}

/* SLIDERS PRODUCTOS */
.modulocarrusel {
  margin-top: 40px;
  /* background: #f0f10f; */
}
.modulocarrusel .carrusel-title {
  color: #000000;
  display: flex;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.modulocarrusel-bannerarriba img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  /* max-height: 230px; */
}
.modulocarrusel .item {
  /* background-color: #fff; */
  /* border-radius: 9px; */
  /* padding: 35px 25px; */
   height: 100%; 
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}
.modulocarrusel img {
  height: 100%;
  width: 100%;
}
li.product.type-product {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  /* width: auto; */
  /* max-width: 100%; */
  /* max-height: 213px; */
  /* margin: auto; */
  /* object-fit: cover; */
  /* object-position: center; */
  border-radius: 0;
  margin-bottom: 0!important;
  width: 427px;
}
h2.woocommerce-loop-product__title {
  /* font-size: 1rem; */
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
  /* padding-top: 15px; */
  /* border-top: 1px solid #ececec; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
li.product .price {
  text-align: center;
  width: 100%;
  justify-content: center;
  font-weight: bold;
  color: #000;
  font-size: 25px;
  /* margin-bottom: 20px; */
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
  /* display: block; */
}
li.product .price ins,li.product .price bdi {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
li.product .price del bdi,li.product .price del {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  opacity: 1;
}
.item .quantity {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.item .quantity input[type="number"].qty {
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
a.button.product_type_simple.add_to_cart_button {
  order: 3;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  background-color: #e41d2d;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  padding: 8px;
  margin: 0;
  max-width: 90%;
}
.precios-por-cantidad {
  background-color: rgba(255, 255, 255, .8);
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  transition: .3s;
  transform: translateY(100%);
}
.linea-precio-por-cantidad span {
  font-size: 12px;
  color: #000;
  min-width: 55px;
}
.linea-precio-por-cantidad span.precio {
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}
.linea-precio-por-cantidad span {
  font-size: 12px;
  color: #000;
  min-width: 50px;
  text-align: left;
}
.product-thumbnail-container {
  position: relative;
  overflow: hidden;
}

li.product:hover .precios-por-cantidad{
  transform: translateY(0);
}

/* PRODUCTO */
.single-product .storefront-breadcrumb {
  margin-bottom: 0;
}
.single-product div.product .woocommerce-product-gallery, .single-product .woocommerce-tabs.wc-tabs-wrapper {
  width: 58%;
  /* display: flex; */
  margin: 0 0 30px;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.single-product div.product {
  overflow: visible;
}


.envio-domicilio {
  margin-top: 20px;
  width: 100%;
}


.envio-domicilio .container-sup {
  display: flex;
}
.envio-domicilio .container-sup .envio-texto {
  margin-left: 15px;
}


/* Ajusta el contenedor de la galería principal */
.single-product div.product div.images {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* Contenedor de miniaturas */
.single-product div.product div.images .flex-control-thumbs {
  order: 1;
  display: flex;
  flex-direction: column;
  /* margin-right: 10px; */ /* Espacio entre miniaturas y la imagen principal */
  max-width: 150px; /* Ajusta el ancho de las miniaturas */
}

/* Ajusta las miniaturas */
.single-product div.product div.images .flex-control-thumbs img {
  width: 300px;
  margin-bottom: 5px; /* Espacio entre miniaturas */
  cursor: pointer;
}

/* Ajusta el contenedor de la imagen principal */
.single-product div.product div.images .woocommerce-product-gallery__image {
  order: 2;
  flex-grow: 1;
  width: 600px;
  max-width: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport{
  order: 2;
  height: unset !important;
  margin: 0 40px;
  width: 600px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
  top:2px;
  right: 42px;


}

.single-product div.product .woocommerce-product-gallery img{
   width: 100%; 
}
.woocommerce-product-gallery__wrapper{
  width: 100%;
}
.woocommerce-product-gallery__wrapper a {
  width: 100%;
  display: flex;
  justify-content: center;
  /* background: #fff; */
}
.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product div.product::before,
.single-product div.product::after {
  display: none !important;
}
.storefront-full-width-content.single-product
  div.product
  .woocommerce-product-gallery {
  background-color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60% !important;
  max-width: 808px;
  margin-right: 0 !important;
  margin-bottom: 18px !important;
}
.summary.entry-summary {
  background-color: #fff;
  border-radius: 9px;
  /* padding: 20px 25px; */
  width: 42% !important;
  /*  position: sticky!important;*/
  top: 40px;
  display: block;
}
.summary.entry-summary .sku_wrapper {
  color: #000;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 17px;
}
.summary.entry-summary .product_title.entry-title {
  font-size: 32px;
  color: #000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 32px;
  /* min-height: 5rem; */
  text-align: left;
  font-weight: 600;
}

.summary.entry-summary .price{
  display: flex;
  grid-template-columns: 1fr 1fr; /* Dos columnas de igual ancho */
  grid-template-rows: auto auto; /* Dos filas */
  gap: 10px; /* Espacio entre los elementos (opcional) */
  width: fit-content;
  align-items: flex-start;
  flex-direction: column;
}

.summary.entry-summary .price del{
  grid-column: 1 / 2; /* Primera columna */
  grid-row: 1;
  color: #8B8B8B;
  font-size: 1rem;
}

.summary.entry-summary .price .discount-percentage{
  /* grid-column: 2 / 3; */ /* Segunda columna */
  /* grid-row: 1; */
  background-color: #000;
  padding: 5px 8px;
  font-weight: 600;
  /* border-radius: 7px; */
  color: #fff;
  width: fit-content;
  font-size: 12px;
}

.summary.entry-summary .price ins,
.summary.entry-summary .price span > .woocommerce-Price-amount.amount{
  grid-column: 1 / 3; /* Ocupará ambas columnas */
  grid-row: 2;
  color: #000;
  font-size: 2.1875rem;
  font-weight: 700;
}

.single-product  form.cart {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.single-product  p.price {
  color: #000;
  font-size: 35px !important;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin: 16px 0 !important;
  display: flex;
  flex-direction: column;
}
.single-product .quantity {
  margin-right: 0 !important;
  display: flex;
  float: left;
  border: solid 1px #707070;
}
.single-product  .quantity .button-qty {
  background-color: transparent;
  /* border-radius: 9px; */
  /* border: 1px solid #707070; */
  /* min-width: 65px; */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.precio-cuota {
  color: #B2874D;
  font-weight: 600;
  text-align: left;
}
.single-product .summary.entry-summary button.button.button-qty {
    min-width: 65px;
}
.single-product .quantity .input-text {
  background-color: transparent;
  border: none;
  box-shadow: none;
  /* min-width: 90px; */
  display: flex;
  justify-content: center;
  max-height: 40px;
}

.single-product .summary.entry-summary .quantity .input-text {
    /* min-width: 90px; */
}
.single-product form.cart button.alt {
  /* width: 100%; */
  background-color: #000;
  font-size: 18px;
  font-weight: 600;
  min-height: 40px;
  /* padding-bottom: 0; */
  /* padding-top: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 16px; */
  font-family: "Montserrat", sans-serif;
  padding: 0 45px;
  margin-left: 13px;
}

.single-product ul.tabs.wc-tabs{
  width: 100%;
  margin: 0;
  border: none;
}
.single-product .woocommerce-tabs .panel {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-top: 0;
  padding: 15px;
}
.woocommerce-tabs ul.tabs li {
  display: list-item;
  border: none;
}
.woocommerce-tabs ul.tabs > li {
  display: block;
  /* border-bottom: 1px solid rgba(0,0,0,.05); */
  float: left;
  /* width: 100%; */
}
.woocommerce-tabs ul.tabs > li.active a{
  color: #000;
}
.woocommerce-tabs ul.tabs > li::after {
  transform: rotate(90deg);
}
.woocommerce-tabs ul.tabs > li.active::after {
    transform: rotate(-90deg);
}
.woocommerce-tabs ul.tabs > li a h2 {
  padding: 1em 0;
  display: block;
  float: left;
  width: 100%;
  border-bottom: solid 1px #C9C9C9;
  font-size: 1.5rem;
  z-index: 10;
  position: relative;
  font-weight: 600;
  color: #000;
  padding: 15px;
}
.woocommerce-tabs ul.tabs li::after {
  right: 1em;
  top: 2rem;
  opacity: 1;
}
.woocommerce-tabs ul.tabs li .woocommerce-Tabs-panel  li::after{
  content: '';
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  padding: 22px 26px;
  background-color: #fff;
  border-radius: 9px;
  width: 100%;
  /* margin-bottom: 75px; */
}
.tabs.wc-tabs.row li h2 {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: solid 1px #C9C9C9;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

table:not( .has-background ) tbody td {
  background: none;
  padding: 5px;
}
table:not( .has-background ) th {
  background: none;
  padding: 5px 10px 5px 0;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {

}
table.woocommerce-product-attributes.shop_attributes td, table.woocommerce-product-attributes.shop_attributes th {
  padding-left: 10px;
}
.woocommerce-product-attributes.shop_attributes tbody tr:nth-child(odd) {
  background-color: #efefef;
}
.woocommerce-product-attributes.shop_attributes tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight,
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions {
  display: none;
}
.single-product .related.products {
  width: 100%;
}
.single-product .related.products h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
}
.info-producto {
  background-color: #f9f9f9;
  padding: 40px 0;
}

.single-product div.product p.price .woocommerce-Price-amount.amount bdi {
  /* color: red;   */
}

.tax-product_cat ul.products,
.search-results ul.products,
.single-product .related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tax-product_cat ul.products::after,
.tax-product_cat ul.products::before,
.search-results ul.products::after,
.search-results ul.products::before,
.single-product  .related.products ul.products::after,
.single-product  .related.products ul.products::before {
  display: none;
}
.tax-product_cat ul.products li.product, 
.search-results ul.products li.product, 
.single-product div.product .related.products ul.products li.product, 
.site-main ul.products.columns-3 li.product,
li.product.type-product{
  background-color: #fff;
  border-radius: 9px;
  /* padding: 15px 25px; */
  margin-right: 2%;
  margin-bottom: 15px;
  /* width: 32%; */
}
.tax-product_cat ul.products li.product, 
.search-results ul.products li.product, 
.single-product .related.products ul.products li.product, 
.site-main ul.products.columns-3 li.product
{width: 32%;margin-bottom: 30px;}
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.search-results ul.products li.product .woocommerce-loop-product__title,
.single-product   .related.products   ul.products  li.product .woocommerce-loop-product__title,
.item h2.woocommerce-loop-product__title {
  font-size: .9rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  color: #000;
  height: 2rem;
  font-weight: 500;
  margin: 15px 0 0 0;
}
.tax-product_cat ul.products li.product .price,
.search-results ul.products li.product .price,
.single-product .related.products ul.products li.product .price ,
li.product .price{
  font-weight: bold;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.tax-product_cat ul.products li.product .quantity,
.search-results ul.products li.product .quantity,
.single-product  .related.products ul.products li.product .quantity,
.item .quantity {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.tax-product_cat ul.products li.product .quantity .button-qty,
.search-results ul.products li.product .quantity .button-qty,
.single-product
  .related.products
  ul.products
  li.product
  .quantity
  .button-qty ,
  .item .quantity .button-qty{
  border: 1px solid #707070;
  border-radius: 9px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 24%;
  padding: 0;
}
.tax-product_cat ul.products li.product .quantity .qty.text,
.search-results ul.products li.product .quantity .qty.text,
.single-product
  .related.products
  ul.products
  li.product
  .quantity
  .qty.text {
  background-color: transparent;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.tiered-pricing-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 30px;
}
.tiered-pricing-block__price {
  order: 2;
}



/* METODOS DE PAGO */
/* ATENCION AL CLIENTE */

.site-footer {
  background-color: #fff;
  color: #000;
  padding: 0;
}

.pre-footer {
  background-color: #000;
}
.pre-footer2 {
  background-color: #F5F5F5;
}
.pre-footer .container .row .antencion-cliente,
.pre-footer .container .row .whatsapp,
.pre-footer .container .row .suscribirse {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  min-height: 122px;
  justify-content: center;
}
.pre-footer .container .row .antencion-cliente.atencion-cliente-mobile {
  display: none;
}
.pre-footer .container .row .antencion-cliente h2 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  margin: 0;
}
.pre-footer .container .row .antencion-cliente p {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  width: 100%;
  float: right;
  text-align: right;
}
.pre-footer .container .row .antencion-cliente p a {
  color: #fff;
  font-size: 24px;
  margin-left: 8px;
}
.pre-footer .container .row .whatsapp h2 {
  margin-bottom: 6px;
}
.pre-footer .container .row .whatsapp h2 a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.pre-footer .container .row .whatsapp p {
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.pre-footer .container .row .suscribirse h3 {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  text-align: r;
  width: 53%;
  margin: 0 5px 0 0;
}
.pre-footer .wpcf7 {
  width: 100%;
}
.pre-footer .wpcf7-form {
  margin-bottom: 0;
  width: auto;
  display: block;
}
.pre-footer .wpcf7-form p {
  /* display: flex; */
  /* justify-content: space-between; */
  margin-bottom: 0;
  width: fit-content;
}
.pre-footer .wpcf7-form p .wpcf7-form-control-wrap {
  /* width: 80%; */
}
.pre-footer .wpcf7-form p .wpcf7-spinner {
  display: none;
}
.pre-footer .wpcf7-form p input[type="email"] {
  padding: 0;
  border-radius: 5px;
  margin-right: 7px;
  height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  /* width: 100%; */
}
.pre-footer .wpcf7-form p input[type="submit"] {
  padding: 0;
  height: 40px;
  min-width: 75px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
/* FOOTER */
.footer, .pre-footer2 {
  padding: 30px 0;
}
.atencion-cliente a.link-whatsapp{
  text-decoration: none;
  font-size: 1.25rem;
}
.atencion-cliente a.link-whatsapp i{
  
  font-size: 1.8rem;
}
.pre-footer2 h2{
  font-size: 1.25rem;
  font-weight: 700;
}

.footer .logo img {
  margin-bottom: 40px;
  max-width: 200px;
  margin:  0 auto 40px auto;
}
.footer .logo a.btn.btn-arrepentimiento {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border: solid 1px;
}
.footer .logo.arrepentimiento-mobile a.btn.btn-arrepentimiento {
  display: none;
}
.footer .menus-footer {
  display: flex;
  justify-content: space-around;
}
.footer .menus-footer h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .menus-footer ul.menu {
  list-style: none;
  margin: 0;
}
.footer .menus-footer ul.menu li {
  margin-bottom: 5px;
}
.footer .menus-footer ul.menu li a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
}

/********************** Carrito ********************/

.wc-block-components-product-metadata__description {
  display: none;
}
a.wc-block-components-product-name {
  color: #203980;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  background: #fff;
  padding: 25px 0 0 25px;
  position: relative;
}
 button.wc-block-cart-item__remove-link {
    content: " "!important;
    background-image: url(../images/borrar.svg)!important;
    background-repeat: no-repeat!important;
    font-size: 0px!important;
    width: 21px;
    height: 25px;
  }
@media (min-width: 992px) {
  .wc-block-components-sidebar {
    width: 25%!important;
  }
  .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    background: #fff;
    padding: 25px 0 0 25px;
    width: 75%;
    position: relative;
  }
  .wc-block-cart-item__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .wc-block-cart-item__quantity {
    display: flex;
  }
 
  button.wc-block-cart-item__remove-link {
    /* position: absolute; */
    /* right: 0; */
  }
  a.wc-block-components-product-name {
    font-size: 15px;
    padding-right: 10px;
  }
  a.wc-block-components-product-name {
    width: 57%;
    max-width: 60%;
    min-width: 60%;
   
  }
  .wc-block-cart-item__prices {
    min-width: 15%;
    width: 15%;
    text-align: right;
    color: #000000;
  }

  .wc-block-cart-item__quantity {
    width: 25%;
    min-width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-around; 
    float: right;
  }
  td.wc-block-cart-item__total {
    padding: 26px 55px 0 0 !important;
  }
  .is-large.wc-block-cart .wc-block-cart-items td {
    padding: 20px 0 10px 16px!important;
  }
 
  .wc-block-components-quantity-selector{
    margin-bottom: 0!important;
  }
  .is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total{
    padding-top: 35px !important;
    padding-right: 10px !important;
  }

  span.price.wc-block-components-product-price {
    color: #000000;
  }

  th.wc-block-cart-items__header-image span,
  th.wc-block-cart-items__header-total span {
    font-size: 18px;
    /* text-transform: none; */
    font-weight: normal;
    position: absolute;
    color: #000;
  }
  th.wc-block-cart-items__header-image span{
    top: 18px;
  }
  th.wc-block-cart-items__header-total {
    position: relative;
  }
  th.wc-block-cart-items__header-total span {
    top: 0;
    left: 30px;
  }
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
  font-size: 18px!important;
  font-weight: normal!important;
  text-align: center!important;
  color: #000!important;
  margin-top: 16px!important;
}


.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  background: #fff;
  margin-left: 30px;
  padding: 0;
  margin-right: -30px;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-totals-block {
  border: none!important;
}
span.wc-block-components-totals-item__label {
  text-transform: uppercase;
}
button.wc-block-components-panel__button {
  color: #000;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: #000;
  /* border-radius: 5px; */
  max-width: 85%;
  margin: auto;
  display: flex;
  margin-top: 40px;
  text-decoration: none;
}

body, .secondary-navigation a {
  color: #000!important;
}


header > .container{
  display: flex;
  justify-content: space-between;
}

  
/******************** Mini Cart ***********************/

ul#site-header-cart:hover .widget.woocommerce.widget_shopping_cart {
  /* background: #fff; */
  width: 350px;
  left: -215px;
  /* position: absolute; */
  /* border: solid; */
  top: 31px;
}
p.woocommerce-mini-cart__total.total,
p.woocommerce-mini-cart__buttons.buttons{
  background: #fff !important;
}
li.woocommerce-mini-cart-item.mini_cart_item a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
a.button.checkout.wc-forward {
  background: #000;
 
}
a.button.wc-forward {
  border-radius: 5px;
}
.mini-cart .count {
    position: absolute;
    top: -19px;
    color: rgb(255, 255, 255);
    background: #000;
    padding: 0px;
    border-radius: 20px;
    font-size: 12px !important;
    height: 25px;
    width: 25px;
    display: flex !important
;
    right: -21px;
    align-items: center;
    justify-content: center;
}
/************************** CHECKOUT ******************************/

.wc-block-components-address-form__country.wc-block-components-country-input {
  display: none;
}

#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2{
  width: 100%;
}
.woocommerce-checkout form.checkout.woocommerce-checkout{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce-checkout p#billing_company_field,
.woocommerce-checkout p#billing_country_field,
.woocommerce-form-coupon-toggle,
p#shipping_company_field,
p#shipping_country_field{
  display: none;
}
div#customer_details {

  margin: 0;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

h3#order_review_heading,
div#order_review {
  width: 53%;
}
th.product-total,
td.product-total {
  text-align: right;
}
tr.cart-subtotal td,
tr.order-total td {
  text-align: right;
  padding-right: 5px;
}

div#whatsapp {
    position: fixed;
    right: 17px;
    bottom: 125px;
}
div#whatsapp img {
    width: 60px;
}
.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 p{
  margin: 0;
}