/* 
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.2
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
*/

	table td, table th{
		border:0 !important
	}

/* Add your custom styles here */
body div.payment_method_purchase_order_gateway{
	display:none !important;
}
	
	/* Billing second */
	.woocommerce-checkout #customer_details .col-1 {

		background:#eee;
		padding:10px 15px;
	}
/* Ensure checkout sections are flex */
@media (min-width:769px){
	.woocommerce-checkout #customer_details {
	  display: flex;
	  flex-direction: row;
		gap: 50px;
	}
	/* Shipping first */
	.woocommerce-checkout #customer_details .col-2 {
	  order: 1;

	}

	/* Billing second */
	.woocommerce-checkout #customer_details .col-1 {
	  order: 2;
	padding:10px 30px;
	}
	
}




.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before{
	content:none;
}

	/* hide shipping checkbox */
	#ship-to-different-address {
  display: none !important;
}


	/* fix checkout spacing */
	.woocommerce.wp-block-group.alignwide[data-shortcode="checkout"],
	.woocommerce-cart .wp-block-group.alignwide[data-block-name="woocommerce/classic-shortcode"]{
		margin-inline:0 !important;		
	}

	body	.checkout-button{
		background:#040531 !important
	}
	

body #customer_details h2, body #customer_details h3{
	margin:0.5em 0 0 0 !important;
}
body #order_review_heading{
	margin-top:2em;
}

/* COUPONS BOX HIDE */
.woocommerce-cart .coupon {
    display: none;
}
.woocommerce-checkout .woocommerce-form-coupon {
    display: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
	display:none;
}

