/*
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;
}

.owp-cart-shop-link{
	display: none;
}

.add_to_cart_button{
	display: none !important;
}

.custom-logo{
	width: 100% !important;
}

.site-breadcrumbs {
    right: unset;
}
.clr .page-subheading {
    display: none;
}
#main h1.page-header-title.clr {
    display: none;
}
.page-header {
    padding: 18px 0;
}

.products .wc-gzd-additional-info,
.btn-wrap.clr,
.woocommerce ul.products li.product li.btn-wrap{
	display: none !important;
}

.woocommerce-variation-add-to-cart a.button{
	display: none !important;
} 

