/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       2.5.6
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

#billing_country_field {
	display: none !important;
}
#tm_company_name_field, #tm_mol_field, #tm_company_address_field, #tm_city_field, #tm_eik_field, #tm_vat_field {
	display: none;
}

.gform-theme--foundation #gform_1 .gform_fields {
	row-gap: 12px;
}

.gform_required_legend {
	display: none;
}

#gform_submit_button_1 {
	background-color: #ea1b25;
    color: white;
}

#gform_wrapper_1[data-form-index="0"].gform-theme, [data-parent-form="1_0"] {
	--gf-color-primary: #ea1b25 !important;
	--gf-color-in-ctrl-primary: #ea1b25 !important;
}

.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=text]:not(.form-control):not(input[type=email]):not(input[type=url]):not(input[type=password]):not(input[type=search]):not(textarea):not(.input-text):focus, input[type=url]:focus, textarea:focus {
	border-color: #ea1b25;
}

.gform-theme--api, .gform-theme--framework {
	--gf-color-primary-rgb: 234, 27, 37 !important;
}
