/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




.add-to-cart-container .variations > tbody {
	display: flex;
	justify-content: space-between;
}

.add-to-cart-container .variations > tbody >tr {
	display: flex;
	flex-direction: row;
}

.add-to-cart-container .variations .label,
.add-to-cart-container .variations .value {
	background: transparent !important;
}

.single-product .price {
	margin: 0px;
}

.single-product .price bdi {
	font-size: 30px !important;
	font-weight: bold;
}


.woocommerce-checkout #customer_details {
	float: left;
	width: 50%;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 100% !important;
}


.woocommerce-checkout #order_review {
    width: 47%;
}

.woocommerce-checkout #order_review .woocommerce-checkout-payment {
	float: right;
}

@media only screen and (max-width: 600px) {
	.add-to-cart-container .variations > tbody > tr {
		width: 100%;
	}

	.woocommerce-checkout #customer_details {
		width: 100%;
	}

	.woocommerce-checkout #order_review {
	    width: 100%;
	}

}