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


/*------------------------------------------------*/
/*---------------- [GENERAL] -----------------*/
/*------------------------------------------------*/
.lista-categorias .elementor-widget-call-to-action .elementor-cta__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-column-gap: 24px;
           -moz-column-gap: 24px;
                column-gap: 24px;
}

.lista-categorias .elementor-widget-call-to-action .elementor-cta__content .elementor-icon-wrapper.elementor-cta__icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/*- BUSCADOR -*/
 .elementor-nav-menu--main .elementor-item.elementor-item-active {
     font-weight: 700 !important;
 }

 .e-search-input {
     padding: 0 !important;
     border: 0px !important;
 }

 .e-search-input::-webkit-input-placeholder {
     font-style: italic;
 }

 .e-search-input::-moz-placeholder {
     font-style: italic;
 }

 .e-search-input:-ms-input-placeholder {
     font-style: italic;
 }

 .e-search-input::-ms-input-placeholder {
     font-style: italic;
 }

 .e-search-input::placeholder {
     font-style: italic;
 }

/*------------------------------------------------*/
/*---------------- [TIPOGRAFÍAS] -----------------*/
/*------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}
.tx-accent {
    font-weight: 600;
    color: var(--e-global-color-accent);
}

/*------------------------------------------------*/
/*------------------ [HEADER] --------------------*/
/*------------------------------------------------*/


.sec-header.header-desktop.e-flex.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside {
            -webkit-box-shadow: 0 0 20px rgb(0, 0, 0,0.1);
                    box-shadow: 0 0 20px rgb(0, 0, 0,0.1);
}

.elementor-menu-cart__toggle .elementor-button:hover {
    border-width: 0px !important;
}

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

    footer .elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
        text-align: center;
    }
}
/*------------------------------------------------*/
/*---------------- [FORMULARIOS] -----------------*/
/*------------------------------------------------*/
/*--- Estructura ---*/
.row_inputs {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.col_inputs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    padding: 0;
    border: unset;
}


.col_inputs > label {
    display: block
}

/*--- Campos ---*/
.wpcf7-form span.etiqueta {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    font-size: 0.8rem;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
}

.wpcf7-not-valid-tip {
    font-size: 0.85rem;
}

.wpcf7-not-valid-tip {
    background-color: #fff;
    padding: 0 0.5rem;
    margin-top: 5px;
}

.wpcf7 input[type="file"] {
    display: block;
    width: 100%;
}

.wpcf7 .wpcf7-submit {
    white-space: normal;
}

/*------------------------------------------------*/
/*---------------- [COOKIES] -----------------*/
/*------------------------------------------------*/
#cmplz-manage-consent .cmplz-manage-consent {
    font-weight: bold;
    font-size: 1rem;
}

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

#cmplz-document p,
#cmplz-document li,
#cmplz-document td {
    font-size: 1rem;
}



/*------------------------------------------------*/
/*------------------[LEGALES]---------------------*/
/*------------------------------------------------*/
.legal h2 {
    font-size: 1.5rem !important;
    margin-bottom: 8px;
    margin-top: 16px;
}


/*------------------------------------------------*/
/*------------------[BLOG]-------------------*/
/*------------------------------------------------*/
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h1,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h2,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h3,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h4,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h5,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h6 {
    margin-bottom: 8px;
    margin-top: 20px;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h1,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h2 {
    font-size: 1.75rem;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h3 {
    font-size: 1.55rem;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h4 {
    font-size: 1.35rem;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h5 {
    font-size: 1.125rem;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h6 {
    font-size: 1.1rem;
}


/*------------------------------------------------*/
/*--------------[TIENDA Y PRODUCTOS]-------------------*/
/*------------------------------------------------*/
.woocommerce ins {
    text-decoration: none;
}

.elementor-widget-sidebar .elementor-widget-container {
    list-style: none;
}

.elementor-widget-container h5 {
    font-size: 1rem;
    margin-bottom: 16px;
    font-weight: 700;
}

.elementor-widget-wp-widget-woocommerce_product_categories ul,
.elementor-widget-wp-widget-categories ul,
.woocommerce-widget-layered-nav-list {
    font-size: 0.95rem;
    line-height: 140%;
    list-style: none;
    padding-left: 0.8rem;
}

.elementor-widget-wp-widget-woocommerce_product_categories li,
.elementor-widget-wp-widget-categories li,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    margin-bottom: 6px;
}

@media (min-width:1441px) {
    .woocommerce-product-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
    }

    .woocommerce-product-search label,
    .woocommerce-product-search input {
        padding: 0px 12px !important;
    }

    .woocommerce-product-search button {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.woocommerce-product-search > * {
    width: 100%;
    margin-bottom: 8px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #cecece;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ececec;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 0.8rem;
    background-color: var(--e-global-color-d12392f) !important;
    color: var(--e-global-color-primary) !important;
    border: none;
    padding: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-71e8dc1) !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 14px;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.single-product .orbesa-product-price {
    font-weight: 400;
    line-height: 140%;
    font-size: 24px;
    margin-bottom: 14px;
}

.single-product span.product-pieces {
    font-size: 20px;
}


.tax-product_cat .orbesa-product-price,
.woocommerce-shop .orbesa-product-price {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
}

.tax-product_cat .orbesa-product-price span.product-pieces,
.woocommerce-shop .orbesa-product-price span.product-pieces {
    font-size: 15px;
}

/*------------------------------------------------*/
/*--------------[WOOCOMMERCE]-------------------*/
/*------------------------------------------------*/
.woocommerce form label {
	font-weight: 600 !important;
	font-size: 0.9rem !important;
	text-transform: uppercase !important;
}
.product-name, .product-name a {
	font-weight: 600 !important;
}


/*------------------------------------------------*/
/*--------------[CARRITO]-------------------*/
/*------------------------------------------------*/
@media (max-width: 768px) {

    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: block !important;
    }

    .woocommerce-page table.cart .product-thumbnail:before {
        display: none;
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart td {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
        padding: 8px !important;
    }

}


.woocommerce-button.button.e-apply-coupon {
    width: 100% !important;
}

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