/*
Theme Name: Vibe Digital
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vibe-digital
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/

@media (min-width: 768px) {
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_neighborhood_field.form-row-first,
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field.form-row-last {
		float: left;
		width: 50%;
	}

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_neighborhood_field.form-row-first {
		padding-right: 10px;
		clear: none;
	}

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field.form-row-last {
		padding-left: 10px;
		clear: none;
	}
}