.order-row.delivery-types div.name-data,
.order-row.payment-types div.name-data {
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2;
	height: 30px;
	text-transform: uppercase;
	margin-top: 20px;
}

.order-row.delivery-types div.action-data,
.order-row.payment-types div.action-data {
	width: 100%;
}

.order-row.delivery-types,
.order-row.payment-types {
	display: block;
	height: auto;
}
.order-row .name-data,
.order-row .action-data {
	height: 110px;
}

.order-row.delivery-types .action-data ul,
.order-row.payment-types .action-data ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	line-height: 14px;
	width: 100%;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.order-row.payment-types .action-data ul {
	white-space: nowrap;
}
.order-row.delivery-types .action-data ul li,
.order-row.payment-types .action-data ul li {
	display: block;
	flex: 1;
}

.order-row .action-data ul li label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	margin: 11px 4px;
	border-radius: 5px;
	color: white;
	background-color: #3D73A9;
	box-sizing: border-box;
	line-height: 20px;
}

.order-row.delivery-types .action-data ul li label {
	min-height: 85px;
	width: 85px;
}

.order-row.payment-types .action-data ul li label {
	padding: 10px 20px;
}


.order-row .action-data ul li label:hover {
	opacity: 1;
}
.order-row .action-data ul li label.active {
	background-color: white;
	color: #3D73A9;
	border: 1px solid #3D73A9;
  	opacity: 1;
}

.order-row .action-data ul li label span.action-text {
	display: block;
	position: relative;
	letter-spacing: 0.02em;
}

.order-row .action-data ul li label span.action-icon {
	display: block;
	width: auto;
	height: 40px;
	margin: 0 auto 5px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.order-row .action-data select {
	padding: 8px 20px 8px 7px;
	margin: 10px 0;
	color: #3D73A9;
	border: 1px solid #3D73A9;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.main-form .order-row .action-data .media-delivery-mobile {
		display: none;
	}

	.main-form .order-row .action-data .media-payment-mobile {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.main-form .order-row .action-data ul.media-delivery-desktop {
		display: none;
	}

	.main-form .order-row .action-data .media-delivery-mobile {
		display: block;
	}

	.main-form .order-row .action-data .media-payment-desktop {
		display: none;
	}

	.main-form .order-row .action-data .media-payment-mobile {
		display: block;
	}

	.main-form .order-row.delivery-types, .order-row.payment-types {
		height: auto;
	}
}
