/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*HEADER
header .elementor-sticky.elementor-sticky--active {box-shadow: 0px 13px 23px 0px rgba(0, 0, 0, 0.1);}

/*Widgets*/
.elementor-widget-wp-widget-categories h5, .elementor-widget-wp-widget-recent-posts h5 {font-weight: 700 !important;}
.elementor-widget-wp-widget-categories ul, .elementor-widget-wp-widget-recent-posts ul {
    list-style: none !important;
    padding-left: 0 !important;
	margin-bottom:30px !important;
}
.elementor-widget-wp-widget-categories ul a, .elementor-widget-wp-widget-recent-posts ul a {text-decoration: none}
.elementor-widget-wp-widget-categories ul li, .elementor-widget-wp-widget-recent-posts ul li {
    border-bottom: 1px solid #70717030 !important;
    padding: 15px 0 !important;
	font-size: 16px !important;
}
.elementor-widget-wp-widget-categories ul li:first-child, .elementor-widget-wp-widget-recent-posts ul li:first-child{
    padding-top: 0 !important;
}
.elementor-widget-wp-widget-categories ul li .children li, .elementor-widget-wp-widget-recent-posts ul li .children li {
    border: none !important;
    padding: 5px 10px !important;
}
.elementor-widget-wp-widget-categories ul ul.children {margin-bottom:0!important}
.single.single-post .elementor-widget-theme-post-content h2{
	font-size:28px;
}
.single.single-post .elementor-widget-theme-post-content h3{
	font-size:24px;
}
.single.single-post .elementor-widget-theme-post-content h4{
	font-size:21px;
}

.single.single-post .elementor-widget-theme-post-content h5{
	font-size:18px;
}
.single.single-post .elementor-widget-theme-post-content h6{
	font-size:16px;
}
/*WC*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: none !important;
    border-radius: 8px !important;
}
.woocommerce-message::before {color: var(--e-global-color-ca6f016) !important;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {border-radius:8px !important}
.woocommerce-error, .woocommerce-info, .woocommerce-message {margin-bottom: 5px !important}
.woocommerce-error::focus, .woocommerce-info::focus, .woocommerce-message::focus {border: none !important}

/*account*/
.woocommerce-MyAccount-content {
    border: 1px solid #d1d1d1 !important;
    border-radius: 0px 0px 15px 15px;
    padding: 50px !important;
}
.elementor-widget-woocommerce-cart .woocommerce {font-family: "Outfit Regular", Sans-serif !important;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-family: "Outfit Regular", Sans-serif;
  border-top: none !important;
  border-radius: 15px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	font-weight: normal !important;
}


/*tabla fichas producto*/
.tabla-tecnica {
    width: 100%;
    overflow: hidden;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
}

.tabla-tecnica table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}

.tabla-tecnica th,
.tabla-tecnica td {
    padding: 17px 15px;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    text-align: left;
    vertical-align: middle;
    color: #68717c;
    font-size: 14px;
    line-height: 1.4;
}

.tabla-tecnica th {
    padding: 17px 15px;
    font-weight: 600;
    text-align: center;
    color: #6b6964;
    background: #ffffff;
}

.tabla-tecnica td {
    background: #ffffff;
}

/* Fondo alterno como en la captura */
.tabla-tecnica tbody tr:nth-child(odd) td {
    background: #f7f7f7;
}

/* Quitar borde derecho de la última columna */
.tabla-tecnica th:last-child,
.tabla-tecnica td:last-child {
    border-right: 0;
}

/* Quitar borde inferior de la última fila */
.tabla-tecnica tbody tr:last-child td {
    border-bottom: 0;
}

/* Anchuras similares a la captura */
.tabla-tecnica th:nth-child(1),
.tabla-tecnica td:nth-child(1) {
    width: 44%;
}

.tabla-tecnica th:nth-child(2),
.tabla-tecnica td:nth-child(2) {
    width: 19%;
}

.tabla-tecnica th:nth-child(3),
.tabla-tecnica td:nth-child(3) {
    width: 37%;
}

/* Adaptación móvil */
@media (max-width: 767px) {
    .tabla-tecnica {
        overflow-x: auto;
    }

    .tabla-tecnica table {
        min-width: 650px;
    }

    .tabla-tecnica th,
    .tabla-tecnica td {
        padding: 14px 12px;
        font-size: 13px;
    }
}