﻿/*訂單列表 start*/
.order-table {
    clear: both;
    font-size: 16px;
}
.order-th, .order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.order-th {
    height: 32px;
    color: #fff;
    background: #4bbdad;
}
.td {
    padding: 0 15px;
}

.td:nth-of-type(1) {
    width: 55px;
}
.td:nth-of-type(2) {
    width: 170px;
}
.td:nth-of-type(3) {
    flex: 1;
}
.td:nth-of-type(4) {
    width: 170px;
}
.td:nth-of-type(5) {
    width: 200px;
}
.td:nth-of-type(6) {
    width: 100px;
}
.checkbox-wrap {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-wrap input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.checkbox-wrap .checkmark {
    position: absolute;
    top: -8px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #ccc;
}
.checkbox-wrap input:checked ~ .checkmark {
    background-color: #FF2965;
}
.checkbox-wrap .checkmark:after {
    top: 1.5px;
    left: 5px;
    width: 5px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #FFFFFF;
    border-width: 0 2.5px 2.5px 0;
}
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-wrap .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
.order-tr {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #E6E6E6;
}
.order-info {
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
}
.order-info .td:nth-of-type(2) img {
    width: 100%;
}
.order-info .td:nth-of-type(3) a {
    color: #333;
}
.order-info .td:nth-of-type(3) h4:hover {
    opacity: .8;
}
.order-info .td:nth-of-type(3) h4 {
    font-weight: bold;
    font-size: 16px;
    word-break: break-all;
}
.order-info .td:nth-of-type(3) p {
    font-size: 14px;
    word-break: break-all;
}
.order-info .td:nth-of-type(4) {
    font-size: 14px;
}
.num-wrap h5 {
    font-size: 14px;
    word-break: break-all;
}
.num-picker span {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.num-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.num-picker .action-cell {
    width: 30px;
    color: #7d7d7d;
    border: 1px solid #dcd8d8;
    background: #fafafa;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.num-picker .num-text {
    width: 50px;
    color: #969696;
    border-top: 1px solid #dcd8d8;
    border-bottom: 1px solid #dcd8d8;
}
.error-text {
    font-size: 14px;
    color: red;
}
.tr-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 15px 15px 70px;
}
.order-actions {
    font-size: 14px;
}
.order-actions a {
    margin-right: 20px;
    color: #333;
}
.order-actions a:hover {
    opacity: .8;
}
.order-actions i {
    color: #ccc;
}
.tr-footer .price-wrap {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
/*訂單列表 end*/

/*總計*/
.order-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid #E6E6E6;
    background: #fff;
    padding: 15px;
    font-size: 14px;
    margin-top: 20px;
}
.order-footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
.order-footer-left a {
    margin-left: 20px;
    color: #333;
}
.order-footer-left a:hover {
    opacity: .8;
}
.order-footer-left a i {
    color: #ccc;
}
.order-footer-left .checkbox-wrap .checkmark {
    top: 0;
}
.order-footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.order-footer-right p {
    font-weight: bold;
    margin-bottom: 0;
}
.order-footer-right .amount-text {
    font-size: 22px;
    margin-left: 2px
}
.order-footer-right .price-text {
    font-size: 22px;
    margin-left: 2px;
}
.pay-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
    color: #fff;
    font-size: 18px;
    background: #FF296;
    border-radius: 3px;
    border: none;
    outline: none;
    margin-left: 20px;
}
.pay-btn:hover {
    opacity: .8;
    color: #fff;
}
.pay-btn[disabled] {
    cursor:no-drop;
    opacity: .8;
}
.pay-btn i {
    margin-right: 4px;
    font-size: 16px;
}

/*空列表 start*/
.empty-wrap {
    clear: both;
    padding: 10px 15px;
}
/*空列表 end*/
