@charset "utf-8";
.content-top {
    margin: 0;
}
.shopping-step {
    font-size: 16px;
    color: #aaa;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 40px;
}
.shopping-step li {
    position: relative;
    padding: 10px 40px;
}
.shopping-step li+li:before {
    content: "";
    background: url(../../images/common/cart/step_arrow.svg) 0 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -15px;
    bottom: 7px;
}
.no-svg .shopping-step li+li:before {
    background-image: url(../../images/common/cart/step_arrow.png);
}
.shopping-step li.current {
    color: #222;
}
.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;
}
.shopping-step li.step1 .icon { background-position:    0 0; }
.shopping-step li.step2 .icon { background-position:  50% 0; }
.shopping-step li.step3 .icon { background-position: 100% 0; }
.shopping-step li.step1.current .icon { background-position:    0 100%; }
.shopping-step li.step2.current .icon { background-position:  50% 100%; }
.shopping-step li.step3.current .icon { background-position: 100% 100%; }

.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%;
    background: #FFF5EE;
    color: #777;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 70px;
    position: relative;
    box-sizing: border-box;
}
.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: #777;
}
.delivery-list .txt b {
    color: #FF6803;
}

.no-item {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.cart-table .pd-id {
    color: #aaa;
    font-size: 12px;
}
.cart-table .pd-name {
    color: #FF6803;
    font-size: 18px;
    display: inline-block;
}
.cart-table a:hover .pd-name {
    color: #444;
}
.cart-table .plus-tag {
    display: inline-block;
    color: #FF1C1C;
    margin-bottom: 4px;
}
.cart-table .indent {
    border-top: hidden;
}
.cart-table .indent td {
    padding-top: 0;
}
.cart-table .img {
    width: 60px;
}
.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: #a8a3e3;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 6px;
}
.cart-table .btn{
    border-radius: 0;
}
.cart-table .btn.delete {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #777;
}
.cart-table .btn.delete:hover {
    color: #FF6803;
}
.cart-table .btn.delete .ic {
    vertical-align: middle;
    margin: 0 0 2px;
}
.cart-table b {
    font-weight: normal;
    display: block;
}

.cart-table del {
    color: #bdbdbd;
}
.sum-box {
    padding: 0px 0;
    background: #f4f4f4;
}
.sum-table {
    border: 0;
}
.sum-table tr {
    color: #555;
}
.sum-table tr+tr {
    border-top: 1px solid #fff;
}
.sum-table td {
    text-align: right;
    padding: 6px 10px;
    font-size: 14px;
}

.sum-table tr td:last-child {
    width: 20%;
}
.sum-table tr:last-child td {
    color: #FF2626;
    font-weight: bold;
    font-size: 17px;
}
.sum-table tr:last-child td:last-child {
    font-size: 17px;
    font-weight: bold;
}
.sum-table td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.payment-box {
    background: #eee;
    border: 1px solid #DCDCDC;
    border-width: 1px 0;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    margin-top: 2px;
    padding: 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;
    background: #fff;
    border: 1px solid #DCDCDC;
    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: #fff;
    background: #FF6803;
    border-color: #FF6803;
}

.plus-box {
    margin: 20px 0 0;
}
.plus-txt {
    border: 1px solid #DCDCDC;
    text-align: center;
    color: #FF6803;
    font-size: 18px;
    padding: 15px;
}
.plus-txt b {
    color: #FF2626;
}
.plus-list-box {
    padding: 30px 0 0;
}
.plus-list {
    margin: 0 -10px;
}
.plus-list .item {
    width: 25%;
    padding: 0 10px;
}
.plus-list .item:nth-child(4n+1) {
    clear: left;
}
.plus-list .box {
    max-width: 330px;
    margin: 0 auto 40px;
    position: relative;
}
.plus-list .pic-box {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    height: auto;
}
.plus-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.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 .name {
    color: #FF6803;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
}
.plus-list .box:hover .name {
    color: #444;
}
.plus-list .offers {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}
.plus-list .box:hover .offers {
    color: #FF510F;
}
.plus-list .pd-info {
    margin: 12px 0 6px;
    min-height: 36px;
}
.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{
    border-radius: 0;
}
.plus-list .btn.addcart {
    height: 30px;
    background: #FF7212;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0;
    width: calc(100% - 96px);
    float: right;
}
.plus-list .btn.addcart:hover {
    background: #aaa;
}
.plus-list .btn.addcart .ic {
    font-size: 16px;
    vertical-align: text-bottom;
    margin: 0 5px 1px 0;
}
.shopping-form {
    padding: 40px 0;
}
.shopping-form .shopping-title {
    background: #FF6803;
    padding: 5px;
}
.shopping-form .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.shopping-form .row:after {
    display: none;
}
.shopping-form .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative
}
.shopping-form .col1 {
    padding-right: 20px;
}
.shopping-form .col2 {
    border-left: 1px solid #DCDCDC;
    padding-left: 20px;
}
.shopping-form .col1 .shopping-title {
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 12px;
}
.shopping-form .col2 .shopping-title {
    margin-left: -20px;
    padding-left: 20px;
}
.shopping-form .shopping-title .ic {
    color: #fff;
}
.shopping-form .control-label {
    color: #7F7F7F;
    font-size: 14px;
}
.shopping-form .tips {
    min-height: 0;
}
.shopping-form .btn{
    border-radius: 0;
}
.shopping-form .btn.select-store {
    border: 1px solid #FF6803;
    width: 145px;
    height: 36px;
    line-height: 34px;
    color: #999;
    font-size: 15px;
    background: #EEE;
}
.shopping-form .btn.select-store:hover {
    background: #FF6803;
    color: #fff;
}
.shopping-form .btn.select-unable {
    color: #FF6803;
    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: #FF6803;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.invoice-info-box {
    border: 1px solid #DCDCDC;
    text-align: center;
    padding: 35px 15px ;
}

.invoice-info {
    padding: 0px;
}
.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 span {
    color: #000;
}
.invoice-txt a {
    color: #FF6803;
}
.invoice-txt a:hover {
    text-decoration: underline;
}

.alert-notice-editor {
    background: #fff;
    max-width: 1000px;
    margin: 3.6em auto 1.8em;
    padding: 3% 20px 4%;
    box-sizing: border-box;
}
.success-box .order-id {
    border: 1px solid #FF6803;
    background: #fff;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px 16px;
    color: #FF6803;
    font-size: 18px;
    font-weight: bold;
    margin: 1.6em auto;
}
.cart-new-top {
    margin-bottom: 20px;
}
.table td .red_sale {
    display: block;
    color: #8e8e8e;
    font-weight: normal;
    line-height: 1.7;
}
.cart-input-icon {
    background: #6d6d6d;
    padding: 5px 7px;
    color: #fff;
    margin-left: 5px;
    border:none;
    margin-bottom: 5px;
}

.cart-input-icon:hover {
    background: #FFB17D;
}
.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:last-child td {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: normal;
}




/**************** 拆單 ************/

.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;
}

.shopping-new-way .new-way.general {
    margin-top: 20px;
    font-size: 15px;
    background: #b7b7b7;
    color: #fff;
    padding: 10px 20px;
}

.shopping-new-way .new-way.cold .ic {
    left: -5px;
    position: relative;
}

.shopping-new-way .new-way.cold {
    margin-top: 20px;
    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: 20px;
    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 {
}

.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 .delivery-radio.checked {
    background: #ff8534;
    color: #FFF;
}
.delivery-list.mobile,
.payment.mobile,
.invoice-info.mobile,
.qty.form-control.mobile {
    display: none;
}
.delivery-list.mobile {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}


/*****************拆單結束*******************/
 /* 加購按鈕 */
    .plus-bth{
        font-size:13px;
        max-width:100px;
        background:#FF6803;
        border-radius:5px;
        padding:5px 10px;
        color:#fff;
        border:1px solid #FF6803;
        letter-spacing:0.2em;
        display:inline-block;
        margin:0px 5px;
        cursor: pointer;
    }
    .plus-bth:after{
        content:'▲';
        color:#fff;
    }
    .plus-bth .up{
        display: none;
    }
    .plus-bth.active .up{
        display:inline-block;
    }
    .plus-bth.active .down{
        display: none;
    }
    .plus-bth.active{
        background:#FF6803;
        border-color:#FF6803;
    }
    .plus-bth.active:after{
        content:'▼';
        color:#fff;
    }
    /*!加購按鈕 */
     /******************購物車step.2  購物展開******************/



    .cart-list-mobile,
    .shopping-title-item {
        display: none;
    }

    .cart-list-mobile {
        cursor: pointer;
    }

    .shopping-title-item .ic.ic3-down2 {
        color: #FF7212;
        font-size: 13px;
        position: absolute;
        top: 10px;
        left: 15px;
    }

    .shopping-title-item .shopping-title {
        padding-left: 20px;
    }


    /******************************************/
/*---- Step3 ----*/
/*.btn.normal {
    color: #999999;
    font-size: 15px;
    margin: 1% 1%;
    border-radius: 30px;
    border: 1px solid #AAAAAA;
    display: inline-block;
    padding: 6px 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: 0px;
    letter-spacing: 0.1em;
    animation-name: activity-ani2;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    text-decoration: none;
    margin-top: 5px;
}
.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;
    margin: 1em 0;
}
@keyframes activity-ani {
    from {
        color: #da7934;
    }
    to {
        color: #daaa34;
    }
}

/*---- !Step3 ----*/

@media screen and (max-width: 1440px) {
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1000px) {/*手機板*/
    .invoice-info-box{
        padding:15px;
    }
    .payment{
        float: none;
        margin:3px auto;
    }
    .cart-table b {
        display: inline-block;
    }
    .cart-table td .btn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .cart-table .money-big {
        text-align: right;
        position: absolute;
        padding: 0 10px;
        bottom: 5px;
        font-size: 14px;
        color: #555;
        right: 0px;
    }
    .delivery-list .input-box {
        padding: 5px 5px 0;
        font-size: 15px;
    }
    .plus-list .item {
        width: 50%;
    }
    .plus-list .item:nth-child(4n+1) {
        clear: none;
    }
    .plus-list .item:nth-child(2n+1) {
        clear: left;
    }
    .shopping-form .same-check{
        padding-top: 5px;
    }
    .invoice-txt{
        padding: 5px
    }
    .btn-box.cart-notice-txt{
        font-size: 14px;
    }

    /******優化*****/
    .shopping-title span,
    .shopping-step {
        display: none;
    }
    .shopping-step {
        display: none;
    }
    .shopping-title {
        font-size: 17px;
        margin: 20px 0 5px;
        padding: 5px 0 0 0;
    }
    .shopping-new-way{
        margin-bottom: 5px;
    }
    .shopping-new-way .new-way.general,
    .shopping-new-way .new-way.cold,
    .shopping-new-way .new-way.freezing {
        margin-top: 5px;
        font-size: 15px;
        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: 15px;
    }
    .payment-box .shopping-title {
        margin: 0px;
    }
    .plus-box {
        margin-top: 0px;
    }
    .plus-list .btn.addcart .ic{
        font-size: 10px;
    }
    .plus-box .shopping-title {
        margin: 0px;
    }
    .plus-txt {
        font-size: 14px;
        padding: 5px;
    }
    .plus-bth{
     
        padding: 3px;
    }
    .plus-list-box {
        padding: 10px 0 0;
    }
    .plus-list .name {
        font-size: 16px;
        height: 25px;
        margin: 0 0 0px 0;
    }
    .plus-list .offers {
        font-size: 16px;
    }
/*    .btn-group .qty-box a,
    .pd-info .form-control span {
        display: none;
    }*/
    .plus-list .btn.addcart {
        height: 25px;
        font-size: 14px;
        line-height: 25px;
        width: calc(100% - 65px);
    }
    .plus-list .btn-group .qty-box .btn{
        display: none;
    }
    .plus-list .qty-box{
        width: 60px;
        padding:0;
    }
    .plus-list .btn .pc{
        display: none;
    }

    .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: 16px;
    }
    .qty-box.pc {
        display: none;
    }
    .qty.form-control.mobile {
        display: inline-block;
    }
    .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 .txt,
    .plus-list .pd-info {
        padding: 0 5px;
        margin:3px 0;
    }
    .alert-notice-editor {
        margin: 0.6em 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: 14px;
        padding: 0;
    }
    .success-box .order-id {
        font-size: 16px;
        margin: 0.6em auto;
    }
    .plus-list .btn-group {
        margin-top: 0px;
    }
    .plus-list .offers {
            line-height: 28px;
             height: 28px;
    }
    .plus-list .name {
        padding: 0 0  0;
    }
    .plus-list .box{
         margin-bottom: 30px;
    }
    .shopping-title-up {
        display: block;
        margin: 0px;
    }

     /*購物清單 手機板 下拉icon*/
   .shopping-title-up {
        font-size: 17px;
        cursor: pointer;
    }
    .shopping-title-up:after{
        content:'';
         display: inline-block;
        position:absolute;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        margin:5px 8px;
        border-color: #000 transparent transparent transparent;
    }
     .shopping-title-up.active:after{
        border-width: 0px 5px 8px 5px;
        border-color: transparent transparent #000 transparent;
    }
     /*!購物清單 手機板 下拉icon*/

    .shopping-step {
        padding: 0;
    }
    .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;
    }
  
 
    .sum-table tr {
        padding: 0 5px;
        overflow: hidden;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 5px;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        font-size: 14px;
    }
    .sum-table td:last-child {
        width: auto;
    }
    /*-- 加購商品沒有輪撥 --

   .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;
    }
    .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;
    }
    .shopping-title-up {
        font-size: 17px;
        border-bottom: 1px dashed #bbb;
        cursor: pointer;
    }

    .shopping-title-up .ic {
        color: #FF6803;
        vertical-align: middle;
        margin: 0 3px 5px 0;
    }

    .delivery-list {
        border: none;
    }
    .btn.normal.other_order{
        font-size: 14px;
    }
    .cart-table-bottom {
        margin: 5px 0 5px;
    }
    .sum-table tfoot tr {
        padding: 0 5px;
        overflow: hidden;
    }
    .sum-table tfoot td,
    .cart-table .indent .info {
        padding: 0;
    }
    .sum-table tfoot tr td {
        text-align: left;
        float: left;
        font-size: 14px;
        width: 50%;
    }
    .cart-new-top .sum-table tr:last-child td,.cart-new-top .sum-table tr:last-child td:last-child{
        font-size: 12px;
    }
    .sum-table tfoot td:last-child {
        width: 50%;
        text-align: right;
    }
    .sum-table tfoot tr {
        padding: 5px;
        height: auto;
        padding-right: 10px;
    }
    .sum-table tfoot td .form-control {
        width: calc(100% - 35px);
        padding: 0px 1px;
        background-image: none;
    }
    .cart-input-icon {
        padding:5px 2px;
        margin-bottom: 1px;
        margin-left: 1px;
    }
    .shopping_way .freezing, .shopping_way .cold, .shopping_way .general {
        padding: 3px;
    }
    .shopping_way.hot {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .cart-new-top .sum-table tr:last-child td,.sum-table td{
        font-size: 14px;
        line-height: 21px;
    }
    .form-box .form-group{
        line-height: 1.45;
    }
    .success-wrap{
        margin-top: 15px;
    }
}

@media screen and (max-width: 520px) {
    /* .plus-list .item {
        width: 100%;
    }*/
    .shopping-form .btn.select-store {
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        padding: 0 5px;
    }
    .plus-list .item {
        width: 50%;
        margin: 0px;
    }
    .btn.normal .ic {
        display: none;
    }

}

@media screen and (max-width: 400px) {
    .payment-box .shopping-title,
    .payment {
        float: none;
    }
    .payment label,
    .invoice-info label {
        display: block;
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 340px) {
    .cart-table del .cart-rate{
        display: none;
    }
}