.elementor-kit-3293{--e-global-color-primary:#97D700;--e-global-color-secondary:#3C3C3B;--e-global-color-text:#7A7A7A;--e-global-color-accent:#97D700;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-3293 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3293 a{color:var( --e-global-color-secondary );}.elementor-kit-3293 a:hover{color:#97D700;}.elementor-kit-3293 h1{color:var( --e-global-color-secondary );}.elementor-kit-3293 h2{color:var( --e-global-color-text );}.elementor-kit-3293 h3{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Tabla de carrito YITH/Woo — versión compacta extrema === */
#yith-ywrq-table-list {
  width: 100%;
  border-collapse: collapse !important;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #3C3C3B;
}

.yith-ywraq-mail-form-wrapper {
  padding-top: 0 !important;
}

.yith-ywraq-mail-form-wrapper {
  padding: 6px 25px 25px 25px !important; /* top 0, mantiene los demás */
}

/* Celdas generales compactas */
#yith-ywrq-table-list th,
#yith-ywrq-table-list td {
  border: none !important;
  padding: 4px 8px;
  vertical-align: middle;
  color: #3C3C3B;
}

/* ===== CABECERA AL MÍNIMO POSIBLE ===== */
#yith-ywrq-table-list thead,
#yith-ywrq-table-list thead tr {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  border: 0 !important;
}

/* Quita pseudoelementos que algunos temas inyectan en th */
#yith-ywrq-table-list thead th::before,
#yith-ywrq-table-list thead th::after {
  content: none !important;
  display: none !important;
}

/* Los th del header sin relleno vertical, sin márgenes, sin líneas */
#yith-ywrq-table-list thead th {
  font-size: 16px;
  font-weight: 600;
  color: #3C3C3B;
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  line-height: 1 !important;
  height: auto !important;
  white-space: nowrap;
  text-align: left;
}

/* Alinea “Cantidad” al centro */
#yith-ywrq-table-list thead th.product-quantity {
  text-align: center !important;
}

/* Evita que el primer th vacío (remove) aporte altura/espacio */
#yith-ywrq-table-list thead th.product-remove {
  font-size: 0 !important;
  width: 1% !important;
  padding: 0 !important;
}

/* ===== CUERPO ===== */

/* Miniatura más pequeña */
#yith-ywrq-table-list td.product-thumbnail {
  width: 80px;
}
#yith-ywrq-table-list td.product-thumbnail a {
  display: block;
  max-width: 80px;
}
#yith-ywrq-table-list td.product-thumbnail img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: none;
  box-shadow: none;
}

/* Nombre en una sola línea con el color correcto */
#yith-ywrq-table-list td.product-name a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
  color: #3C3C3B;
  text-decoration: none;
}
#yith-ywrq-table-list td.product-name a:hover {
  color: #3C3C3B;
  text-decoration: none;
}

/* Columna Cantidad lo mínimo */
#yith-ywrq-table-list th.product-quantity,
#yith-ywrq-table-list td.product-quantity {
  width: 1% !important;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
#yith-ywrq-table-list td.product-quantity .quantity {
  display: inline-block;
  vertical-align: middle;
}
#yith-ywrq-table-list td.product-quantity input.input-text {
  width: 65px;
  max-width: 65px;
  padding: 5px 6px;
  font-size: 13px;
  text-align: center;
  color: #3C3C3B;
}

/* Responsive */
@media (max-width: 768px) {
  #yith-ywrq-table-list {
    font-size: 13px;
  }
  #yith-ywrq-table-list thead th {
    font-size: 15px;
  }
  #yith-ywrq-table-list td.product-thumbnail {
    width: 60px;
  }
  #yith-ywrq-table-list td.product-thumbnail a {
    max-width: 60px;
  }
  #yith-ywrq-table-list td.product-thumbnail img {
    width: 60px;
  }
  #yith-ywrq-table-list td.product-quantity input.input-text {
    width: 50px;
  }
}

/* === Formulario de solicitud YITH === */
.yith-ywraq-mail-form-wrapper {
  color: #3C3C3B;
  font-size: 14px;
}

/* Título */
.yith-ywraq-mail-form-wrapper h3 {
  font-size: 1.1em;
  color: #3C3C3B;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

/* Etiquetas y campos */
.yith-ywraq-mail-form-wrapper label {
  color: #3C3C3B;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.yith-ywraq-mail-form-wrapper .input-text,
.yith-ywraq-mail-form-wrapper input[type="text"],
.yith-ywraq-mail-form-wrapper input[type="email"],
.yith-ywraq-mail-form-wrapper textarea {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #3C3C3B;
  box-shadow: none;
  outline: none;
}

.yith-ywraq-mail-form-wrapper .input-text:focus,
.yith-ywraq-mail-form-wrapper input:focus,
.yith-ywraq-mail-form-wrapper textarea:focus {
  border-color: #3C3C3B;
}

/* Espaciado entre campos */
.yith-ywraq-mail-form-wrapper .form-row {
  margin-bottom: 12px;
}

/* Botón de enviar */
.yith-ywraq-mail-form-wrapper .raq-send-request-row {
  text-align: right;
}

.yith-ywraq-mail-form-wrapper .raq-send-request-row input[type="submit"] {
  background-color: #c81e4b;
  color: #fff;
  font-size: 13px;
  padding: 8px 18px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.yith-ywraq-mail-form-wrapper .raq-send-request-row input[type="submit"]:hover {
  background-color: #a5183f;
}

/* Ajuste responsive */
@media (max-width: 768px) {
  .yith-ywraq-mail-form-wrapper h3 {
    font-size: 1em;
  }
  .yith-ywraq-mail-form-wrapper .raq-send-request-row input[type="submit"] {
    font-size: 12px;
    padding: 7px 14px;
  }
}

/* === BREADCRUMB (forzado) === */
html body .woocommerce-breadcrumb a,
html body nav.woocommerce-breadcrumb a,
html body [aria-label="Breadcrumb"] a {
  color: #3C3C3B !important;
  text-decoration: none !important;
}
html body .woocommerce-breadcrumb a:hover,
html body nav.woocommerce-breadcrumb a:hover,
html body [aria-label="Breadcrumb"] a:hover {
  color: #3C3C3B !important;
  text-decoration-line: underline !important;
  text-decoration-color: #97D700 !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

/* === TÍTULO DE PRODUCTO (forzado) === */
html body.single-product h1.product_title.entry-title {
  font-size: 40px !important;
  line-height: 1.1 !important;
  color: #3C3C3B !important;
  margin: 0 0 10px !important;
}

/*Eliminar SKU de ficha de producto*/
.sku_wrapper {
  display: none;
}

.add-request-quote-button.button {
  margin-top: 5px !important;
}

input.input-text.qty,
input[type="number"].qty,
input[id^="quantity_"].input-text.qty.text {
  height: 55px !important;
  line-height: 55px !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
}

h1.woocommerce-products-header__title.page-title {
  font-size: 30px !important;
  line-height: 1.2 !important;
  color: #3C3C3B;
  font-weight: 600;
  margin-bottom: 10px;
}

h2.woocommerce-loop-product__title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #3C3C3B;
  line-height: 1.3;
  margin: 5px 0;
  text-align: center;
}

li.product .add-request-quote-button.button {
  display: none !important;
  visibility: hidden !important;
}

/* === Estilo limpio para las cards de categorías y productos === */
li.product.type-product,
ul.products li.product-category {
  border-radius: 10px !important;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease;
  padding: 10px;
}

/* Efecto ligero al pasar el ratón (sin sombra) */
li.product.type-product:hover,
ul.products li.product-category:hover {
  transform: translateY(-2px);
}

/* Imágenes de las categorías */
ul.products li.product-category img {
  width: 70% !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 6px;
}

/* Zoom suave en hover */
ul.products li.product-category img:hover {
  transform: scale(1.05);
}

/* Ocultar el contador de productos */
ul.products li.product-category .count {
  display: none !important;
  visibility: hidden !important;
}

/* Título de categoría */
ul.products li.product-category h2.woocommerce-loop-category__title {
  font-size: 18px !important;
  font-weight: 500;
  color: #3C3C3B;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.3;
}


/* === Pestañas de producto con sombra y estilo limpio === */
.woocommerce-tabs ul.tabs li {
  background: #fff;
  border: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* sombra suave */
  border-radius: 6px;
  margin-right: 8px;
  transition: all 0.3s ease;
}

/* Efecto al pasar el ratón */
.woocommerce-tabs ul.tabs li:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

/* Pestaña activa */
.woocommerce-tabs ul.tabs li.active {
  background: #f9f9f9;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* Enlaces dentro de las pestañas */
.woocommerce-tabs ul.tabs li a {
  display: block;
  color: #3C3C3B !important;        /* gris del sitio */
  text-decoration: none !important;
  font-weight: 600;                 /* más marcada */
  padding: 10px 18px;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover y foco */
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:focus {
  color: #97D700 !important;        /* verde del sitio */
  text-decoration: none !important;
}

/* Pestaña activa: verde del sitio */
.woocommerce-tabs ul.tabs li.active a {
  color: #97D700 !important;
}
/* === Sombra sutil inferior y derecha en el contenido del tab === */
.woocommerce-Tabs-panel {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08); /* desplazamiento lateral y vertical suave */
  border-radius: 4px;
  background: #fff;
  padding: 20px;
}


/* === Estilo limpio para el mensaje del administrador (YITH Request a Quote) === */
.ywraq-admin-message {
  background: none !important;      /* sin color de fondo */
  border: none !important;          /* sin bordes */
  border-radius: 0 !important;      /* sin esquinas redondeadas */
  box-shadow: none !important;      /* sin sombra */
  padding: 0 !important;            /* sin relleno extra */
  margin: 0 !important;
  color: #3C3C3B !important;        /* color gris principal del sitio */
  font-size: 14px !important;       /* tamaño de texto */
  line-height: 1.5;
}

.ywraq-admin-message .message-content p {
  color: #3C3C3B !important;
  font-size: 14px !important;
  margin: 0;
}


/* === Enlace dentro del mensaje "Explorar la lista" === */
.yith_ywraq_add_item_browse_message {
  text-align: center; /* centra el botón dentro del contenedor */
}

.yith_ywraq_add_item_browse_message a {
  display: inline-block;
  margin: 5px auto !important;          /* margen y centrado adicional */
  padding: 10px 18px !important;
  color: #97D700 !important;            /* verde corporativo */
  background-color: #3C3C3B !important; /* gris corporativo */
  border-radius: 7px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  transform: scale(1);
}

.yith_ywraq_add_item_browse_message a:hover {
  color: #97D700 !important;
  background-color: #353535 !important; /* un poco más oscuro en hover */
  transform: scale(1.1);                /* agranda suavemente */
  text-decoration: none;
}


/* === Contenedor del botón "Ver PDF" === */
.after-table-right {
  display: flex;
  justify-content: flex-end; /* botón alineado a la derecha */
  align-items: center;
  overflow: visible !important; /* evita que se corte el botón */
  padding: 10px 0;
}

/* === Botón "Ver PDF" === */
#ywraq-list-to-pdf.button {
  background-color: #3C3C3B !important;  /* gris corporativo */
  color: #97D700 !important;             /* verde corporativo */
  border: none !important;
  border-radius: 7px;
  font-weight: 600;
  padding: 10px 18px;
  cursor: pointer;

}

/* Hover: efecto suave sin recorte */
#ywraq-list-to-pdf.button:hover {
  background-color: #353535 !important;  /* gris más oscuro */
  color: #97D700 !important;

}



/* === Botón "Enviar tu solicitud" === */
.button.raq-send-request.last {
  background-color: #97D700 !important;  /* verde corporativo */
  color: #3C3C3B !important;             /* gris corporativo para el texto */
  border: none !important;
  border-radius: 7px;
  font-weight: 600;
  padding: 10px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: center center;
}

/* Hover: invierte tonos ligeramente */
.button.raq-send-request.last:hover {
  background-color: #7fbf00 !important;  /* verde más oscuro */
  color: #353535 !important;             /* gris un poco más profundo */
  transform: scale(1.05);
}


/* === Ajuste del tamaño de la miniatura en la tabla de solicitud de presupuesto === */
#yith-ywrq-table-list td.product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain !important;
  border: none !important;
  box-shadow: none !important;
  display: block !important;
  margin: 0 auto !important;
}

#yith-ywrq-table-list td.product-thumbnail a,
#yith-ywrq-table-list td.product-thumbnail {
  width: 100px !important;
  max-width: none !important;
  height: auto !important;
}


.yith-ywraq-add-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.pvtfw_variant_table_cart_btn.button {
    background-color: #3a3a3a;   /* gris oscuro */
    color: #ffffff;
    font-size: 13px;             /* letra más pequeña */
    padding: 6px 14px;           /* menos relleno */
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.25s ease;
}

.pvtfw_variant_table_cart_btn.button:hover {
    background-color: #b3f400;   /* verde fosforito */
    color: #333333;
    text-decoration: underline;
}

.button.wc-forward {
    background-color: #000000;      /* fondo negro */
    color: #b3f400;                 /* verde fosforito */
    font-size: 14px;                /* un pelín más grande que el otro */
    padding: 10px 18px;             /* más relleno */
    margin-top: 14px;               /* MÁS MARGEN ARRIBA */
    margin-bottom: 14px;            /* MÁS MARGEN ABAJO */
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    text-decoration: none;          /* sin subrayado */
    transition: all 0.25s ease;
}

.button.wc-forward:hover {
    background-color: #b3f400;      /* verde fosforito */
    color: #000000;                 /* texto negro */
    text-decoration: underline;
}


a.button.product_type_variable.add_to_cart_button {
    display: none !important;
}


/* Bloque completo cantidad (+ / input / -) más ancho */
.pvt-qty-input {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 150px; /* aquí le das aire al bloque entero */
}

/* Input de cantidad más ancho y legible */
.pvt-qty-input .pvtfw-quantity .input-text.qty.text {
    width: 80px !important;      /* cabe de sobra 5 dígitos */
    min-width: 80px !important;
    height: 34px;
    font-size: 14px;
    text-align: center;
    padding: 4px 6px;
}

/* Botones + y - con la misma altura que el input */
.pvt-qty-input .qty-count {
    width: 26px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    padding: 0;
}/* End custom CSS */