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


.jet-breadcrumbs__item a , .jet-breadcrumbs__item-target{
    font-size:15px!important;
}
.ui_li_seo_paragraph.border::before{
    display: none!important;
}

/* Breadcrumb de producto */

.breadcrumb-producto{
display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--e-global-typography-710d948-font-family), Sans-serif;
}
.breadcrumb-producto  a:first-child{
    display: flex;
    gap: 10px;
}
.breadcrumb-producto  a:first-child svg{

        width: 16px;

}
.breadcrumb-producto {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    color: #000;
}
.breadcrumb-producto a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-producto a svg {
    flex-shrink: 0;
}
.breadcrumb-sep {
    color: #ccc;
    font-size: 14px;
}
.breadcrumb-current {
    color: #000000A3;
    font-weight: 500;
}


@media(max-width:991px){
    .ui_footer__menu li{
        justify-content: center!important;
    }
    .ui_header__box {
        gap: 5px!important;
    }

    .qcart-add-btn{
       padding: 6px 24px !important;
    }
    .ui_boton{
        height: 35px!important;
        padding: 0 13px!important;   
    }
}
