.rpaefw-hide {
	display: none !important;
}

.shipping-calculator-form span.select2 {
	width: 100% !important;
}

.rpaefw-ekom-index-block {
	margin-top: 10px;
	margin-bottom: 15px;
}

.rpaefw-ekom-index-block .select2 {
	max-width: 100%;
}

.rpaefw-ekom-index-block label {
	margin-bottom: 2px;
	display: block;
}

#shipping_city_select_field .optional,
#billing_city_select_field .optional {
	display: none !important;
}

#shipping_city_select_field .select2,
#billing_city_select_field .select2 {
	width: 100% !important;
}

#rpaefw-ekom-map-trigger {
	margin-bottom: 15px;
	display: block
}

#rpaefw-yandex-map-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	align-items: center;
	justify-content: center;
}

#rpaefw-yandex-map {
	max-width: 1000px;
	width: 100%;
	height: 400px;
	position: relative;
	z-index: 20
}

#rpaefw-yandex-map-backdrop {
	background-color: rgba(255,255,255,.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
