.my_order{
    padding:10px 10px;
    background-color:#fbcbd6;
    font-size:0px;
    color:#fff;
    height:25px;
    line-height:25px;
}
.my_order .return{
    display:inline-block;
    height:25px;
    width:25px;
    background:url(../images/list/left.png) no-repeat;
    background-size:25px 25px;
}
.my_order .title{
    margin-left:32%;
    font-size:20px;
}
.my_order .order_search{
    display:inline-block;
    height:25px;
    width:25px;
    background:url(../images/list/order_search.png) no-repeat;
    background-size:25px 25px;
}
	
.payment_info{
    background-color:#f2f2f2;
}
.box{
    background-color:#fff;
    margin:10px 5px;
    border-radius:10px;
	box-shadow: 1px 1px 5px #e9e8e8;
}
.order_list{
    background-color:#f2f2f2;
}
.order_list .item{
    background-color:#fff;
	margin: 10px 0px 0 0px
}

.order_list .item .order_id{
    padding:8px 8px 8px 8px;
    font-size:12px;
}
.order_list .item .order_p{
    padding:15px 7px 15px 10px;
}
.order_list .item .order_p .order_img{
    width:110px;
    height:110px;  
}
.c_order{
	filter: grayscale(100%);	
}
.order_list .item .order_p .order_img img{
    border-radius:8px;
}
.order_list .item .order_p .order_info{
    margin-left:7.5rem;
}
.order_list .item .order_p .order_info .title{
    font-size:12px;
}
.order_list .item .order_p .order_info .order_SC{
    padding:10px 8px;
    border:1px dashed #ddd;
    margin-top:7px;
    border-radius:9px;
}
.order_list .item .order_p .order_info .order_SC .sizeColor{
    color:#666;
    font-size:12px;
    height:16px;
    line-height:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;        
}
.order_list .item .order_p .total_price,.total_price{
    text-align: right;
    margin-right:2%;
    font-size:12px;
}
.order_list .item .delivery{
    padding:10px 0 10px;
    text-align:right;
	border-bottom: 1px solid #ddd;
}
.order_list .item .delivery a{
    border: 1px solid #d9d9d9;
    padding: 7px 20px;
    border-radius: 15px;
    font-size: 14px;
    color: #d9d9d9;
}
.order_list .item .order_p:not(:last-child){
    border-bottom:1px dashed #ddd;
}

.cart_recently .list .item:nth-child(odd) {
    margin-right: 4%;
}
.title{
	height: 2rem;
    line-height: 2.3rem;
    text-align: center;
    font-size: .875rem;
	margin: 20px;
}

.title_line{
	display: inline-block;
    position: relative;	
}	

.title_line:before{
	display: block;
    content: "";
    height: 5px;
    width: 100%;
    background-color: #FF9500;
    position: absolute;
    bottom: 0px;	
	margin-bottom: 3px;
}

.title_line em {
	color: #222;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.track{
	border-radius:5px;
	padding:5px 8px;
	color: #fff;
	background:#0071b0;
	margin-right: 2%;
}
.order_user_info{
    padding: 5px 0px;
}
.user{
	margin: 5px 8px;
    padding: 5px 0px;
    font-size: 14px;
	border: 9px solid transparent;
    border-image: url(/kr/imag/order_addr.png) 15 19 15 19 repeat;
}
.user li{
    padding: 3px;
}
.user li span{
    margin-right: 5px;
}

.order_notice{
    padding: 10px 5px;
}
.yq-panel-logo, .tracklist-da{
	display:none !important;
}
.order_prod_price{
	color:red;
	font-size:14px;
}
.total_price div{
	margin:10px 0px;
} 
