/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/*** PRODUCT DETAIL ***/

table.woo-vou-recipient-fields td,
table.woo-vou-recipient-fields td.label,
table.woo-vou-recipient-fields td.value {
	width: 100%;
	margin: 0 auto;
	display: block;
}



body.single-product .woocommerce-variation-add-to-cart {
	width: 100%;
	max-width: 100%;
	display: block;
}

body.single-product .woocommerce-variation-add-to-cart div.quantity {
	float: left;
}

body .kochkurse .single_add_to_cart_button, 
body .kochkurse #select-add-to-cart .button,
body.single-product .woocommerce-variation-add-to-cart .button {
	max-width: calc(100% - 90px);	
}

body.single-product .wc-stripe-product-checkout-container.active {
	clear:both;
	margin-top: 30px;
}



/*** GUTSCHEIN ***/
body.single-product.postid-762 .wd-content-layout {
	margin-top: 0;
}

body.single-product.postid-762 form.variations_form {
	max-width: 100%;
}