/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */


@media (max-width: 782px) {	
	.product_desc_below_img{
		display:none;
	}
	.product-type-booking .woocommerce-tabs #tab-description{
		display:block !important;	
	}
}

@media (min-width: 783px) {	
	.product-type-booking .woocommerce-tabs #tab-description{
			display:none !important;	
	}
}
	
.product_desc_below_img { margin-top:20px; }
.product_desc_below_img h2, .product_desc_below_img p { margin-bottom:32px; }