/**
* Theme Name: Lebagol Child
* Description: This is a child theme of Lebagol, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: lebagol
* Version: 1.1.2
*/
.single-product div.product .buy-now-button::before {
	font-family: "lebagol-icon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	content: "";
	margin-right: 7px;
}
.single-product div.product p.price,
.single-product .breadcrumb-wrap,
.woocommerce-cart .breadcrumb-wrap,
.woocommerce-checkout .breadcrumb-wrap,
.woocommerce-form-coupon-toggle,
#billing_country_field,
.woocommerce-additional-fields,
#billing_address_2_field{
	display:none!important;
}
#order_review table td, #order_review table th {
	padding: 0.5em 0!important;
}
#payment .payment_methods li img {
	width:200px!important;
}
@media (min-width: 769px) {
	.col2-set .form-row-first {
		width: 100%!important;
	}
	.woocommerce-billing-fields__field-wrapper #billing_phone_field,
	.woocommerce-billing-fields__field-wrapper #billing_email_field
	 {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	.woocommerce-billing-fields__field-wrapper #billing_city_field,
	.woocommerce-billing-fields__field-wrapper #billing_state_field,
	.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
		width: 32.33%;
		display: inline-block;
		vertical-align: top;
	}
	.woocommerce-billing-fields__field-wrapper #billing_city_field,
	.woocommerce-billing-fields__field-wrapper #billing_state_field,
	.woocommerce-billing-fields__field-wrapper #billing_phone_field{
		margin-right: 10px;
	}
}