.content-top {
    margin: 0;
}

.shopping-step {
    font-size: 16px;
    color: #ab3a3a;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
    font-family: '微軟正黑體', 'Josefin Sans', sans-serif;
}

.shopping-step li {
    position: relative;
    padding: 10px 20px;
    border: 2px solid #f39898;
    margin: 0 30px;
}

.shopping-step li+li:before {
    content: "";
    background: url(../../images/common/cart/step_arrow.png) 0 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -50px;
    bottom: 7px;
}

.shopping-step li.current {
    color: #fff;
    background: #AB3A3A;
    position: relative;
}

.shopping-step li.current:after {
    content: "";
    border: 2px solid #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 3;
}

.shopping-step li,
.shopping-step li > * {
    display: inline-block;
    vertical-align: middle;
}

.shopping-step li .icon {
    display: block;
    background-image: url(../../images/common/cart/step_ic.png);
    width: 53px;
    height: 53px;
    margin: 0 auto 5px;
}

.delivery-list {
    border: solid #DCDCDC;
    border-width: 1px 0;
    margin-bottom: 30px;
}

.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: 30%;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 70px;
    position: relative;
    box-sizing: border-box;
}

.delivery-list .delivery-radio.checked {
    background: #f5f0ea;
}

.delivery-list .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    margin: -14px 0 0;
    width: 28px;
    height: 28px;
    background-image: url(../../images/common/cart/delivery_radio.svg);
}

.no-svg .delivery-list .delivery-radio:before {
    background-image: url(../../images/common/cart/delivery_radio.png);
}

.delivery-list .delivery-radio:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ddd;
    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;
    font-size: 15px;
    color: #333;
}

.delivery-list .txt b {
    color: #72B1AA;
}

.no-item {
    padding: 20px 0 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 25px 0 0;
}

.btn-box.cart {
    padding: 15px 0 30px;
}

.no-item-cart {
    margin: 40px 0;
}

.cart-table .pd-id {
    color: #aaa;
    font-size: 13px;
}

.cart-table .pd-name {
    color: #ab3a3a;
    font-size: 18px;
    display: inline-block;
}

.cart-table a:hover .pd-name {
    color: #444;
}

.cart-table .plus-tag {
    display: inline-block;
    color: #de8c51;
    margin-bottom: 4px;
}

.cart-table .indent {
    border-top: hidden;
}

.cart-table .indent td {
    padding-top: 0;
}

.cart-table .img {
    width: 90px;
}

.cart-table .indent .img .pic {
    position: relative;
    left: 30px;
}

.cart-table .indent .info {
    padding-left: 35px;
}

.cart-table a.pic {
    position: relative;
    overflow: hidden;
}

.cart-table a.pic:before {
    content: ' ';
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.cart-table a.pic:hover:before {
    opacity: 1;
}

.cart-table .tag {
    background: #E51B6C;
    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: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #777;
}

.cart-table .btn.delete:hover {
    color: #7FCAA5;
}

.cart-table .btn.delete .ic {
    vertical-align: middle;
    margin: 0 0 2px;
}

.sum-box {
    padding: 0;
}

.sum-table {
    border: 0;
}

.sum-table tr {
    background: #F0F0F0;
    color: #555;
}

.sum-table tr+tr {
    border-top: 1px solid #fff;
}

.sum-table td {
    text-align: right;
    padding: 6px 30px;
}

.sum-table td:first-child {}

.sum-table td:last-child {
    width: 15%;
}

.sum-table tr:last-child  {
    background-color:#921b21;
}

.sum-table tr:last-child td {
    color: #ffe7c4;
    font-size: 16px;
}

.sum-table tr:last-child td:last-child {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.45;
    color:#fff;
}

.sum-table tr:last-child td:last-child span{
    color: #d07b00;
}

.cart-new-top .sum-table tr:last-child td {
    font-size: 14px;
}

.sum-table td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.payment-box {
    border: 1px solid #DCDCDC;
    border-width: 1px 0;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    margin-top: 2px;
    padding: 5px 0;
}

.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 #CCCCCC;
    line-height: 1.5;
    padding: 5px 15px;
    margin: 0 5px 5px;
    min-width: 148px;
    border-radius: 4px;
    box-sizing: border-box;
}

.payment label.checked,
.invoice-info label.checked {
    color: #ab3a3a;
    border-color: #ab3a3a;
}

.plus-box {
    margin: 20px 0 0;
    overflow: hidden;
}

.plus-txt {
    border: 1px solid #DCDCDC;
    text-align: center;
    color: #5F5F5F;
    font-size: 18px;
    padding: 15px;
    background: #F0F0F0;
    cursor: pointer;
}

.plus-txt b {
    color: #ab3a3a;
}

.plus-list-box {
    padding: 30px 0 0;
}

.plus-list {
    margin: 0 -5px;
}

.plus-list .item {
    width: 20%;
    padding: 0 5px;
}
.plus-list .item:nth-child(5n+1) {
    clear: left;
}
.plus-list .box {
    max-width: 320px;
    margin: 0 auto 10px;
    position: relative;
    border: 1px solid #D7D7D7;
}

.plus-list .box:hover {
    border: 1px solid #ab3a3a;
    /* background: #fff8f8; */
}

.plus-list .pic-box {
    position: relative;
    overflow: hidden;
    padding:1px;
}

.plus-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border: 10px solid #fff;
}

.plus-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.plus-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.plus-list .pic-box .ibtn {
    background-image: url('../../images/common/products/btns.png');
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.plus-list .txt,
.plus-list .pd-info {
    padding: 0 15px;
}

.plus-list .btn-group {
    padding: 0 15px 10px;
    border-bottom: 5px solid #f5f0ea;
}

.plus-list .name {
    color: #5F5F5F;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    position: relative;
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
}

.plus-list .name:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #ab3a3a;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
}

.plus-list .box:hover .name {
    color: #ab3a3a;
}

.plus-list .offers {
    color: #DA6994;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

.plus-list .pd-info select.form-control {
    max-width: none;
}

.plus-list .qty-box {
    float: left;
    width: 92px;
}

.plus-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}

.plus-list .btn.addcart {
    height: 30px;
    background: #e26666;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0;
    width: calc(100% - 96px);
    float: right;
    border-radius: 5px;
}

.plus-list .btn.addcart:hover {
    background: #921b21;
}

.plus-list .btn.addcart .ic {
    font-size: 16px;
    vertical-align: text-bottom;
    margin: 0 5px 1px 0;
}


/* 加購按鈕 */

.plus-bth {
    font-size: 13px;
    max-width: 100px;
    background: #b1b1b1;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #bbb;
    letter-spacing: 0.2em;
    display: inline-block;
    margin: 0px 5px;
}

.plus-bth:after {
    content: '▲';
    color: #e4e4e4;
}

.plus-bth .up {
    display: none;
}

.plus-bth.active .up {
    display: inline-block;
}

.plus-bth.active .down {
    display: none;
}

.plus-bth.active {
    background: #82bfb8;
    border-color: #72b1aa;
}

.plus-bth.active:after {
    content: '▼';
    color: #fff;
}


/**/

.shopping-form {
    padding: 40px 0 0;
    margin: 0 -20px;
}

.shopping-form .shopping-title {
    padding: 5px;
    text-align: center;
}

.shopping-form .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px 0;
}

.shopping-form .row:after {
    display: none;
}

.shopping-form .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    border: 1px solid #D7D7D7;
}

.shopping-form .form-box {
    padding: 20px 40px;
}

.shopping-form .col1 .shopping-title {
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 12px;
    color: #505050;
}

.shopping-form .col2 .shopping-title {
    margin-left: -20px;
    padding-left: 20px;
    color: #505050;
}

.shopping-form .shopping-title .ic {
    display: block;
    font-size: 16px;
}


/*購物清單-第二頁*/

.shopping-title-up {
    color: #70AC92;
    font-size: 20px;
    padding: 5px 0 0 0;
    margin: 0 0 10px 0;
    font-family: 'Josefin Sans', '微軟正黑體', sans-serif;
}

.shopping-title-up .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 5px 0;
}


/*購物清單-手機*/

.shopping-form .control-label {
    color: #7F7F7F;
    font-size: 14px;
}

.shopping-form .tips {
    min-height: 0;
}

.shopping-form .btn.select-store {
    border: 1px solid #7FCAA5;
    max-width: 145px;
    height: 36px;
    line-height: 34px;
    color: #999;
    font-size: 15px;
    background: #f1f9fb;
    padding: 0 20px;
}

.shopping-form .btn.select-store:hover {
    background: #7fcaa5;
    color: #fff;
}

.shopping-form .btn.select-unable {
    color: #7fcaa5;
    text-decoration: underline;
    vertical-align: baseline;
}

.shopping-form .btn.select-unable:hover {
    color: #F3856D;
    text-decoration: none;
}

.shopping-form .same-check {
    padding: 15px 0 5px;
}

.shopping-form .same-check label {
    display: block;
    color: #ab3a3a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.invoice-info-box {
    border: 1px solid #DCDCDC;
    text-align: center;
}

.invoice-info {
    padding: 20px 15px 20px;
}

.invoice-form .form-box {
    padding: 10px 15px 0;
    max-width: 900px;
}

.invoice-form .row {
    margin: 0 -8px;
}

.invoice-form .row:before {
    display: none;
}

.invoice-form .col {
    padding: 0 8px;
}

.invoice-form .control-label {
    display: none;
}

.invoice-txt {
    padding: 15px 15px 35px;
}

.invoice-txt span {
    color: #000;
}

.invoice-txt a {
    color: #7FCAA5;
}

.invoice-txt a:hover {
    text-decoration: underline;
}

.alert-notice-editor {
    background: #fff;
    border: 0px solid #CBE0D8;
    max-width: 1000px;
    margin: 3.6em auto 1.8em;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}

.success-box .order-id {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    padding: 5px 16px;
    color: #ab3a3a;
    font-size: 22px;
    font-weight: bold;
    margin: 1.6em auto;
}

body .alert-fancybox .fancybox-skin {
    border: none;
}

.pd-info .form-control.mobile {
    display: none;
}


/**************** 拆單 ************/

.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: 20px;
}

.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: #b7b7b7;
    padding: 10px 20px;
    color: #fff;
}

.shopping-new-way .new-way.cold .ic {
    left: -5px;
    position: relative;
}

.shopping-new-way .new-way.cold {
    margin-top: 0px;
    font-size: 15px;
    background: rgb(140, 216, 119);
    color: #fff;
    padding: 10px 20px;
}

.shopping-new-way .new-way.freezing .ic {
    left: -5px;
    position: relative;
}

.shopping-new-way .new-way.freezing {
    margin-top: 0px;
    font-size: 15px;
    background: rgba(156, 210, 228, 0.94);
    color: #fff;
    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: 0px;
}

.cold .delivery-list .txt b {
    color: #0ac757;
}

.freezing .delivery-list .txt b {
    color: #3b8aca;
}

.shopping_way.hot {
    text-align: left;
    margin: 20px 0 5px;
}

.shopping_way .general {
    border: 1px solid #333;
    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 {
    background: #e7f5ff;
}

.cold .delivery-list .delivery-radio.checked {
    background: #edffe7;
}

.delivery-list.mobile,
.payment.mobile,
.invoice-info.mobile,
.qty.form-control.mobile {
    display: none;
}

.delivery-list.mobile {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

select .delivery-list.mobile {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
}


/*****************拆單結束*******************/


/*---- 購物車step.2  購物展開 ----*/

.cart-list-mobile,
.shopping-title-item {
    display: none;
}

.cart-list-mobile {
    cursor: pointer;
}

.shopping-title-item .ic.ic3-down2 {
    color: #80caa5;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.shopping-title-item .shopping-title {
    padding-left: 20px;
}


/*---- 購物車step.2  購物展開end ----*/


/*---- 購物車step.3  購物新按鈕 ----*/

.btn.normal.other_order .ic {
    font-size: 20px;
}

.btn.normal.other_order {
    background: #e0b155;
    color: #fff;
    border-color: #e0b155;
    font-size: 17px;
    border-radius: 10px;
    letter-spacing: 0.1em;
    animation-name: activity-ani2;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.btn.normal.other_order:hover {
    background: #e09255;
}

@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;
}

.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;
    }
}


/*---- 購物車step.3  購物新按鈕 ----*/


/*-- 新拆出來 --*/


.cart-input-icon {
    background: #6d6d6d;
    padding: 5px 7px;
    color: #fff;
    margin-left: 5px;
}

.cart-input-icon:hover {
    background: #000;
}

.cart-new-top {
    margin-bottom: 20px;
}

.qty-box .form-control {
    background-color: #ffffff;
    border: 1px solid #b5b5b5;
}

.qty-box .btn {
    border: 1px solid #b5b5b5;
    color: #777;
}

.qty-box .btn:hover {
    color: #fff;
    background: #4e4e4e;
}

.table td span {
    color: #545454;
    font-weight: bold;
}

.cart-new-top .sum-table tr:last-child td {
    color: #ffe7c4;
    background: #921b21;
}

.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: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

.cart-new-top .sum-table tr:last-child td:last-child span{
    color: #d07b00;
}

.cart-new-top .sum-table tr {
    background: #921b21;
    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: #333;
    letter-spacing: 0.5px;
}
.shopping-notice {
    padding: 20px 0px;
    margin: 40px 0 0px;
}

.shopping-notice .shopping-title {
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 8px;
    margin: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
}
.no-svg .success-msg{
    line-height: 22px;
}
@media screen and (max-width: 1440px) {
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        padding: 0 7px;
    }
}


/*-- 加購商品沒有輪撥 --
@media screen and (max-width: 1320px) {
    .plus-list .item {
        width: 33.33%;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(3n+1) {
        clear: left;
    }
}*/
@media screen and (max-width: 1230px) {
.sum-table td:last-child {
    width: auto;
}
.sum-table td {
   
    padding: 6px;
}
 .plus-list .txt{
        padding:8px 5px;
    }
    }
@media screen and (max-width: 900px) {
    /******優化*****/
    .shopping-title span,
    .shopping-step {
        display: none;
    }
     .btn.simple {
        width: 49%;
        margin:0px;
    }
    .shopping-step {
        display: none;
    }
    .shopping-form .col1 .shopping-title,
    .shopping-form .col2 .shopping-title {
    color: #ab3a3a;
}
    .shopping-new-way .new-way.general,
    .shopping-new-way .new-way.cold,
    .shopping-new-way .new-way.freezing {
        margin-top: 0px;
        font-size: 13px;
        padding: 5px 20px;
    }
    .cart-table .pd-name {
        font-size: 16px;
    }
    .no-item,
    .sum-table td:first-child {
         font-size: 14px;
    }
    .no-item {
        padding: 10px 0;
        margin-bottom: 5px;
    }
    .payment-box .shopping-title {
        margin: 0px;
    }
    .plus-box {
        margin-top: 0px;
    }
    .plus-box .shopping-title {
        margin: 0px;
    }
    .plus-txt {
        font-size: 14px;
        padding: 5px;
    }
    .plus-list-box {
        padding: 10px 0 0;
    }
    .plus-list .name {
        font-size: 14px;
        height: 20px;
        margin: 0 0 5px 0;
    }
    .plus-list .offers {
        font-size: 13px;
    }
    .btn-group .qty-box a,
    .pd-info .form-control span {
        display: none;
    }
    .plus-list .btn.addcart {
        height: 25px;
        font-size: 12px;
        line-height: 25px;
        width: 65%;
    }
    .delivery-list.mobile,
    .payment.mobile,
    .invoice-info.mobile {
        display: block;
    }
    .delivery-list.pc,
    .payment.pc,
    .invoice-info.pc {
        display: none;
    }
    .delivery-list .txt {
        font-size: 14px;
        border: none;
        padding: 5px;
    }
    .invoice-info {
        padding: 15px 15px 0;
    }
    .payment label,
    .invoice-info label {
        padding: 2px 15px;
        margin: 0 5px 5px;
        font-size: 14px;
    }
    .shopping-new-way {
         margin: 0px 0 10px;
    }
    .no-item {
        margin: 5px;
    }
   .plus-list .qty-box {
    width: 40px;
    padding:0px;
}
    .plus-list-box .qty.form-control {
       
        max-width: 70px;
        margin-left: 0px;
        text-align: center;
    }
    .qty-box.pc {
        display: none;
    }
    .qty.form-control.mobile {
        display: inline-block;
    }
    .shopping-form .control-label {
       font-size: 15px;
    }
    .main-title {
        display: none;
    }
    .cart-list-pc {
        display: none;
    }
    .cart-list-mobile {
        display: none;
    }
    .shopping-title-item {
        display: block;
    }
    .shopping-title-item .shopping-title {
        border-bottom: 1px dashed #bbb;
    }
    .pd-info .form-control.pc,
    .qty.form-control.pc {
        display: none;
    }
    .pd-info .form-control.mobile {
        display: inline-block;
    }
    .pd-info .form-control.mobile {
        padding: 0 2px;
    }
    
    .plus-list .pd-info {
        padding: 0 5px;
    }
    .alert-notice-editor {
        margin: 1.5em auto 1em;
        padding: 0.2% 20px;
    }
    .alert-notice-box {
        font-size: 14px;
        margin: 0.8em 0;
    }
    .alert-notice-msg,
    .alert-notice-title {
        font-size: 16px;
    }
    .alert-notice-msg {
        margin: 0.2em 0 0.2em;
    }
    .shopping-form .form-box {
        padding: 5px 20px;
    }
    .shopping-form {
        padding: 20px 0 0;
    }
    .shopping-form .btn.select-store {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .success-box .order-id {
        font-size: 21px;
        padding: 0px 16px;
        margin: 0.6em auto;
    }
    .plus-list .btn-group {
        margin-top: 0px;
        padding: 0 5px 10px;
    }
    .plus-list .offers {
        line-height: 20px;
        height: 20px;
    }
    .plus-list .name {
        padding: 0 0 5px 0;
    }
    .shopping-form .same-check label {
        font-size: 14px;
    }
    .no-item-cart {
        margin: 10px 0;
    }
    .shopping-title-up {
        display: block;
        margin: 0px;
    }
    .shopping-title-up {
        color: #70AC92;
        font-size: 17px;
        letter-spacing: 0.1em;
        cursor: pointer;
        border-bottom: 1px dashed #80caa5;
    }
    .shopping-title-up span {
        display: none;
    }
    .shopping-title-up .ic {
        font-size: 10px;
        color: #7FCAA5;
        vertical-align: middle;
        margin: 0 3px 5px 0;
    }
    .shopping-title-up:hover {
        color: #125a1b;
    }
    .shopping-title-up.active .ic {
        color: #125a1b;
    }
    .shopping-title-up.active {
        color: #125a1b;
    }
    .invoice-txt {
        padding: 5px 15px 15px;
    }
    .payment {
        float: none;
    }
    .shopping-new-way .new-way.general,
    .shopping-new-way .new-way.cold,
    .shopping-new-way .new-way.freezing {
        font-size: 15px;
    }
    .delivery-list .input-box {
        padding: 5px 5px 0;
        font-size: 15px;
    }
    .cart-new-top {
        margin-bottom: 15px;
    }
    .plus-list-box .shopping_way.hot {
        text-align: left;
        margin: 0px;
    }
    .shopping_way .general {
        border: 1px solid #333;
        padding: 2px 5px;
        bottom: 2px;
        position: relative;
    }
    .shopping_way .cold {
        border: 1px solid #42b354;
        padding: 2px 5px;
        bottom: 2px;
        position: relative;
        color: #42b354;
    }
    .shopping_way .freezing {
        border: 1px solid #68a0da;
        padding: 2px 5px;
        bottom: 2px;
        position: relative;
        color: #68a0da;
    }
    .btn-box.cart {
        padding: 0px;
        margin-bottom: 20px;
    }
    .payment-box {
        margin: 2px 0 10px;
    }
    .shopping-notice .shopping-title {
    padding-bottom: 0px;

}
.shopping-notice {
   padding: 15px 0px 0;
    margin: 0px 0;
}
.cart-two .delivery-list {
    margin-bottom: 0px;
        border: none;
}

}

@media screen and (max-width: 767px) {
    .shopping-step {
        padding: 0;
    }
     .table-h td+td {
                 line-height: 22px;
            }
    .shopping-step li {
        font-size: 15px;
    }
    .shopping-step li {
        display: block;
        padding: 15px 0;
        margin: 40px 0;
    }
    .shopping-step li+li:before {
        top: 0;
        left: 50%;
        margin: -35px 0 0 -15px;
        transform: rotate(90deg);
    }
    .shopping-step li .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-size: auto 70px;
        margin: 0 10px 3px 0;
    }
    .delivery-list .form-group,
    .delivery-list .delivery-radio,
    .delivery-list .txt {
        display: block;
    }
    .delivery-list .delivery-radio {
        width: auto;
    }
    .delivery-list .txt {
        border-width: 1px 0 0;
    }
    .cart-table tbody tr {
        padding-left: 94px;
    }
    .cart-table .img {
        position: absolute;
        left: 0;
        top: 10px;
        width: 80px;
    }
    .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.2;
    }
    .sum-table tr {
        padding: 0 5px;
        overflow: hidden;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 0;
    }
    .sum-table tr td {
        text-align: left;
        float: left;
        width: 50%;
    }
    .sum-table td:last-child {
        width: 50%;
        text-align: right;
    }
    .sum-table tr {
        padding: 5px;
        height: auto;
        padding-right: 10px;
    }
    .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: 11px;
        font-size: 14px;
        color: #555;
        right: 0px;
    }
    .cart-new-top .sum-table tr:last-child td:last-child {
        color: #fff;
         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;
    }
    .delivery-list.mobile .form-control,
    .payment.mobile .form-control {
        font-size: 15px;
        height: 29px;
        line-height: 23px;
        color: #4c4c4c;
    }
    /*-- 加購商品沒有輪撥 --

   .plus-list-box {
        padding: 25px 0 0;
    }
    .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 {
        margin-bottom: 30px;
    }
    --*/
    .shopping-form,
    .shopping-form .row,
    .shopping-form .col {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }
    .shopping-form .col {
        margin-top: 1.8em;
    }
    .shopping-form .col .shopping-title {
        margin: 0;
        padding: 5px 0px;
    }
    .shopping-form .form-box {
        max-width: none;
        padding: 10px;
        border: 1px solid #D7D7D7;
    }
    .shopping-form .col2 .form-box {
        min-height: auto;
    }
    .shopping-form .shopping-title {
        text-align: left;
        margin-top: 1em;
    }
    .shopping-form .shopping-title .ic,
    .shopping-title-up span {
        display: none;
    }
   .delivery-list {
        border-width:1px 1px;
    }
    .sum-box .sum-box-color-con {
        min-height: 36px;
        clear: both;
    }
}

@media screen and (max-width: 650px) {
    .plus-list .item {
        width: 32.5%;
        padding: 0 5px;
        margin: 0 2px;
    }
    .plus-list .item:nth-child(n) {
    clear: none;
    }
    .plus-list .item:nth-child(3n+1) {
    clear: left;
    }
}

@media screen and (max-width: 520px) {
    /* .plus-list .item {
        width: 100%;
    }*/
    .shopping-form .btn.select-store {
        font-size:14px;
    }
    .plus-list .item {
        width: 48%;
        margin: 0 2px;
    }
    .plus-list .item:nth-child(n) {
    clear: none;
}
.plus-list .item:nth-child(2n+1) {
    clear: left;
}
    
    .btn.normal .ic {
        display: none;
    }
    .btn.normal {
        border-radius: 10px;
        padding: 6px 1.25%;
    }
    .btn.normal.other_order {
       font-size: 14px;
        min-width: 100px;
        border-radius: 10px;
    }
    .btn-box.cart-notice-txt {
        font-size: 14px;
        margin:15px 0;
    }
}

@media screen and (max-width: 400px) {
    .payment-box .shopping-title,
    .payment {
        float: none;
    }
    .payment label,
    .invoice-info label {
        display: block;
        margin: 0 0 10px;
    }
}
