@charset "utf-8";
/*------------ list ------------*/
.order-reminder {
    text-align: center;
    margin: 0 0 40px;
}
/*尚無訂單*/
.no-order {
    text-align: center;
    padding: 10px 0 40px;
    margin: 0;
    border-bottom: 1px solid #D6D6D6;
}
/*/尚無訂單*/
.order-table td {
    min-width: 40px;
}
.order-table thead th {
    padding: 10px 12px;
}
.order-table .num-link {
    color: #193B33;
    font-size: 15px;
    font-weight: 500;
}
.order-table .num-link:hover {
    color: #C0A981;
    text-decoration: underline;
}
.order-table .btn-holder {
    padding: 10px 5px;
    width: 16%;
}
/*按鈕*/
.table .btn{
    border-radius: 0;
}
.table .btn.order-use {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: #193B33;
    color: #fff;
    font-size: 15px;
    margin: 3px;
    min-width: 160px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.table .btn.new-msg {
    color: #193B33;
    box-shadow: none;
    background: none;
    padding: 0;
    min-width: unset;
    transition: all 0.3s ease;
}
.table .btn.new-msg:hover {
    color: #C0A981;
}
.table .btn.detail {
    border: 0;
    transition: all 0.3s ease;
}
.table .btn.inform,
.table .btn.go-msg {
    border: 0;
    width: 145px;
    transition: all 0.3s ease;
}
.table .btn.detail-cancel{
    border: 0;
    transition: all 0.3s ease;
}
.table .btn.detail:hover,
.table .btn.inform:hover,
.table .btn.go-msg:hover {
    color: #fff;
    background: #C0A981;
}
.table .btn::before {
    font-family: 'icon-font-3' !important;
    position: relative;
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
    top: 3px;
    left: -3px;
}
.table .btn.go-msg::before,
.table .btn.new-msg::before {
    content: '\e91b';
}
.table .btn.detail::before {
    content: '\e914';
}
.table .btn.inform::before {
    content: '\e906';
}
/*------------ /list ------------*/
/*------------ content ------------*/
.order-detail {
    max-width: 900px;
    margin: 0 auto 40px;
}
.order-detail .btn-holder {
    display: inline-block;
}
/*拆單*/
.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing{
    bottom:0;
}
.shopping_way{
    display:inline-block;
}
/*/拆單*/
/*店家和顧客訂單通訊*/
#order-message {
    padding-top: 10px;
}
.message-box {
    border: 1px solid #D6D6D6;
    background: #f5f5f5;
    padding: 0 25px;
}
.message-form {
    padding: 15px 0;
    border-bottom: 0;
    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-form .btn{
    border-radius: 0;
}
.message-form .btn.send {
    width: 130px;
    margin: 0;
}
.message-form .btn.send .ic {
    margin-right: 0;
}
.message-item:first-of-type {
    border-top: 1px solid #D6D6D6;
    padding-top: 50px;
}
.message-item {
    margin: 20px 0;
    padding-top: 35px;
}
.message-txt {
    border: 1px solid #DDD;
    border-radius: 0;
    background: #fff;
    padding: 0 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.message-txt .date {
    color: #999;
    font-size: 14px;
}
.message-txt:hover {
    background: #193b3308;
}
.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;
    display: flex;
    align-items: center;
}
.message-question .date:before {
    content: '\e91c';
    font-family: 'icon-font-3' !important;
    font-style: normal;
    margin: 0 6px 0 0;
    font-size: 22px;
    line-height: 22px;
    color: #193B33;
}
.message-question .status,
.message-question .new-tag {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: -1px 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: #C0A981;
}
.message-question .new-tag {
    color: #C0A981;
    line-height: 27px;
    font-family: 'EB Garamond', serif;
}
.message-answer {
    display: none;
    border-top: 1px solid #DCDCDC;
    padding: 10px 0;
}
.message-answer .editor {
    padding: 3px 0;
}
.table-v td a{
    color:#108fbb;
    margin: 0 5px;
    display: inline-block;
    text-decoration: underline;
}
.table-v td a:hover{
    color:#009e5f;
    text-decoration: none;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .table-v th,
    .table-v td {
        border-bottom: #ddd 1px solid;
        padding: 8px;
    }
    .order-detail {
        margin: 0 auto 20px;
    }
    .table-h tr{
        height: auto;
        overflow: hidden;
    }
    .table .btn.order-use {
        min-width: 0;
    }
    #order-message {
        padding-top: 50px;
        margin-top: -40px;
    }
    .no-order{
        padding: 5px 0;
    }
    .table .btn.order-use{
        min-width: unset;
        font-size: 14px;
        width: auto;
        padding: 0 5px 0 10px;
    }
    .order-reminder{
        margin-bottom: 5px;
    }
    .order-table .num-link{
        font-size: 14px;
    }
    .message-question{
        padding: 3px 0;
    }
    .order-table .btn-holder {
        display: inline-block;
        padding: 3px 0 0;
        width: auto;
    }
    .order-table .msg-holder {
        float: right;
    }
    .message-box {
        padding: 0 5px;
    }
    .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;
    }
    .message-question .status{
        line-height: 25px;
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    .shopping_way{
        display: inline-block;
        margin: 3px 0;
    }
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table .btn::before{
        display: none;
    }
    .table .btn.order-use {
        height: 30px;
        line-height: 30px;
        margin: 0;
    }
}