/*
 Theme Name:   YOOtheme MyTheme
 Template:     yootheme
 Author:       John Doe
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-mytheme
*/

@import url('../yootheme/style.css'); 
.product-extra_meta .meta-item span{
    font-size: 22px;
    line-height: 1.4;
    font-family: Lora;
}
.product-extra_meta .meta-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #abb8c3;
}
.product-extra_meta .metas{
    border-top: 1px solid #abb8c3;
    margin-top: 50px;
}
.product-extra_meta img{
    max-width: 80px;
    max-height: 80px;
}
.megamenu .menu-left .menucont a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.megamenu .menu-left .menucont a img{
    max-width: 40px;
    max-height: 40px;
}
.megamenu .titulo{
    font-weight: bold;
    padding-bottom: 10px;
}
.megamenu .menu-left .menucont{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.megamenu .uk-container{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}
.megamenu.show{
    display: block;
}
.megamenu{
    display: none;
    max-width: 920px;
    width: 100%;
    background: white;
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff!important;
        
    }
}
.uk-nav-sub .titulo{
    padding-bottom: 15px;
}
.titulo.menu-item > a{
    font-weight: bold!important;
}
.buscar{
    position: relative;
    cursor: pointer;
}
.buscar.show .buscador{
    width: 200px;
}
.buscador{
    width: 0;
    overflow: hidden;
    transition: all ease .3s;
    position: absolute;
    bottom: -45px;
    right: 0;
}
#ajaxsearchliteres1.asl_r .results .item .asl_content h3, 
#ajaxsearchliteres1.asl_r .results .item .asl_content h3 a{
    font-family: Lora!important;
    margin: 0;
    font-size: 15px!important;
    line-height: 1.4!important;
    color: #262626!important;
    font-weight: 400;
}