/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/
/* Hide the place order button container */
/* Target the main product form that contains both the WAPO container and the Add to Cart button */
.woocommerce-variation-add-to-cart {
	display: flex;
    flex-direction: column;
}

.woocommerce .product.style-default .entry-summary .cart .button {
    width: 20%;
    margin-top: 20px;
}
@media only screen and (max-width: 576px){
	.woocommerce .product.style-default .entry-summary .cart .button {
		width: 100%;
	}
}
.woocommerce-variation-add-to-cart {
    align-items: unset !important; 
}
.woocommerce a.added_to_cart {
    display: flex !important;
}