/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-additional-fields,
#billing_country_field{
	display: none!important;
}
.wcus-checkout-fields{
	h3{
		font-size: 0!important;
		margin-bottom: 10px;
		&:before {
			content: 'Доставка Новою Поштою';
			font-size: 18px!important;
		}
	}
}