.order_details_basic_container{
	background: #ffffff;
	padding: 20px;
	border-radius: 18px;
	padding-bottom: 0;
}

.order_details_basic_container .pol_table_top_title{
	margin-top: -20px;
	background: #eeeeee;
	margin-left: -20px;
	margin-right: -20px;
	border-radius: 18px 18px 0 0;
	margin-bottom: 15px;
}

.order_details_row{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 15px;
	border-bottom: 1px solid #e2e5ec;
	padding-bottom: 10px;
}

.order_details_row_half{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
	border-bottom: 1px solid #e2e5ec;
	padding-bottom: 10px;
	width: 50%;
}

.order_details_row .order_detail_row_title,
.order_details_row_half .order_detail_row_title{
	color: #556067;
	font-weight: 500;
	font-size: 15px;
	white-space: nowrap;
}

.order_details_row .order_detail_row_content,
.order_details_row_half .order_detail_row_content{
	color: #556067;
	font-weight: 400;
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.order_details_row_left .order_detail_row_title,
.order_details_row_right  .order_detail_row_title{
	min-width: 150px;
}

.order_details_row_half.order_details_row_right{
	justify-content: flex-end;
}

.order_details_row_half:last-child,
.order_details_row_half:nth-last-child(2) {
    border: none;
	padding-bottom: 0;
}

.order_detail_row_title .required{
	color: #556067 !important;
}





.pol_table{
	background: #fff;
	border-radius: 18px;
	width: 100%;
	overflow: hidden;
}

.pol_table_top_title,
.pol_table_top_title_mobile{
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	font-family: "Marcellus", serif;
	padding-left: 20px;
	font-size: 20px;
	color: #3c3c3b;
	font-weight: 500;
	border-radius: 18px 18px 0 0;
	flex-wrap: wrap;
}

.pol_table_top_title_small{
	text-align: left;
	width: 100%;
	color: #3c3c3b;
	font-weight: 500;
	font-size: 13px;
	position: relative;
}

.pol_table_header{
	background-color: #eeeeee;
	font-size: 13px;
}

.pol_table_column{
	display: flex;
	height: 39px;
	align-items: center;
	color: #3c3c3b;
	font-weight: 500;
	font-size: 13px;
}

.pol_table_header .pol_table_column{
	font-weight: 700;
}

.pol_table_rows{

}

.pol_table_column_details i,
.quality_orders_table_col_5 i{
	font-size: 16px;
	position: relative;
	top: 2px;
}

.pol_table_row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f4f6fa;
}

.flex_wrap_row{
	display: flex;
	flex-wrap: wrap;
}

.form_table_style .order_details_row{
	align-items: center;
	border-bottom: none;
	padding-bottom: 0px;
}

.pol_table_row_a:hover{
	background: #f9f9f9;
}

.pol_table_row_a a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f4f6fa;
}

.form_table_style .order_details_row .order_details_half{
	width: 50%
}

.form_table_style .order_details_row .order_details_half .order_detail_row_title{
	min-width: 100px;
	display: flex;
	align-items: center;
}