/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.co_cabecera_logo {
    position: absolute;
    margin: 0 auto;
    text-align: left;
    width: auto;
    left: 10em;
}
.logo_container {
    display: none;
}
#co_cabecera_titulo h2 {
    font-size: 310% !important;
}

#left-area ul.products {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    width: auto;
    margin: 2%;
}
body:not(.home) #logo {
    height: 150px;
}
.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n){
    margin-right: 2%;
}
p.woocommerce-result-count {
    color: #333;
    font-size: 1.25em;
}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 5.5em;
}
.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li {
    background-color: #eee;
    padding: .5em 1em;
    margin-bottom: 0.5em;
    border: 1px solid #ccc;
    font-size: 1.25em;
    width: 80%;
}
body:not(.home) p {
    font-size: 1.25em;
    line-height: 1.5em;
}
body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
    background-color: #009bfb !important;
}
.woocommerce-MyAccount-navigation ul li:last-child {
    background-color: #ccc;
    border: 1px solid #aaa;
}
.c2_comercial_contenedor {
    display: flex;
}
.c2_comercial_item {
    width: 46%;
    margin: 2%;
    border-radius: 1em;
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 2%;
    text-align: center;
}
.c2_masinfo {
    margin: 4.5vw 0;
}