/* ===== SECTION: Thank You Page - Start ===== */

/* Simple Form - Start */
.thank-you-section {
	display: flex;
	align-items: center;
	min-height: calc(100vh - var(--header-height) - 200px);
	padding: 60px 0 120px
}

.thank-you-section .one-column {
	text-align: center;
	gap: 20px;
}

.thank-you-section .h1 {
	max-width: 920px;
}

.thank-you-section img.icon-thank-you {
	min-width: 140px;
	width: 140px;
	height: 140px;
}

.thank-you-section .thank-you-description {
	color: var(--dark-gray);
	max-width: 580px;
}
/* Simple Form - End */

/* Action Box (shared) - Start */
.action-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	padding: 15px 20px;
	background: var(--white);
	border-radius: var(--radius-medium);
}

.action-box-divider {
	color: #CECECE;
}

.action-box-socials .icon-element {
	width: var(--btn-height);
	height: var(--btn-height);
}

.action-box-socials .icon-element img {
	filter: var(--primary-filter);
}
/* Action Box (shared) - End */

/* Woocommerce Order - Start */
.thank-you-section-woo {
	padding: 0 0 60px;
}

.thank-you-section-woo img.icon-thank-you {
	min-width: 100px;
	width: 100px;
	height: 100px;
}

.woo-order-content {
	max-width: 50%;
	margin: 0 auto;
	gap: 20px;
	text-align: center;
}

.woo-order-content .thank-you-description {
	color: var(--dark-gray);
	max-width: 450px;
}

.woo-order-content .order-info-group {
	width: 100%;
	text-align: left;
	background: var(--white);
	border-radius: var(--radius-medium);
	padding: 25px;
}

.thank-you-section-woo .order-info-head {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border);
}

.thank-you-section-woo .order-info-head .order-number-value {
	font-family: var(--font-family-2);
	font-weight: 400;
	color: #5E5E5E;
	text-decoration: underline;
}

.thank-you-section-woo .cart-all-items {
	display: flex;
	flex-direction: column;
	overflow: auto;
	max-height: 200px;
	margin-top: 20px;
}

.order-info-group .product-item .custom-quantity-input {
	border: none !important;
}

.order-info-group .product-item .custom-quantity-input .quantity-display {
	width: 18px;
}

.thank-you-section-woo .order-total-row {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid var(--border);
}

.thank-you-section-woo .order-total-row .order-total-value {
	font-size: 18px;
}

.thank-you-section-woo .action-box {
	width: 100%;
}

.thank-you-section-woo .action-box .btn {
	flex-grow: 1;
}
/* Woocommerce Order - End */

@media (max-width: 1279px) {
	.thank-you-section {
		padding: 40px 0 60px 0;
	}

	.thank-you-section .one-column {
		gap: 15px;
	}

	.thank-you-section img.icon-thank-you {
		min-width: 100px;
		width: 100px;
		height: 100px;
	}

	.thank-you-section-woo img.icon-thank-you {
		min-width: 80px;
		width: 80px;
		height: 80px;
	}

	.action-box {
		flex-direction: column;
		width: 100%;
		gap: 10px;
		padding: 20px;
	}

	.action-box .btn {
		width: 100%;
	}

	.woo-order-content {
		max-width: 100%;
	}

	.woo-order-content .order-info-group {
		padding: 20px;
	}

	.thank-you-section-woo .product-item__quantity {
		margin-left: 0;
	}

	.thank-you-section-woo .product-item__price {
		margin-bottom: 0;
	}

	.thank-you-section-woo .product-item__total {
		height: fit-content;
	}
}
/* ===== SECTION: Thank You Page - End ===== */
