.content-top {
    margin-bottom: 50px;
}

.no-order {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #333;
    margin: 0;
}

.order-table td {
    min-width: 40px;
}

.order-table .num-link {
    color: #aaa;
    font-size: 16px;
    font-weight: bold;
}

.order-table .num-link:hover {
    text-decoration: underline;
}

.order-table .btn-holder {
    padding: 10px 5px;
    width: 160px;
}

.table .btn.order-use {
    border: 1px solid #333;
    border-radius: 0;
    line-height: 38px;
    height: 40px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    /* padding: 0 52px 0 20px; */
    /* background: #000; */
    position: relative;
    margin: 2px 0;
    text-decoration:none;
}

.table .btn.order-use:hover {
    background: #eee;
    color: #000;
}

.table .btn.order-use .ic {
    color: #333;
    font-size: 18px;
    background-color: #000;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #333;
    border-radius: 20px;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 0px;
    display: none;
}

.table .btn.new-msg {
    background: none;
    border: 0;
    padding: 0;
}

.table .btn.new-msg:hover {
    background: none;
    color: #fff;
}

.table .btn.new-msg .ic {
    position: static;
    background: none;
    border: 0;
    width: auto;
    height: auto;
    color: inherit;
    line-height: inherit;
    vertical-align: middle;
    margin: 0 0 3px 6px;
}

.table .btn.detail .ic:before {
    position: relative;
}

.order-detail {
    border: 1px solid #333;
    max-width:700px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 25px;
}

.order-detail .btn-holder {
    display: inline-block;
}

.order-id-box {
    margin: 0 -25px;
    padding: 0 25px;
    background: #f3f3f3;
}

.order-id-table {
    word-break: normal;
}

.order-id-table td {
    color: #878787;
    padding: 14px 5px;
    display: inline-block;
}

.order-id-table strong {
    display: block;
    font-size: 16px;
    color: #333;
}

#order-message {
    padding-top: 10px;
}

.message-box {
    background: url(../../images/common/border.png) repeat-x, url(../../images/common/border.png) 0 100% repeat-x;
    padding: 4px 0 16px;
}

.message-form {
    padding: 15px 0;
    border-bottom: 1px dashed #333;
    max-width: none;
}

.message-form .control-label {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
    padding: 0;
}

.message-form .btn-box {
    text-align: right;
    padding: 5px 0 0;
}

.message-form .btn.send {
    width: 140px;
    text-align: left;
    margin: 0;
    padding: 0 40px 0 12px;
}

.message-form .btn.send i {
    vertical-align: middle;
    font-size: 22px;
    margin: 0 0 5px 3px;
}

.message-item {
    margin: 20px 0;
    padding-top: 35px;
}

.message-txt {
    border: 1px solid #ebe5d8;
    background: #eee;
    color: #555;
    padding: 0 15px;
    cursor: pointer;
}

.message-txt:hover {
    border-color: #333;
}

.message-question {
    position: relative;
    padding: 10px 0;
}

.message-question .date {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 100%;
    margin-bottom: 6px;
    color: #999;
    font-size: 14px;
    pointer-events: none;
}

.message-question .date:before {
    content: '\e912';
    display: inline-block;
    vertical-align: middle;
    font-family: 'icon-font-30' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    margin-right: 10px;
}

.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: #666;
    color: #fff;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 15px;
}

.message-question .status.replied {
    background: #333;
}

.message-question .new-tag {
    color: #bd0c0c;
    line-height: 27px;
}

.message-answer {
    display: none;
    border-top: 1px solid #333;
    padding: 10px 0;
}

.message-answer .editor {
    padding: 3px 0;
    color: #fff;
}
.table-v td a{
   color:#108fbb;
   text-decoration:underline;
}
.table-v td a:hover{
   color:#009e5f;
   text-decoration:none;
}
.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing{
    bottom:0;
}
.shopping_way{
    display:inline-block;
}
@media screen and (max-width: 1120px) {
    .order-table .btn-holder {
        width: auto;
    }
    .table .btn.order-use {
        width: auto;
        font-size: 10px;
    }
}

@media screen and (max-width: 1000px) {
    #order-message {
        padding-top: 50px;
        margin-top: -40px;
    }
    .content-top {
        margin-bottom: 0px;
    }
    .no-order {
        padding: 10px 0;
    }
    .order-table .num-link {
        font-size: 12px;
    }
    .table .btn.order-use {
        line-height: 27px;
        height: 30px;
        padding: 0 42px 0 20px;
    }
    .table .btn.order-use .ic {
        font-size: 16px;
        width: 27px;
        height: 27px;
        line-height: 27px;
    }
    .table .btn.detail .ic:before {
        right: 0px;
        bottom: 0px;
    }
    .message-form .control-label {
        font-size: 12px;
    }
    .message-form {
        padding: 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .order-detail {
        padding: 0 15px;
    }
    .order-table .btn-holder {
        display: inline-block;
        padding: 6px 0 0;
    }
    .order-table .msg-holder {
        float: right;
    }
    .order-id-box {
        padding: 0;
        margin: 0 -15px;
    }
    .order-id-table strong {
        display: inline-block;
        margin-left: 5px;
        font-size: 14px
    }
    .order-id-table tr {
        display: block;
    }
    .order-id-table th,
    .order-id-table td {
        display: inline-block;
        vertical-align: top;
        padding: 5px 20px;
    }
    .order-id-table th:after {
        top: 18px;
        margin-top: 0;
    }
    .order-id-table .btn-holder {
        display: block;
        padding: 0 10px 0px;
    }
    .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-item {
        margin: 5px 0;
    }
    .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 10px 0 0;
        font-size: 12px;
        line-height: 20px;
    }
    .message-question .title {
        padding-top: 5px;
    }
    .message-question {
        padding: 5px 0;
    }
    .message-answer {
        padding: 5px 0;
    }
    .table-v tr {
        padding: 5px 0;
    }
    .payment label.checked{
      
        border-bottom:none;
    }
}

@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;
    }
}
