/*
	Theme Name:	XTRA Child
	Theme URI:	https://xtratheme.com/
	Description:Multipurpose Theme
	Author:		XtraTheme
	Author URI:	https://xtratheme.com/
	Template:	xtra
	Version:	1.0
*/

/*
	PLEASE DO NOT edit this file, if you want add custom CSS go to Theme Options > Additional CSS
*/
.single-product .page_content {
    margin: 135px 0;
}
.woocommerce div.product {
    margin-top: -45px;
}
.variations th.label {
	display: block;
	padding-left: 0;
}
.variations_form.cart {
	position: relative;
}
#woocommerce_before_variations_form {
	position: absolute;
	left: 150px;
    margin-top: 4px;
}