#order-confirmation section#wrapper {
    background-color: #F8F6F9;
    padding-top: 60px;
    padding-bottom: 60px;
}
#order-confirmation #content-wrapper .btn.btn-primary.btn-lg {
    min-height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 20px;
    border-radius: 40px;
}
#order-confirmation #content-wrapper .btn.btn-primary.btn-lg:hover,
#order-confirmation #content-wrapper .btn.btn-primary.btn-lg:focus,
#order-confirmation #content-wrapper .btn.btn-primary.btn-lg:active {
    background: linear-gradient(180deg, rgba(175, 220, 242, 0.3) 0%, rgba(0, 176, 216, 0.3) 100%);
    border-radius: 40px;
}
#order-confirmation .breadcrumb {
	display: none;
}
#order-confirmation #content-wrapper h1.h1.page-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 38px;
    font-weight: 400;
	text-align: center;
}
#order-confirmation #content-wrapper h3 {
    font-size: 20px;
    font-weight: 400;
	text-align: center;
}
#order-confirmation #content-wrapper h2 {
    font-size: 24px;
    font-weight: 400;
	text-align: center;
}
#order-confirmation .order_confirmation_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: center;
}
#order-confirmation .order_confirmation_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: center;
	padding: 8px;
}
#order-confirmation .order_confirmation_center svg {
    max-width: 100%;
	height: auto;
}
#order-confirmation .order_confirmation_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: center;
}

@media (max-width: 1100px) {
	#content-hook_order_confirmation > .row {
		flex-direction: column;
		align-items: center;
		gap: 48px;
	}
	#order-confirmation .order_confirmation_left {
		width: 100%;
	}
	#order-confirmation .order_confirmation_center {
		width: 100%;
		order: 3;
	}
	#order-confirmation .order_confirmation_right {
		width: 100%;
	}
}
@media (max-width: 920px) {
	#order-confirmation #content-wrapper .btn.btn-primary.btn-lg {
		background: linear-gradient(180deg, rgba(175, 220, 242, 0.3) 0%, rgba(0, 176, 216, 0.3) 100%);
		border-radius: 40px;
		border: none;
	}
}