.cm-order-details {
	display: flex !important;
	flex-direction: column !important;
	padding: 30px !important;
	border: 1px solid #848484 !important;
}

.cm-cart-mobile {
	display: none;
}

.cm-cart-mobile-remove {
	display: none;
}

.cm-thankyou-summary-wrapper {
	display: block;
	width: 480px;
	border: 1px solid #F2F2F2 !important;
	padding: 20px 15px 0 !important;
	background: #F7F7F7 !important;
	margin-top: 24px !important;
	/*   padding: 20px 16px !important ; */
}

.cm-thankyou-summary-padding {
	width: 100% !important;
	padding: 16px 16px 0 !important;
}

.cm-inner-summary-table {
	width: 100% !important;
}

.cm-inner-summary-table th {
	font-family: Raleway !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 150% !important;
	padding: 5px 0 !important;
}

.cm-order-details li {
	font-family: Raleway !important;
	display: flex !important;
	align-items: center !important;
	border: 0 !important;
	margin-bottom: 4px !important;
	gap: 12px;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 150% !important;
	color: #000 !important;
	text-transform: capitalize !important;
}

.cm-order-details li strong {
	margin-top: 0 !important;
	color: #000 !important;
}

.cm-thankyou-order-detail-payment-inside {
	font-family: Raleway !important;
	padding: 20px !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 150% !important;
	color: #000 !important;
	border: 1px solid #CBCBCB !important;
}


.cm-thankyou-back-button {
	font-family: Raleway !important;
	width: 268px !important;
	margin-top: 24px !important;
	padding: 16px 30px !important;
	font-size: 19px !important;
	line-height: 31px !important;
	font-weight: 600 !important;
	background-color: #568E2F !important;
	color: #fff !important;
}

.cm-thankyou-back-button:hover {
	background-color: #9AC43A !important;
	border: 1px solid #9AC43A !important;
}

@media (width <=1024px) {
	.cm-product-thumbnail img {
		height: 80px !important;
		width: 80px !important;
		max-width: 80px !important;
	}

	.e-checkout__container {
		grid-template-columns: 58% auto !important;
	}

	.cm-rs-thankyou-overview li {
		padding: 0 !important;
	}
}

@media (width <=768px) {
	td.product-name::before {
		content: none !important;
	}

	td.product-quantity::before {
		content: none !important;
	}

	td.product-subtotal::before {
		content: none !important;
	}

	td.product-thumbnail::before {
		content: none !important;
	}

	td.cm-cart-mobile-remove::before {
		content: none !important;
	}

	.cm-cart-mobile {
		display: none;
	}

	.cm-cart-mobile-remove {
		display: none;
	}

	.cm-thankyou-customer-detail-col1-wrapper address {
		height: 100% !important;
	}

	.cm-thankyou-customer-detail-col2-wrapper {
		margin-top: 30px !important;
	}

	.cm-thankyou-success-para {
		font-family: Raleway !important;
		width: 100% !important;
	}
}

@media (width <=450px) {
	.cm-cart-mobile {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-top: 12px;
	}

	.cm-cart-mobile-remove {
		display: flex;
		justify-content: end !important;
	}

	.cm-thankyou-back-button {
		width: 100% !important;
	}

	.cm-thankyou-success {
		font-size: 16px !important;
	}

	.cm-thankyou-success-para {
		font-size: 14px !important;
	}

	.cm-rs-thankyou-overview {
		padding: 14px !important;
		margin-bottom: 16px !important;
	}

	.cm-thankyou-customer-detail-col1-wrapper {
		padding: 14px !important;
		margin-top: 0 !important;
		margin-bottom: 16px !important;
	}

	.cm-thankyou-customer-detail-col2-wrapper {
		padding: 14px !important;
		margin-top: 0 !important;
		margin-bottom: 16px !important;
	}

	.cm-thankyou-order-detail-payment {
		font-family: Raleway !important;
		padding: 14px !important;
		margin-top: 0 !important;
		margin-bottom: 16px !important;
	}

	.cm-thankyou-order-detail-wrapper {
		padding: 14px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.cm-thankyou-problem {
		flex-direction: column;
		gap: 0 !important;
	}

	.cm-thankyou-tooltip {
		margin-top: 20px !important;
	}

	.cm-order-review-heading {
		font-family: Raleway !important;
		font-size: 18px !important;
	}

	.cm-thankyou-summary-wrapper {
		width: 350px !important;
	}

	.cm-thankyou-table-padding thead {
		display: none !important;
	}

	.cm-rs-thankyou-remove {
		display: none !important;
	}

	.cm-rs-thankyou-items {
		padding-top: 24px !important;
		padding-left: 20px !important;
		width: 70% !important;
	}

	.cm-thankyou-order-detail-image {
		padding-top: 24px !important;
	}

	.cm-rs-thankyou-margin {
		margin-top: 16px !important;
		margin-bottom: 0 !important;
	}

	.cm-rs-thankyou-margin1 {
		margin-bottom: 0 !important;
	}

	.product-quantity {
		display: none !important;
	}

	.product-subtotal {
		display: none !important;
	}

	.cm-input-text-qty1 {
		font-family: Raleway !important;
		width: 40px !important;
		height: 30px !important;
		border: 1px solid rgba(0, 0, 0, 0.2) !important;
		border-radius: 4px !important;
		text-align: center !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		padding: 0 !important;
		color: #281D1B !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cm-thankyou-summary-font th {
		font-family: Raleway;
		font-size: 14px !important;
		font-weight: 500 !important;
	}

	.cm-thankyou-summary-font td {
		font-family: Raleway;
		font-size: 16px !important;
	}

}

@media (width <=375px) {
	.cm-thankyou-summary-wrapper {
		width: 306px !important;
	}
}