#order-result-loading{height: 744px; vertical-align: middle; display: flex; justify-content: center; align-items: center;}
#email-row{display: none}
#order-result-submit{outline: 0}
#order-result-load{display: none;}
#order-result-load img{width:30px}
@media only screen and (min-width: 768px) {
	body {
		background-color: #E2E2E2;
	}
	.main-order-result {
	background-color: white;
	padding-bottom: 182px;
}
	.buttons-wrap {margin-top: 12px}
	.order-successful {
		font-size: 36px;
		color: #00ACD8;
		text-align: center;
		padding-top: 67px;
		margin-bottom: 67px;
	}
	#table {
		font-size: 19px;
	}
	.order-pb-img {
		width: 241px;
		margin-left: 101px;
		padding-top: 13px;
	}
	.order-table-info {
		margin-top: 13px;
	}
	.orther-order a {
		color: #00ACD8;
		float: left;
		cursor: pointer;
		text-decoration: none;
	}
	.success {
		float: right;
	}
	.success button {
		cursor: pointer;
		width: 132px;
		height: 45px;
		background-color: #FF5700;
		border: 1px solid #FF5700;
		border-radius: 3px;
		color: white;
		text-transform: uppercase;
		margin-top: 8px;
	}
	.font-f-b {
		font-family: Open Sans Semibold;
		width: 28%;
		padding-left: 12px !important;
		height: 59px !important;;
	}
}

@media only screen and (max-width: 768px) {
	.table td:first-child, .table th:first-child {
		padding: 0px 0px 0px 7px !important
	}
	.main-order-result {
	background-color: white;
	padding-bottom: 121px;
}
	.order-successful {
		font-size: 33px;
		color: #00ACD8;
		text-align: center;
		margin-top: 90px;
		margin-bottom: 52px;
		line-height: 45px;
	}
	.order-pb-img {
		margin-bottom: 41px;
		text-align: center;
	}
	.order-pb-img .img-fluid {
		width: 210px;
	}
	.success button {
		cursor: pointer;
		width: 132px;
		height: 45px;
		background-color: #FF5700;
		border: 1px solid #FF5700;
		border-radius: 3px;
		color: white;
		text-transform: uppercase;
	}
	.orther-order a {
		color: #00ACD8;
		cursor: pointer;
		text-decoration: none;
	}
	.font-f-b {
		font-family: Open Sans Semibold;
		width: 39%;
	}
	.success {
		margin-top: 26px;
		text-align: center;
	}
	.buttons-wrap {
		margin-top: 18px
	}
}