/* 
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 */

.elementor-image-box-title {
    margin: 0;
}

.elementor-widget-animated-headline .elementor-headline,
.elementor-widget-animated-headline .elementor-headline span {
    line-height: 1 !important;
}
.elementor-headline--style-highlight svg {
    display: none;
}

body.single-product header > div,
body.page-id-1025 header > div,
body.page-id-1023 header > div, 
body.page-id-20 header > div,
body.page-id-1024 header > div,
body.page-id-1037 header > div {
    background: var( --e-global-color-primary ) !important;
    margin-bottom: 0 !important;
}

.elementor-icon-wrapper { 
    line-height: 0; 
}

.categorias-hijas {
    list-style: none;
    padding: 0;
}
.categorias-hijas a {
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: var(  --e-global-color-text );
    font-weight: 600;
}
.categorias-hijas svg {
    fill: var( --e-global-color-accent );
    width: 25px;
}
.categorias-hijas a:hover {
    color: var(  --e-global-color-primary );
}
.categorias-hijas a:hover svg {
    fill: var( --e-global-color-primary );
}

.contenido-producto h2, .contenido-producto h3, .contenido-producto h4 {
    text-transform: none !important;
}
.contenido-producto h2 {
    font-size: 20px;
}
.contenido-producto h3 {
    font-size: 18px;
}
.contenido-producto h4 {
    font-size: 16px;
}

.woocommerce .quantity .qty {
    width: 80px;
    padding: 8px;
}

.venta-directa .link-informacion {
    display: none;
}
.venta-directa .venta-contacto .link-informacion {
    display: initial;
}
.venta-contacto .elementor-widget-woocommerce-product-add-to-cart,
.venta-contacto .servicios-productos,
.venta-contacto .precio-producto,
.venta-contacto .link-ver {
    display: none;
}
.venta-contacto .venta-directa .elementor-widget-woocommerce-product-add-to-cart,
.venta-contacto .venta-directa .servicios-productos,
.venta-contacto .venta-directa .precio-producto,
.venta-contacto .venta-directa .link-ver {
    display: initial;
}

body:not(.categoria-padre) .lista-categorias {
    display: none;
}
.categoria-padre .lista-productos {
    display: none;
}

.elementor-widget-wc-categories a {
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); 
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transition: all .3s;
}
.elementor-widget-wc-categories a:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.elementor-widget-wc-categories a h3 {
    font-size: 20px !important;
    color: var(--e-global-color-text);
    padding: 20px 0 !important;
    margin: 0 !important;
}

.carrusel-sombra div.e-loop-item {
    padding: 5px 20px 30px;
}

.swiper-pagination-progressbar {
    height: 5px !important;
    bottom: 25px !important;
    top: auto !important;
    background-color: rgba(29, 113, 184, 0.25);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--e-global-color-primary);
}

.enlaces_fabricante,
.enlaces_productos {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	padding: 5px;
}
#pojo-a11y-toolbar {
	bottom: 0;
	z-index: 9999; 
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle { 
    bottom: 45px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	position: fixed; 
	bottom: 45px; 
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
	width: 25px; 
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	display: none;
}
.gt_float_switcher .gt_options a {
	font-size: 0px;
}
#gt_float_wrapper {
	left: 0 !important;
	bottom: 5px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 5px !important;
}
.gt_float_switcher img {
    width: 25px !important;
    margin: 0 !important;
}
.gt_float_switcher .gt_options a {
    padding: 5px !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

#cmplz-document {
	max-width: 100% !important; 
}

.jet-mobile-menu__after-template, 
.jet-mobile-menu__after-template .jet-mobile-menu__after-template-content,
.jet-mobile-menu__after-template .jet-mobile-menu__after-template-content > div {
    height: 100%;
}

.carrusel-sombra .swiper:not(.swiper-initialized)>.swiper-wrapper {
    overflow: initial;
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: none !important;
    }
    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 0px;
    }
}