/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


#order_review {
	display: flex;
	flex-direction: column;
}

.wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal {
	order: 1;
}

.wc-gzd-order-submit {
	order: 2;
}
.wc-gzd-direct-debit-encryption-notice {
	display:none;
}

#menu-main-nav li .nav-content{
	display: none!important;
}