.content-top {
    margin: 0;
}

.shopping-step {
    font-size: 15px;
    color: #444;
    text-align: center;
    margin-bottom: 30px;
}

.shopping-step li {
    position: relative;
    padding: 10px 40px;
}

.shopping-step li+li:before {
    content: '\e910';
    display: inline-block;
    vertical-align: middle;
    color: #9C8064;
    font-family: 'icon-font-30' !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;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -10px;
    bottom: 16px;
}

.shopping-step li.current {
    color: #C39F7D;
}

.shopping-step .num {
    font-family: Quicksand;
    font-weight: bold;
    display: block;
    margin: 0 auto 5px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border:solid 1px #E3D5BB;
    border-radius: 50%;
    line-height: 40px;
    color: #0C1319;
}

.shopping-step li.current .num {
    background: #E3D5BB;
}

.delivery-list {
    padding: 4px 0;
    margin-bottom: 30px;
}

.delivery-list .item {
    overflow: hidden;
}

.delivery-list .item+.item {
    border-top: 1px dashed #4E4032;
}

.delivery-list .form-group {
    display: table;
    width: 100%;
}

.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 34%;
    background: #fff;
    color: #0C1319;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 60px;
    position: relative;
    box-sizing: border-box;
}

.delivery-list .delivery-radio:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 25px;
    margin: -10px 0 0;
    width: 20px;
    height: 20px;
    /*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 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: #C4A483;
}

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

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

.cart-table .pd-name {
    color: #9C8064;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

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

.cart-table .img {
    width: 80px;
    padding-left: 12px;
}

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

.cart-table a.pic:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid #9C8064;
    opacity: 0;
    transition: all 0.3s;
}

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

.cart-table .btn.delete {
    color: #bbb;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
}

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

.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: #B20000;
    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 {
    color: #de3434;
}

.sum-table {
    background: none;
    color: #000;
    font-size: 13px;
}

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

.sum-table td:first-child {
    font-size: 13px;
}

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

.sum-table tr:last-child td {
    color: #B20000;
    text-decoration: underline;
    font-size: 16px;
}

.sum-table tr:last-child td .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 6px 3px 0;
    color: #000;
}

.sum-table tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}

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

.sum-box {
        background: #e3d5bb;
    padding: 0;
    margin-top: 5px;
}

.sum-box .table-h {
    border: 0;
}

.plus-box {
    border-bottom: 0;
}

.plus-list-box {
    margin: 0 auto;
}

.payment-box {
    font-size: 15px;
    margin-top: 2px;
    padding: 5px 10px;
    background: #c3a07d;
    color: #333;
    border-bottom:2px solid #c3a07d;
}

.payment-box .shopping-title {
    float: left;
    margin: 5px 0;
     color:#fff;
}

.payment {
    float: right;
    margin: 5px 0 0 15px;
    text-align: right;
}

.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    padding: 5px 0;
    margin: 0 5px 5px;
    border-radius: 4px;
    box-sizing: border-box;
}

.payment label.checked,
.invoice-info label.checked {
    color: #000;
    font-weight: bold;
}


.plus-box {
    border-bottom: 1px dashed #4E4032;
    margin-bottom: 40px;
    margin: 40px 0 0;
}

.plus-txt {
    padding: 20px 0;
    /*color: #999;*/
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.plus-txt:hover {
    /*color: #c1a07e;*/
}






/*.plus-txt:after{
    content:'–';
    font-size:28px;
    position:absolute;
    margin-top:-15px; 
    margin-left:10px;
    color:#bd9975;
}
.plus-txt.active:after{
    content:'+';
    margin-top:-10px;
}*/

.plus-txt b {
    color: #0C1319;
}

.plus-list {
    margin: 0px;
}

.plus-list .item {
    width: 25%;
    padding: 0 26px;
}

.plus-list .item:nth-child(4n+1) {
    clear: left;
}

.plus-list .box {
    max-width: 320px;
    margin: 0 auto 50px;
    position: relative;
}

.plus-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 57px;
    height: 57px;
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 5px;
}

.plus-list .pic-box {
    position: relative;
    overflow: hidden;
     margin-bottom:10px;
}

.plus-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.plus-list .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../images/common/products/hover.png) no-repeat;
    background-position: center;
    background-size: 0 0;  transition: all 0.3s ease;
}

.plus-list .box:hover .pic:before {
background-size: 115px 115px;
}


.plus-list .txt {
}

.plus-list .name {
    color: #0C1319;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    order: 2;
    height: 28px;
    width: 100%;
    margin-bottom: 5px;
}

.plus-list .name a {
    display: inline;
}

.plus-list .box:hover .name {
}
.plus-list .txt{
}
.plus-list .offers {
    color: #0C1319;
    font-family: Quicksand;
    width: 50%;
    border:solid 1px #EFCDC4;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    float: left;
}

.plus-list .box:hover .offers {
}

.plus-list .pd-info {
    float: left;
    width: calc(100% - 0px);
    margin: 5px 0;
}

.plus-list .pd-info select.form-control {
    width: 100%;
    height: 30px;
    line-height: 28px;
    margin: 0;
    border-color: #666;
}

.plus-list .qty-box {
    float: right;
    width: 50%;
}

.plus-list .btn.addcart {
    width: 100%;
    vertical-align: middle;
    color: #0E0E0E;
    font-size: 14px;
    background: #EEEEEE;
    border:solid 1px #EFCDC4;
    line-height: 40px;
    border-radius: 0;
}

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

.plus-list .btn.addcart .ic {
   font-size: 17px;
    vertical-align: middle;
    margin: 0 6px 5px 0;
}





/*------- 加購按鈕 -------*/

.plus-bth {
    font-size: 14px;
    max-width: 100px;
    border-radius: 0px;
    padding: 2px 10px;
border: solid 1px #EFCDC4;
    background: #eee;
    display: inline-block;
    margin: 0px 5px;
}

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

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

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

.plus-bth.active {
  background: #EFCDC4;
}





/*------- 加購按鈕end -------*/

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

.shopping-form .shopping-title {
    background: url('../../images/common/border.png') 0 100% repeat-x;
    padding-bottom: 8px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -42px;
}

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

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

.shopping-form .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.shopping-form .form-box {
    padding: 15px 20px;
    background: #fdfbf9;
}

.shopping-form .control-label {
    padding-left: 0;
}

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

.shopping-form .btn.select-store {
    width: 145px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #C4A483;
}

.shopping-form .btn.select-store:hover {
    background: #111111;
}

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

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

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

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

.invoice-info-box {
    background: url('../../images/common/border.png') repeat-x;
    padding-top: 4px;
    border-bottom: 1px dashed #4E4032;
    text-align: center;
}

.invoice-info {
    padding: 10px 0 5px;
    border-bottom: 1px dashed #4E4032;
    background: #fdfbf9;
}
.invoice-form {
    background: #fdfbf9;
}
.invoice-form .form-box {
    padding: 15px 0 0;
    max-width: 600px;
}

.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 0;
    color: #666;
}

.invoice-txt span {
    color: #9A7F64;
}

.invoice-txt a {
    color: #9A7F64;
    text-decoration: underline;
}

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

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

.success-box .order-id {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 16px;
    max-width: 350px;
        color: #0C1319;
    background:  #E3D5BB;
    margin: 1.6em auto;
}

.success-box .order-id .ic {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 8px 0 0;
    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 .delivery-list {
    border: none;
}

.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: 0px;
    font-size: 15px;
    background: #292929;
    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: #b4d49c;
    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: #98c0da;
    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: left;
    margin: 20px 0 5px;
}

.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 {
    background: rgba(152, 192, 218, 0.3);
}

.cold .delivery-list .delivery-radio.checked {
    background: rgba(180, 212, 156, 0.23);
}

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

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

.table-h thead th {
}

.shopping-new-way .delivery-list.mobile .input-box .form-control {
    color: #fff;
    border: 1px solid #b3b3b3;
    background-color: #000;
}

.shopping-new-way .delivery-list.mobile .txt {
    background: #424242;
    color: #bdbdbd;
}





/*****************拆單購物車*******************/


/*---- 購物車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 {
    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 {
    border: 1px solid #b5b5b5;
}

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

.cart-new-top .sum-table tr:last-child td {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

.table td .red_sale {
    display: block;
    font-weight: normal;
    line-height: 1.45;
}

#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;
    height: 28px;
    line-height: 20;
}

.sum-table tr {
    padding: 10px 5px;
    height: auto;
    border-bottom: 1px dashed #00000061;
}

.table td .cart-rate {
    font-size: 10px;
    letter-spacing: 0.5px;
}



/* 賣家小叮嚀 */

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

.shopping-notice .shopping-title {
    background: url('../../images/common/border.png') 0 100% repeat-x;
    padding-bottom: 8px;
    margin: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
}


@media screen and (max-width: 1440px) {
    .plus-list {
        margin: 0 -7px;
    }
    .plus-list .item {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1000px) {
    .shopping-step li {
        padding: 10px 25px;
    }
    .shopping_way.hot.fixed {
    margin: 6px 0 10px;
    color: #333;
}
    .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 .shopping-title {
        position: static;
    }
    .shopping-form .form-box {
        max-width: none;
        padding: 10px 15px;
        background: #fdfbf9;
    }
    /* 優化 */
    .delivery-list.mobile,
    .payment.mobile,
    .invoice-info.mobile,
    .qty.form-control.mobile {
        display: block;
    }
    .delivery-list.pc,
    .payment.pc,
    .invoice-info.pc {
        display: none;
    }
    .shopping-title-up {
        cursor: pointer;
        padding-bottom: 10px;
        background: url('../../images/common/border.png')bottom repeat-x;
    }
    .delivery-list.active {
        background: none;
    }
    .shopping-title.invoice {
        margin-top: 20px;
    }
    .invoice-info {
        padding: 5px 0 0;
        border-bottom: none;
    }
    .btn-box.cart-notice-txt .btn.other_order {
        font-size: 15px;
        height: 35px;
        line-height: 33px;
    }
    .btn-box.cart-notice-txt {
       margin: 15px 0 15px;
    }
    .shopping-notice {
        padding: 0px 0px;
        margin: 20px 0 20px;
    }

    .shopping-notice .shopping-title {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 880px) {
    .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: 10px;
    }
    .plus-list .item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@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-left: 45px;
    }
    .delivery-list .delivery-radio:before {
        left: 15px;
    }
    .delivery-list .txt {
         border-width: 1px 0 0;
        padding: 10px;
        font-size: 14px;
    }
    .cart-table tbody tr {
        padding-left: 105px;
        padding-right: 25px;
    }
    .cart-table .pd-name {
         line-height: 1.2;
        font-size: 16px;
    }
    .cart-table .img {
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 0;
    }
    .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;
    }
    .sum-table tr {
        padding: 0 10px;
        overflow: hidden;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 5px 0;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        font-size: 14px;
        width: 50%;
    }
    .sum-table td:last-child {
        width: auto;
        text-align: right;
        font-size: 14px;
    }
    .payment-box .shopping-title {
        margin: 5px 0;
    }
    .shopping-title span,
    .shopping-title-up span {
        display: none;
    }
    .shopping-title .ic,
    .shopping-title-up .ic {
        top: -2px;
    }
    .cart-new-top .sum-table tr:last-child td {
        font-size: 14px;
    }
    .shopping-title-up:hover {
        color: #fff;
    }
    .shopping-title-up.active {
        color: #fff;
    }
    .shopping-title-up:after {
        content: '▼';
        font-size: 10px;
        margin-left: 5px;
    }
    .shopping-new-way .new-way.general,
    .shopping-new-way .new-way.cold,
    .shopping-new-way .new-way.freezing {
         font-size: 15px;
        padding: 5px 20px;
    }
    .cart-table .pd-id {
        font-size: 12px;
    }
    .shopping-step,
    .main-top,
    .banner {
        display: none;
    }
    .cart-new-top {
        margin: 0px;
    }
    .site-main {
        margin-top: 10px;
    }
    .shopping-new-way .btn-box {
         padding: 15px 0;
    }
    .shopping-new-way {
        margin-bottom: 0px;
    }
    .no-item {
        padding: 10px 0 10px;
    }
    .plus-txt {
         padding: 10px 0 22px;
        font-size: 14px;
    }
    .plus-list .txt {
    }
    .plus-list .name {
        font-size: 16px;
        height: 20px;
    }
    .plus-list .pd-info select.form-control {
        height: 26px;
        line-height: 26px;
    }
    .plus-list .offers {
        font-size: 14px;
    }
    .plus-list .btn.addcart {
        font-size: 14px;
    }
    .plus-box {
        margin: 20px 0px 0;
    }
    .payment {
        margin: 0px;
    }
    .plus-list .qty-box .btn.less,
    .plus-list .qty-box .btn.add {
        display: none;
    }
    .qty-box .form-control {
        padding: 0px;
    }
    .plus-list .qty-box {
        width: 40px;
    }
    .plus-list .pd-info {
        width: calc(100% - 45px);
    }
    .payment label.checked,
    .invoice-info label.checked {
        color: #fff;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #c09e7c;
        border-radius: 0;
    }
    .shopping-form .same-check label,
    .form-box .tips {
         font-size: 13px;
    }
    .shopping-form .btn.select-store {
        font-size: 14px;
    }
    .form-box .name .radio-box {
        line-height: 26px;
    }
    .alert-notice-editor {
        margin: 1em auto;
    }
    .success-box .order-id {
       font-size: 14px;
        margin:1em auto;
        padding: 10px 16px;
    }
    .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: 5px;
        font-size: 12px;

        right: 0px;
    }
    .sum-table td .form-control {
        max-width: 110px;
        padding: 0px 1px;
        background-image: none;
    }
    .cart-input-icon {
        margin-left: 0px;
    }
    .delivery-list.mobile .form-control,
    .payment.mobile .form-control {
        font-size: 15px;
        height: 29px;
        line-height: 23px;
        color: #afafaf;
        border-color: #9c9c9c;
    }
    .payment-box {
    padding: 5px 10px;
}
}

@media screen and (max-width: 560px) {
    .shopping-step li {
        font-size: 15px;
        display: block;
        padding: 5px 0;
    }
    .shopping-step li+li:before {
        top: -5px;
        left: 50%;
        margin: 0 0 0 -7px;
        transform: rotate(90deg);
    }
    .shopping-step .num {
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .plus-list .btn.addcart {
        height: 20px;
        line-height: 18px;
        padding: 0px;
        margin: 0px;
        background: none;
    }
    .plus-list .btn.addcart .ic {
        display: none;
    }
}

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