.order_history_numb {
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
}

.order_history_item {
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0 30px;
    display: flex;
    justify-content: space-between;
}

.order_history_item:first-child {
    border-top: 1px solid #CCCCCC;
}

.oh_item_date {
    font-size: 14px;
    margin-bottom: 5px;
}

.oh_item_order_num {
    font-size: 16px;
    margin-top: 15px;
}
.oh_item_order_num span {
   font-weight:bold;
}

.oh_item_status {
    font-size: 14px;
    font-weight: bold;
}

.oh_item_right {
    width: 780px;
}

.oh_item_box {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px dotted #CCCCCC;
}

img.oh_item_img {
margin-right: 10px;
    object-fit: contain;
    width: 90px;
    height: 90px;
    padding: 10px;
}

.oh_item_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.oh_item_price_wrap {
    font-size: 15px;
}

.oh_item_box:first-child {
    border-top: 0;
}

.order_history_item:last-child {
    border: 0;
}