.detail-history-content .history-content {
}  
.detail-history-content .history-content form {
    overflow: auto;
}

.history-content .detail-history-content {
    width: 100%;
    text-align: center;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.history-content .detail-history-content tr {
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

 .history-content .detail-history-content th {
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #f9f9f9;
    border-bottom: 2px solid #e4e4e4;
}

.detail-history-content .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--body_text_color);
}

.history-content .detail-history-content .title div {
    margin: 10px 10px;
    font-size: 14px;
    font-weight: 500;
}
.detail-history-content .delete-item {
    text-align: center;
    width: 140px;
}

 .history-content .detail-history-content td {
    border: none;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
    padding: 10px;
}
.history-content .detail-history-content td {
    text-align: left;
}

.history-content .detail-history-content tr:last-child {
    border-bottom: none;
}


.detail-history-content .total {
    font-size: 14px;
    font-weight: 600;
    color: var(--body_text_color);
}

.history-content .detail-history-content .action-download{
    width: 100%;
    font-weight: 600;
    color: #8a7350;
    text-align: center;
}

.span-number-order{
    font-weight: 600;
    color: #8a7350;
}

.morderformat {
    width: 60% !important;
    display: inline-block;
}
.mroderbtn {
    width: 40% !important;
    display: inline-block;
    text-align: right !important;
    line-height: 0px !important;
}
.btnselect {
    background:rgb(138,115,80);
    border: none;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 13.35px 8px;
    text-transform: uppercase;
}
.history-table {
    text-align: left;
}
.history-table-prd2 tr th, .history-table-prd2 tr td{
    font-size: 12px;

}
.history-table-prd2 {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f7f7f7;
    padding-top: 5px;
    padding-bottom: 1px;
}

.history-table-prd-qty, .history-table-prd-price {
    font-size: 11px;
    line-height: 18px;
    color: #424242;
    text-transform: uppercase;
    text-align: right;
}

.history-content .pagination{
    color:#646464;
    font-size: 12px;
}
.history-content .pagination>span{
    color: #222 !important;
    font-weight: 600;
}
@media screen and (min-width: 1025px){
    .history-table--sm .history-table-prd-name {
        padding: 0 15px;
    }
    .history-table--sm .history-table-prd-price {
        width: 90px;
        text-align: center;
    }
    .history-table--sm .history-table-prd-headings {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        color: #000;
        background-color: #f5f5f5;
        border: 0;
        border-bottom: 2px solid #c3c3c3;
    }
    .history-table--sm .history-table-prd-headings, .history-table--sm .history-table-prd-headings:first-of-type {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}


@media (min-width: 1200px){
   .history-content .detail-history-content td {
        padding: 15px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .history-content .detail-history-content .title div {
        font-size: 12px;
    }
    .history-content .detail-history-content td span{
   
        white-space: nowrap;
    }
 

}