.root-order-view {
	height: 100%;
}
@media ( max-width :800px) {
	.order-wrap-layout{
		display: inline-flex;
	    flex-flow: wrap;
	    justify-content: flex-end;
	}
	.checkout-view{
		max-width:100% !important;
		padding-left: 10px !important;
		padding-top: 0px;
		height:auto !important;
	}
}