
.order-wc-summary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media (max-width:1169px) {
	.order-wc-summary {
		flex-direction: column;
	}
}

.order-wc-summary .thank-info {
	padding-right: 0;
	width: calc(70% - 20px);
}

@media (max-width:1169px) {
	.order-wc-summary .thank-info {
		width: 100%;
	}
}

.order-wc-summary .get-started-panel {
	background: #f5f5f0;
	border: 1px solid #d2d2d2;
	padding: 30px 20px !important;
	text-align: center;
	color: #000;
	height: auto;
	width: calc(30% - 20px);
}

@media (max-width:1169px) {
	.order-wc-summary .get-started-panel {
		width: 100%;
	}
}

.order-wc-summary .get-started-panel .button {
	color: #fff;
	background-color: #262262;
	box-shadow: inset 0 0 0 1.5px #262262;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.4;
}

.order-wc-summary .get-started-panel .button span {
	width: 100%;
	justify-content: center;
}

.order-wc-summary .get-started-panel .button:hover {
	color: #262262;
	background-color: #fff;
	box-shadow: inset 0 0 0 1.5px #262262;
	text-decoration: none;
}

.woocommerce-order {
	color: #262262;
}

@media (min-width:1440px) {
	.woocommerce-order {
		padding-right: 30%;
	}
}

.woocommerce-order > * {
	padding: 10px 0;
}

.woocommerce-order a {
	color: #00aeef;
	text-decoration: underline;
}

.woocommerce-order a:hover {
	color: #00aeef;
	text-decoration: none;
}

.woocommerce-order ul.order_details {
	margin-bottom: 0;
}

.woocommerce-order ul.order_details li {
	margin: 15px 10px;
}

.woocommerce-order ul.order_details, .woocommerce-order .woocommerce-customer-details address, .woocommerce-order .woocommerce-order-details table.shop_table.order_details {
	padding: 30px;
	height: auto !important;
	background-color: #f4fcff;
	border: 1px solid #80d7f7;
}

.woocommerce-order ul.order_details *, .woocommerce-order .woocommerce-customer-details address *, .woocommerce-order .woocommerce-order-details table.shop_table.order_details * {
	color: #262262;
}

.woocommerce-order ul.order_details * td, .woocommerce-order ul.order_details * th, .woocommerce-order .woocommerce-customer-details address * td, .woocommerce-order .woocommerce-customer-details address * th, .woocommerce-order .woocommerce-order-details table.shop_table.order_details * td, .woocommerce-order .woocommerce-order-details table.shop_table.order_details * th {
	padding: 5px 0;
}

.woocommerce-order .order-again {
	display: none;
}
