.block-tracking-order {}

#SearchOrder  button.btn{
	width: 100%;
	height: 45px;
	text-transform: uppercase;
	border-radius: 5px;
	background: #f63c01;
	border: none;
	color: #ffffff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-right: 15px;
}
#SearchOrder  button.btn:hover{
	background: #333333;
}

.boxManagerTitle{
	padding: 15px 20px;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 25px;
}
.boxManagerTitle .code{
	font-size: 25px;
	line-height: 35px;
}
.boxManagerTitle .code span {
	color: #f63c01;
}
.boxManagerTitle .txt{
	font-size: 15px;
	line-height: 23px;
}

/*======================*/
.orderManager {
	margin-bottom: 15px;
}
.orderManager .statusBar{
	background: #f1f1f1;
	padding: 30px 25px;
	margin-bottom: 15px;
}
.orderManager .statusBar ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	position: relative;
}
.orderManager .statusBar ul:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
	background: #ffffff;
}
.orderManager .statusBar ul li {
	padding-top: 20px;
	width: 20%;
	font-size: 13px;
	line-height: 21px;
	color: #666666;
	letter-spacing: -0.7px;
	position: relative;
}
.orderManager .statusBar ul li:last-child{
	text-align: right;
}
.orderManager .statusBar ul li:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #ffffff;
	border: solid 5px #f85e3c;
	position: absolute;
	top: -5px;
	left: 0;
	display: none;
}
.orderManager .statusBar ul li.active:before{
	display: block;
	background: #f85e3c;
}
.orderManager .statusBar ul li ~ li.active:before{
	background: #ffffff;
}
.orderManager .statusBar ul li ~ li:after{
	content: "";
	top: 0;
	bottom: 0;
	left: -100%;
	width: 100%;
	margin-left: 2px;
	position: absolute;
	height: 10px;
	background: #f85e3c;
	display: none;
	z-index: 2;
}
.orderManager .statusBar ul li ~ li.active:after{
	display: block;
}
.orderManager .statusBar ul li:last-child:before{
	left:initial;
	right:0;
}
.orderManager .statusBar ul li:last-child:after{
	width: 200%;
	margin-left: -17px;
}

.statusTable table{
	width: 100%;
	border-top: solid 1px rgba(0,0,0,0.1);
	border-left: solid 1px rgba(0,0,0,0.1);
}
.statusTable table tr td,
.statusTable table tr th{
	padding: 10px 10px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	border-right: solid 1px rgba(0,0,0,0.1);
}
.statusTable table tr th{
	width: 180px;
}

.box .box-title{
	margin-bottom: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;

	position: relative;
	z-index: 1;
}
.box .box-title .fTitle{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #333333;
}
.box.nor .box-title .fTitle{
	text-transform: none;
}
.box .box-title .fTitle span{
	font-weight: bold;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

.noItem {
	text-align: center;
	color: #e0493e;
	padding: 10px;
}

.mess_comment {
	margin-top: 5px;
}
.method-box {
	margin-bottom: 10px;
}

.method-box:last-child {
	margin-bottom: 0;
}

.method-box .method-title {}
.method-box .method-desc {

}


.productEdit .item .tend a em {
	font-weight: normal;
	color: #666666;
}





.info_general{
	margin-bottom: 10px;
	background: #ffffff;
}
.info_general .bg_color{
	background: #f2f2f2;
}
.info_general .info_title{
	font-size: 16px;
	line-height: 24px;
	padding: 10px 15px;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
	font-weight: bold;
}
.info_general .info_content{
	border: 1px solid #e5e5e5;
	border-top: 0;
}
.stepfinish{
	padding: 20px;
}
.boxFinish{
	margin-bottom: 40px;
}
.boxFinish .tit{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	color: #f85e3c;
}
.boxFinish .tit:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width:60px;
	border-bottom: solid 3px #f85e3c;
}
.stepfinish ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eeeeee;
}
.stepfinish ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.stepfinish .att {
	width: 215px;
	float: left;
	font-weight: bold;
}
.stepfinish .ats {
	overflow: hidden;
	padding-left: 15px;
}
.info_general .row_info {
	padding: 15px;
	border: 1px solid #e5e5e5;
	border-top: 0;
}
.info_general .row_info>div{
	margin-bottom: 5px;
}
.info_general .row_info .row_left{
	float: left;
}
.info_general .row_info .row_right{
	float: right;
}
.info_general .total_price{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #ee3024;
}
.info_general .table_info table{
	width: 100%;
}
.info_general .table_info table tr{
	border: 1px solid #e5e5e5;
}
.info_general .table_info table tr td{
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.info_general .table_info table thead tr td{
	text-align: left;
}
.info_general .table_info table tbody tr td:first-child{
	padding-right: 0;
	width: 70px;
}
.info_general .table_info table tbody tr td:nth-child(2){
	text-align: left;
}
.info_general .table_info table tbody tr td .t-title{
	max-height: 60px;
	overflow: hidden;
}
.info_general .table_info table tbody tr td .t-title a{
	display:block;
	color: #5283e0;
}
.info_general .table_info table tbody tr td .t-id{
	color: #666666;
	font-size: 13px;
	line-height: 20px;
}
.addtocart button{
	width: 100%;
	height: 45px;
	text-transform: uppercase;
	border-radius: 5px;
	background: #f85e3c;
	border: none;
	color: #ffffff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-right: 15px;
}
.addtocart button:hover{
	background: #333333;
}
.addtocart .btn-design{
	display: inline-block;
	background: #eeeeee;
	border:none;
	border-radius: 4px;
	font-weight: bold;
	line-height: 45px;
	padding: 0 15px;
	color: #333333;
}
.addtocart .btn-design:hover{
	background: #e4e4e4;
}
