/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Tamaño boton customize*/
a.button.customize{
	font-size:24px!important;
}
/*Btn BFG*/
.bfg-item{
	font-size:1.0em; 
	letter-spacing:.02em; 
	font-family:helvetica!important; 
	margin-bottom:1px; 
	text-align:center;

}
/*No mostrar registro*/
.account-register-inner{
	display:none!important;
}
/*No mostrar precios
p.price.product-page-price span.woocommerce-Price-amount.amount{
	display:none!important;
}
.price-wrapper .price {
    display: none;
}*/

/*Columna info product*/
.product-info.summary.col-fit.col.entry-summary.product-summary.form-minimal{
	width:40%!important;
}
#tab-description.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content{
	padding: 10px 10px !important;
}

/*Log Out mas grande*/
.message-container.container.success-color.medium-text-center {
	text-align: center!important;
    font-size: 24px!important;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.bfg-item{
    font-size: 17px !important;
    margin: 0;
    width: 100%;	

}

}