/**
* Theme Name: Shopic Child
* Description: This is a child theme of Shopic, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Duc Pham (Opal Team)</a>
* Template: shopic
* Version: 1.3.0
*/

@media(max-width: 768px){
	.woocommerce form.checkout_coupon.woocommerce-form-coupon{
		display: block;
	}

	.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-last{
		width: 100% !important;
	}

	.checkout_coupon button[type='submit']{
		margin-left: 0px !important;
	}

	.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-last .button{
		width: 100% !important;
	}
}


/**  NASCONDE TOTALE TASSE DALLA PAGINA CHECKOUT **/



.cart-collaterals .cart_totals small.includes_tax{
	display:none !important;	
}