.cpn-popup-create-order-status,
.cpn-popup-create-order-status__overlay,
.cpn-popup-create-order-status__content {
	transition: all 0.4s ease-out;
}
.cpn-popup-create-order-status__overlay,
.cpn-popup-create-order-status__content {
	opacity: 0;
	visibility: hidden;
}
.cpn-popup-create-order-status {
	visibility: hidden;

}
.cpn-popup-create-order-status.active {
	visibility: visible;
}
.cpn-popup-create-order-status.active .cpn-popup-create-order-status__overlay,
.cpn-popup-create-order-status.active .cpn-popup-create-order-status__content {
	opacity: 1;
	visibility: visible;
}
.cpn-popup-create-order-status {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.cpn-popup-create-order-status__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	z-index: 1;

}
.cpn-popup-create-order-status__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24.5rem;
	padding: 1.25rem;
	border-radius: 0.75rem;
	background: #FFF;
	z-index: 1;
}
.cpn-popup-create-order-status__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.75rem;
}
.cpn-popup-create-order-status__icon-status {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.75rem;
}
.cpn-popup-create-order-status__icon-status svg {
	width: 100%;
	height: 100%;
}
.cpn-popup-create-order-status__title {
	color: #000;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}
.cpn-popup-create-order-status__body {
	padding: 0.875rem 0;
	border-top: 0.025rem solid rgba(26, 26, 26, 0.20);
	border-bottom: 0.025rem solid rgba(26, 26, 26, 0.20);
	margin-bottom: 2rem;
}
.cpn-popup-create-order-status__food-list {
	display: flex;
	flex-direction: column;
}
.cpn-popup-create-order-status__food-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.cpn-popup-create-order-status__food-item:not(:first-child) {
	padding-top: 0.75rem;
	border-top: 0.025rem solid rgba(26, 26, 26, 0.20);
}
.cpn-popup-create-order-status__food-item:not(:last-child) {
	padding-bottom: 0.75rem;
}
.cpn-popup-create-order-status__food-item-title {
	color: var(--Color-Body-text-60, rgba(26, 26, 26, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
	margin-right: 1rem;
}
.cpn-popup-create-order-status__food-item-quantity {
}
.cpn-popup-create-order-status__food-item-title-text {
}
.cpn-popup-create-order-status__food-item-location-code {
	color: var(--Color-Body-text-40, rgba(26, 26, 26, 0.40));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	flex-shrink: 0;
}
.cpn-popup-create-order-status__foo-item-location-code-label {
}
.cpn-popup-create-order-status__food-item-location-code-name {
	color: var(--Color-Body-text-75, rgba(26, 26, 26, 0.75));
}
.cpn-popup-create-order-status__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpn-popup-create-order-status__link--outline {
	margin-right: 0.75rem;
	border: 1px solid var(--color-brand, #D32F2F);
	background: #fff;
}
.cpn-popup-create-order-status__link {
	flex: 1 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 62.5rem;
	padding: 0.625rem 1.25rem;
	transition: all 0.3s ease-out;
}

.cpn-popup-create-order-status__link-text {
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
	white-space: nowrap;
	display: inline-block;
	height: 1.375rem;
	transition: all 0.3s ease-out;
}
.cpn-popup-create-order-status__link--primary {
	background: var(--color-brand, #D32F2F);
}
.cpn-popup-create-order-status__link--primary .cpn-popup-create-order-status__link-text {
	color: #fff;
}
.cpn-popup-create-order-status__link--outline .cpn-popup-create-order-status__link-text {
	color: var(--color-brand, #D32F2F);
}

@media (min-width: 1024px) {
	.cpn-popup-create-order-status__link:hover {
		background: #B30616;
	}
	.cpn-popup-create-order-status__link:hover .cpn-popup-create-order-status__link-text {
		color: #fff;
	}
}

@media (max-width: 639.98px) {
	.cpn-popup-create-order-status__content {
		width: 21.4375rem;
		padding: 1rem;
		border-radius: 0.75rem;
	}
	.cpn-popup-create-order-status__icon-status {
		margin-bottom: 0.5rem;
	}
	.cpn-popup-create-order-status__title {
		color: #000;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1.75rem; 
	}
	.cpn-popup-create-order-status__body {
		padding: 0.75rem 0;
		margin-bottom: 1.5rem;
	}
	.cpn-popup-create-order-status__food-item-title {
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 140%; 
	}
	.cpn-popup-create-order-status__food-item-location-code {
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 500;
		line-height: 140%; 
	}
	.cpn-popup-create-order-status__link {
		padding: 0.5rem 1rem;
	}
	.cpn-popup-create-order-status__link-text {
		font-size: 0.8125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 140%; 
		height: 1.25rem;
	}
}