.xc-native-search-form,
.xc-native-search-form__wrap {
	display: flex;
	width: 100%;
}

.xc-native-search-form__wrap {
	align-items: stretch;
}

.xc-native-search-form__input {
	width: 100%;
	min-width: 0;
	margin: 0;
	border: 1px solid #d5d5d5;
	border-radius: 0;
	background: #fff;
	color: #1f1f1f;
}

.xc-native-search-form__submit {
	display: inline-grid;
	flex: 0 0 44px;
	place-items: center;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #858585;
	color: #fff;
	cursor: pointer;
}

.xc-native-search-form__submit:hover,
.xc-native-search-form__submit:focus-visible {
	background: #a60000;
	color: #fff;
}

.xc-native-search-form__submit svg {
	display: block;
}

.xc-delivery-steps,
.xc-delivery-steps img {
	display: block;
	width: 100%;
}

.xc-delivery-steps img {
	height: auto;
}
