.shopping-step {
    text-align: center;
    margin: 0 -45px 50px;
}
.shopping-step li {
    position: relative;
    padding: 0 5px;
    color: #999;
    font-size: 16px;
    padding: 3px 45px;
}
.shopping-step li+li:before {
    content: '\f105\f105';
    color: #001F5D;
    font-family: 'icon-font' !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: 1.2em;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -10px;
}
.shopping-step li.current {
    color: #115D9E;
}
.shopping-step li .num,
.shopping-step li .txt {
    display: inline-block;
    vertical-align: middle;
}
.shopping-step li .num {
    color: #fff;
    font-family: 'Poppins',serif;
    font-size: 25px;
    font-weight: 500;
    background: #aaa;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 4px;
}
.shopping-step li.current .num {
    background: #115D9E;
}
.delivery-list {
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin-bottom: 30px;
    background: #fff;
}
.delivery-list .item {
    overflow: hidden;
    padding: 2px 0;
}
.delivery-list .item+.item {
    border-top: 1px solid #ddd;
}
.delivery-list .form-group {
    display: table;
    width: 100%;
}
.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 28%;
    border: 1px dashed #ccc;
    border-width: 0 1px 0 0;
    color: #1b4eab;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding: 8px 10px 8px 40px;
    position: relative;
    box-sizing: border-box;
}
.delivery-list .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 15px;
    margin: -8px 0 0;
}
.delivery-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.5;
}
.delivery-list .txt b {
    color: #A41B17;
}
.no-item {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.cart-table .pd-id {
    display: inline-block;
    color: #888;
    font-size: 13px;
    margin: 6px 0;
}
.cart-table .pd-name {
    color: #5398C1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
}
.cart-table a:hover .pd-name {
    color: #115D9E;
}
.cart-table .img {
    width: 80px;
    padding-left: 12px;
    border-right: 0 hidden;
}
.cart-table a.pic {
    position: relative;
    overflow: hidden;
}
.cart-table a.pic:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(194, 164, 69, 0.60);
    opacity: 0;
    transition: all 0.3s;
}
.cart-table a.pic:hover:before {
    opacity: 1;
}
.cart-table .btn.delete {
    color: #444;
    width: 30px;
    height: 30px;
    font-size: 20px;
}
.cart-table .btn.delete:hover {
    color: #F583B4;
}
.cart-table .btn.delete .ic {
    vertical-align: middle;
}
.cart-table .indent {
    border-top: hidden;
}
.cart-table .indent td {
    padding-top: 0;
}
.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}
.cart-table .indent .info {
    padding-left: 35px;
}
.cart-table .tag {
    background: #a41b17;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 6px;
}
.cart-table .plus-tag {
    display: inline-block;
    color: #F66001;
}
.cart-table tfoot {
    background: none;
    color: #444;
    font-size: 13px;
}
.cart-table tfoot tr {
    background: #fff;
}
.cart-table tfoot td {
    text-align: right;
    padding: 10px 30px;
}
.cart-table tfoot td:last-child {
    width: 15%;
}
.cart-table tfoot tr:last-child td {
    color: #A41B17;
    font-size: 16px;
}
.cart-table tfoot tr:last-child td .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 6px 3px 0;
}
.cart-table tfoot tr:last-child td:last-child {
    font-weight: bold;
}
.cart-table tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.payment-box {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 30px;
    background: #F6F6F6;
}
.payment-box .shopping-title {
    float: left;
    margin: 5px 10px 5px 0;
}
.payment {
    float: left;
    margin: 5px 0 0;
}
.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    padding: 6px 16px;
    margin: 0 0 5px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #ddd;
}
.payment label.checked,
.invoice-info label.checked {
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #F583B4;
    background: #F583B4;
}
.plus-box {
    margin-top: 40px;
}
.plus-list-box {}
.plus-txt {
    font-size: 16px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.plus-txt b {
    color: #F66001;
    font-family: 'Poppins',serif;
    text-decoration: underline;
}
.plus-list {
    margin: 0 -18px;
}
.plus-list .item {
    width: 25%;
    padding: 0 18px;
}
.plus-list .item:nth-child(4n+1) {
    clear: left;
}
.plus-list .box {
    max-width: 330px;
    margin: 0 auto 60px;
    position: relative;
}
.plus-list .pic-box {
    position: relative;
    overflow: hidden;
    padding: 12px;
    background: #88C6E8;
}
.plus-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.plus-list .pic:before {
    content: '';
    background: url('../../images/common/products/hover.png') 50% 0% no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.plus-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.plus-list .pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(83, 152, 193, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: all 0.5s ease;
}
.plus-list .box:hover .pic:after {
    opacity: 1;
}
.plus-list .txt {
    position: relative;
    padding-top: 6px;
}
.plus-list .offers,
.plus-list .price {
    color: #F66001;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
    font-family: 'Poppins', serif;
}
.plus-list .offers b{
    font-weight: 500;
}
.plus-list .name {
    color: #5398C1;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    line-height: 1.3;
    transition: all .3s ease;
    margin-bottom: 0
}
.plus-list .pd-info {
    padding: 10px 0 0;
}
.plus-list .pd-info select.form-control {
    margin: 0;
}
.plus-list .qty-box,
.plus-list .btn.addcart {
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
}
.plus-list .qty-box {
    margin-right: 6px;
}
.plus-list .btn.addcart {
    background: #88C6E8;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 3px;
    transition: all .3s ease;
}
.plus-list .btn.addcart:hover {
    background: #115D9E;
}
.plus-list .btn.addcart .ic {
    vertical-align: text-bottom;
    font-size: 1.2em;
}
.shopping-form {
    margin: 1.7em 0 0;
    overflow: hidden;
}
.shopping-form .row {
    margin: 0 -2%;
}
.shopping-form .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.shopping-form .reminder {
    display: inline-block;
    vertical-align: middle;
    background: none;
    padding: 5px 10px;
    border-bottom: 0;
}
.shopping-form .form-box {
    padding: 0;
}
.shopping-form .btn.select-store {
    width: 145px;
    height: 30px;
    line-height: 28px;
    color: #444;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 6px;
}
.shopping-form .btn.select-store:hover {
    background: #a41b17;
    color: #fff;
}
.shopping-form .btn.select-unable {
    color: #a41b17;
    text-decoration: underline;
    vertical-align: baseline;
}
.shopping-form .btn.select-unable:hover {
    color: #056cc0;
}
.same-check {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
}
.same-check label {
    display: inline-block;
}
.invoice-info-box {
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 20px 0;
        margin: 55px 0;
}
.invoice-info-box .shopping-title {
    float: left;
    margin: 5px 10px 5px 0;
}
.invoice-info {
    float: left;
    margin: 5px 0 0;
}
.invoice-form {
    clear: both;
    overflow: hidden;
    padding: 15px 0 0;
}
.invoice-form .form-box {
    max-width: 700px;
    margin: 0;
    padding: 0;
}
.invoice-form .control-label {
    display: none;
}
.invoice-form .control-box {
    margin: 0;
}
.invoice-txt {
    padding: 10px 0;
}
.invoice-txt span {
    color: #A41B17;
}
.invoice-txt a {
    color: #C2A445;
    text-decoration: underline;
}
.invoice-txt a:hover {
    text-decoration: none;
}
.alert-fancybox .fancybox-skin {
    padding-top: 4px !important;
}
.alert-notice-editor {
    background: #fff;
    max-width: 1000px;
    margin: 2.4em auto 1.8em;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}
.success-box .success-msg2 {
    color: #045497;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 15px;
}
.success-box .success-msg2 span {
    color: #F583B4;
    font-family: 'Poppins',serif;
}
.success-box .order-id {
    margin: 1.7em auto;
    max-width: 360px;
}
/*--- 優化新增 --*/
.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 .delivery-list {
    border: 1px solid #d2d2d2;
}
.shopping-new-way {
    margin-bottom: 0px;
}
.shopping-new-way .table-h thead {
    background: #868686;
}
.shopping-new-way .new-way.general .ic {
    left: -5px;
    position: relative;
}
.shopping-new-way .new-way.general {
    margin-top: 0px;
    font-size: 15px;
    background: #d2d2d2;
    padding: 10px 20px;
}
.shopping-new-way .new-way.cold .ic {
    left: -5px;
    position: relative;
}
.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;
}
.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;
}
.plus-list-box .shopping_way.hot {
    text-align: left;
    margin: 10px 0 0px;
}
.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: #A41B17;
}
.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 #232323;
    background-color: #797979;
}
.shopping-new-way .delivery-list.mobile .txt {
    background: #424242;
    color: #bdbdbd;
}
.btn-box.list {
    margin: 0 0 25px;
}
/*---- 購物車step.3  購物新按鈕 ----*/
.btn.other_order {
    background: #e0b155;
    color: #fff;
    border-color: #e0b155;
    font-size: 17px;
    height: 40px;
    border-radius: 20px;
    font-weight: normal;
    line-height: 38px;
    padding: 0 20px;
    letter-spacing: 0.1em;
    border: 1px solid #daa934;
    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 {
    border: none;
    margin-top: 20px;
}
.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;
}
/*---- 購物車step.3  購物新按鈕 ----*/
/*------- 加購按鈕 -------*/
.plus-bth {
    font-size: 14px;
    max-width: 85px;
    background: #77A9B4;
    cursor: pointer;
    border-radius: 4px;
    padding: 2px 10px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    transition: all .3s ease;
}
.plus-bth .up {
    display: none;
}
.plus-bth.active .up {
    display: inline-block;
}
.plus-bth.active .down {
    display: none;
}
.plus-bth.active {
    background: #548997;
}
/*------- 加購按鈕end -------*/
/*--- 優化新增end --*/
/*-- 新拆出來 --*/
.cart-input-icon {
    background: #88C6E8;
    padding: 5px 7px;
    color: #fff;
    margin-left: 5px;
}
.cart-input-icon:hover {
    background: #115D9E;
}
.cart-new-top {
    margin-bottom: 20px;
}
.table td span {
    color: #545454;
    font-weight: bold;
}
.cart-new-top .sum-table tr:last-child td {
    color: #6d6d6d;
    font-size: 15px;
    background: #E8F0F2;
}
.table td .red_sale {
    display: block;
    color: #8e8e8e;
    font-weight: normal;
    line-height: 1.45;
}
.cart-new-top .sum-table tr:last-child td:last-child {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.cart-new-top .sum-table tr {
    background: #eeeeee;
    color: #555;
}
#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: 10px;
    color: #a9a9a9;
    letter-spacing: 0.5px;
}
.sum-table td {
    text-align: right;
    padding: 6px 30px;
}
.sum-table td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.sum-table td:last-child {
    width: 16.7%;
}
.shopping-notice {
    margin: 28px 0;
}
.sum-table tr:last-child td {
    color: #F583B4;
}
.sum-table tr:last-child td:last-child,
.sum-table tr:last-child td {
    font-size: 16px;
    font-weight: bold;
}
/* 賣家小叮嚀 */
.shopping-notice {
    padding: 20px 0px;
    margin: 40px 0;
}
.shopping-notice .form-box {
    padding: 10px;
    border: 1px solid #E8F0F2;
    max-width: 100%;
    background: #fff;
}
@media screen and (max-width: 1600px) {
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        padding: 0 7px;
        width: 33.33%;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: left;
    }
    .shopping-form .col {
        width: 100%;
    }
    .shopping-form .col+.col {
        margin-top: 1.7em;
        border-top: 1px solid #ddd;
        padding-top: 1.7em;
    }
}
@media screen and (max-width: 1100px) {
    .plus-list .item {
        width: 50%;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .plus-list .item {
        width: 33.33%;
    }
    .plus-list .item:nth-child(2n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: left;
    }
    .shopping-title span,
    .shopping-title-up span {
        display: none;
    }
    /*--- 優化 ---*/
    .cart-table .pd-id {
        font-size: 13px;
    }
    .cart-table tfoot td:first-child {
        float: left;
        text-align: left;
        font-size: 13px;
    }
    .cart-table tfoot tr:last-child td {
        font-size: 13px;
    }
    .payment-box {
        padding: 5px 0;
    }
    .payment label,
    .invoice-info label {
        font-size: 13px;
        padding: 3px 16px;
    }
    .shopping-new-way .new-way.general,
    .shopping-new-way .new-way.cold,
    .shopping-new-way .new-way.freezing {
        padding: 4px 20px;
    }
    .shopping-new-way .delivery-list.mobile .input-box .form-control {
        color: #fff;
        border: 1px solid #2561a9;
        background-color: #2561a98c;
    }
    .shopping-new-way .delivery-list.mobile .txt {
        padding: 8px;
        background-color: #b8d8ff8f;
        color: #000;
    }
    .delivery-list .item {
        padding: 0;
    }
    .shopping-new-way {
        margin-bottom: 0px;
    }
    .shopping-new-way .btn-box {
        padding: 10px 0;
    }
    .plus-box {
         margin-top: 25px;
    }
    /* 優化 */
    .banner,
    .breadcrumb {
        display: none;
    }
    .plus-list .offers,
    .plus-list .name {
        font-size: 16px;
        height: auto;
        letter-spacing: 0.05em;
    }
    .plus-list .pd-info {
        padding: 0px 0 0;
    }
    .plus-list .qty-box,
    .plus-list .btn.addcart {
        margin-top: 5px;
    }
    .plus-list .box {
        margin: 0 auto 30px;
    }
    .plus-txt {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .sum-box {
        float: none;
        width: auto;
        max-width: none;
    }
    .cart-table tfoot tr {
        padding: 4px 10px;
        overflow: hidden;
    }
    .cart-table tfoot td,
    .cart-table .indent .info {
        padding: 0;
    }
    .cart-table tfoot td:last-child {
        width: auto;
    }
    .cart-table tbody tr {
        padding-left: 95px;
        padding-right: 40px;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h tr {
        border: 1px solid #ddd;
        padding: 10px;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
    }
    .table-h tr {
        padding: 5px;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 1.65;
        border: 0;
    }
    .cart-table .pd-id {
        margin: 0;
    }
    .cart-table .img {
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 0;
        width: 70px;
    }
    .cart-table td .btn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .cart-table .indent .img .pic {
        left: 0;
    }
    .cart-table .indent .info {
        padding-left: 0;
    }
    .no-item {
        padding: 10px 0;
    }
    .shopping-title-up {
        cursor: pointer;
    }
    .form-box .address .input-box:last-child {
        padding: 5px 3px;
    }
    .invoice-info-box {
        padding: 10px 0;
            margin: 10px 0;
    }
    .shopping-form .col+.col {
        margin-top: 0.2em;
        padding-top: 0.5em;
    }
    .invoice-form {
        padding: 5px 0;
    }
    .shopping-title-up-line {
        background: #d8d8d8;
        text-indent: -9999%;
        width: 100%;
        height: 1px;
    }
    .delivery-list {
        margin-bottom: 20px;
    }
    .shopping-title-up:after {
        content: '▼';
        font-size: 10px;
        margin-left: 5px;
    }
    .shopping-title-up.active:after {
        content: '▲';
    }
    .cart-input-icon {
        padding: 2px;
        margin-left: 0px;
    }
    .delivery-list.mobile .form-control,
    .payment.mobile .form-control {
        font-size: 15px;
        height: 29px;
        line-height: 23px;
        color: #4c4c4c;
    }
    .sum-table td .form-control {
        max-width: 110px;
        padding: 0px 1px;
        background-image: none;
    }
    .cart-table b {
        display: inline-block;
    }
    .cart-table del {
        margin-left: 5px;
    }
    .cart-table .money-big {
        text-align: right;
        position: absolute;
         padding: 0 5px;
        bottom: 5px;
        font-size: 14px;
        color: #555;
        right: 0px;
    }
    .sum-table tr td {
        text-align: left;
        float: left;
        width: 50%;
        font-size: 14px;
    }
    .sum-table td:last-child {
        width: 50%;
        text-align: right;
    }
    .sum-box .table-h tr {
        display: flex;
    }
    .cart-new-top .sum-table tr:last-child td:last-child {
        font-size: 13px;
    }
}
@media screen and (max-width:900px) {
    /* 優化 */
    .delivery-list.mobile,
    .payment.mobile,
    .invoice-info.mobile,
    .qty.form-control.mobile {
        display: block;
    }
    .delivery-list.pc,
    .payment.pc,
    .invoice-info.pc {
        display: none;
    }
    .table-box.active {
        background: none;
    }
    .invoice-info {
        padding: 0;
        border-bottom: none;
    }
    .btn-box.cart-notice-txt .btn.other_order {
         font-size: 14px;
        height: 30px;
        line-height: 28px;
        margin:10px 0 0;
    }
    .btn-box.cart-notice-txt {
        font-size: 14px;
    }
    .shopping-form .btn.select-store {
        width: 120px;
        height: 28px;
        margin-top:5px;
        line-height: 28px;
        padding: 0 10px;
    }
    .success-box .order-id {
        margin: 0.2em auto;
    }
   
    .btn.other_order {
        margin: 0.5em auto;
    }
    .alert-notice-editor {
        padding: 3% 20px 4%;
    }
    .shopping-notice {
        padding: 0px 0px;
        margin: 20px 0;
    }
}
@media screen and (max-width: 820px) {
    .plus-list .item {
        width: 50%;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .shopping-step {
        margin: 0 -20px 30px;
        display: none;
    }
    .main-title {
        display: none;
    }
    .shopping-step li {
        padding: 3px 20px;
    }
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
    }
    .delivery-list .delivery-radio {
        width: auto;
        padding-left: 45px;
        border-width: 0 0 1px;
    }
    .delivery-list .delivery-radio:before {
        left: 15px;
    }
    .delivery-list .txt {
        border-width: 1px 0 0;
    }
    .alert-notice-box {
        margin-top: 0em;
    }
    .btn.simple {
        width:49%;
        padding:0;
    }
}
@media screen and (max-width: 520px) {
    .shopping-step {
        margin: 0 0 30px;
    }
    .shopping-step li {
        display: block;
        float: none;
        width: auto;
        padding: 0;
    }
    .shopping-step li+li:before {
        content: '\f103';
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
    }
    .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 .btn.addcart {
        letter-spacing: 0em;
        font-size: 13px;
        padding: 0 5px;
    }
    .plus-list .btn.addcart .ic {
        display: none;
    }
    .plus-list .qty-box {
        margin-right: 0px;
    }
}