/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
bold, strong{
	font-weight:600 !important;
}
.single-product .product_title{
	font-size:28px !important;
	--fontSize:28px !important;
}
.single-product .tabs{
	width:100% !important;
}
.single-product .tabs li{
	float: left;
	margin-right:20px;
}
.single-product .tabs .reviews_tab{
	display:none;
}
.single-product .woocommerce-tabs .tabs li a{
	border-bottom:none !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel{
	width: 100% !important;
    margin-left: 0px !important;
	clear:both !important;
}