@charset "utf-8";
/* ---- reminder ---- */
.reminder {
    max-width: 1000px;
    margin: 0 auto;
}
/* ---- no-order ---- */
.no-order {
    padding: 20px 0;
    text-align: center;
    margin: 0;
}
.btn-box.dib{
    padding: 15px 0 50px 0;
}
.btn-box.order{
    padding: 30px 0 60px 0;
}
/* ---- order ---- */
.order-table td {
    min-width: 40px;
    font-size: 14px;
    padding: 18px 15px;
    border-bottom: 1px solid #ccc;
}
.order-table thead th {
    padding: 7px 20px;
    white-space: normal;
    background: #eee;
}
.order-table .num-link {
    color: #444;
    font-size: 15px;
    font-weight: normal;
    transition: all 0.3s ease;
}
.order-table .num-link:hover {
    color: #8F877F;
}
.order-table .btn-holder {
    font-size: 14px;
    white-space: nowrap;
    padding: 0;
}
.order-table .btn-holder .btn {
    display: inline-block;
    margin: 0 5px;
    border-radius: 0;
}
.table .btn.new-msg {
    color: #FF7272;
    box-shadow: none;
    background: none;
    padding: 0;
    font-size: 14px;
    border-radius: 0;
}
.table .btn.new-msg i {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}
.table .btn.new-msg:hover {
    color: #A98965;
}
.table .btn.new-msg:hover .icon {
    background-position: 0 -25px;
}
.order-table .btn.style02 {
    padding: 0 9px;
    margin: 0;
    max-width: 235px;
    border-radius: 0;
}
.order-detail .btn-holder .btn {
    display: inline-block;
    margin: 5px 0;
    border-radius: 0;
}
.order-detail .btn-holder .btn.detail-cancel{
    opacity: 0.8;
    border-color: #aaa;
    background: #eee;
}
/* ---- form ---- */
.order-form {
    max-width: 800px;
    margin: 0 auto;
}
/* ---- detail-main ---- */
.order-detail {
    border: 1px solid rgb(70, 57, 44, 0.2);
    padding: 0;
    margin: 0 auto 40px;
    box-sizing: border-box;
}
.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing{
    bottom:0;
}
.shopping_way{
    display:inline-block;
}
/* ---- order-message ---- */
#order-message {
    padding: 30px;
    margin: 30px 0 0;
    border: 1px solid #ccc;
    background: #fff;
}
.message-form {
    padding: 0 0 15px 0;
    max-width: none;
    font-size: 15px;
    color: #858585;
    background: transparent;
}
.message-form .control-label {
    color: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 8px;
}
.message-form .btn-box {
    text-align: center;
    padding: 0;
    margin: 0px 0 0 -8px;
}
.message-item {
    margin: 20px 0 25px;
    padding-top: 35px;
}
.message-txt {
    background: #eee;
    padding: 5px 18px;
    cursor: pointer;
    font-size: 15px;
    color: #999;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.message-txt:hover {
    background: #eee;
}
.message-item.active .message-txt {
    background: transparent;
}
.message-question {
    position: relative;
    padding: 12px 0;
}
.message-question .date {
    position: absolute;
    left: -17px;
    bottom: 100%;
    margin-bottom: 7px;
    color: #999999;
    font-size: 14px;
    pointer-events: none;
}
.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 {
    color: #fff;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 15px;
    background: #C0C0C0;
}
.message-question .status.replied {
    background: #CFD69B;
    border: 0;
}
.message-item.active .message-question .status.replied {
    background: #A29C95;
}
.message-question .new-tag {
    color: #4F3524;
    font-weight: bold;
    line-height: 27px;
}
.message-answer {
    display: none;
    border-top: 1px dashed #eee;
    padding: 10px 15px;
    margin: 0 -15px;
}
.message-answer .date {
    color: #666666;
    font-size: 14px;
}
.message-answer .editor {
    padding: 5px 0 0;
}
.table-v td a{
    color:#108fbb;
    text-decoration:underline;
    margin:0 5px;
    display: inline-block;
}
.table-v td a:hover{
    color:#009e5f;
    text-decoration:none;
    margin:0 3px;
}
/* ---- rwd ---- */
@media screen and (max-width: 1440px) {
    .message-box {
        padding: 0;
    }
    .order-table .btn.style02 {
        max-width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .message-question .date{
        position: static;
        display: block;
    }
    .form-box .form-group{
        padding:0 5px;
    }
    .order-table td {
        padding: 15px 10px;
    }
    .table .btn.new-msg i {
        display: block;
        margin: 0 auto;
    }
    #order-message{
        padding: 10px;
    }
    .order-table.table-h tbody tr:first-child {
        border: 0;
    }
    .table .btn.new-msg i {
        display: inline-block;
        margin: 0 5px 3px 0;
    }
    .order-table .btn-holder {
        display: block;
        padding: 3px;
    }
    .order-table.table-h tbody td {
        padding: 3px 0;
    }
    .message-item {
        margin: 5px 0;
        padding:5px 0 3px;
    }
    .message-txt{
        padding:3px 18px;
    }
    .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 10px 0 0;
        font-size: 14px;
    }
    .message-question .title,.message-answer .editor {
        padding-top: 5px;
        font-size: 14px;
    }
    .message-question{
        padding:3px 0;
    }
    .message-form{
        padding: 0 0 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgb(70, 57, 44, 0.2);
    }
    .no-order{
        padding:5px 0;
    }
    .btn-box.dib{
        padding: 15px 0 30px 0;
    }
    .btn-box.order{
        padding: 15px 0 30px 0;
    }
    .table-h tr {
        padding: 15px 0;
    }
    .order-table td.btn-holder {
        border-bottom: none;
    }
    .order-table.table-h tbody td.btn-holder {
        padding-top: 6px;
    }
}
@media screen and (max-width: 350px) {
    .shopping_way{
        display: inline-block;
        margin: 3px 0;
    }
    .table-v tr, .table-v th, .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
}