/*
Theme Name: 	Emarket Child Theme
Theme Uri:  	http://demo.wpthemego.com/themes/sw_emarket/
Description:  	A child theme of SW Emarket
Author:     	Magentech
Author Uri: 	http://www.themeforest.net/user/magentech
Template:   	emarket
Version:    	1.0.0
License:    	GNU General Public License v2 or later
*/
/* Sections produit */

.emarket-product-sections{

    margin-top:40px;

}

.product-section{

    margin-bottom:50px;

    padding-bottom:35px;

    border-bottom:1px solid #ececec;

}

.product-section:last-child{

    border-bottom:none;

}

.product-section-title{

    font-size:28px;

    font-weight:700;

    margin-bottom:25px;

}

.product-section-content{

    font-size:16px;

    line-height:1.8;

}

/* Table caractéristiques */

.woocommerce-product-attributes{

    width:100%;

}

.woocommerce-product-attributes th{

    width:30%;

    background:#fafafa;

}

/* Avis */

#reviews{

    margin-top:15px;

}