/* for tracking */
#tracking{
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
}

.tracking_title, .detail_listing_title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    height: 44px;
    background-color: #10cfbd;
}

.tracking_form {
	padding: 10px;
}

.tracking_form input {
	display: block;
	margin: 10px auto;
	text-align: center;
}

input.tracking_content {
	width: 65%;
    height: 32px;
    line-height: 32px;
    color: #666;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
	padding: 0 10px;
	
}

input.tracking_submit {
    width: 60px;
    height: 32px;
    line-height: 32px;
    background: #e2007b;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
	border: none;
	cursor: pointer;
}
#tracking {
	max-width: 750px;
	margin: 0 auto;
}
#tracking .notice {
	margin: 15px 0;
}

#tracking .tracking_orders {
	display: flex;
	padding: 5px 0;
}

#tracking .order_products p {
	font-weight: bold;
}

#tracking .order_products p.order_products_detail {
	padding-left: 30px;
	font-weight: normal;
}

#tracking .tracking_orders_title {
	color: #e2007b;
	font-weight: bold;
	padding-right: 8px;
	width: 100px;
	text-align: right;
}

#tracking .tracking_order_detail a {
	text-decoration: underline;
    color: #e2007b;
    font-weight: bold;
}