/**
Theme Name: Astra Child
Author: Nik Downz
Author URI: http://wpastra.com/about/
Description: This child theme is built with wp gulp start. (https://github.com/ahmadawais/WPGulp)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('dist/css/style.min.css');

.acf-product-fields {
    margin: 10px 0;
    padding: 10px;
    font-size: 1em;
    color: #333;
}
.acf-product-fields ul {
    list-style-type: disc;
    margin-left: 20px;
}
.acf-product-fields li {
    margin-bottom: 5px;
}

div.summary.entry-summary .woocommerce-breadcrumb {display:none;}

/* clear short description */
.woocommerce-product-details__short-description {
	display: block;
    clear: both;
    width: 100%;
}