.content-top {
    margin-bottom: 50px;
}

.no-order {
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.content-title {
    border-top: 1px solid #d7d7d7;
    padding-top: 30px;
}
.reminder{
     border-bottom: 1px solid #d7d7d7;
     padding-bottom: 30px;
}
.order-table td {
    min-width: 40px;
}

.order-table .num-link {
    color: #6A6A6A;
    font-size: 15px;
    font-weight: bold;
}
.table-cart{
        margin: 45px 0;
}
.order-table .num-link:hover {
    text-decoration: underline;
}

.order-table .btn-holder {
    padding: 10px 5px;
    max-width: 160px;
}

.table .btn.order-use {
    width: 160px;
    line-height: 26px;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #B05622;
    color: #B05622;
    font-size: 15px;
    margin: 3px;
    border-radius: 5px;
    
}

.table .btn.order-use.detail-cancel {
    width: 160px;
    line-height: 26px;
    padding: 0 10px;
    background: transparent;
    background: #cecece;
    color: #fdfdfd;
    font-size: 15px;
    border: none;
    margin: 3px;
    border-radius: 5px;
    text-decoration:none;
}
.table .btn.order-use.detail-cancel:hover{
    background:#757575;
}
.btn-holder .inform span {
    color: #B05622;
}

.btn-holder .inform:hover span {
    color: #B05622;
}

.table .btn.new-msg {
    color: #B05622;
    box-shadow: none;
    background: none;
    padding: 0;
    width: auto;
    border: none;
}

.table .btn.new-msg:hover {
    color: #C18266;
}

.table .btn.detail {
    background: #B05622;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #B05622;
    text-decoration:none;
}

.table .btn.detail:hover {
    background: #C18266;
    border: 1px solid #C18266;
}
.table .btn.inform,
.table .btn.go-msg {
    border-color: #B05622;
}

.table .btn.inform:hover {
    border-color: #C18266;
    color: #C18266;
}

.table .btn.go-msg:hover {
    border-color: #999;
}

.table .btn.order-use .ic {
    vertical-align: middle;
    font-size: 20px;
    margin: 0 5px 3px 0;
}

.order-detail {
    border: 1px solid #D7D7D7;
    border-bottom: none;
    margin-bottom: 20px;
}

.order-detail .btn-holder {
    display: inline-block;
}

.order-detail .row {
    position: relative;
}

.order-detail .row:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #ddd;
}

.order-detail .col {
    float: left;
    width: 50%;
}

.order-id-table {
    border-bottom: 1px solid #ddd;
}


.order-id-table td {
    padding: 14px 20px;
}
.order-id-table 
#order-message {
    padding-top: 10px;
}
.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing{
    bottom:0;
}
.shopping_way{
    display:inline-block;
}
.message-box {
    border: 4px solid #C18266;
    background: #fff;
    padding: 0 25px;
}

.message-form {
    padding: 15px 0;
    border-bottom: 1px solid #CACACA;
    max-width: none;
}

.message-form .control-label {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
}

.message-form .btn-box {
    text-align: right;
    padding: 5px 0 0;
}
.message-box .message-form .btn-box {
    padding: 0px 0 20px;
}
.message-form .btn.send .ic {
    vertical-align: middle;
    font-size: 12px;
    margin: 0 0 5px 3px;
}

.message-item {
    margin: 20px 0;
    padding-top: 35px;
}

.message-txt {
    border: 1px solid #DDD;
    border-radius: 6px;
    background: #E4CFC250;
    color: #777;
    padding: 0 15px;
    cursor: pointer;
}

.message-txt:hover {
    background: #EEEEEE;
}

.message-question {
    position: relative;
    padding: 10px 0;
}

.message-question .date {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 100%;
    margin-bottom: 4px;
    color: #999;
    font-size: 14px;
    pointer-events: none;
}

.message-question .date .ic {
    vertical-align: middle;
    margin-right: 10px;
    color: #B05622;
    font-size: 22px;
}

.message-question .status,
.message-question .new-tag {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: -2px 0 -2px 10px;
    font-size: 14px;
}

.message-question .status {
    background: #C0C0C0;
    color: #fff;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 15px;
}

.message-question .status.replied {
    background: #B05622;
}

.message-question .new-tag {
    color: #ff9f4c;
    line-height: 27px;
}

.message-answer {
    display: none;
    border-top: 1px solid #DCDCDC;
    padding: 10px 0;
}

.message-answer .editor {
    padding: 3px 0;
    color: #B05622;
}

.btn-box.order {
    padding-top: 10px;
    margin-bottom: 30px;
}

.btn-box.page-order {
    margin-bottom: 45px;
}

.line {
    margin: 0 auto;
    border: none;
    padding: 0px 0;
}

.form-control.messages-order {
    height: 110px;
}

.lightbox-wrapper .form-control.messages-order {
    height: 50px;
}

.lightbox-wrapper .btn.normal2.send {
    margin: auto;
    display: block;
}
/*-- icon --*/

.table-v td a{
   color:#108fbb;
   text-decoration:underline;
}
.table-v td a:hover{
   color:#009e5f;
   text-decoration:none;
}


@media screen and (max-width: 1120px) {
    .order-table .btn-holder {
        width: auto;
    }
    .table .btn.order-use,
    .table .btn.order-use.detail-cancel {
        width: auto;
        font-size: 14px;
    }
    .order-detail .table .btn.order-use,
    .order-detail .table .btn.order-use.detail-cancel {
        max-width: 150px;
    }
}

@media screen and (max-width: 1000px) {
    #order-message {
        padding-top: 50px;
        margin-top: -40px;
    }
    .content-top {
        margin-bottom: 0px;
    }
     .no-order {
        color:#2da289;
        padding: 10px 0px;
    }
    .btn-box.order {
        padding-top: 5px;
         margin: 0px 0 15px;
    }

    .table-v th,
    .table-v td {
        padding: 5px 20px;
    }
    .message-question .status,
    .message-question .new-tag {
        font-size: 12px;
    }
    .content-title {
    border-top:none;
    padding-top: 0px;
}
.reminder{
     border-bottom:none;
     padding-bottom: 0px;
}
.table-cart{
        margin: 20px 0;
}
}

@media screen and (max-width: 767px) {
    .order-table .btn-holder {
        display: block;
        padding: 3px;
    }
    .order-table .msg-holder {
        float: right;
    }
    .order-id-table tr {
        display: block;
    }
    .order-id-table th,
    .order-id-table td {
        display: block;
        vertical-align: top;
        padding:5px;
    }
    .order-id-table th:first-child{
        width:auto;
        display: block;
    }
    .order-id-table th:after {
        top: 18px;
        margin-top: 0;
    }
    .order-id-table .btn-holder {
        /* display: block; */
        padding: 0 0px 10px;
    }
    .order-detail .row:before {
        display: none;
    }
    .order-detail .col {
        width: 100%;
    }
    .order-detail .col2 .table-v tr:nth-child(2n) {
        background: #fff;
    }
    .order-detail .col2 .table-v tr:nth-child(2n+1) {
        background: #F7F7F7;
    }
    .message-box {
        padding: 0 15px;
    }
    .message-item {
        margin: 15px 0;
    }
    .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 10px 0 0;
    }
    .message-question .title {
        padding-top: 10px;
    }
     .form-box .row {
        margin: 0 4px;
    }
   .form-box .type2 .col1 {
        width: 100%;
        padding: 0px;
    }
    
}

@media screen and (max-width: 500px) {
    .order-detail .col .table-v th {
        background: #F7F7F7;
    }
    .order-detail .col .table-v tr:nth-child(n) {
        background: none;
    }
    .order-detail .col .table-v th:after {
        display: none;
    }
    .reminder {
        margin: 0px;
    }
    .order-table .msg-holder {
        float: none;
        display: block;
    }
    .order-table .btn-holder {
        padding: 0px;
    }
    .btn-holder .inform span {
        display: none;
    }
    .message-form {
        padding: 15px 0 0;
    }
    .form-control.messages-order {
        height: auto;
    }
    .message-item {
        margin: 0px 0 10px;
    }
    .message-question {
        padding: 5px 0;
    }
    .message-question .status,
    .message-question .new-tag {
        margin: 0px;
    }
    .message-form .control-label {
        font-size: 14px;
    }
}
@media screen and (max-width: 350px) {

 
}