.order__details {
	/*background-color: #fff;*/
	padding: 0px 20px;
	width: calc(100% + 20px);
	margin-left: -20px;
}
.order__details table {
	width: 100%;
	font-size: 14px;
}
.order__details thead td {
	color: #A6A6A6;
	font-size: 12px;
	padding: 9px 5px 28px 5px;
}
.order__details thead td:first-child {
	padding-left: 0px;
}
.order__details tbody td {
	vertical-align: middle;
	padding: 8px 5px;
	position: relative;
	/*font-size: 1.4rem;*/
	color: #6B6C6E;
}
.order__details .order__total {
	width: 80px;
}
.order__details tbody td:first-child {
	padding-left: 0px;
}
.order__details .order__status .statusIcon {
	position: absolute;
	left: 0px;
	top: 7px;
}
.order__refundImages{
    margin-top: 40px;
}
.refund-image-carousel{
    /*height: 200px;*/
    margin-top: 20px;
}
.details__top tbody td.order__status {
	padding-left: 35px;
}
.details__top {
	margin-bottom: 36px;
}
.details__items thead td {
	padding: 6px 5px 2px 5px;
}
.details__items tbody td {
	padding: 5px;
	vertical-align: top;
}
.details__items .order__qty {
	width: 50px;
}
.details__bottom {
	display: flex;
	padding: 20px 0;
	margin-top: 20px;
	border-top: 2px solid #A6A6A6;
}
.details__info {
	flex-basis: 50%;
	font-size: 14px;
	color: #6B6C6E;
	line-height: 22px;
}
.details__info .title {
	display: block;
	color: #A6A6A6;
	font: 12px;
}
.details__info > div {
	margin-bottom: 20px;
}
.details__options {
	flex-basis: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.details__options label {
	color: #A6A6A6;
	font-size: 12px;
	margin-bottom: 10px;
}
.details__options select {
	width: 100%;
}
.details__optionsField {
	margin-bottom: 20px;
	width: 100%;
}
.details__optionsField .inputSelect {
	width: 100% !important;
}