/*******************************************************************************
 CHECKOUT
*******************************************************************************/
/*******************************************************************************
 Company information
*******************************************************************************/
/* General - Container */
body.woocommerce-checkout .jsice__checkout__company_information__container
{
	padding: 30px;
	margin-bottom: 60px;

	background-color: #ffffff;
}

/* General - Title */
body.woocommerce-checkout .jsice__checkout__company_information__title
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* General - Step */
body.woocommerce-checkout .jsice__checkout__company_information__step
{
	width: 42px;
	height: 42px;

	margin-right: 10px;
	margin-bottom: 20px;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	border-radius: 50%;
	color: #ffffff;
	background: #f9b000;

	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
}
@media screen and (min-width: 420px)
{
	body.woocommerce-checkout .jsice__checkout__company_information__step
	{
		margin-bottom: 0px;
	}
}

/* Fields - Container */
body.woocommerce-checkout .jsice__checkout__company_information__fields
{
	display: flex;
	flex-wrap: wrap;
}

/* Fields - Fields */
body.woocommerce-checkout .jsice__checkout__company_information__fields p
{
	width: 100% !important; /* Important overrides Divis bad CSS */
}
@media screen and (min-width: 1024px)
{
	body.woocommerce-checkout .jsice__checkout__company_information__fields p:not(.jsice_companies_company_data_verification)
	{
		width: 50% !important; /* Important overrides Divis bad CSS */
	}
	body.woocommerce-checkout .jsice__checkout__company_information__fields p.jsice_companies_company_address_zip
	{
		width: 20% !important; /* Important overrides Divis bad CSS */
	}
	body.woocommerce-checkout .jsice__checkout__company_information__fields p.jsice_companies_company_address_city
	{
		width: 30% !important; /* Important overrides Divis bad CSS */
	}
}
