.contactBox .has-error .textBox {
    border-bottom: 1px solid #ff0000;
    background: #ffd7d7;
}

.stepBlocker {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.error {
	color: #a94442;
}
.sideCart h5 {
	display: block;
}
.adtc_msg {
	padding: 10px;
	text-align: center;
	color: #510e12;
	font-weight: bold;
	font-size: 15px;
}

input.error {
    background: #ffbebd !important;
}

tr.order_details > td > div {
	display: none;
}
tr.order_details > td .table {
	margin-bottom: 0;
}
.tableMain tbody tr.order_details > td,
.tableMain tbody tr.order_details > td td.noPadd {
	padding: 0 !important;
}