/*
Theme Name: Bridge Child modded by Niall Flynn
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme modded by NiallFlynn.com for the good folks at firtree.ie. Bill is here to act as a visual reminder. No other plugins or themes should be installed without a backup or test. This theme can be licensed using the Envato plugin installed. This is the only license needed. All other plugins will auto update, or can be updated at your request.
Author: Niall Flynn
Author URI: https://niallflynn.com/
Version: 4.2.1
Template: bridge
*/
@import url("../bridge/style.css");

#orddd_time_slot_field #orddd_time_slot {
	width: 50%;
}

.menu-open{
	display: block!important;
}

@media (max-width: 769px) {
	.woocommerce ul.products{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 0.625rem;
	}

	.woocommerce ul.products .product{
		width: 100%!important;
	}
}