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

.shopping-step li+li:before {
    content: '\e910';
    display: inline-block;
    vertical-align: middle;
    color: #989898;
    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: #1a1a1a;
    font-weight: bold;
}

.shopping-step .num {
    background: url('../../images/common/cart/step_num_bg.png');
    width: 40px;
    height: 54px;
    display: block;
    margin: 0 auto 5px;
    padding-top: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-step li.current .num {
    background-position: 0 100%;
}

.delivery-list {
    border: solid 1px #f5e7de;
    padding: 4px;
    margin-bottom: 30px;
}

.delivery-list .item {
    overflow: hidden;
    background: url('../../images/common/pattern.png');
}

.delivery-list .item+.item {
    border-top: 1px solid #f5e7de;
}

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

.delivery-list .delivery-radio {
    display: table-cell;
    vertical-align: middle;
    width: 34%;
    background: #f5e7de;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px 15px 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    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: #666;
}

.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: #1a1a1a;
    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 #f5e7de;
    opacity: 0;
    -webkit-transition: all 0.3s;
    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: #000;
}

.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: #a57faf;
    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;
    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: url('../../images/common/main_title_bg.png');
    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;
    background: #f5e7de;
    color: #1a1a1a;
}

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

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

.payment label,
.invoice-info label {
    display: inline-block;
    text-align: center;
    color: #333;
    line-height: 1.5;
    padding: 5px 13px;
    margin: 0 5px 5px;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    background: #f5f5f5;
}

.payment label.checked,
.invoice-info label.checked {
    color: #fff;
    background: #a57faf;
}

.plus-box {
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 40px;
    margin: 40px 0 0;
}

.plus-txt {
    border: solid 1px #dbdbdb;
    padding: 20px 0;
    color: #989898;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    cursor: pointer;
    margin-bottom: 20px;
}

.plus-txt:hover {
    color: #1a1a1a;
}


/*.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: #E80C0C;
}

.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 .box .pic-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.plus-list .box:hover .pic-box:after {
    opacity: 1;
    z-index: 2;
}

.plus-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #f5f5f5;
}

.plus-list .pic:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 6;
    font-family: 'Cantata One', sans-serif;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #cda991;
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.1em;
    left: 0;
    right: 0;
    top: 0;
    bottom: -40px;
    margin: auto;
    line-height: 1.5;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.11, .63, .7, .36);
    border: solid 1px #ffff;
    transition: all .4s cubic-bezier(.11, .63, .7, .36);
}

.plus-list .box:hover .pic:before {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    bottom: 0;
}

.plus-list .pic:after {
    content: '';
    position: absolute;
    z-index: 4;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    height: 100%;
    background: rgba(205, 169, 145, 0.7);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
}

.plus-list .box:hover .pic:after {
    opacity: 1;
}

.plus-list .pic img {
    display: block;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 100%;
}

.plus-list .box:hover .pic img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.plus-list .txt {
    padding-top: 10px;
}

.plus-list .name {
    color: #1a1a1a;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto 5px;
}

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

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

.plus-list .offers {
    color: #444;
    font-size: 16px;
    display: inline-block;
    font-family: 'Cantata One', sans-serif;
}
.plus-list .offers b{
    font-weight: normal;
}

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

.plus-list .pd-info {
    float: left;
    width: calc(100% - 90px);
    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: 86px;
    margin: 5px 0;
}

.plus-list .btn.addcart {
    margin-left: 10px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #989898;
    font-size: 16px;
    float: right;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.plus-list .btn.addcart:hover {
    color: #444;
}

.btn-info-group {
    margin-bottom: 10px;
}

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

.plus-list .btn.addcart .ic:before {
    content: '+';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #989898;
    text-align: center;
    line-height: 17px;
    color: #fff;
    padding: 0;
    margin: 0;
    display: block;
    margin-right: 7px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.plus-list .btn.addcart:hover .ic:before {
    background: #444;
    color: #fff;
}


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

.plus-bth {
    font-size: 13px;
    max-width: 100px;
    background: #a57faf;
    border-radius: 0px;
    padding: 2px 10px;
    color: #fff;
    border: 1px solid #bbb;
    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: #f5f5f5;
    border-color: #c7c7c7;
    color: #1a1a1a;
}


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

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

.shopping-form .shopping-title {
    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;
    background: url('../../images/common/pattern.png');
}

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

.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: #1a1a1a;
}

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

.shopping-form .btn.select-unable {
    color: #a0a0a0;
    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: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.invoice-info-box {
    padding-top: 4px;
    border-bottom: solid 1px #dbdbdb;
    text-align: center;
}

.invoice-info {
    padding: 10px 0 5px;
    border-bottom: solid 1px #dbdbdb;
}

.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: #a0a0a0;
}

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

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

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

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

.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: #cda991;
    color: #fff;
}

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

.table-h thead th {
    background: #f5e7de;
    color: #1a1a1a;
}

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

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


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


/*---- 購物車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;
    -webkit-animation-name: activity-ani2;
    animation-name: activity-ani2;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

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

@-webkit-keyframes activity-ani2 {
    from {
        background: #da7934;
    }
    to {
        background: #daaa34;
    }
}

@keyframes activity-ani2 {
    from {
        background: #da7934;
    }
    to {
        background: #daaa34;
    }
}

.success-wrap .btn-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    padding-top: 20px;
}

.success-txt .btn-box a {
    text-decoration: none;
}

.btn-box.cart-notice-txt {
    font-size: 16px;
    -webkit-animation-name: activity-ani;
    animation-name: activity-ani;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    display: block;
    color: #da7934;
    line-height: 1;
}

@-webkit-keyframes activity-ani {
    from {
        color: #da7934;
    }
    to {
        color: #daaa34;
    }
}

@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;
    padding-top: 0;
}

.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: solid 1px #dbdbdb;
}

.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: url(../../images/common/pattern.png);
    }
    /* 優化 */
    .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;
    }
    .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: 1px;
    }
    .cart-new-top .sum-table tr:last-child td {
        font-size: 14px;
    }
    .shopping-title-up:hover {
    }
    .shopping-title-up.active {
        color: #cda991;
    }
    .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 {
        padding-top: 2px;
        line-height: 15px;
    }
    .plus-list .name {
        font-size: 16px;
        height: 20px;
    }
    .plus-list .pd-info select.form-control {
        height: 26px;
        line-height: 26px;
    }
    .plus-list .offers {}
    .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 #f1f1f1;
        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;
        float: left;
    }
    
    .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;
        -webkit-transform: rotate(90deg);
        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;
    }
    .plus-list .item {
        width: 100%;
    }
}

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