/*======================================
Theme Name: eWapp Divi Child
Theme URI: https://ewapp.com.ar
Description: Child theme for every purpose
Version: 1.0
Author: eWapp
Author URI: https://ewapp.com.ar
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* woocommerce styles 
// title woocommerce
.woocommerce div.product .product_title {
    font-size: 33px !important;
}

// desc corta woocommerce
.woocommerce-product-details__short-description {
    font-size: 21px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

// desc woocommerce
body.woocommerce #content-area div.product .woocommerce-tabs .panel,
body.woocommerce div.product .woocommerce-tabs .panel {
    font-size: 21px !important;
}
div#tab-description>h2 {
    padding-bottom: 20px !important;
}
*/