.order-repeat-success-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(41, 42, 42, 0.5);
	z-index: 999;
}

.order-repeat-success {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	max-width: 375px;
	padding: 20px;
	background-color: white;
	transform: translateY(-50%);
	z-index: 1000;
}

.order-repeat-success__close {
	position: absolute;
	right: 20px;
	cursor: pointer;
}

.order-repeat-success__text {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.order-repeat-success__button {
	display: inline-block;
	padding: 10px 14px;
	background-color: #ffba00;
	color: white;
	border-radius: 10px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.order-repeat-success__text {
		font-size: 16px;
		line-height: 19px;
	}
}