/*
Theme Name:     MachineFront
Description:    Storefront child for the Machine
Author:         Tor Hvalsoe
Author URI:     http://itdude.dk
Template:       storefront
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           e-commerce, light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:    storefront-machine-child
*/

.storefront-handheld-footer-bar {
    display: none;
}

.woocommerce-form__label-for-checkbox #terms {
    height: 30px;
    width: 30px;
}

.wp-form-autosubmit {
	margin: 0 !important;
	text-align: center;
}
.wp-form-autosubmit input[type=radio] {
	display: none !important;
}
.wp-form-autosubmit .wpforms-image-choices-label {
	margin: 0 !important;
	text-align: center;
	width: 100%;
}
.wp-form-hidden, .wp-form-autosubmit .wpforms-submit-container {
	display: none;
}