/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
/* Menu del footer */
    .contenedor_menu{
        text-align: center;
        margin-bottom: 60px;
    }
    ul.menu_legal{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    ul.menu_legal a{
        display: block;
        padding: 5px 30px;
        transition: all 0.2s linear;
        color: #161922 !important;
        border-right: 1px solid #161922; 
    }
    ul.menu_legal>li:last-child>a{
        border-right: 0px solid #000000; 
    }

    /* fin menu del footer */

/*modificaciones Menu */
.post-nav.minimal{
    display: none;
}
div.copyright, div.copyright a{
    color: #161922 !important;
} 
div.copyright a{
    text-decoration: underline;
}
#Footer{
    padding-top: 20px;
}
h1#slider-2-slide-2-layer-16{
    text-shadow: -1px -1px 1px #ffffff;
}
h2.title, h1.title, .cart_totals h2{
    visibility: hidden;
}
.cart-discount>th{
    text-transform: uppercase;
}