/*
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
*/

/* checkout: nascosta privacy e termini e condizioni utilizziamo quella custom */
.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper {
	display: none;
}

/* RESPONSIVE */
@media only screen and (max-width: 650px) {
	.avada-order-details.woocommerce-content-box.full-width {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.woocommerce-bacs-bank-details .bank_name {
		font-size:16px;
	}
	.woocommerce-bacs-bank-details .iban,
	.woocommerce-table__line-item.order_item .product-info a,
	.woocommerce-table__line-item.order_item .product-info .product-quantity,
	.woocommerce-table__line-item.order_item .woocommerce-Price-amount bdi,
	.woocommerce-table--order-details.shop_table.order_details tfoot {
		font-size: 14px;
	}
	.stock.out-of-stock{
		font-size: 18px;
	}
}