/* Thank you page style rules.
 */

.woocommerce-order-received .breadcrumb__wrap,
.woocommerce-order-received .entry-header {
	display: none;
}

.thank-you__container {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.5;
}

.thank-you__title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 4rem;
}

.thank-you__order {
	margin-bottom: 40px;
	font-size: 2rem;
}

.thank-you__text {
	max-width: 430px;
	margin: 0 auto 30px;
	font-size: 2rem;
}

.thank-you__button-wrap {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.thank-you__button-wrap .btn {
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 1.4rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.thank-you__button-wrap .btn ~ .btn {
	margin-top: 20px;
}

.thank-you__hidden {
	display: none;
}

@media screen and ( min-width: 1024px ) {
	.thank-you__title {
		margin-bottom: 30px;
		font-size: 13rem;
	}
}