.shopping-step {
    text-align: center;
    margin: 0 -20px 50px;
}
.shopping-step li {
    position: relative;
    padding: 3px 30px;
}
.shopping-step li+li:before {
    content: '\e903';
    color: #CBCBCB;
    font-family: 'icon-font-43' !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: 15px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -7px;
}
.shopping-step .box {
    display: inline-block;
    width: 200px;
    color: #777;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 6px 16px;
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    transition: all 0.3s ease;
}
.shopping-step li.current .box {
    background: #9E2A2A;
    border-color: #9E2A2A;
    color: #fff;
}
.shopping-step .num {
    color: #AAA;
    font-size: 20px;
}
.shopping-step li.current .num {
    color: #fff;
}
/* -------- 選擇運送方式 -------- */
.delivery-list {
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #DCDCDC;
    border-width: 1px 0;
}
.delivery-list .item {
    overflow: hidden;
    padding: 2px 0;
}
.delivery-list .item + .item {
    border-top: 1px solid #DCDCDC;
}
.delivery-list .form-group {
    display: table;
    width: 100%;
}
.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 32%;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 68px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.delivery-list .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    margin: -14px 0 0;
    border: 6px solid #fff;
    border-radius: 50%;
}
.delivery-list .delivery-radio:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    background: #F0E6DB;
    width: 56px;
}
.delivery-list .delivery-radio input {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
}
.delivery-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 20px;
    border: 1px double #dcdcdc;
    border-width: 0 0 0 1px;
    font-size: 14px;
}
.delivery-list .txt b {
    color: #9E2A2A;
}
/* -------- 無訂單 -------- */
.no-item {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
/* -------- 購物清單 -------- */
.cart-table .pd-id {
    color: #8d5e05;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Signika Negative', serif;
}
.cart-table .pd-name {
    color: #5C3819;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
}
.cart-table a:hover .pd-name {
    color: #9E2A2A;
}
.cart-table .plus-tag {
    display: inline-block;
    color: #9E2A2A;
    margin-top: 4px;
}
/* 加購 */
.cart-table .indent {
    border-top: hidden;
}
.cart-table .indent td {
    padding-top: 0;
}
.cart-table .img {
    width: 80px;
}
.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}
.cart-table .indent .info {
    padding-left: 35px;
}
.cart-table a.pic {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}
.cart-table a.pic img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cart-table .tag {
    background: #E89115;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 6px;
}
/* 刪除 */
.cart-table .btn.delete {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #5C3819;
}
.cart-table .btn.delete:hover {
    color: #9E2A2A;
}
.cart-table .btn.delete .ic {
    vertical-align: middle;
    margin: 0 0 2px;
}
/* 總計 */
.sum-box {
    border-top: 1px solid #DCDCDC;
}
.sum-table {
    color: #725233;
    font-size: 14px;
}
.sum-table tr {
    background: rgba(255, 255, 255, 0.85);
}
.sum-table tr+tr {
    border-top: 1px solid #ddd;
}
.sum-table td {
    text-align: right;
    padding: 12px 30px;
}
.sum-table td:last-child {
    width: 15%;
}
.sum-table tr:last-child td {
    color: #9E2A2A;
    font-weight: bold;
}
.sum-table tr:last-child td {
    font-size: 16px;
}
.sum-table tr:last-child td:last-child {
    font-size: 16px;
}
.sum-table td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
/* -------- 付款方式 -------- */
.payment-box {
    border: 1px solid #DCDCDC;
    border-width: 1px 0;
    background: #F0E6DB;
    overflow: hidden;
    padding: 5px;
}
.payment-box .shopping-title {
    margin: 5px;
}
.payment-box .shopping-title {
    float: left;
    margin: 5px 15px;
}
.payment {
    float: right;
    margin: 5px 15px 0;
    text-align: right;
}
.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    background: #FEFEFE;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 15px;
    margin: 0 5px 5px;
    border-radius: 5px;
    min-width: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.payment label.checked,
.invoice-info label.checked {
    color: #fff;
    background: #9E2A2A;
    border-color: #9E2A2A;
}
/* -------- 加購商品 -------- */
.plus-box {
    margin-top: 30px;
}
.plus-txt {
    text-align: center;
    padding: 10px 20px;
    background: #fff;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.plus-txt b {
    color: #9E2A2A;
}
.plus-list-box {
    padding-top: 25px;
}
.plus-list {
    margin: 0 -10px;
}
.plus-list .item {
    width: 20%;
    padding: 0 10px;
}
.plus-list .item:nth-child(5n+1) {
    clear: left;
}
.plus-list .box {
    position: relative;
    box-sizing: border-box;
    display: block; 
    text-align: center;
    max-width: 248px;
    margin: 0 auto 25px;
    border: 4px solid #EEEEEE;
    padding: 15px 0 10px;
    border-radius: 1vw;
    background: #fff;
    transition: all 0.3s ease;
}
.plus-list .box:hover {
    border-color: #E89115;
}
.plus-list .box.new:before {
    content: '';
    position: absolute;
    background: url(../../images/common/products/new_tag.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: 15px;
    left: 16px;
    z-index: 10;
}
.plus-list .pic-box {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 15px 15px;
}
.plus-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.plus-list .txt {
    position: relative;
    box-sizing: border-box;
}
.plus-list .name {
    position: relative;
    box-sizing: border-box;
    color: #5C3819;
    font-size: 18px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    margin: 0 10px 6.5px;
}
.plus-list .box:hover .name {
    color: #9E2A2A;
}
.plus-list  .price {
    position: relative;
    box-sizing: border-box;
    color: #FF0000;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Signika Negative', serif;
    margin: 0 0 10px;
}
.plus-list .pd-info {
    margin: 0 15px 10px;
    text-align: center;
}
.plus-list .pd-info select.form-control {
    margin: 0;
}
.plus-list .box .qty-box {
    float: left;
    width: 90px;
}
.plus-list .box .btn.addcart {
    float: right;
    width: calc(100% - 96px);
    color: #fff;
    background: url(../../images/common/index/btn_bg.jpg);
    line-height: 28px;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.plus-list .box .btn.addcart:hover{
    color: #fff;
    background: url(../../images/common/index/btn_bg_h.jpg);
}
/* -------- 填寫訂購資料 -------- */
.shopping-form {
    margin: 140px -26px 30px;
}
.shopping-form .shopping-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -85px;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
}
.shopping-form .shopping-title .ic-wrap {
    display: block;
    margin: 0 auto 5px;
}
.shopping-form .shopping-title .en {
    display: block;
    color: #9E2A2A;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2px;
    padding-top: 5px;
}
.shopping-form .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 26px 0;
}
.shopping-form .row:after {
    display: none;
}
.shopping-form .col {
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    background: url(../../images/common/site-nav_bg.jpg);
    z-index: 1;
}
.shopping-form .col::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 10px);
    background: url(../../images/common/site-nav_bg2.jpg);
    z-index: -2;
}
.shopping-form .col::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #fff;
    visibility: visible;
    z-index: -1;
}
.shopping-form .form-box {
    border: 0;
    padding: 20px 30px;
}
.shopping-form .form-group {
    padding: 3px 0;
    border: 0;
}
.shopping-form .control-label {
    float: none;
    padding-left: 5px;
}
.shopping-form .control-box {
    margin-left: 0;
}
.shopping-form .tips {
    min-height: 0;
}
.shopping-form .btn.select-store {
    border: 1px solid #ddd;
    background: #fff;
    width: 145px;
    height: 30px;
    line-height: 28px;
    color: #999;
    font-size: 15px;
    background: #fff;
    border-radius: 14px;
}
.shopping-form .btn.select-store:hover {
    color: #FF5B2C;
    border-color: #9E2A2A;
}
.shopping-form .btn.select-unable {
    color: #5C3819;
    text-decoration: underline;
    vertical-align: baseline;
}
.shopping-form .btn.select-unable:hover {
    color: #9E2A2A;
}
.shopping-form .same-check {
    padding: 0 0 15px;
}
.shopping-form .same-check label {
    display: block;
    color: #9E2A2A;
    font-weight: bold;
    text-align: center;
}
.shopping-form .same-check label:before {
    margin-right: 8px;
}
.invoice-wrap .shopping-title {
    text-align: center;
    text-indent: 0;
    padding-left: 0;
}
.invoice-wrap .shopping-title .ic-wrap {
    display: block;
    margin: 0 auto 5px;
}
.invoice-wrap .shopping-title .en {
    display: block;
    color: #9E2A2A;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2px;
    padding-top: 5px;
}
.invoice-info-box {
    position: relative;
    padding: 20px;
    text-align: center;
    background: url(../../images/common/site-nav_bg.jpg);
    z-index: 1;
}
.invoice-info-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 10px);
    background: url(../../images/common/site-nav_bg2.jpg);
    z-index: -2;
}
.invoice-info-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #fff;
    visibility: visible;
    z-index: -1;
}
.invoice-info {
    padding: 20px 0;
}
.invoice-form .form-box {
    border: 0;
    max-width: 440px;
    margin: 0 auto;
    padding: 0 0 8px;
}
.invoice-form .form-group {
    border: 0;
    padding: 2px 0;
}
.invoice-form .control-box {
    margin-left: 0;
}
.invoice-form .control-label {
    display: none;
}
.invoice-txt {
    padding: 0 0 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.9;
}
.invoice-txt span {
    color: #9E2A2A;
}
.invoice-txt a {
    color: #E89115;
}
.invoice-txt a:hover {
    text-decoration: underline;
}
.alert-notice-editor {
    background: #F0E6DB;
    max-width: 1000px;
    margin: 2.4em auto 1.8em;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}
/* -------- 優化新增 -------- */
.shopping-new-way .table-h thead th:nth-child(2),
.shopping-new-way .table-h thead th:nth-child(3),
.shopping-new-way .table-h thead th:nth-child(4),
.shopping-new-way .table-h thead th:nth-child(5),
.shopping-new-way .table-h thead th:nth-child(6) {
    text-align: center;
}
.shopping-new-way {
    margin-bottom: 40px;
}
.shopping-new-way .table-h thead {
    background: #868686;
}
.shopping-new-way .new-way.general .ic {
    left: -5px;
    position: relative;
    color: #e4bc40;
}
.shopping-new-way .new-way.general {
    margin-top: 0px;
    font-size: 15px;
    background: #ffeac0;
    padding: 10px 20px;
}
.shopping-new-way .new-way.cold .ic {
    left: -5px;
    position: relative;
    color: #45d862;
}
.shopping-new-way .new-way.cold {
    margin-top: 0px;
    font-size: 15px;
    background: #dbf3be;
    padding: 10px 20px;
    color: #134e00;
}
.shopping-new-way .new-way.freezing .ic {
    left: -5px;
    position: relative;
    color: #4794c5;
}
.shopping-new-way .new-way.freezing {
    margin-top: 0px;
    font-size: 15px;
    background: #c6e9ff;
    color: #0a365f;
    padding: 10px 20px;
}
.shopping-new-way li {
    list-style-type: none;
}
.shopping-new-way .cold .table-h thead {
    background: rgba(118, 199, 73, 0.73);
}
.shopping-new-way .freezing .table-h thead {
    background: #83b6de;
}
.shopping-new-way .btn-box {
    padding: 20px 0;
}
.cold .delivery-list .txt b {
    color: #0ac757;
}
.freezing .delivery-list .txt b {
    color: #3b8aca;
}
.shopping_way.hot {
    text-align: center;
    margin: 20px 0 5px;
}
.shopping_way.hot span{
    border: none;
}
.shopping_way .general {
    border: 1px solid #7b7b7b;
    padding: 5px;
    bottom: 5px;
    position: relative;
}
.shopping_way .cold {
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}
.shopping_way .freezing {
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}
.shopping_way span+span {
    margin-left: 10px;
}
.pd-intro .btn-group .btn.cold {
    border-color: #42b354;
    color: #42b354;
}
.pd-intro .btn-group .btn.cold:hover {
    color: #fff;
    background: #42b354;
}
.pd-intro .btn-group .btn.freezing {
    border-color: #68a0da;
    color: #68a0da;
}
.pd-intro .btn-group .btn.freezing:hover {
    color: #fff;
    background: #68a0da;
}
.cold .cart-table .pd-name {
    color: #49b128;
}
.freezing .cart-table .pd-name {
    color: #4c96d2;
}
.freezing .delivery-list .delivery-radio.checked {
    color: #1ba1ff;
}
.cold .delivery-list .delivery-radio.checked {
    color: #4f901e;
}
.general .delivery-list .delivery-radio.checked {
    color: #fff;
    background: #A41B17;
}
.shopping-new-way .freezing .table-h thead th {
    background: #e0f3ff;
}
.shopping-new-way .cold .table-h thead th {
    background: #edffd6;
}
.shopping-new-way .general .table-h thead th {
    background: #F0E6DB;
}
.delivery-list.mobile,
.payment.mobile,
.invoice-info.mobile,
.qty.form-control.mobile {
    display: none;
}
.shopping-new-way .delivery-list.mobile .input-box .form-control {
    color: #fff;
    border: 1px solid #9E2A2A;
    background-color: #9E2A2A;
    border-radius: 0;
    margin: 0;
}
.shopping-new-way .delivery-list.mobile .txt {
    background-color: #efefef;
    color: #313131;
}
/*---- 購物車step.3  購物新按鈕 ----*/
.btn.other_order {
    background: #e0b155;
    color: #fff;
    width: 126px;
    border: 1px solid #D0BCA6;
    font-size: 17px;
    height: 35px;
    border-radius: 10px;
    font-weight: normal;
    padding: 3px 0;
    letter-spacing: 0.1em;
    position: relative;
    margin: 10px 5px;
    animation-name: activity-ani2;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.btn.normal.other_order:hover {
    color: #fff;
    border-color: #efbe24;
}
@keyframes activity-ani2 {
    from {
        background: #da7934;
    }
    to {
        background: #daaa34;
    }
}
.success-wrap .btn-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.success-txt .btn-box a {
    text-decoration: none;
}
.success-txt .btn-box.has-border {
    background: none;
    margin: 10px 0 15px;
}
.btn-box.cart-notice-txt {
    font-size: 16px;
    animation-name: activity-ani;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    display: block;
    color: #da7934;
    line-height: 1;
}
@keyframes activity-ani {
    from {
        color: #da7934;
    }
    to {
        color: #daaa34;
    }
}
.success-txt .btn.normal .ic {
    font-size: 1em;
    margin: 0 6px 4px 0;
}
/*------- 加購商品 -------*/
.plus-bth {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100px;
    border-radius: 30px;
    padding: 2px 10px;
    margin: 0 5px;
    cursor: pointer;
    color: #fff;
    background: url(../../images/common/index/btn_bg.jpg);
    transition: all 0.3s ease;
    z-index: 10;
}
.plus-bth:hover {
    color: #fff;
    background: url(../../images/common/index/btn_bg_h.jpg);
}
.plus-bth .up {
    display: none;
}
.plus-bth.active .up {
    display: inline-block;
}
.plus-bth.active .down {
    display: none;
}
.plus-bth.active {
    color: #fff;
    background: url(../../images/common/index/btn_bg_h.jpg);
}
/*-------  -------*/
.cart-input-icon {
    background: #6d6d6d;
    padding: 3px 7px;
    border-radius:10px;
    color: #fff;
    margin-left: 5px;
}
.cart-input-icon:hover {
    background: #000;
}
.cart-new-top {
    margin-bottom: 20px;
    font-weight: 500;
}
.table td span {
    font-weight: bold;
}
.cart-new-top .sum-table tr:last-child td {
    color: #6d6d6d;
}
.table td .red_sale {
    display: block;
    color: #8e8e8e;
    font-weight: 500;
    line-height: 1.45;
}
.cart-new-top .sum-table tr:last-child td:last-child {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #9E2A2A;
}
.cart-new-top .sum-table tr {
    background: #F0E6DB;
}
.cart-new-top .sum-table tr:last-child td {
    font-size: 14px;
}
#addcart {
    margin-top: 10px;
}
.cart-table b {
    font-weight: normal;
    display: block;
}
.cart-table del {
    color: #bdbdbd;
}
.sum-table td .form-control {
    width: auto;
    background-image: none;
}
.sum-table tr {
    padding: 10px 5px;
    height: auto;
}
.table td .cart-rate {
    font-size: 13px;
    color: #a9a9a9;
    letter-spacing: 0.5px;
}
/* -------- 賣家小叮嚀 -------- */
.shopping-notice {
    padding:20px 0px;
    margin:40px 0;
}
.shopping-notice .form-box{
    padding:10px;
    border:1px solid #d2d2d2
}
/* -------- rwd -------- */
@media screen and (max-width: 1200px) {
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        padding: 0 7px;
        width: 25%;
    }
    .plus-list .item:nth-child(5n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1000px) {
    /* 優化 */
    .banner,
    .breadcrumb,
    .content-top,
    .shopping-step {
        display: none;
    }
    .delivery-list.mobile,
    .invoice-info.mobile,
    .qty.form-control.mobile {
        display: block;
        margin-bottom:18px;
    }
    .payment.mobile{
        margin-bottom:0px;
        display: block;
    }
    .delivery-list.pc,
    .payment.pc,
    .invoice-info.pc {
        display: none;
    }
    .table-box.active {
        background: none;
    }
    .invoice-info {
        padding: 0;
        border-bottom: none;
    }
    .invoice-info.mobile{
        margin:0px;
    }
    .btn-box.cart-notice-txt .btn.other_order {
        font-size: 12px;
        height: 30px;
        line-height: 22px;
    }
    .alert-notice-editor {
        margin: 0.4em auto 0.8em;
    }
    .plus-box {
        margin-top: 15px;
    }
    .plus-list-box {
        padding-top: 5px;
    }
    .plus-list .item {
        padding: 0 2px;
    }
    .plus-list .pd-info {
        margin: 0 10px 5px;
    }
    .plus-list .name {
        height: auto;
        font-size: 16px;
        letter-spacing: 0.06em;
    }
    .plus-list .offers {
        height: auto;
        font-size: 14px;
    }
    .plus-list .txt {
        padding: 0 14px 5px;
    }
    .shopping-title-up {
        cursor: pointer;
    }
    .shopping-title-up:after {
        content: '▼';
        font-size: 10px;
        margin-left: 5px;
    }
    .shopping-title-up.active:after {
        content: '▲';
    }
    .payment label,
    .invoice-info label {
        font-size: 14px;
        line-height: 1.45;
        padding: 2px 15px;
    }
    .shopping-title-up-line {
        background: #d8d8d8;
        text-indent: -9999%;
        width: 100%;
        height: 1px;
    }
    .shopping-notice {
        padding:0px 0px;
        margin:15px 0;
    }
    .plus-txt {
        border-radius: 10px;
    }
}
@media screen and (max-width: 900px) {
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 14px;
    }
    .table-h tr {
        padding: 3px 0;
        position: relative;
    }
    .cart-table .pd-id {
        font-size: 13px;
    }
    .table-h td {
        padding: 0;
        line-height: 1.45;
    }
    .cart-table .pd-name {
        font-size: 16px;
    }
    .cart-table tbody tr {
        padding-left: 94px;
    }
    .cart-table .img {
        position: absolute;
        left: 0;
        top: 10px;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    .cart-table .indent .info {
        padding-left: 0;
    }
    .cart-table td .btn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .cart-table .pd-name {
        line-height: 1.5;
    }
    .sum-table tr {
        padding: 5px 10px;
        overflow: hidden;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 0;
        min-width: 0;
    }
    .sum-table{
        font-size: 14px;
        background: #b5b5b5;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .sum-table tr:last-child td {
        font-size: 16px;
    }
    .sum-table td:last-child {
        width: auto;
        float: right;
    }
    .plus-list .item {
        width: 33.33%;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: left;
    }
    .shopping-form,
    .shopping-form .row,
    .shopping-form .col {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .shopping-form .col,
    .invoice-wrap {
        margin: 1.8em 0 0.5em;
    }
    .shopping-form .shopping-title {
        position: static;
        margin: 0 0 10px;
        padding: 30px 0 0;
    }
    /* 優化 */
    .shopping-title .en,
    .shopping-title-up .en,
    .shopping-form .shopping-title .en,
    .invoice-wrap .shopping-title .en {
        display: none;
    }
    .cart-table .plus-tag {
    margin-top: 0px;
    }
    .shopping-new-way .new-way.general,
    .shopping-new-way .new-way.cold,
    .shopping-new-way .new-way.freezing {
        font-size: 16px;
        padding: 5px 15px;
    }
    .delivery-list .txt {
        padding: 5px;
        font-size: 14px;
    }
    .shopping-new-way .btn-box {
        padding: 15px 0 25px;
    }
    .shopping-new-way {
        margin-bottom: 10px;
    }
    .no-item {
        padding: 5px 0 10px;
    }
    .form-box .form-group {
        line-height: 25px;
    }
    .form-box .name .radio-box {
        line-height: 26px;
    }
    .form-box .tips {
        line-height: 21px;
        font-size: 14px;
        margin:-6px 0 10px;
    }
    .shopping-form .control-label {
        line-height: 1.5;
    }
    .shopping-form .btn.select-store {
        width: 100px;
        height: 25px;
        line-height: 23px;
        font-size: 13px;
    }
    .shopping-form .same-check label {
        font-size: 14px;
    }
    .invoice-txt {
        font-size: 14px;
        line-height:25px;
        padding:0px;
    }
    .invoice-form .form-box {
        padding: 10px 0px 0px;
    }
    .payment {
        float: none;
    }
    .shopping-new-way .item.general,
    .shopping-new-way .item.cold,
    .shopping-new-way .item.freezing {
        padding-bottom: 20px;
        border-bottom: 1px dotted #a2a2a2;
    }
    .cart-table b {
        display: inline-block;
    }
    .cart-table del {
        margin-left: 5px;
    }
    .cart-table .money-big {
        text-align: right;
        position: absolute;
        padding: 0 10px;
        bottom: 3px;
        font-size: 14px;
        color: #555;
        right: 0px;
    }
    .cart-new-top .sum-table tr:last-child td:last-child {
        color: #555;
        font-size: 14px;
    }
    .sum-table td .form-control {
        max-width: 110px;
        padding: 0px 1px;
        background-image: none;
    }
    .cart-input-icon {
        padding: 2px;
        margin-left: 0px;
        border-radius: 5px;
    }
    .delivery-list.mobile .form-control,
    .payment.mobile .form-control {
        font-size: 15px;
        height: 29px;
        line-height: 23px;
        color: #4c4c4c;
    }
    .sum-table tr td {
        text-align: left;
        float: left;
        width: 50%;
    }
    .sum-table td:last-child {
        width: 50%;
        text-align: right;
    }
    .table-h tbody tr {
        border-bottom: 1px solid #DCDCDC;
    }
}
@media screen and (max-width: 767px) {
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
    }
    .delivery-list .delivery-radio {
        width: auto;
        padding: 10px 10px 10px 68px;
    }
    .delivery-list .txt {
        border-width: 1px 0 0;
        padding: 10px 15px;
    }
    .shopping-form .form-box,
    .invoice-info-box {
        padding: 10px 15px;
    }
    .invoice-info-box {
        padding-top: 20px;
    }
}
@media screen and (max-width: 680px) {
    .plus-list .item {
        width: 50%;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(2n+1) {
        clear: left;
    }
    .plus-list .box {
        border-radius: 3vw;
        border-width: 3px;
    }
    .plus-list .pic-box {
        margin: 0 10px 10px;
    }
    .plus-list .box .btn.addcart {
        line-height: 25px;
    }
}
@media screen and (max-width: 530px) {
    .plus-list .box {
        padding: 10px 0;
    }
}
@media screen and (max-width: 520px) {
    .shopping-step {
        margin: 0 0 25px;
    }
    .shopping-step li {
        display: block;
        padding: 0;
    }
    .shopping-step li+li:before {
        display: block;
        position: static;
        margin: 5px auto;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@media screen and (max-width: 400px) {
    .payment {
        margin: 5px 0;
    }
    .payment label,
    .invoice-info label {
        display: block;
        margin: 0 auto 10px;
        max-width: 200px;
        min-width: auto;
    }
    .shopping-step li .num {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .plus-box .qty-box .less,
    .plus-box .qty-box .add {
        display: none;
    }
    .plus-box .qty-box {
        width: 40px;
        padding: 0px;
    }
    .plus-list .box .qty-box {
        float: left;
        width: 40px;
    }
    .plus-list .box .btn.addcart {
        width: calc(100% - 50px);
        line-height: 25px;
    }
    .payment-box .shopping-title,
    .payment {
        float: none;
    }
    .payment label,
    .invoice-info label {
        display: block;
        margin: 0 auto;
    }
}
